@vertigis/viewer-spec 50.5.0 → 50.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/analytics/AnalyticsContext.d.ts +2 -1
- package/analytics/CommonAction.d.ts +2 -1
- package/analytics/MobileAction.d.ts +6 -3
- package/app-config/AppConfig.d.ts +11 -8
- package/app-config/common/BrandingThemeProperties.d.ts +4 -2
- package/app-config/common/HighlightModelProperties.d.ts +4 -2
- package/app-config/common/LayerPresetsModelProperties.d.ts +2 -1
- package/app-config/common/LicensingModelProperties.d.ts +1 -1
- package/app-config/common/ResultsModelProperties.d.ts +2 -1
- package/app-config/common/TranslatableText.d.ts +2 -1
- package/app-config/common/WorkflowModelProperties.d.ts +4 -2
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +4 -2
- package/app-config/mobile/VertigisMobileModelProperties.d.ts +4 -3
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/CoordinateModelProperties.d.ts +2 -1
- package/app-config/web/DrawModelProperties.d.ts +2 -1
- package/app-config/web/HasVisibilityFilters.d.ts +2 -1
- package/app-config/web/KpiCardModelProperties.d.ts +2 -1
- package/app-config/web/MapCoordinatesModelProperties.d.ts +2 -1
- package/app-config/web/MapModelProperties.d.ts +4 -2
- package/app-config/web/MeasurementModelProperties.d.ts +2 -1
- package/app-config/web/PortalModelProperties.d.ts +2 -1
- package/app-config/web/ResultsModelProperties.d.ts +4 -2
- package/app-config/web/SearchModelProperties.d.ts +2 -1
- package/app-config/web/VertigisWebModelProperties.d.ts +6 -3
- package/docs/Geocortex Apps.md +8 -8
- package/docs/layout-spec.md +105 -94
- package/layout/schema/layout-common.xsd +1 -1
- package/layout/schema/layout-web.xsd +1 -1
- package/messaging/Command.d.ts +4 -2
- package/messaging/Event.d.ts +4 -2
- package/messaging/Message.d.ts +2 -1
- package/messaging/Operation.d.ts +4 -2
- package/messaging/common.d.ts +12 -6
- package/messaging/registry/app.d.ts +12 -6
- package/messaging/registry/arcade.d.ts +6 -3
- package/messaging/registry/auth.d.ts +12 -7
- package/messaging/registry/basemap.d.ts +2 -1
- package/messaging/registry/drawing.d.ts +8 -4
- package/messaging/registry/edit.d.ts +6 -3
- package/messaging/registry/file.d.ts +2 -1
- package/messaging/registry/geocode.d.ts +8 -5
- package/messaging/registry/geolocation.d.ts +26 -11
- package/messaging/registry/geolocation.js +1 -1
- package/messaging/registry/geometry.d.ts +10 -5
- package/messaging/registry/kpi.d.ts +4 -2
- package/messaging/registry/layout.d.ts +2 -1
- package/messaging/registry/location-marker.d.ts +10 -5
- package/messaging/registry/map.d.ts +15 -8
- package/messaging/registry/measurement.d.ts +4 -2
- package/messaging/registry/messaging.d.ts +1 -1
- package/messaging/registry/offline.d.ts +16 -9
- package/messaging/registry/panel.d.ts +2 -1
- package/messaging/registry/portal.d.ts +8 -4
- package/messaging/registry/printing.d.ts +4 -2
- package/messaging/registry/results.d.ts +19 -10
- package/messaging/registry/settings.d.ts +4 -2
- package/messaging/registry/sketching.d.ts +38 -26
- package/messaging/registry/tasks.d.ts +7 -4
- package/messaging/registry/ui.d.ts +14 -7
- package/messaging/registry/viewer.d.ts +2 -1
- package/messaging/registry/workflow.d.ts +6 -3
- package/messaging/schema/common-action.schema.json +269 -236
- package/messaging/schema/common-event.schema.json +118 -122
- package/messaging/schema/mobile-action.schema.json +294 -217
- package/messaging/schema/mobile-event.schema.json +146 -153
- package/messaging/schema/web-action.schema.json +305 -269
- package/messaging/schema/web-event.schema.json +144 -151
- package/package.json +17 -17
- package/version.d.ts +2 -2
- package/version.js +2 -2
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
|
|
45
45
|
"additionalProperties": false,
|
|
46
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
46
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /Feature!Feature}.",
|
|
47
47
|
"properties": {
|
|
48
48
|
"attributes": {
|
|
49
49
|
"anyOf": [
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"failureMode": {
|
|
58
58
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
59
|
-
"description": "See{@
|
|
59
|
+
"description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
|
|
60
60
|
},
|
|
61
61
|
"geometry": {
|
|
62
62
|
"anyOf": [
|
|
@@ -102,14 +102,14 @@
|
|
|
102
102
|
},
|
|
103
103
|
"@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
|
|
104
104
|
"additionalProperties": false,
|
|
105
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
105
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /FeatureSettings!FeatureSettings}.",
|
|
106
106
|
"properties": {
|
|
107
107
|
"formatSettings": {
|
|
108
108
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
|
|
109
109
|
"description": "Settings affecting how feature attributes are formatted."
|
|
110
110
|
},
|
|
111
111
|
"hyperlinkTemplates": {
|
|
112
|
-
"description": "Templates that define hyperlinks associated with the feature. Each template's properties can contain field tokens enclosed in
|
|
112
|
+
"description": "Templates that define hyperlinks associated with the feature. Each template's properties can contain field tokens enclosed in `{}`, which will be replaced by actual field values. If not explicitly set, these will be inherited from the associated layer extension if there is one.",
|
|
113
113
|
"items": {
|
|
114
114
|
"anyOf": [
|
|
115
115
|
{
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"type": "array"
|
|
124
124
|
},
|
|
125
125
|
"maxAllowableOffset": {
|
|
126
|
-
"description": "See{@
|
|
126
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
|
|
127
127
|
"type": "number"
|
|
128
128
|
},
|
|
129
129
|
"outFields": {
|
|
130
|
-
"description": "See{@
|
|
130
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.outFields}.",
|
|
131
131
|
"items": {
|
|
132
132
|
"type": "string"
|
|
133
133
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
},
|
|
136
136
|
"outSpatialReference": {
|
|
137
137
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
138
|
-
"description": "See{@
|
|
138
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.outSpatialReference}."
|
|
139
139
|
},
|
|
140
140
|
"popupTemplate": {
|
|
141
141
|
"anyOf": [
|
|
@@ -149,15 +149,15 @@
|
|
|
149
149
|
"description": "The template for displaying content in a pop-up when the feature is selected. If not explicitly set, it will be inherited from the associated layer extension if there is one."
|
|
150
150
|
},
|
|
151
151
|
"returnGeometry": {
|
|
152
|
-
"description": "See{@
|
|
152
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.returnGeometry}.",
|
|
153
153
|
"type": "boolean"
|
|
154
154
|
},
|
|
155
155
|
"zoomFactor": {
|
|
156
|
-
"description": "See{@
|
|
156
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomFactor}.",
|
|
157
157
|
"type": "number"
|
|
158
158
|
},
|
|
159
159
|
"zoomScale": {
|
|
160
|
-
"description": "See{@
|
|
160
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomScale}.",
|
|
161
161
|
"type": "number"
|
|
162
162
|
}
|
|
163
163
|
},
|
|
@@ -165,11 +165,11 @@
|
|
|
165
165
|
},
|
|
166
166
|
"@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
|
|
167
167
|
"additionalProperties": false,
|
|
168
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
168
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /FieldExtension!FieldExtension}.",
|
|
169
169
|
"properties": {
|
|
170
170
|
"failureMode": {
|
|
171
171
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
172
|
-
"description": "See{@
|
|
172
|
+
"description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
|
|
173
173
|
},
|
|
174
174
|
"field": {
|
|
175
175
|
"anyOf": [
|
|
@@ -242,21 +242,21 @@
|
|
|
242
242
|
},
|
|
243
243
|
"type": {
|
|
244
244
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
245
|
-
"description": "Type of the Field. See{@
|
|
245
|
+
"description": "Type of the Field. See{@linkportal /Field!FieldType}."
|
|
246
246
|
}
|
|
247
247
|
},
|
|
248
248
|
"type": "object"
|
|
249
249
|
},
|
|
250
250
|
"@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
|
|
251
251
|
"additionalProperties": false,
|
|
252
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
252
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /Schema!Schema}.",
|
|
253
253
|
"properties": {
|
|
254
254
|
"displayField": {
|
|
255
|
-
"description": "See{@
|
|
255
|
+
"description": "See{@linkdata /Schema!Schema.displayField}.",
|
|
256
256
|
"type": "string"
|
|
257
257
|
},
|
|
258
258
|
"fieldExtensions": {
|
|
259
|
-
"description": "See{@
|
|
259
|
+
"description": "See{@linkdata /Schema!Schema.fieldExtensions}.",
|
|
260
260
|
"items": {
|
|
261
261
|
"anyOf": [
|
|
262
262
|
{
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"type": "array"
|
|
271
271
|
},
|
|
272
272
|
"fields": {
|
|
273
|
-
"description": "See{@
|
|
273
|
+
"description": "See{@linkdata /Schema!Schema.fields}.",
|
|
274
274
|
"items": {
|
|
275
275
|
"anyOf": [
|
|
276
276
|
{
|
|
@@ -284,27 +284,27 @@
|
|
|
284
284
|
"type": "array"
|
|
285
285
|
},
|
|
286
286
|
"geometryType": {
|
|
287
|
-
"description": "See{@
|
|
287
|
+
"description": "See{@linkdata /Schema!Schema.geometryType}.",
|
|
288
288
|
"type": "string"
|
|
289
289
|
},
|
|
290
290
|
"primaryKeyField": {
|
|
291
|
-
"description": "See{@
|
|
291
|
+
"description": "See{@linkdata /Schema!Schema.primaryKeyField}.",
|
|
292
292
|
"type": "string"
|
|
293
293
|
},
|
|
294
294
|
"spatialReference": {
|
|
295
295
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
296
|
-
"description": "See{@
|
|
296
|
+
"description": "See{@linkdata /Schema!Schema.spatialReference}."
|
|
297
297
|
},
|
|
298
298
|
"timeZone": {
|
|
299
|
-
"description": "See{@
|
|
299
|
+
"description": "See{@linkdata /Schema!Schema.timeZone}.",
|
|
300
300
|
"type": "string"
|
|
301
301
|
},
|
|
302
302
|
"typeIdField": {
|
|
303
|
-
"description": "See{@
|
|
303
|
+
"description": "See{@linkdata /Schema!Schema.typeIdField}.",
|
|
304
304
|
"type": "string"
|
|
305
305
|
},
|
|
306
306
|
"types": {
|
|
307
|
-
"description": "See{@
|
|
307
|
+
"description": "See{@linkdata /Schema!Schema.types}.",
|
|
308
308
|
"items": {
|
|
309
309
|
"anyOf": [
|
|
310
310
|
{
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
},
|
|
323
323
|
"@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties": {
|
|
324
324
|
"additionalProperties": false,
|
|
325
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
325
|
+
"description": "Properties that can be passed into the constructor for{@linkmapping /Bookmark!Bookmark}.",
|
|
326
326
|
"properties": {
|
|
327
327
|
"id": {
|
|
328
328
|
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
@@ -330,10 +330,10 @@
|
|
|
330
330
|
},
|
|
331
331
|
"source": {
|
|
332
332
|
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkSource",
|
|
333
|
-
"description": "See{@
|
|
333
|
+
"description": "See{@linkmapping /Bookmark!Bookmark.source}."
|
|
334
334
|
},
|
|
335
335
|
"title": {
|
|
336
|
-
"description": "See{@
|
|
336
|
+
"description": "See{@linkmapping /Bookmark!Bookmark.title}.",
|
|
337
337
|
"type": "string"
|
|
338
338
|
},
|
|
339
339
|
"viewpoint": {
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"$ref": "#/definitions/esri.rest-api.Viewpoint.Viewpoint"
|
|
346
346
|
}
|
|
347
347
|
],
|
|
348
|
-
"description": "See{@
|
|
348
|
+
"description": "See{@linkmapping /Bookmark!Bookmark.viewpoint}."
|
|
349
349
|
}
|
|
350
350
|
},
|
|
351
351
|
"type": "object"
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"type": "string"
|
|
391
391
|
},
|
|
392
392
|
"dateFormat": {
|
|
393
|
-
"description": "The default format for date values. Either a{@
|
|
393
|
+
"description": "The default format for date values. Either a{@linkutilities /date!DateFormat}constant, or a custom date format string.",
|
|
394
394
|
"type": "string"
|
|
395
395
|
},
|
|
396
396
|
"fractionalDigits": {
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
"type": "string"
|
|
403
403
|
},
|
|
404
404
|
"numberFormat": {
|
|
405
|
-
"description": "The default format for number values. Either a{@
|
|
405
|
+
"description": "The default format for number values. Either a{@linkutilities /number!NumberFormat}constant, or a custom number format string.",
|
|
406
406
|
"type": "string"
|
|
407
407
|
},
|
|
408
408
|
"timeZone": {
|
|
@@ -416,6 +416,25 @@
|
|
|
416
416
|
},
|
|
417
417
|
"type": "object"
|
|
418
418
|
},
|
|
419
|
+
"@vertigis.arcgis-extensions.tasks.CountResult.CountResult": {
|
|
420
|
+
"additionalProperties": false,
|
|
421
|
+
"description": "A count result for services.",
|
|
422
|
+
"properties": {
|
|
423
|
+
"count": {
|
|
424
|
+
"description": "The number of features that match the search criteria.",
|
|
425
|
+
"type": "number"
|
|
426
|
+
},
|
|
427
|
+
"source": {
|
|
428
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource",
|
|
429
|
+
"description": "The input feature source."
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"required": [
|
|
433
|
+
"count",
|
|
434
|
+
"source"
|
|
435
|
+
],
|
|
436
|
+
"type": "object"
|
|
437
|
+
},
|
|
419
438
|
"@vertigis.arcgis-extensions.tasks.geocoding.Geocoder.AddressLike": {
|
|
420
439
|
"anyOf": [
|
|
421
440
|
{},
|
|
@@ -434,10 +453,10 @@
|
|
|
434
453
|
"properties": {
|
|
435
454
|
"cancelToken": {
|
|
436
455
|
"$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
|
|
437
|
-
"description": "An optional cancel token from a{@
|
|
456
|
+
"description": "An optional cancel token from a{@linksupport /Cancellable!Cancellable}that can be used to cancel the geocode operation."
|
|
438
457
|
},
|
|
439
458
|
"maxResults": {
|
|
440
|
-
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@
|
|
459
|
+
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@linktasks /geocoding/Geocoder!Geocoder.capabilities}).",
|
|
441
460
|
"type": "number"
|
|
442
461
|
},
|
|
443
462
|
"outFields": {
|
|
@@ -464,11 +483,11 @@
|
|
|
464
483
|
},
|
|
465
484
|
"@vertigis.arcgis-extensions.tasks.identify.IdentifyOptions.IdentifyOptions": {
|
|
466
485
|
"additionalProperties": false,
|
|
467
|
-
"description": "Options that can be passed into{@
|
|
486
|
+
"description": "Options that can be passed into{@linktasks /identify/IdentifyService!IdentifyService.identify}.",
|
|
468
487
|
"properties": {
|
|
469
488
|
"cancelToken": {
|
|
470
489
|
"$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
|
|
471
|
-
"description": "An optional cancel token from a{@
|
|
490
|
+
"description": "An optional cancel token from a{@linksupport /Cancellable!Cancellable}that can be used to cancel the search."
|
|
472
491
|
},
|
|
473
492
|
"maxAllowableOffset": {
|
|
474
493
|
"description": "The maximum allowable offset used for generalizing geometries returned by the query operation.",
|
|
@@ -499,11 +518,11 @@
|
|
|
499
518
|
},
|
|
500
519
|
"@vertigis.arcgis-extensions.tasks.query.QueryOptions.QueryOptions": {
|
|
501
520
|
"additionalProperties": false,
|
|
502
|
-
"description": "Options that can be passed into{@
|
|
521
|
+
"description": "Options that can be passed into{@linktasks /query/QueryService!QueryService.query}.",
|
|
503
522
|
"properties": {
|
|
504
523
|
"cancelToken": {
|
|
505
524
|
"$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
|
|
506
|
-
"description": "An optional cancel token from a{@
|
|
525
|
+
"description": "An optional cancel token from a{@linksupport /Cancellable!Cancellable}that can be used to cancel the query."
|
|
507
526
|
},
|
|
508
527
|
"maxAllowableOffset": {
|
|
509
528
|
"description": "The maximum allowable offset used for generalizing geometries returned by the query operation.",
|
|
@@ -818,7 +837,7 @@
|
|
|
818
837
|
"description": "The initial geometry to add the point to. Can be null."
|
|
819
838
|
},
|
|
820
839
|
"geometryType": {
|
|
821
|
-
"description": "The type of geometry to create if the initial geometry is null. In
|
|
840
|
+
"description": "The type of geometry to create if the initial geometry is null. In VertiGIS Studio Mobile, this value must be 'polygon' or 'polyline'. In VertiGIS Studio Web, this value may also be null if the point being added is intended to be added to the active sketch.",
|
|
822
841
|
"type": "string"
|
|
823
842
|
},
|
|
824
843
|
"maps": {
|
|
@@ -827,11 +846,11 @@
|
|
|
827
846
|
},
|
|
828
847
|
"node": {
|
|
829
848
|
"$ref": "#/definitions/esri.Geometry",
|
|
830
|
-
"description": "A point geometry to add to the initial geometry. In
|
|
849
|
+
"description": "A point geometry to add to the initial geometry. In VertiGIS Studio Web, this value may be null if the intention is to add a point at the position of the active point of an active sketch."
|
|
831
850
|
},
|
|
832
851
|
"nodeOrder": {
|
|
833
852
|
"$ref": "#/definitions/AddNodeOrder",
|
|
834
|
-
"description": "Indicates whether the new point should be added before or after the active point in the sketch. Not supported by
|
|
853
|
+
"description": "Indicates whether the new point should be added before or after the active point in the sketch. Not supported by VertiGIS Studio Mobile."
|
|
835
854
|
}
|
|
836
855
|
},
|
|
837
856
|
"required": [
|
|
@@ -884,7 +903,7 @@
|
|
|
884
903
|
},
|
|
885
904
|
"AppConfig": {
|
|
886
905
|
"additionalProperties": false,
|
|
887
|
-
"description": "Configuration for a
|
|
906
|
+
"description": "Configuration for a VertiGIS Studio App. An App is a portable format for describing the items and settings used by VertiGIS Studio applications. Items that are defined within an App (e.g. menus, layer extensions, web maps, etc.) can be retrieved by loading the App configuration into an{@linkAppContainer}and using its{@linkAppContainer.get}method.",
|
|
888
907
|
"properties": {
|
|
889
908
|
"failureModes": {
|
|
890
909
|
"additionalProperties": {
|
|
@@ -1115,7 +1134,7 @@
|
|
|
1115
1134
|
"type": "string"
|
|
1116
1135
|
}
|
|
1117
1136
|
],
|
|
1118
|
-
"description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by
|
|
1137
|
+
"description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by VertiGIS Studio Web. When multiple sketch tools are provided, the sketch will begin with the first one in the list. If \"point\" is the first of multiple options in the list, click actions will create points while click-and-drag actions will automatically begin the freehand variation of the next included geometry type."
|
|
1119
1138
|
},
|
|
1120
1139
|
"maps": {
|
|
1121
1140
|
"$ref": "MapsLike",
|
|
@@ -1152,7 +1171,7 @@
|
|
|
1152
1171
|
"$ref": "#/definitions/SymbolSet"
|
|
1153
1172
|
}
|
|
1154
1173
|
],
|
|
1155
|
-
"description": "An optional symbol to use. SymbolSets are not supported by
|
|
1174
|
+
"description": "An optional symbol to use. SymbolSets are not supported by VertiGIS Studio Mobile."
|
|
1156
1175
|
}
|
|
1157
1176
|
},
|
|
1158
1177
|
"required": [
|
|
@@ -1170,7 +1189,7 @@
|
|
|
1170
1189
|
},
|
|
1171
1190
|
"maps": {
|
|
1172
1191
|
"$ref": "MapsLike",
|
|
1173
|
-
"description": "The map that the user sketched the geometry on. Unavailable in
|
|
1192
|
+
"description": "The map that the user sketched the geometry on. Unavailable in VertiGIS Studio Mobile."
|
|
1174
1193
|
},
|
|
1175
1194
|
"symbol": {
|
|
1176
1195
|
"$ref": "#/definitions/esri.Symbol",
|
|
@@ -1883,7 +1902,7 @@
|
|
|
1883
1902
|
},
|
|
1884
1903
|
"EditSymbolArgs": {
|
|
1885
1904
|
"additionalProperties": false,
|
|
1886
|
-
"description": "Arguments for the drawing.edit-symbol operation. Only available in
|
|
1905
|
+
"description": "Arguments for the drawing.edit-symbol operation. Only available in VertiGIS Studio Web.",
|
|
1887
1906
|
"properties": {
|
|
1888
1907
|
"attributes": {
|
|
1889
1908
|
"description": "Optional layout XML attributes to be used for the transient UI container."
|
|
@@ -1936,7 +1955,7 @@
|
|
|
1936
1955
|
},
|
|
1937
1956
|
"EditSymbolResult": {
|
|
1938
1957
|
"additionalProperties": false,
|
|
1939
|
-
"description": "Arguments for the drawing.edit-symbol operation. Only available in
|
|
1958
|
+
"description": "Arguments for the drawing.edit-symbol operation. Only available in VertiGIS Studio Web.",
|
|
1940
1959
|
"properties": {
|
|
1941
1960
|
"features": {
|
|
1942
1961
|
"$ref": "#/definitions/FeaturesLike",
|
|
@@ -2964,7 +2983,7 @@
|
|
|
2964
2983
|
},
|
|
2965
2984
|
"GetDefaultSymbolArgs": {
|
|
2966
2985
|
"additionalProperties": false,
|
|
2967
|
-
"description": "Arguments for the measurement.get-symbol operation. Only available in
|
|
2986
|
+
"description": "Arguments for the measurement.get-symbol operation. Only available in VertiGIS Studio Web.",
|
|
2968
2987
|
"properties": {
|
|
2969
2988
|
"geometryType": {
|
|
2970
2989
|
"$ref": "esri.GeometryType",
|
|
@@ -3688,20 +3707,20 @@
|
|
|
3688
3707
|
"description": "Translate options for the ui.narrate command.",
|
|
3689
3708
|
"properties": {
|
|
3690
3709
|
"args": {
|
|
3691
|
-
"description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in
|
|
3710
|
+
"description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in ArcGIS Extensions API).",
|
|
3692
3711
|
"items": {},
|
|
3693
3712
|
"type": "array"
|
|
3694
3713
|
},
|
|
3695
3714
|
"currency": {
|
|
3696
|
-
"description": "The default unit of currency to use when formatting currency. See{@
|
|
3715
|
+
"description": "The default unit of currency to use when formatting currency. See{@linkutilities /number!NumberSettings.currency}.",
|
|
3697
3716
|
"type": "string"
|
|
3698
3717
|
},
|
|
3699
3718
|
"dateFormat": {
|
|
3700
|
-
"description": "The default format to use when formatting dates. See{@
|
|
3719
|
+
"description": "The default format to use when formatting dates. See{@linkutilities /date!DateFormatter.format}.",
|
|
3701
3720
|
"type": "string"
|
|
3702
3721
|
},
|
|
3703
3722
|
"fractionalDigits": {
|
|
3704
|
-
"description": "The default number of digits to show after the decimal point when formatting numbers. See{@
|
|
3723
|
+
"description": "The default number of digits to show after the decimal point when formatting numbers. See{@linkutilities /number!NumberSettings.fractionalDigits}.",
|
|
3705
3724
|
"type": "number"
|
|
3706
3725
|
},
|
|
3707
3726
|
"locale": {
|
|
@@ -3709,7 +3728,7 @@
|
|
|
3709
3728
|
"type": "string"
|
|
3710
3729
|
},
|
|
3711
3730
|
"numberFormat": {
|
|
3712
|
-
"description": "The default format to use when formatting numbers. See{@
|
|
3731
|
+
"description": "The default format to use when formatting numbers. See{@linkutilities /number!NumberFormatter.format}.",
|
|
3713
3732
|
"type": "string"
|
|
3714
3733
|
},
|
|
3715
3734
|
"text": {
|
|
@@ -4331,7 +4350,7 @@
|
|
|
4331
4350
|
},
|
|
4332
4351
|
"mapViewpoint": {
|
|
4333
4352
|
"$ref": "#/definitions/esri.Viewpoint",
|
|
4334
|
-
"description": "The map Viewpoint at the time of the search. Mobile only."
|
|
4353
|
+
"description": "The map Viewpoint at the time of the search. Mobile only. This property is required in VertiGIS Studio Mobile."
|
|
4335
4354
|
},
|
|
4336
4355
|
"maps": {
|
|
4337
4356
|
"$ref": "MapsLike",
|
|
@@ -4374,7 +4393,6 @@
|
|
|
4374
4393
|
}
|
|
4375
4394
|
},
|
|
4376
4395
|
"required": [
|
|
4377
|
-
"mapViewpoint",
|
|
4378
4396
|
"searchText"
|
|
4379
4397
|
],
|
|
4380
4398
|
"type": "object"
|
|
@@ -4495,7 +4513,7 @@
|
|
|
4495
4513
|
"description": "Arguments for the \"sketching.set-geometry-mode\" command.",
|
|
4496
4514
|
"properties": {
|
|
4497
4515
|
"editorGeometryMode": {
|
|
4498
|
-
"description": "The geometry mode to switch to.
|
|
4516
|
+
"description": "The geometry mode to switch to. VertiGIS Studio Mobile only supports \"line\" and \"area\".",
|
|
4499
4517
|
"enum": [
|
|
4500
4518
|
"area",
|
|
4501
4519
|
"circle",
|
|
@@ -5234,20 +5252,20 @@
|
|
|
5234
5252
|
"description": "The available options for the Locale Service translate function.",
|
|
5235
5253
|
"properties": {
|
|
5236
5254
|
"args": {
|
|
5237
|
-
"description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in
|
|
5255
|
+
"description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in ArcGIS Extensions API).",
|
|
5238
5256
|
"items": {},
|
|
5239
5257
|
"type": "array"
|
|
5240
5258
|
},
|
|
5241
5259
|
"currency": {
|
|
5242
|
-
"description": "The default unit of currency to use when formatting currency. See{@
|
|
5260
|
+
"description": "The default unit of currency to use when formatting currency. See{@linkutilities /number!NumberSettings.currency}.",
|
|
5243
5261
|
"type": "string"
|
|
5244
5262
|
},
|
|
5245
5263
|
"dateFormat": {
|
|
5246
|
-
"description": "The default format to use when formatting dates. See{@
|
|
5264
|
+
"description": "The default format to use when formatting dates. See{@linkutilities /date!DateFormatter.format}.",
|
|
5247
5265
|
"type": "string"
|
|
5248
5266
|
},
|
|
5249
5267
|
"fractionalDigits": {
|
|
5250
|
-
"description": "The default number of digits to show after the decimal point when formatting numbers. See{@
|
|
5268
|
+
"description": "The default number of digits to show after the decimal point when formatting numbers. See{@linkutilities /number!NumberSettings.fractionalDigits}.",
|
|
5251
5269
|
"type": "number"
|
|
5252
5270
|
},
|
|
5253
5271
|
"locale": {
|
|
@@ -5255,7 +5273,7 @@
|
|
|
5255
5273
|
"type": "string"
|
|
5256
5274
|
},
|
|
5257
5275
|
"numberFormat": {
|
|
5258
|
-
"description": "The default format to use when formatting numbers. See{@
|
|
5276
|
+
"description": "The default format to use when formatting numbers. See{@linkutilities /number!NumberFormatter.format}.",
|
|
5259
5277
|
"type": "string"
|
|
5260
5278
|
},
|
|
5261
5279
|
"text": {
|
|
@@ -5797,7 +5815,7 @@
|
|
|
5797
5815
|
]
|
|
5798
5816
|
},
|
|
5799
5817
|
"basemap.get-all": {
|
|
5800
|
-
"description": "Gets all configured basemaps. Having argument: - Multiple maps: the union of all basemap options from each - No maps: the union of all basemap options for every map in the
|
|
5818
|
+
"description": "Gets all configured basemaps. Having argument: - Multiple maps: the union of all basemap options from each - No maps: the union of all basemap options for every map in the application.",
|
|
5801
5819
|
"enum": [
|
|
5802
5820
|
"basemap.get-all"
|
|
5803
5821
|
]
|
|
@@ -6658,7 +6676,7 @@
|
|
|
6658
6676
|
},
|
|
6659
6677
|
"listMode": {
|
|
6660
6678
|
"$ref": "esri.ListMode",
|
|
6661
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6679
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
6662
6680
|
},
|
|
6663
6681
|
"maxScale": {
|
|
6664
6682
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -6692,7 +6710,7 @@
|
|
|
6692
6710
|
"type": "string"
|
|
6693
6711
|
},
|
|
6694
6712
|
"type": {
|
|
6695
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
6713
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
6696
6714
|
"enum": [
|
|
6697
6715
|
"BingMapsAerial",
|
|
6698
6716
|
"BingMapsHybrid",
|
|
@@ -6937,7 +6955,7 @@
|
|
|
6937
6955
|
},
|
|
6938
6956
|
"listMode": {
|
|
6939
6957
|
"$ref": "esri.ListMode",
|
|
6940
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6958
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
6941
6959
|
},
|
|
6942
6960
|
"locationInfo": {
|
|
6943
6961
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -6980,7 +6998,7 @@
|
|
|
6980
6998
|
"type": "string"
|
|
6981
6999
|
},
|
|
6982
7000
|
"type": {
|
|
6983
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
7001
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
6984
7002
|
"enum": [
|
|
6985
7003
|
"BingMapsAerial",
|
|
6986
7004
|
"BingMapsHybrid",
|
|
@@ -7155,7 +7173,7 @@
|
|
|
7155
7173
|
},
|
|
7156
7174
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
7157
7175
|
"additionalProperties": false,
|
|
7158
|
-
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the
|
|
7176
|
+
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
|
|
7159
7177
|
"properties": {
|
|
7160
7178
|
"authoringInfo": {
|
|
7161
7179
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7257,10 +7275,10 @@
|
|
|
7257
7275
|
},
|
|
7258
7276
|
"rotationType": {
|
|
7259
7277
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7260
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
7278
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
7261
7279
|
},
|
|
7262
7280
|
"type": {
|
|
7263
|
-
"description": "The type of renderer. See{@
|
|
7281
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
7264
7282
|
"enum": [
|
|
7265
7283
|
"classBreaks"
|
|
7266
7284
|
],
|
|
@@ -7342,7 +7360,7 @@
|
|
|
7342
7360
|
"type": "string"
|
|
7343
7361
|
},
|
|
7344
7362
|
"type": {
|
|
7345
|
-
"description": "Type of domain. See{@
|
|
7363
|
+
"description": "Type of domain. See{@linkportal /Domain!DomainType}.",
|
|
7346
7364
|
"enum": [
|
|
7347
7365
|
"codedValue"
|
|
7348
7366
|
],
|
|
@@ -8062,7 +8080,7 @@
|
|
|
8062
8080
|
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
|
|
8063
8081
|
"properties": {
|
|
8064
8082
|
"featureExpression": {
|
|
8065
|
-
"description": "Deprecated with 1.8, use featureExpressionInfo instead.
|
|
8083
|
+
"description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
|
|
8066
8084
|
},
|
|
8067
8085
|
"featureExpressionInfo": {
|
|
8068
8086
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.FeatureExpressionInfo",
|
|
@@ -8073,7 +8091,7 @@
|
|
|
8073
8091
|
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
|
|
8074
8092
|
},
|
|
8075
8093
|
"offset": {
|
|
8076
|
-
"description": "Offset is always added to the result of the above logic except for
|
|
8094
|
+
"description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
|
|
8077
8095
|
"type": "number"
|
|
8078
8096
|
},
|
|
8079
8097
|
"unit": {
|
|
@@ -8141,7 +8159,7 @@
|
|
|
8141
8159
|
},
|
|
8142
8160
|
"listMode": {
|
|
8143
8161
|
"$ref": "esri.ListMode",
|
|
8144
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8162
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
8145
8163
|
},
|
|
8146
8164
|
"maxScale": {
|
|
8147
8165
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -8168,7 +8186,7 @@
|
|
|
8168
8186
|
"type": "string"
|
|
8169
8187
|
},
|
|
8170
8188
|
"type": {
|
|
8171
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
8189
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
8172
8190
|
"enum": [
|
|
8173
8191
|
"BingMapsAerial",
|
|
8174
8192
|
"BingMapsHybrid",
|
|
@@ -8239,7 +8257,7 @@
|
|
|
8239
8257
|
"type": "number"
|
|
8240
8258
|
},
|
|
8241
8259
|
"type": {
|
|
8242
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
8260
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
8243
8261
|
"enum": [
|
|
8244
8262
|
"Extrude"
|
|
8245
8263
|
],
|
|
@@ -8403,7 +8421,7 @@
|
|
|
8403
8421
|
},
|
|
8404
8422
|
"listMode": {
|
|
8405
8423
|
"$ref": "esri.ListMode",
|
|
8406
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8424
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
8407
8425
|
},
|
|
8408
8426
|
"maxScale": {
|
|
8409
8427
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -8415,7 +8433,7 @@
|
|
|
8415
8433
|
},
|
|
8416
8434
|
"mode": {
|
|
8417
8435
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
8418
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is
|
|
8436
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkportal /FeatureLayer!FeatureLayerMode}."
|
|
8419
8437
|
},
|
|
8420
8438
|
"opacity": {
|
|
8421
8439
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -8453,7 +8471,7 @@
|
|
|
8453
8471
|
"type": "string"
|
|
8454
8472
|
},
|
|
8455
8473
|
"type": {
|
|
8456
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
8474
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
8457
8475
|
"enum": [
|
|
8458
8476
|
"BingMapsAerial",
|
|
8459
8477
|
"BingMapsHybrid",
|
|
@@ -8619,7 +8637,7 @@
|
|
|
8619
8637
|
},
|
|
8620
8638
|
"type": {
|
|
8621
8639
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
8622
|
-
"description": "Type of the Field. See{@
|
|
8640
|
+
"description": "Type of the Field. See{@linkportal /Field!FieldType}."
|
|
8623
8641
|
}
|
|
8624
8642
|
},
|
|
8625
8643
|
"type": "object"
|
|
@@ -8682,7 +8700,7 @@
|
|
|
8682
8700
|
"type": "object"
|
|
8683
8701
|
},
|
|
8684
8702
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
8685
|
-
"description": "The type of string field to use with{@
|
|
8703
|
+
"description": "The type of string field to use with{@linkportal /FieldInfo!FieldInfo.stringFieldOption}..",
|
|
8686
8704
|
"enum": [
|
|
8687
8705
|
"richtext",
|
|
8688
8706
|
"textarea",
|
|
@@ -8715,7 +8733,7 @@
|
|
|
8715
8733
|
"description": "The outline of the point, line or polygon."
|
|
8716
8734
|
},
|
|
8717
8735
|
"type": {
|
|
8718
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
8736
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
8719
8737
|
"enum": [
|
|
8720
8738
|
"Fill"
|
|
8721
8739
|
],
|
|
@@ -9218,7 +9236,7 @@
|
|
|
9218
9236
|
"properties": {
|
|
9219
9237
|
"dateFormat": {
|
|
9220
9238
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
9221
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@
|
|
9239
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkutilities /date!DateFormat}."
|
|
9222
9240
|
},
|
|
9223
9241
|
"digitSeparator": {
|
|
9224
9242
|
"description": "A Boolean used with numerical fields. A value of true allows the number to have a digit (or thousands) separator when the value appears in pop-up windows. Depending on the locale, this separator is a decimal point or a comma. A value of false means that no separator will be used.",
|
|
@@ -9260,7 +9278,7 @@
|
|
|
9260
9278
|
},
|
|
9261
9279
|
"listMode": {
|
|
9262
9280
|
"$ref": "esri.ListMode",
|
|
9263
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9281
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9264
9282
|
},
|
|
9265
9283
|
"maxScale": {
|
|
9266
9284
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -9295,7 +9313,7 @@
|
|
|
9295
9313
|
"type": "string"
|
|
9296
9314
|
},
|
|
9297
9315
|
"type": {
|
|
9298
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
9316
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9299
9317
|
"enum": [
|
|
9300
9318
|
"BingMapsAerial",
|
|
9301
9319
|
"BingMapsHybrid",
|
|
@@ -9374,7 +9392,7 @@
|
|
|
9374
9392
|
},
|
|
9375
9393
|
"listMode": {
|
|
9376
9394
|
"$ref": "esri.ListMode",
|
|
9377
|
-
"description": "To show or hide the group layer in the layer list. See{@
|
|
9395
|
+
"description": "To show or hide the group layer in the layer list. See{@linksupport /esri!ListMode}."
|
|
9378
9396
|
},
|
|
9379
9397
|
"maxScale": {
|
|
9380
9398
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -9401,7 +9419,7 @@
|
|
|
9401
9419
|
"type": "string"
|
|
9402
9420
|
},
|
|
9403
9421
|
"type": {
|
|
9404
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
9422
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9405
9423
|
"enum": [
|
|
9406
9424
|
"BingMapsAerial",
|
|
9407
9425
|
"BingMapsHybrid",
|
|
@@ -9493,10 +9511,10 @@
|
|
|
9493
9511
|
},
|
|
9494
9512
|
"rotationType": {
|
|
9495
9513
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9496
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
9514
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
9497
9515
|
},
|
|
9498
9516
|
"type": {
|
|
9499
|
-
"description": "The type of renderer. See{@
|
|
9517
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
9500
9518
|
"enum": [
|
|
9501
9519
|
"heatmap"
|
|
9502
9520
|
],
|
|
@@ -9556,7 +9574,7 @@
|
|
|
9556
9574
|
"type": "number"
|
|
9557
9575
|
},
|
|
9558
9576
|
"type": {
|
|
9559
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
9577
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
9560
9578
|
"enum": [
|
|
9561
9579
|
"Icon"
|
|
9562
9580
|
],
|
|
@@ -9651,7 +9669,7 @@
|
|
|
9651
9669
|
},
|
|
9652
9670
|
"listMode": {
|
|
9653
9671
|
"$ref": "esri.ListMode",
|
|
9654
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9672
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9655
9673
|
},
|
|
9656
9674
|
"maxScale": {
|
|
9657
9675
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -9706,7 +9724,7 @@
|
|
|
9706
9724
|
"type": "string"
|
|
9707
9725
|
},
|
|
9708
9726
|
"type": {
|
|
9709
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
9727
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9710
9728
|
"enum": [
|
|
9711
9729
|
"BingMapsAerial",
|
|
9712
9730
|
"BingMapsHybrid",
|
|
@@ -9781,7 +9799,7 @@
|
|
|
9781
9799
|
},
|
|
9782
9800
|
"listMode": {
|
|
9783
9801
|
"$ref": "esri.ListMode",
|
|
9784
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9802
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9785
9803
|
},
|
|
9786
9804
|
"maxScale": {
|
|
9787
9805
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -9816,7 +9834,7 @@
|
|
|
9816
9834
|
"type": "string"
|
|
9817
9835
|
},
|
|
9818
9836
|
"type": {
|
|
9819
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
9837
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9820
9838
|
"enum": [
|
|
9821
9839
|
"BingMapsAerial",
|
|
9822
9840
|
"BingMapsHybrid",
|
|
@@ -9891,7 +9909,7 @@
|
|
|
9891
9909
|
},
|
|
9892
9910
|
"listMode": {
|
|
9893
9911
|
"$ref": "esri.ListMode",
|
|
9894
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9912
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9895
9913
|
},
|
|
9896
9914
|
"maxScale": {
|
|
9897
9915
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -9918,7 +9936,7 @@
|
|
|
9918
9936
|
"type": "string"
|
|
9919
9937
|
},
|
|
9920
9938
|
"type": {
|
|
9921
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
9939
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9922
9940
|
"enum": [
|
|
9923
9941
|
"BingMapsAerial",
|
|
9924
9942
|
"BingMapsHybrid",
|
|
@@ -10213,7 +10231,7 @@
|
|
|
10213
10231
|
"description": "The right table source."
|
|
10214
10232
|
},
|
|
10215
10233
|
"type": {
|
|
10216
|
-
"description": "Type of the DataSource.{@
|
|
10234
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
10217
10235
|
"enum": [
|
|
10218
10236
|
"joinTable"
|
|
10219
10237
|
],
|
|
@@ -10266,7 +10284,7 @@
|
|
|
10266
10284
|
},
|
|
10267
10285
|
"listMode": {
|
|
10268
10286
|
"$ref": "esri.ListMode",
|
|
10269
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10287
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
10270
10288
|
},
|
|
10271
10289
|
"maxScale": {
|
|
10272
10290
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -10293,7 +10311,7 @@
|
|
|
10293
10311
|
"type": "string"
|
|
10294
10312
|
},
|
|
10295
10313
|
"type": {
|
|
10296
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
10314
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
10297
10315
|
"enum": [
|
|
10298
10316
|
"BingMapsAerial",
|
|
10299
10317
|
"BingMapsHybrid",
|
|
@@ -10343,7 +10361,7 @@
|
|
|
10343
10361
|
"type": "array"
|
|
10344
10362
|
},
|
|
10345
10363
|
"type": {
|
|
10346
|
-
"description": "The type of symbol. See{@
|
|
10364
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
10347
10365
|
"enum": [
|
|
10348
10366
|
"LabelSymbol3D"
|
|
10349
10367
|
],
|
|
@@ -10868,7 +10886,7 @@
|
|
|
10868
10886
|
},
|
|
10869
10887
|
"esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
|
|
10870
10888
|
"additionalProperties": false,
|
|
10871
|
-
"description": "The default time-related export options for a layer.
|
|
10889
|
+
"description": "The default time-related export options for a layer. See https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/.",
|
|
10872
10890
|
"properties": {
|
|
10873
10891
|
"timeDataCumulative": {
|
|
10874
10892
|
"description": "If true, draw all the features from the beginning of time for that data.",
|
|
@@ -10908,7 +10926,7 @@
|
|
|
10908
10926
|
"type": "array"
|
|
10909
10927
|
},
|
|
10910
10928
|
"type": {
|
|
10911
|
-
"description": "The type of symbol. See{@
|
|
10929
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
10912
10930
|
"enum": [
|
|
10913
10931
|
"LineSymbol3D"
|
|
10914
10932
|
],
|
|
@@ -10938,7 +10956,7 @@
|
|
|
10938
10956
|
"type": "number"
|
|
10939
10957
|
},
|
|
10940
10958
|
"type": {
|
|
10941
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
10959
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
10942
10960
|
"enum": [
|
|
10943
10961
|
"Line"
|
|
10944
10962
|
],
|
|
@@ -11012,7 +11030,7 @@
|
|
|
11012
11030
|
},
|
|
11013
11031
|
"listMode": {
|
|
11014
11032
|
"$ref": "esri.ListMode",
|
|
11015
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
11033
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
11016
11034
|
},
|
|
11017
11035
|
"maxScale": {
|
|
11018
11036
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -11043,7 +11061,7 @@
|
|
|
11043
11061
|
"type": "string"
|
|
11044
11062
|
},
|
|
11045
11063
|
"type": {
|
|
11046
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
11064
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
11047
11065
|
"enum": [
|
|
11048
11066
|
"BingMapsAerial",
|
|
11049
11067
|
"BingMapsHybrid",
|
|
@@ -11079,10 +11097,10 @@
|
|
|
11079
11097
|
},
|
|
11080
11098
|
"esri.rest-api.MediaInfo.MediaInfo": {
|
|
11081
11099
|
"additionalProperties": false,
|
|
11082
|
-
"description": "Defines an image or a chart to be displayed in a pop-up window.
|
|
11100
|
+
"description": "Defines an image or a chart to be displayed in a pop-up window. See https://developers.arcgis.com/web-map-specification/objects/mediaInfo/ and https://developers.arcgis.com/web-scene-specification/objects/mediaInfo/.",
|
|
11083
11101
|
"properties": {
|
|
11084
11102
|
"caption": {
|
|
11085
|
-
"description": "A caption describing the media. This can contain a field name enclosed in {}
|
|
11103
|
+
"description": "A caption describing the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_CAPTION}`.",
|
|
11086
11104
|
"type": "string"
|
|
11087
11105
|
},
|
|
11088
11106
|
"refreshInterval": {
|
|
@@ -11090,7 +11108,7 @@
|
|
|
11090
11108
|
"type": "number"
|
|
11091
11109
|
},
|
|
11092
11110
|
"title": {
|
|
11093
|
-
"description": "A title for the media. This can contain a field name enclosed in {}
|
|
11111
|
+
"description": "A title for the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_TITLE}`.",
|
|
11094
11112
|
"type": "string"
|
|
11095
11113
|
},
|
|
11096
11114
|
"type": {
|
|
@@ -11116,7 +11134,7 @@
|
|
|
11116
11134
|
"type": "array"
|
|
11117
11135
|
},
|
|
11118
11136
|
"type": {
|
|
11119
|
-
"description": "The type of symbol. See{@
|
|
11137
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
11120
11138
|
"enum": [
|
|
11121
11139
|
"MeshSymbol3D"
|
|
11122
11140
|
],
|
|
@@ -11188,10 +11206,10 @@
|
|
|
11188
11206
|
},
|
|
11189
11207
|
"mosaicOperation": {
|
|
11190
11208
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
11191
|
-
"description": "Use the mosaic operation to resolve overlap pixel values: from first or last raster, use the min, max or mean of the pixel values, or blend them. See
|
|
11209
|
+
"description": "Use the mosaic operation to resolve overlap pixel values: from first or last raster, use the min, max or mean of the pixel values, or blend them. See{@linkMosaicOperationType}."
|
|
11192
11210
|
},
|
|
11193
11211
|
"multidimensionalDefinition": {
|
|
11194
|
-
"description": "Definition of multidimensional variables.
|
|
11212
|
+
"description": "Definition of multidimensional variables. See https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/ and https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/.",
|
|
11195
11213
|
"items": {
|
|
11196
11214
|
"$ref": "__type"
|
|
11197
11215
|
},
|
|
@@ -11288,7 +11306,7 @@
|
|
|
11288
11306
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
11289
11307
|
},
|
|
11290
11308
|
"type": {
|
|
11291
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
11309
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
11292
11310
|
"enum": [
|
|
11293
11311
|
"Object"
|
|
11294
11312
|
],
|
|
@@ -11382,7 +11400,7 @@
|
|
|
11382
11400
|
"type": "number"
|
|
11383
11401
|
},
|
|
11384
11402
|
"type": {
|
|
11385
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
11403
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
11386
11404
|
"enum": [
|
|
11387
11405
|
"Path"
|
|
11388
11406
|
],
|
|
@@ -11423,7 +11441,7 @@
|
|
|
11423
11441
|
"description": "Sets the outline of the symbol."
|
|
11424
11442
|
},
|
|
11425
11443
|
"type": {
|
|
11426
|
-
"description": "The type of symbol. See{@
|
|
11444
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
11427
11445
|
"enum": [
|
|
11428
11446
|
"esriPFS"
|
|
11429
11447
|
],
|
|
@@ -11480,7 +11498,7 @@
|
|
|
11480
11498
|
"type": "string"
|
|
11481
11499
|
},
|
|
11482
11500
|
"type": {
|
|
11483
|
-
"description": "The type of symbol. See{@
|
|
11501
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
11484
11502
|
"enum": [
|
|
11485
11503
|
"esriPMS"
|
|
11486
11504
|
],
|
|
@@ -11638,10 +11656,10 @@
|
|
|
11638
11656
|
},
|
|
11639
11657
|
"rotationType": {
|
|
11640
11658
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
11641
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
11659
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
11642
11660
|
},
|
|
11643
11661
|
"type": {
|
|
11644
|
-
"description": "The type of renderer. See{@
|
|
11662
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
11645
11663
|
"enum": [
|
|
11646
11664
|
"pointCloudClassBreaksRenderer"
|
|
11647
11665
|
],
|
|
@@ -11719,7 +11737,7 @@
|
|
|
11719
11737
|
},
|
|
11720
11738
|
"listMode": {
|
|
11721
11739
|
"$ref": "esri.ListMode",
|
|
11722
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
11740
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
11723
11741
|
},
|
|
11724
11742
|
"maxScale": {
|
|
11725
11743
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -11750,7 +11768,7 @@
|
|
|
11750
11768
|
"type": "string"
|
|
11751
11769
|
},
|
|
11752
11770
|
"type": {
|
|
11753
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
11771
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
11754
11772
|
"enum": [
|
|
11755
11773
|
"BingMapsAerial",
|
|
11756
11774
|
"BingMapsHybrid",
|
|
@@ -11825,10 +11843,10 @@
|
|
|
11825
11843
|
},
|
|
11826
11844
|
"rotationType": {
|
|
11827
11845
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
11828
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
11846
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
11829
11847
|
},
|
|
11830
11848
|
"type": {
|
|
11831
|
-
"description": "The type of renderer. See{@
|
|
11849
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
11832
11850
|
"enum": [
|
|
11833
11851
|
"pointCloudRGBRenderer"
|
|
11834
11852
|
],
|
|
@@ -11949,10 +11967,10 @@
|
|
|
11949
11967
|
},
|
|
11950
11968
|
"rotationType": {
|
|
11951
11969
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
11952
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
11970
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
11953
11971
|
},
|
|
11954
11972
|
"type": {
|
|
11955
|
-
"description": "The type of renderer. See{@
|
|
11973
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
11956
11974
|
"enum": [
|
|
11957
11975
|
"pointCloudStretchRenderer"
|
|
11958
11976
|
],
|
|
@@ -12027,10 +12045,10 @@
|
|
|
12027
12045
|
},
|
|
12028
12046
|
"rotationType": {
|
|
12029
12047
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
12030
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
12048
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
12031
12049
|
},
|
|
12032
12050
|
"type": {
|
|
12033
|
-
"description": "The type of renderer. See{@
|
|
12051
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
12034
12052
|
"enum": [
|
|
12035
12053
|
"pointCloudUniqueValueRenderer"
|
|
12036
12054
|
],
|
|
@@ -12124,7 +12142,7 @@
|
|
|
12124
12142
|
"type": "array"
|
|
12125
12143
|
},
|
|
12126
12144
|
"type": {
|
|
12127
|
-
"description": "The type of symbol. See{@
|
|
12145
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
12128
12146
|
"enum": [
|
|
12129
12147
|
"PointSymbol3D"
|
|
12130
12148
|
],
|
|
@@ -12198,7 +12216,7 @@
|
|
|
12198
12216
|
"type": "array"
|
|
12199
12217
|
},
|
|
12200
12218
|
"type": {
|
|
12201
|
-
"description": "The type of symbol. See{@
|
|
12219
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
12202
12220
|
"enum": [
|
|
12203
12221
|
"PolygonSymbol3D"
|
|
12204
12222
|
],
|
|
@@ -12294,7 +12312,7 @@
|
|
|
12294
12312
|
},
|
|
12295
12313
|
"esri.rest-api.PopupInfo.PopupElement": {
|
|
12296
12314
|
"additionalProperties": false,
|
|
12297
|
-
"description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used.
|
|
12315
|
+
"description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used. See https://developers.arcgis.com/web-map-specification/objects/popupElement/ and https://developers.arcgis.com/web-scene-specification/objects/popupElement/.",
|
|
12298
12316
|
"properties": {
|
|
12299
12317
|
"displayType": {
|
|
12300
12318
|
"description": "This property applies to elements of type attachments. A string value indicating how to display the attachment. Possible values are, preview, and list. If list is specified, attachments show as links.",
|
|
@@ -12337,10 +12355,10 @@
|
|
|
12337
12355
|
},
|
|
12338
12356
|
"esri.rest-api.PopupInfo.PopupInfo": {
|
|
12339
12357
|
"additionalProperties": false,
|
|
12340
|
-
"description": "Defines the look and feel of pop-up windows when users click or query a feature.
|
|
12358
|
+
"description": "Defines the look and feel of pop-up windows when users click or query a feature. See https://developers.arcgis.com/web-map-specification/objects/popupInfo/ and https://developers.arcgis.com/web-scene-specification/objects/popupInfo/.",
|
|
12341
12359
|
"properties": {
|
|
12342
12360
|
"description": {
|
|
12343
|
-
"description": "A string that appears in the body of the pop-up window as a description. This can contain a field name enclosed in {}
|
|
12361
|
+
"description": "A string that appears in the body of the pop-up window as a description. This can contain a field name enclosed in `{}`, such as `{DETAILS}`.",
|
|
12344
12362
|
"type": "string"
|
|
12345
12363
|
},
|
|
12346
12364
|
"expressionInfos": {
|
|
@@ -12351,7 +12369,7 @@
|
|
|
12351
12369
|
"type": "array"
|
|
12352
12370
|
},
|
|
12353
12371
|
"fieldInfos": {
|
|
12354
|
-
"description": "An array of{@
|
|
12372
|
+
"description": "An array of{@linkportal /FieldInfo!FieldInfo}objects defining how each field in the dataset participates (or does not participate) in the pop-up window. The order of the array is the order that fields are shown in the pop-up window.",
|
|
12355
12373
|
"items": {
|
|
12356
12374
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
12357
12375
|
},
|
|
@@ -12380,7 +12398,7 @@
|
|
|
12380
12398
|
"type": "boolean"
|
|
12381
12399
|
},
|
|
12382
12400
|
"title": {
|
|
12383
|
-
"description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in {}
|
|
12401
|
+
"description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in `{}`, such as `{NAME}`.",
|
|
12384
12402
|
"type": "string"
|
|
12385
12403
|
}
|
|
12386
12404
|
},
|
|
@@ -12433,10 +12451,10 @@
|
|
|
12433
12451
|
},
|
|
12434
12452
|
"rotationType": {
|
|
12435
12453
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
12436
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
12454
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
12437
12455
|
},
|
|
12438
12456
|
"type": {
|
|
12439
|
-
"description": "The type of renderer. See{@
|
|
12457
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
12440
12458
|
"enum": [
|
|
12441
12459
|
"predominance"
|
|
12442
12460
|
],
|
|
@@ -12492,7 +12510,7 @@
|
|
|
12492
12510
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
12493
12511
|
},
|
|
12494
12512
|
"type": {
|
|
12495
|
-
"description": "Type of the DataSource.{@
|
|
12513
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
12496
12514
|
"enum": [
|
|
12497
12515
|
"queryTable"
|
|
12498
12516
|
],
|
|
@@ -12524,7 +12542,7 @@
|
|
|
12524
12542
|
"type": "array"
|
|
12525
12543
|
},
|
|
12526
12544
|
"type": {
|
|
12527
|
-
"description": "Type of domain. See{@
|
|
12545
|
+
"description": "Type of domain. See{@linkportal /Domain!DomainType}.",
|
|
12528
12546
|
"enum": [
|
|
12529
12547
|
"range"
|
|
12530
12548
|
],
|
|
@@ -12600,7 +12618,7 @@
|
|
|
12600
12618
|
"type": "string"
|
|
12601
12619
|
},
|
|
12602
12620
|
"type": {
|
|
12603
|
-
"description": "Type of the DataSource.{@
|
|
12621
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
12604
12622
|
"enum": [
|
|
12605
12623
|
"raster"
|
|
12606
12624
|
],
|
|
@@ -12873,7 +12891,7 @@
|
|
|
12873
12891
|
},
|
|
12874
12892
|
"listMode": {
|
|
12875
12893
|
"$ref": "esri.ListMode",
|
|
12876
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
12894
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
12877
12895
|
},
|
|
12878
12896
|
"maxScale": {
|
|
12879
12897
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -12912,7 +12930,7 @@
|
|
|
12912
12930
|
"type": "string"
|
|
12913
12931
|
},
|
|
12914
12932
|
"type": {
|
|
12915
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
12933
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
12916
12934
|
"enum": [
|
|
12917
12935
|
"BingMapsAerial",
|
|
12918
12936
|
"BingMapsHybrid",
|
|
@@ -12970,7 +12988,7 @@
|
|
|
12970
12988
|
"description": "The fill style. See{@linkSimpleFillStyle}."
|
|
12971
12989
|
},
|
|
12972
12990
|
"type": {
|
|
12973
|
-
"description": "The type of symbol. See{@
|
|
12991
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
12974
12992
|
"enum": [
|
|
12975
12993
|
"esriSFS"
|
|
12976
12994
|
],
|
|
@@ -13007,7 +13025,7 @@
|
|
|
13007
13025
|
"description": "The line style. See{@linkSimpleLineStyle}."
|
|
13008
13026
|
},
|
|
13009
13027
|
"type": {
|
|
13010
|
-
"description": "The type of symbol. See{@
|
|
13028
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
13011
13029
|
"enum": [
|
|
13012
13030
|
"esriSLS"
|
|
13013
13031
|
],
|
|
@@ -13061,7 +13079,7 @@
|
|
|
13061
13079
|
"description": "The marker style. See{@linkSimpleMarkerStyle}."
|
|
13062
13080
|
},
|
|
13063
13081
|
"type": {
|
|
13064
|
-
"description": "The type of symbol. See{@
|
|
13082
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
13065
13083
|
"enum": [
|
|
13066
13084
|
"esriSMS"
|
|
13067
13085
|
],
|
|
@@ -13103,7 +13121,7 @@
|
|
|
13103
13121
|
},
|
|
13104
13122
|
"rotationType": {
|
|
13105
13123
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
13106
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
13124
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
13107
13125
|
},
|
|
13108
13126
|
"symbol": {
|
|
13109
13127
|
"anyOf": [
|
|
@@ -13150,7 +13168,7 @@
|
|
|
13150
13168
|
"description": "An object that represents how all features will be drawn."
|
|
13151
13169
|
},
|
|
13152
13170
|
"type": {
|
|
13153
|
-
"description": "The type of renderer. See{@
|
|
13171
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
13154
13172
|
"enum": [
|
|
13155
13173
|
"simple"
|
|
13156
13174
|
],
|
|
@@ -13258,7 +13276,7 @@
|
|
|
13258
13276
|
},
|
|
13259
13277
|
"listMode": {
|
|
13260
13278
|
"$ref": "esri.ListMode",
|
|
13261
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
13279
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
13262
13280
|
},
|
|
13263
13281
|
"maxScale": {
|
|
13264
13282
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -13270,7 +13288,7 @@
|
|
|
13270
13288
|
},
|
|
13271
13289
|
"mode": {
|
|
13272
13290
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
13273
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is
|
|
13291
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkportal /FeatureLayer!FeatureLayerMode}."
|
|
13274
13292
|
},
|
|
13275
13293
|
"opacity": {
|
|
13276
13294
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -13308,7 +13326,7 @@
|
|
|
13308
13326
|
"type": "string"
|
|
13309
13327
|
},
|
|
13310
13328
|
"type": {
|
|
13311
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
13329
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
13312
13330
|
"enum": [
|
|
13313
13331
|
"BingMapsAerial",
|
|
13314
13332
|
"BingMapsHybrid",
|
|
@@ -13402,7 +13420,7 @@
|
|
|
13402
13420
|
},
|
|
13403
13421
|
"listMode": {
|
|
13404
13422
|
"$ref": "esri.ListMode",
|
|
13405
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
13423
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
13406
13424
|
},
|
|
13407
13425
|
"maxScale": {
|
|
13408
13426
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -13429,7 +13447,7 @@
|
|
|
13429
13447
|
"type": "string"
|
|
13430
13448
|
},
|
|
13431
13449
|
"type": {
|
|
13432
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
13450
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
13433
13451
|
"enum": [
|
|
13434
13452
|
"BingMapsAerial",
|
|
13435
13453
|
"BingMapsHybrid",
|
|
@@ -13573,7 +13591,7 @@
|
|
|
13573
13591
|
"description": "Color is represented as a three or four-element array."
|
|
13574
13592
|
},
|
|
13575
13593
|
"colorMixMode": {
|
|
13576
|
-
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual
|
|
13594
|
+
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual variable color. - Multiply: the feature's color is multiplied with the symbol color.",
|
|
13577
13595
|
"enum": [
|
|
13578
13596
|
"multiply",
|
|
13579
13597
|
"replace",
|
|
@@ -13684,7 +13702,7 @@
|
|
|
13684
13702
|
"type": "string"
|
|
13685
13703
|
},
|
|
13686
13704
|
"type": {
|
|
13687
|
-
"description": "Type of the DataSource.{@
|
|
13705
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
13688
13706
|
"enum": [
|
|
13689
13707
|
"table"
|
|
13690
13708
|
],
|
|
@@ -13764,14 +13782,14 @@
|
|
|
13764
13782
|
},
|
|
13765
13783
|
"rotationType": {
|
|
13766
13784
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
13767
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
13785
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
13768
13786
|
},
|
|
13769
13787
|
"trackRenderer": {
|
|
13770
13788
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
13771
13789
|
"description": "Simple renderer used to symbolize the tracks."
|
|
13772
13790
|
},
|
|
13773
13791
|
"type": {
|
|
13774
|
-
"description": "The type of renderer. See{@
|
|
13792
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
13775
13793
|
"enum": [
|
|
13776
13794
|
"temporal"
|
|
13777
13795
|
],
|
|
@@ -13829,7 +13847,7 @@
|
|
|
13829
13847
|
},
|
|
13830
13848
|
"horizontalAlignment": {
|
|
13831
13849
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
13832
|
-
"description": "The horizontal alignment of the text. See{@
|
|
13850
|
+
"description": "The horizontal alignment of the text. See{@linkportal /Symbol!HorizontalAlignment}."
|
|
13833
13851
|
},
|
|
13834
13852
|
"kerning": {
|
|
13835
13853
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -13848,7 +13866,7 @@
|
|
|
13848
13866
|
"type": "string"
|
|
13849
13867
|
},
|
|
13850
13868
|
"type": {
|
|
13851
|
-
"description": "The type of symbol. See{@
|
|
13869
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
13852
13870
|
"enum": [
|
|
13853
13871
|
"esriTS"
|
|
13854
13872
|
],
|
|
@@ -13856,7 +13874,7 @@
|
|
|
13856
13874
|
},
|
|
13857
13875
|
"verticalAlignment": {
|
|
13858
13876
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
13859
|
-
"description": "The vertical alignment of the text. See{@
|
|
13877
|
+
"description": "The vertical alignment of the text. See{@linkportal /Symbol!VerticalAlignment}."
|
|
13860
13878
|
},
|
|
13861
13879
|
"xoffset": {
|
|
13862
13880
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -13893,7 +13911,7 @@
|
|
|
13893
13911
|
"type": "string"
|
|
13894
13912
|
},
|
|
13895
13913
|
"type": {
|
|
13896
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
13914
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
13897
13915
|
"enum": [
|
|
13898
13916
|
"Text"
|
|
13899
13917
|
],
|
|
@@ -13983,7 +14001,7 @@
|
|
|
13983
14001
|
},
|
|
13984
14002
|
"listMode": {
|
|
13985
14003
|
"$ref": "esri.ListMode",
|
|
13986
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
14004
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
13987
14005
|
},
|
|
13988
14006
|
"maxScale": {
|
|
13989
14007
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -14010,7 +14028,7 @@
|
|
|
14010
14028
|
"type": "string"
|
|
14011
14029
|
},
|
|
14012
14030
|
"type": {
|
|
14013
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
14031
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
14014
14032
|
"enum": [
|
|
14015
14033
|
"BingMapsAerial",
|
|
14016
14034
|
"BingMapsHybrid",
|
|
@@ -14092,7 +14110,7 @@
|
|
|
14092
14110
|
},
|
|
14093
14111
|
"listMode": {
|
|
14094
14112
|
"$ref": "esri.ListMode",
|
|
14095
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
14113
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
14096
14114
|
},
|
|
14097
14115
|
"maxScale": {
|
|
14098
14116
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -14123,7 +14141,7 @@
|
|
|
14123
14141
|
"type": "string"
|
|
14124
14142
|
},
|
|
14125
14143
|
"type": {
|
|
14126
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
14144
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
14127
14145
|
"enum": [
|
|
14128
14146
|
"BingMapsAerial",
|
|
14129
14147
|
"BingMapsHybrid",
|
|
@@ -14209,7 +14227,7 @@
|
|
|
14209
14227
|
},
|
|
14210
14228
|
"rotationType": {
|
|
14211
14229
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
14212
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
14230
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
14213
14231
|
},
|
|
14214
14232
|
"styleName": {
|
|
14215
14233
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -14220,7 +14238,7 @@
|
|
|
14220
14238
|
"type": "string"
|
|
14221
14239
|
},
|
|
14222
14240
|
"type": {
|
|
14223
|
-
"description": "The type of renderer. See{@
|
|
14241
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
14224
14242
|
"enum": [
|
|
14225
14243
|
"uniqueValue"
|
|
14226
14244
|
],
|
|
@@ -14390,10 +14408,10 @@
|
|
|
14390
14408
|
},
|
|
14391
14409
|
"rotationType": {
|
|
14392
14410
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
14393
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
14411
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
14394
14412
|
},
|
|
14395
14413
|
"type": {
|
|
14396
|
-
"description": "The type of renderer. See{@
|
|
14414
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
14397
14415
|
"enum": [
|
|
14398
14416
|
"uniqueValue"
|
|
14399
14417
|
],
|
|
@@ -14500,7 +14518,7 @@
|
|
|
14500
14518
|
},
|
|
14501
14519
|
"rotationType": {
|
|
14502
14520
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
14503
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
14521
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
|
|
14504
14522
|
},
|
|
14505
14523
|
"style": {
|
|
14506
14524
|
"description": "A predefined style.",
|
|
@@ -14524,7 +14542,7 @@
|
|
|
14524
14542
|
"type": "number"
|
|
14525
14543
|
},
|
|
14526
14544
|
"type": {
|
|
14527
|
-
"description": "The type of renderer. See{@
|
|
14545
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
14528
14546
|
"enum": [
|
|
14529
14547
|
"vectorField"
|
|
14530
14548
|
],
|
|
@@ -14583,7 +14601,7 @@
|
|
|
14583
14601
|
},
|
|
14584
14602
|
"listMode": {
|
|
14585
14603
|
"$ref": "esri.ListMode",
|
|
14586
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
14604
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
14587
14605
|
},
|
|
14588
14606
|
"maxScale": {
|
|
14589
14607
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -14618,7 +14636,7 @@
|
|
|
14618
14636
|
"type": "string"
|
|
14619
14637
|
},
|
|
14620
14638
|
"type": {
|
|
14621
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
14639
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
14622
14640
|
"enum": [
|
|
14623
14641
|
"BingMapsAerial",
|
|
14624
14642
|
"BingMapsHybrid",
|
|
@@ -15115,7 +15133,7 @@
|
|
|
15115
15133
|
},
|
|
15116
15134
|
"listMode": {
|
|
15117
15135
|
"$ref": "esri.ListMode",
|
|
15118
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
15136
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
15119
15137
|
},
|
|
15120
15138
|
"mapUrl": {
|
|
15121
15139
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -15161,7 +15179,7 @@
|
|
|
15161
15179
|
"type": "string"
|
|
15162
15180
|
},
|
|
15163
15181
|
"type": {
|
|
15164
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
15182
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
15165
15183
|
"enum": [
|
|
15166
15184
|
"BingMapsAerial",
|
|
15167
15185
|
"BingMapsHybrid",
|
|
@@ -15292,7 +15310,7 @@
|
|
|
15292
15310
|
},
|
|
15293
15311
|
"listMode": {
|
|
15294
15312
|
"$ref": "esri.ListMode",
|
|
15295
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
15313
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
15296
15314
|
},
|
|
15297
15315
|
"maxScale": {
|
|
15298
15316
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -15315,14 +15333,14 @@
|
|
|
15315
15333
|
"type": "boolean"
|
|
15316
15334
|
},
|
|
15317
15335
|
"subDomains": {
|
|
15318
|
-
"description": "If sub-domains are detected, they must be specified. The map viewer detects if the Web Tile Layer has sub-domains by parsing the templateURL value for {subDomain}
|
|
15336
|
+
"description": "If sub-domains are detected, they must be specified. The map viewer detects if the Web Tile Layer has sub-domains by parsing the templateURL value for `{subDomain}`.",
|
|
15319
15337
|
"items": {
|
|
15320
15338
|
"type": "string"
|
|
15321
15339
|
},
|
|
15322
15340
|
"type": "array"
|
|
15323
15341
|
},
|
|
15324
15342
|
"templateUrl": {
|
|
15325
|
-
"description": "URL to the Web Tile Layer. Input required by the user when the layer is added to the web scene. The template URL contains a parameterized URL. The URL can contain the following template parameters:
|
|
15343
|
+
"description": "URL to the Web Tile Layer. Input required by the user when the layer is added to the web scene. The template URL contains a parameterized URL. The URL can contain the following template parameters: `{level}`, `{col}`, `{row}`, and `{subDomain}`.",
|
|
15326
15344
|
"type": "string"
|
|
15327
15345
|
},
|
|
15328
15346
|
"tileInfo": {
|
|
@@ -15334,7 +15352,7 @@
|
|
|
15334
15352
|
"type": "string"
|
|
15335
15353
|
},
|
|
15336
15354
|
"type": {
|
|
15337
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
15355
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
15338
15356
|
"enum": [
|
|
15339
15357
|
"BingMapsAerial",
|
|
15340
15358
|
"BingMapsHybrid",
|
|
@@ -15407,6 +15425,9 @@
|
|
|
15407
15425
|
"geocode.batch-geocode:input": {
|
|
15408
15426
|
"$ref": "#/definitions/BatchGeocodeArgs"
|
|
15409
15427
|
},
|
|
15428
|
+
"geocode.batch-geocode:output": {
|
|
15429
|
+
"$ref": "#/definitions/Features"
|
|
15430
|
+
},
|
|
15410
15431
|
"geocode.count": {
|
|
15411
15432
|
"description": "Counts the number of locations corresponding to an address.",
|
|
15412
15433
|
"enum": [
|
|
@@ -15416,6 +15437,9 @@
|
|
|
15416
15437
|
"geocode.count:input": {
|
|
15417
15438
|
"$ref": "#/definitions/GeocodeArgs"
|
|
15418
15439
|
},
|
|
15440
|
+
"geocode.count:output": {
|
|
15441
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.tasks.CountResult.CountResult"
|
|
15442
|
+
},
|
|
15419
15443
|
"geocode.geocode": {
|
|
15420
15444
|
"description": "Finds one or more locations corresponding to an address.",
|
|
15421
15445
|
"enum": [
|
|
@@ -15425,6 +15449,9 @@
|
|
|
15425
15449
|
"geocode.geocode:input": {
|
|
15426
15450
|
"$ref": "#/definitions/GeocodeArgs"
|
|
15427
15451
|
},
|
|
15452
|
+
"geocode.geocode:output": {
|
|
15453
|
+
"$ref": "#/definitions/Features"
|
|
15454
|
+
},
|
|
15428
15455
|
"geocode.reverse-geocode": {
|
|
15429
15456
|
"description": "Finds the address at a particular location. The geocoder must have the supportsReverseGeocoding capability.",
|
|
15430
15457
|
"enum": [
|
|
@@ -15434,6 +15461,9 @@
|
|
|
15434
15461
|
"geocode.reverse-geocode:input": {
|
|
15435
15462
|
"$ref": "#/definitions/ReverseGeocodeArgs"
|
|
15436
15463
|
},
|
|
15464
|
+
"geocode.reverse-geocode:output": {
|
|
15465
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
15466
|
+
},
|
|
15437
15467
|
"geocode.suggest": {
|
|
15438
15468
|
"description": "Suggests matching addresses to search for based on some input text. The geocoder must have the supportsSuggest capability.",
|
|
15439
15469
|
"enum": [
|
|
@@ -15443,6 +15473,12 @@
|
|
|
15443
15473
|
"geocode.suggest:input": {
|
|
15444
15474
|
"$ref": "#/definitions/SuggestArgs"
|
|
15445
15475
|
},
|
|
15476
|
+
"geocode.suggest:output": {
|
|
15477
|
+
"items": {
|
|
15478
|
+
"type": "string"
|
|
15479
|
+
},
|
|
15480
|
+
"type": "array"
|
|
15481
|
+
},
|
|
15446
15482
|
"geolocation.auto-recenter": {
|
|
15447
15483
|
"description": "Centers the map on the user's current location and keeps the location centered as it moves around. The maps parameter is only supported in VertiGIS Studio Mobile. In VertiGIS Studio Web, all maps are affected.",
|
|
15448
15484
|
"enum": [
|
|
@@ -17288,7 +17324,7 @@
|
|
|
17288
17324
|
]
|
|
17289
17325
|
},
|
|
17290
17326
|
"messaging.mix-in-args": {
|
|
17291
|
-
"description": "Attempts to merge an array of values into a single value that can be used as an argument for a command or operation. For example: [features, { chart: \"average-household-income\" }]; This would mix `features` obtained from some other source into arguments intended for the \"charts.display\" command. If the values cannot be merged, then the leftmost value is returned. Note that argument merging already occurs automatically in command chains; this explicit operation exists for advanced scenarios like
|
|
17327
|
+
"description": "Attempts to merge an array of values into a single value that can be used as an argument for a command or operation. For example: [features, { chart: \"average-household-income\" }]; This would mix `features` obtained from some other source into arguments intended for the \"charts.display\" command. If the values cannot be merged, then the leftmost value is returned. Note that argument merging already occurs automatically in command chains; this explicit operation exists for advanced scenarios like VertiGIS Studio Workflow or custom code written using the SDK.",
|
|
17292
17328
|
"enum": [
|
|
17293
17329
|
"messaging.mix-in-args"
|
|
17294
17330
|
]
|
|
@@ -17800,7 +17836,7 @@
|
|
|
17800
17836
|
"$ref": "#/definitions/Features"
|
|
17801
17837
|
},
|
|
17802
17838
|
"results.from-graphics": {
|
|
17803
|
-
"description": "Converts provided GraphicsLike to
|
|
17839
|
+
"description": "Converts provided GraphicsLike to VertiGIS Studio Features using any available metadata.",
|
|
17804
17840
|
"enum": [
|
|
17805
17841
|
"results.from-graphics"
|
|
17806
17842
|
]
|
|
@@ -17961,7 +17997,7 @@
|
|
|
17961
17997
|
]
|
|
17962
17998
|
},
|
|
17963
17999
|
"results.to-graphics": {
|
|
17964
|
-
"description": "Converts
|
|
18000
|
+
"description": "Converts VertiGIS Studio Features to Esri graphics.",
|
|
17965
18001
|
"enum": [
|
|
17966
18002
|
"results.to-graphics"
|
|
17967
18003
|
]
|
|
@@ -18982,86 +19018,6 @@
|
|
|
18982
19018
|
],
|
|
18983
19019
|
"type": "object"
|
|
18984
19020
|
},
|
|
18985
|
-
{
|
|
18986
|
-
"additionalProperties": false,
|
|
18987
|
-
"properties": {
|
|
18988
|
-
"arguments": {
|
|
18989
|
-
"$ref": "#/definitions/geocode.batch-geocode:input"
|
|
18990
|
-
},
|
|
18991
|
-
"name": {
|
|
18992
|
-
"$ref": "#/definitions/geocode.batch-geocode"
|
|
18993
|
-
}
|
|
18994
|
-
},
|
|
18995
|
-
"required": [
|
|
18996
|
-
"name",
|
|
18997
|
-
"arguments"
|
|
18998
|
-
],
|
|
18999
|
-
"type": "object"
|
|
19000
|
-
},
|
|
19001
|
-
{
|
|
19002
|
-
"additionalProperties": false,
|
|
19003
|
-
"properties": {
|
|
19004
|
-
"arguments": {
|
|
19005
|
-
"$ref": "#/definitions/geocode.count:input"
|
|
19006
|
-
},
|
|
19007
|
-
"name": {
|
|
19008
|
-
"$ref": "#/definitions/geocode.count"
|
|
19009
|
-
}
|
|
19010
|
-
},
|
|
19011
|
-
"required": [
|
|
19012
|
-
"name",
|
|
19013
|
-
"arguments"
|
|
19014
|
-
],
|
|
19015
|
-
"type": "object"
|
|
19016
|
-
},
|
|
19017
|
-
{
|
|
19018
|
-
"additionalProperties": false,
|
|
19019
|
-
"properties": {
|
|
19020
|
-
"arguments": {
|
|
19021
|
-
"$ref": "#/definitions/geocode.geocode:input"
|
|
19022
|
-
},
|
|
19023
|
-
"name": {
|
|
19024
|
-
"$ref": "#/definitions/geocode.geocode"
|
|
19025
|
-
}
|
|
19026
|
-
},
|
|
19027
|
-
"required": [
|
|
19028
|
-
"name",
|
|
19029
|
-
"arguments"
|
|
19030
|
-
],
|
|
19031
|
-
"type": "object"
|
|
19032
|
-
},
|
|
19033
|
-
{
|
|
19034
|
-
"additionalProperties": false,
|
|
19035
|
-
"properties": {
|
|
19036
|
-
"arguments": {
|
|
19037
|
-
"$ref": "#/definitions/geocode.reverse-geocode:input"
|
|
19038
|
-
},
|
|
19039
|
-
"name": {
|
|
19040
|
-
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
19041
|
-
}
|
|
19042
|
-
},
|
|
19043
|
-
"required": [
|
|
19044
|
-
"name",
|
|
19045
|
-
"arguments"
|
|
19046
|
-
],
|
|
19047
|
-
"type": "object"
|
|
19048
|
-
},
|
|
19049
|
-
{
|
|
19050
|
-
"additionalProperties": false,
|
|
19051
|
-
"properties": {
|
|
19052
|
-
"arguments": {
|
|
19053
|
-
"$ref": "#/definitions/geocode.suggest:input"
|
|
19054
|
-
},
|
|
19055
|
-
"name": {
|
|
19056
|
-
"$ref": "#/definitions/geocode.suggest"
|
|
19057
|
-
}
|
|
19058
|
-
},
|
|
19059
|
-
"required": [
|
|
19060
|
-
"name",
|
|
19061
|
-
"arguments"
|
|
19062
|
-
],
|
|
19063
|
-
"type": "object"
|
|
19064
|
-
},
|
|
19065
19021
|
{
|
|
19066
19022
|
"additionalProperties": false,
|
|
19067
19023
|
"properties": {
|
|
@@ -20942,21 +20898,6 @@
|
|
|
20942
20898
|
{
|
|
20943
20899
|
"$ref": "#/definitions/edit.update-session"
|
|
20944
20900
|
},
|
|
20945
|
-
{
|
|
20946
|
-
"$ref": "#/definitions/geocode.batch-geocode"
|
|
20947
|
-
},
|
|
20948
|
-
{
|
|
20949
|
-
"$ref": "#/definitions/geocode.count"
|
|
20950
|
-
},
|
|
20951
|
-
{
|
|
20952
|
-
"$ref": "#/definitions/geocode.geocode"
|
|
20953
|
-
},
|
|
20954
|
-
{
|
|
20955
|
-
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
20956
|
-
},
|
|
20957
|
-
{
|
|
20958
|
-
"$ref": "#/definitions/geocode.suggest"
|
|
20959
|
-
},
|
|
20960
20901
|
{
|
|
20961
20902
|
"$ref": "#/definitions/geolocation.auto-recenter"
|
|
20962
20903
|
},
|
|
@@ -21477,6 +21418,86 @@
|
|
|
21477
21418
|
],
|
|
21478
21419
|
"type": "object"
|
|
21479
21420
|
},
|
|
21421
|
+
{
|
|
21422
|
+
"additionalProperties": false,
|
|
21423
|
+
"properties": {
|
|
21424
|
+
"arguments": {
|
|
21425
|
+
"$ref": "#/definitions/geocode.batch-geocode:input"
|
|
21426
|
+
},
|
|
21427
|
+
"name": {
|
|
21428
|
+
"$ref": "#/definitions/geocode.batch-geocode"
|
|
21429
|
+
}
|
|
21430
|
+
},
|
|
21431
|
+
"required": [
|
|
21432
|
+
"name",
|
|
21433
|
+
"arguments"
|
|
21434
|
+
],
|
|
21435
|
+
"type": "object"
|
|
21436
|
+
},
|
|
21437
|
+
{
|
|
21438
|
+
"additionalProperties": false,
|
|
21439
|
+
"properties": {
|
|
21440
|
+
"arguments": {
|
|
21441
|
+
"$ref": "#/definitions/geocode.count:input"
|
|
21442
|
+
},
|
|
21443
|
+
"name": {
|
|
21444
|
+
"$ref": "#/definitions/geocode.count"
|
|
21445
|
+
}
|
|
21446
|
+
},
|
|
21447
|
+
"required": [
|
|
21448
|
+
"name",
|
|
21449
|
+
"arguments"
|
|
21450
|
+
],
|
|
21451
|
+
"type": "object"
|
|
21452
|
+
},
|
|
21453
|
+
{
|
|
21454
|
+
"additionalProperties": false,
|
|
21455
|
+
"properties": {
|
|
21456
|
+
"arguments": {
|
|
21457
|
+
"$ref": "#/definitions/geocode.geocode:input"
|
|
21458
|
+
},
|
|
21459
|
+
"name": {
|
|
21460
|
+
"$ref": "#/definitions/geocode.geocode"
|
|
21461
|
+
}
|
|
21462
|
+
},
|
|
21463
|
+
"required": [
|
|
21464
|
+
"name",
|
|
21465
|
+
"arguments"
|
|
21466
|
+
],
|
|
21467
|
+
"type": "object"
|
|
21468
|
+
},
|
|
21469
|
+
{
|
|
21470
|
+
"additionalProperties": false,
|
|
21471
|
+
"properties": {
|
|
21472
|
+
"arguments": {
|
|
21473
|
+
"$ref": "#/definitions/geocode.reverse-geocode:input"
|
|
21474
|
+
},
|
|
21475
|
+
"name": {
|
|
21476
|
+
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
21477
|
+
}
|
|
21478
|
+
},
|
|
21479
|
+
"required": [
|
|
21480
|
+
"name",
|
|
21481
|
+
"arguments"
|
|
21482
|
+
],
|
|
21483
|
+
"type": "object"
|
|
21484
|
+
},
|
|
21485
|
+
{
|
|
21486
|
+
"additionalProperties": false,
|
|
21487
|
+
"properties": {
|
|
21488
|
+
"arguments": {
|
|
21489
|
+
"$ref": "#/definitions/geocode.suggest:input"
|
|
21490
|
+
},
|
|
21491
|
+
"name": {
|
|
21492
|
+
"$ref": "#/definitions/geocode.suggest"
|
|
21493
|
+
}
|
|
21494
|
+
},
|
|
21495
|
+
"required": [
|
|
21496
|
+
"name",
|
|
21497
|
+
"arguments"
|
|
21498
|
+
],
|
|
21499
|
+
"type": "object"
|
|
21500
|
+
},
|
|
21480
21501
|
{
|
|
21481
21502
|
"additionalProperties": false,
|
|
21482
21503
|
"properties": {
|
|
@@ -22300,6 +22321,21 @@
|
|
|
22300
22321
|
{
|
|
22301
22322
|
"$ref": "#/definitions/edit.create-feature"
|
|
22302
22323
|
},
|
|
22324
|
+
{
|
|
22325
|
+
"$ref": "#/definitions/geocode.batch-geocode"
|
|
22326
|
+
},
|
|
22327
|
+
{
|
|
22328
|
+
"$ref": "#/definitions/geocode.count"
|
|
22329
|
+
},
|
|
22330
|
+
{
|
|
22331
|
+
"$ref": "#/definitions/geocode.geocode"
|
|
22332
|
+
},
|
|
22333
|
+
{
|
|
22334
|
+
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
22335
|
+
},
|
|
22336
|
+
{
|
|
22337
|
+
"$ref": "#/definitions/geocode.suggest"
|
|
22338
|
+
},
|
|
22303
22339
|
{
|
|
22304
22340
|
"$ref": "#/definitions/geolocation.get-current-state"
|
|
22305
22341
|
},
|