@vertigis/viewer-spec 50.5.0 → 50.5.1
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 +20 -11
- 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 +266 -233
- 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"
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
"type": "string"
|
|
383
383
|
},
|
|
384
384
|
"dateFormat": {
|
|
385
|
-
"description": "The default format for date values. Either a{@
|
|
385
|
+
"description": "The default format for date values. Either a{@linkutilities /date!DateFormat}constant, or a custom date format string.",
|
|
386
386
|
"type": "string"
|
|
387
387
|
},
|
|
388
388
|
"fractionalDigits": {
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
"type": "string"
|
|
395
395
|
},
|
|
396
396
|
"numberFormat": {
|
|
397
|
-
"description": "The default format for number values. Either a{@
|
|
397
|
+
"description": "The default format for number values. Either a{@linkutilities /number!NumberFormat}constant, or a custom number format string.",
|
|
398
398
|
"type": "string"
|
|
399
399
|
},
|
|
400
400
|
"timeZone": {
|
|
@@ -408,6 +408,25 @@
|
|
|
408
408
|
},
|
|
409
409
|
"type": "object"
|
|
410
410
|
},
|
|
411
|
+
"@vertigis.arcgis-extensions.tasks.CountResult.CountResult": {
|
|
412
|
+
"additionalProperties": false,
|
|
413
|
+
"description": "A count result for services.",
|
|
414
|
+
"properties": {
|
|
415
|
+
"count": {
|
|
416
|
+
"description": "The number of features that match the search criteria.",
|
|
417
|
+
"type": "number"
|
|
418
|
+
},
|
|
419
|
+
"source": {
|
|
420
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource",
|
|
421
|
+
"description": "The input feature source."
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"required": [
|
|
425
|
+
"count",
|
|
426
|
+
"source"
|
|
427
|
+
],
|
|
428
|
+
"type": "object"
|
|
429
|
+
},
|
|
411
430
|
"@vertigis.arcgis-extensions.tasks.geocoding.Geocoder.AddressLike": {
|
|
412
431
|
"anyOf": [
|
|
413
432
|
{},
|
|
@@ -426,10 +445,10 @@
|
|
|
426
445
|
"properties": {
|
|
427
446
|
"cancelToken": {
|
|
428
447
|
"$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
|
|
429
|
-
"description": "An optional cancel token from a{@
|
|
448
|
+
"description": "An optional cancel token from a{@linksupport /Cancellable!Cancellable}that can be used to cancel the geocode operation."
|
|
430
449
|
},
|
|
431
450
|
"maxResults": {
|
|
432
|
-
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@
|
|
451
|
+
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@linktasks /geocoding/Geocoder!Geocoder.capabilities}).",
|
|
433
452
|
"type": "number"
|
|
434
453
|
},
|
|
435
454
|
"outFields": {
|
|
@@ -548,7 +567,7 @@
|
|
|
548
567
|
"description": "The initial geometry to add the point to. Can be null."
|
|
549
568
|
},
|
|
550
569
|
"geometryType": {
|
|
551
|
-
"description": "The type of geometry to create if the initial geometry is null. In
|
|
570
|
+
"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.",
|
|
552
571
|
"type": "string"
|
|
553
572
|
},
|
|
554
573
|
"maps": {
|
|
@@ -557,11 +576,11 @@
|
|
|
557
576
|
},
|
|
558
577
|
"node": {
|
|
559
578
|
"$ref": "#/definitions/esri.Geometry",
|
|
560
|
-
"description": "A point geometry to add to the initial geometry. In
|
|
579
|
+
"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."
|
|
561
580
|
},
|
|
562
581
|
"nodeOrder": {
|
|
563
582
|
"$ref": "#/definitions/AddNodeOrder",
|
|
564
|
-
"description": "Indicates whether the new point should be added before or after the active point in the sketch. Not supported by
|
|
583
|
+
"description": "Indicates whether the new point should be added before or after the active point in the sketch. Not supported by VertiGIS Studio Mobile."
|
|
565
584
|
}
|
|
566
585
|
},
|
|
567
586
|
"required": [
|
|
@@ -657,7 +676,7 @@
|
|
|
657
676
|
"type": "string"
|
|
658
677
|
}
|
|
659
678
|
],
|
|
660
|
-
"description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by
|
|
679
|
+
"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."
|
|
661
680
|
},
|
|
662
681
|
"maps": {
|
|
663
682
|
"$ref": "MapsLike",
|
|
@@ -694,7 +713,7 @@
|
|
|
694
713
|
"$ref": "#/definitions/SymbolSet"
|
|
695
714
|
}
|
|
696
715
|
],
|
|
697
|
-
"description": "An optional symbol to use. SymbolSets are not supported by
|
|
716
|
+
"description": "An optional symbol to use. SymbolSets are not supported by VertiGIS Studio Mobile."
|
|
698
717
|
}
|
|
699
718
|
},
|
|
700
719
|
"required": [
|
|
@@ -712,7 +731,7 @@
|
|
|
712
731
|
},
|
|
713
732
|
"maps": {
|
|
714
733
|
"$ref": "MapsLike",
|
|
715
|
-
"description": "The map that the user sketched the geometry on. Unavailable in
|
|
734
|
+
"description": "The map that the user sketched the geometry on. Unavailable in VertiGIS Studio Mobile."
|
|
716
735
|
},
|
|
717
736
|
"symbol": {
|
|
718
737
|
"$ref": "#/definitions/esri.Symbol",
|
|
@@ -2046,7 +2065,7 @@
|
|
|
2046
2065
|
},
|
|
2047
2066
|
"mapViewpoint": {
|
|
2048
2067
|
"$ref": "#/definitions/esri.Viewpoint",
|
|
2049
|
-
"description": "The map Viewpoint at the time of the search. Mobile only."
|
|
2068
|
+
"description": "The map Viewpoint at the time of the search. Mobile only. This property is required in VertiGIS Studio Mobile."
|
|
2050
2069
|
},
|
|
2051
2070
|
"maps": {
|
|
2052
2071
|
"$ref": "MapsLike",
|
|
@@ -2089,7 +2108,6 @@
|
|
|
2089
2108
|
}
|
|
2090
2109
|
},
|
|
2091
2110
|
"required": [
|
|
2092
|
-
"mapViewpoint",
|
|
2093
2111
|
"searchText"
|
|
2094
2112
|
],
|
|
2095
2113
|
"type": "object"
|
|
@@ -2155,7 +2173,7 @@
|
|
|
2155
2173
|
"description": "Arguments for the \"sketching.set-geometry-mode\" command.",
|
|
2156
2174
|
"properties": {
|
|
2157
2175
|
"editorGeometryMode": {
|
|
2158
|
-
"description": "The geometry mode to switch to.
|
|
2176
|
+
"description": "The geometry mode to switch to. VertiGIS Studio Mobile only supports \"line\" and \"area\".",
|
|
2159
2177
|
"enum": [
|
|
2160
2178
|
"area",
|
|
2161
2179
|
"circle",
|
|
@@ -2409,20 +2427,20 @@
|
|
|
2409
2427
|
"description": "The available options for the Locale Service translate function.",
|
|
2410
2428
|
"properties": {
|
|
2411
2429
|
"args": {
|
|
2412
|
-
"description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in
|
|
2430
|
+
"description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in ArcGIS Extensions API).",
|
|
2413
2431
|
"items": {},
|
|
2414
2432
|
"type": "array"
|
|
2415
2433
|
},
|
|
2416
2434
|
"currency": {
|
|
2417
|
-
"description": "The default unit of currency to use when formatting currency. See{@
|
|
2435
|
+
"description": "The default unit of currency to use when formatting currency. See{@linkutilities /number!NumberSettings.currency}.",
|
|
2418
2436
|
"type": "string"
|
|
2419
2437
|
},
|
|
2420
2438
|
"dateFormat": {
|
|
2421
|
-
"description": "The default format to use when formatting dates. See{@
|
|
2439
|
+
"description": "The default format to use when formatting dates. See{@linkutilities /date!DateFormatter.format}.",
|
|
2422
2440
|
"type": "string"
|
|
2423
2441
|
},
|
|
2424
2442
|
"fractionalDigits": {
|
|
2425
|
-
"description": "The default number of digits to show after the decimal point when formatting numbers. See{@
|
|
2443
|
+
"description": "The default number of digits to show after the decimal point when formatting numbers. See{@linkutilities /number!NumberSettings.fractionalDigits}.",
|
|
2426
2444
|
"type": "number"
|
|
2427
2445
|
},
|
|
2428
2446
|
"locale": {
|
|
@@ -2430,7 +2448,7 @@
|
|
|
2430
2448
|
"type": "string"
|
|
2431
2449
|
},
|
|
2432
2450
|
"numberFormat": {
|
|
2433
|
-
"description": "The default format to use when formatting numbers. See{@
|
|
2451
|
+
"description": "The default format to use when formatting numbers. See{@linkutilities /number!NumberFormatter.format}.",
|
|
2434
2452
|
"type": "string"
|
|
2435
2453
|
},
|
|
2436
2454
|
"text": {
|
|
@@ -2606,7 +2624,7 @@
|
|
|
2606
2624
|
]
|
|
2607
2625
|
},
|
|
2608
2626
|
"basemap.get-all": {
|
|
2609
|
-
"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
|
|
2627
|
+
"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.",
|
|
2610
2628
|
"enum": [
|
|
2611
2629
|
"basemap.get-all"
|
|
2612
2630
|
]
|
|
@@ -3090,7 +3108,7 @@
|
|
|
3090
3108
|
},
|
|
3091
3109
|
"listMode": {
|
|
3092
3110
|
"$ref": "esri.ListMode",
|
|
3093
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3111
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
3094
3112
|
},
|
|
3095
3113
|
"maxScale": {
|
|
3096
3114
|
"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.",
|
|
@@ -3124,7 +3142,7 @@
|
|
|
3124
3142
|
"type": "string"
|
|
3125
3143
|
},
|
|
3126
3144
|
"type": {
|
|
3127
|
-
"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{@
|
|
3145
|
+
"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}.",
|
|
3128
3146
|
"enum": [
|
|
3129
3147
|
"BingMapsAerial",
|
|
3130
3148
|
"BingMapsHybrid",
|
|
@@ -3369,7 +3387,7 @@
|
|
|
3369
3387
|
},
|
|
3370
3388
|
"listMode": {
|
|
3371
3389
|
"$ref": "esri.ListMode",
|
|
3372
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3390
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
3373
3391
|
},
|
|
3374
3392
|
"locationInfo": {
|
|
3375
3393
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -3412,7 +3430,7 @@
|
|
|
3412
3430
|
"type": "string"
|
|
3413
3431
|
},
|
|
3414
3432
|
"type": {
|
|
3415
|
-
"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{@
|
|
3433
|
+
"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}.",
|
|
3416
3434
|
"enum": [
|
|
3417
3435
|
"BingMapsAerial",
|
|
3418
3436
|
"BingMapsHybrid",
|
|
@@ -3587,7 +3605,7 @@
|
|
|
3587
3605
|
},
|
|
3588
3606
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
3589
3607
|
"additionalProperties": false,
|
|
3590
|
-
"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
|
|
3608
|
+
"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/}.",
|
|
3591
3609
|
"properties": {
|
|
3592
3610
|
"authoringInfo": {
|
|
3593
3611
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -3689,10 +3707,10 @@
|
|
|
3689
3707
|
},
|
|
3690
3708
|
"rotationType": {
|
|
3691
3709
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
3692
|
-
"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{@
|
|
3710
|
+
"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}."
|
|
3693
3711
|
},
|
|
3694
3712
|
"type": {
|
|
3695
|
-
"description": "The type of renderer. See{@
|
|
3713
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
3696
3714
|
"enum": [
|
|
3697
3715
|
"classBreaks"
|
|
3698
3716
|
],
|
|
@@ -3774,7 +3792,7 @@
|
|
|
3774
3792
|
"type": "string"
|
|
3775
3793
|
},
|
|
3776
3794
|
"type": {
|
|
3777
|
-
"description": "Type of domain. See{@
|
|
3795
|
+
"description": "Type of domain. See{@linkportal /Domain!DomainType}.",
|
|
3778
3796
|
"enum": [
|
|
3779
3797
|
"codedValue"
|
|
3780
3798
|
],
|
|
@@ -4494,7 +4512,7 @@
|
|
|
4494
4512
|
"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/}.",
|
|
4495
4513
|
"properties": {
|
|
4496
4514
|
"featureExpression": {
|
|
4497
|
-
"description": "Deprecated with 1.8, use featureExpressionInfo instead.
|
|
4515
|
+
"description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
|
|
4498
4516
|
},
|
|
4499
4517
|
"featureExpressionInfo": {
|
|
4500
4518
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.FeatureExpressionInfo",
|
|
@@ -4505,7 +4523,7 @@
|
|
|
4505
4523
|
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
|
|
4506
4524
|
},
|
|
4507
4525
|
"offset": {
|
|
4508
|
-
"description": "Offset is always added to the result of the above logic except for
|
|
4526
|
+
"description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
|
|
4509
4527
|
"type": "number"
|
|
4510
4528
|
},
|
|
4511
4529
|
"unit": {
|
|
@@ -4573,7 +4591,7 @@
|
|
|
4573
4591
|
},
|
|
4574
4592
|
"listMode": {
|
|
4575
4593
|
"$ref": "esri.ListMode",
|
|
4576
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4594
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
4577
4595
|
},
|
|
4578
4596
|
"maxScale": {
|
|
4579
4597
|
"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.",
|
|
@@ -4600,7 +4618,7 @@
|
|
|
4600
4618
|
"type": "string"
|
|
4601
4619
|
},
|
|
4602
4620
|
"type": {
|
|
4603
|
-
"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{@
|
|
4621
|
+
"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}.",
|
|
4604
4622
|
"enum": [
|
|
4605
4623
|
"BingMapsAerial",
|
|
4606
4624
|
"BingMapsHybrid",
|
|
@@ -4671,7 +4689,7 @@
|
|
|
4671
4689
|
"type": "number"
|
|
4672
4690
|
},
|
|
4673
4691
|
"type": {
|
|
4674
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
4692
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
4675
4693
|
"enum": [
|
|
4676
4694
|
"Extrude"
|
|
4677
4695
|
],
|
|
@@ -4835,7 +4853,7 @@
|
|
|
4835
4853
|
},
|
|
4836
4854
|
"listMode": {
|
|
4837
4855
|
"$ref": "esri.ListMode",
|
|
4838
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4856
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
4839
4857
|
},
|
|
4840
4858
|
"maxScale": {
|
|
4841
4859
|
"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.",
|
|
@@ -4847,7 +4865,7 @@
|
|
|
4847
4865
|
},
|
|
4848
4866
|
"mode": {
|
|
4849
4867
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
4850
|
-
"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
|
|
4868
|
+
"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}."
|
|
4851
4869
|
},
|
|
4852
4870
|
"opacity": {
|
|
4853
4871
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -4885,7 +4903,7 @@
|
|
|
4885
4903
|
"type": "string"
|
|
4886
4904
|
},
|
|
4887
4905
|
"type": {
|
|
4888
|
-
"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{@
|
|
4906
|
+
"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}.",
|
|
4889
4907
|
"enum": [
|
|
4890
4908
|
"BingMapsAerial",
|
|
4891
4909
|
"BingMapsHybrid",
|
|
@@ -5051,7 +5069,7 @@
|
|
|
5051
5069
|
},
|
|
5052
5070
|
"type": {
|
|
5053
5071
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
5054
|
-
"description": "Type of the Field. See{@
|
|
5072
|
+
"description": "Type of the Field. See{@linkportal /Field!FieldType}."
|
|
5055
5073
|
}
|
|
5056
5074
|
},
|
|
5057
5075
|
"type": "object"
|
|
@@ -5114,7 +5132,7 @@
|
|
|
5114
5132
|
"type": "object"
|
|
5115
5133
|
},
|
|
5116
5134
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
5117
|
-
"description": "The type of string field to use with{@
|
|
5135
|
+
"description": "The type of string field to use with{@linkportal /FieldInfo!FieldInfo.stringFieldOption}..",
|
|
5118
5136
|
"enum": [
|
|
5119
5137
|
"richtext",
|
|
5120
5138
|
"textarea",
|
|
@@ -5147,7 +5165,7 @@
|
|
|
5147
5165
|
"description": "The outline of the point, line or polygon."
|
|
5148
5166
|
},
|
|
5149
5167
|
"type": {
|
|
5150
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
5168
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
5151
5169
|
"enum": [
|
|
5152
5170
|
"Fill"
|
|
5153
5171
|
],
|
|
@@ -5650,7 +5668,7 @@
|
|
|
5650
5668
|
"properties": {
|
|
5651
5669
|
"dateFormat": {
|
|
5652
5670
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
5653
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@
|
|
5671
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkutilities /date!DateFormat}."
|
|
5654
5672
|
},
|
|
5655
5673
|
"digitSeparator": {
|
|
5656
5674
|
"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.",
|
|
@@ -5692,7 +5710,7 @@
|
|
|
5692
5710
|
},
|
|
5693
5711
|
"listMode": {
|
|
5694
5712
|
"$ref": "esri.ListMode",
|
|
5695
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5713
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
5696
5714
|
},
|
|
5697
5715
|
"maxScale": {
|
|
5698
5716
|
"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.",
|
|
@@ -5727,7 +5745,7 @@
|
|
|
5727
5745
|
"type": "string"
|
|
5728
5746
|
},
|
|
5729
5747
|
"type": {
|
|
5730
|
-
"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{@
|
|
5748
|
+
"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}.",
|
|
5731
5749
|
"enum": [
|
|
5732
5750
|
"BingMapsAerial",
|
|
5733
5751
|
"BingMapsHybrid",
|
|
@@ -5806,7 +5824,7 @@
|
|
|
5806
5824
|
},
|
|
5807
5825
|
"listMode": {
|
|
5808
5826
|
"$ref": "esri.ListMode",
|
|
5809
|
-
"description": "To show or hide the group layer in the layer list. See{@
|
|
5827
|
+
"description": "To show or hide the group layer in the layer list. See{@linksupport /esri!ListMode}."
|
|
5810
5828
|
},
|
|
5811
5829
|
"maxScale": {
|
|
5812
5830
|
"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.",
|
|
@@ -5833,7 +5851,7 @@
|
|
|
5833
5851
|
"type": "string"
|
|
5834
5852
|
},
|
|
5835
5853
|
"type": {
|
|
5836
|
-
"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{@
|
|
5854
|
+
"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}.",
|
|
5837
5855
|
"enum": [
|
|
5838
5856
|
"BingMapsAerial",
|
|
5839
5857
|
"BingMapsHybrid",
|
|
@@ -5925,10 +5943,10 @@
|
|
|
5925
5943
|
},
|
|
5926
5944
|
"rotationType": {
|
|
5927
5945
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5928
|
-
"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{@
|
|
5946
|
+
"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}."
|
|
5929
5947
|
},
|
|
5930
5948
|
"type": {
|
|
5931
|
-
"description": "The type of renderer. See{@
|
|
5949
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
5932
5950
|
"enum": [
|
|
5933
5951
|
"heatmap"
|
|
5934
5952
|
],
|
|
@@ -5988,7 +6006,7 @@
|
|
|
5988
6006
|
"type": "number"
|
|
5989
6007
|
},
|
|
5990
6008
|
"type": {
|
|
5991
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6009
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
5992
6010
|
"enum": [
|
|
5993
6011
|
"Icon"
|
|
5994
6012
|
],
|
|
@@ -6083,7 +6101,7 @@
|
|
|
6083
6101
|
},
|
|
6084
6102
|
"listMode": {
|
|
6085
6103
|
"$ref": "esri.ListMode",
|
|
6086
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6104
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
6087
6105
|
},
|
|
6088
6106
|
"maxScale": {
|
|
6089
6107
|
"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.",
|
|
@@ -6138,7 +6156,7 @@
|
|
|
6138
6156
|
"type": "string"
|
|
6139
6157
|
},
|
|
6140
6158
|
"type": {
|
|
6141
|
-
"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{@
|
|
6159
|
+
"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}.",
|
|
6142
6160
|
"enum": [
|
|
6143
6161
|
"BingMapsAerial",
|
|
6144
6162
|
"BingMapsHybrid",
|
|
@@ -6213,7 +6231,7 @@
|
|
|
6213
6231
|
},
|
|
6214
6232
|
"listMode": {
|
|
6215
6233
|
"$ref": "esri.ListMode",
|
|
6216
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6234
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
6217
6235
|
},
|
|
6218
6236
|
"maxScale": {
|
|
6219
6237
|
"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.",
|
|
@@ -6248,7 +6266,7 @@
|
|
|
6248
6266
|
"type": "string"
|
|
6249
6267
|
},
|
|
6250
6268
|
"type": {
|
|
6251
|
-
"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{@
|
|
6269
|
+
"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}.",
|
|
6252
6270
|
"enum": [
|
|
6253
6271
|
"BingMapsAerial",
|
|
6254
6272
|
"BingMapsHybrid",
|
|
@@ -6323,7 +6341,7 @@
|
|
|
6323
6341
|
},
|
|
6324
6342
|
"listMode": {
|
|
6325
6343
|
"$ref": "esri.ListMode",
|
|
6326
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6344
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
6327
6345
|
},
|
|
6328
6346
|
"maxScale": {
|
|
6329
6347
|
"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.",
|
|
@@ -6350,7 +6368,7 @@
|
|
|
6350
6368
|
"type": "string"
|
|
6351
6369
|
},
|
|
6352
6370
|
"type": {
|
|
6353
|
-
"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{@
|
|
6371
|
+
"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}.",
|
|
6354
6372
|
"enum": [
|
|
6355
6373
|
"BingMapsAerial",
|
|
6356
6374
|
"BingMapsHybrid",
|
|
@@ -6645,7 +6663,7 @@
|
|
|
6645
6663
|
"description": "The right table source."
|
|
6646
6664
|
},
|
|
6647
6665
|
"type": {
|
|
6648
|
-
"description": "Type of the DataSource.{@
|
|
6666
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
6649
6667
|
"enum": [
|
|
6650
6668
|
"joinTable"
|
|
6651
6669
|
],
|
|
@@ -6698,7 +6716,7 @@
|
|
|
6698
6716
|
},
|
|
6699
6717
|
"listMode": {
|
|
6700
6718
|
"$ref": "esri.ListMode",
|
|
6701
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6719
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
6702
6720
|
},
|
|
6703
6721
|
"maxScale": {
|
|
6704
6722
|
"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.",
|
|
@@ -6725,7 +6743,7 @@
|
|
|
6725
6743
|
"type": "string"
|
|
6726
6744
|
},
|
|
6727
6745
|
"type": {
|
|
6728
|
-
"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{@
|
|
6746
|
+
"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}.",
|
|
6729
6747
|
"enum": [
|
|
6730
6748
|
"BingMapsAerial",
|
|
6731
6749
|
"BingMapsHybrid",
|
|
@@ -6775,7 +6793,7 @@
|
|
|
6775
6793
|
"type": "array"
|
|
6776
6794
|
},
|
|
6777
6795
|
"type": {
|
|
6778
|
-
"description": "The type of symbol. See{@
|
|
6796
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
6779
6797
|
"enum": [
|
|
6780
6798
|
"LabelSymbol3D"
|
|
6781
6799
|
],
|
|
@@ -7300,7 +7318,7 @@
|
|
|
7300
7318
|
},
|
|
7301
7319
|
"esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
|
|
7302
7320
|
"additionalProperties": false,
|
|
7303
|
-
"description": "The default time-related export options for a layer.
|
|
7321
|
+
"description": "The default time-related export options for a layer. See https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/.",
|
|
7304
7322
|
"properties": {
|
|
7305
7323
|
"timeDataCumulative": {
|
|
7306
7324
|
"description": "If true, draw all the features from the beginning of time for that data.",
|
|
@@ -7340,7 +7358,7 @@
|
|
|
7340
7358
|
"type": "array"
|
|
7341
7359
|
},
|
|
7342
7360
|
"type": {
|
|
7343
|
-
"description": "The type of symbol. See{@
|
|
7361
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
7344
7362
|
"enum": [
|
|
7345
7363
|
"LineSymbol3D"
|
|
7346
7364
|
],
|
|
@@ -7370,7 +7388,7 @@
|
|
|
7370
7388
|
"type": "number"
|
|
7371
7389
|
},
|
|
7372
7390
|
"type": {
|
|
7373
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
7391
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
7374
7392
|
"enum": [
|
|
7375
7393
|
"Line"
|
|
7376
7394
|
],
|
|
@@ -7444,7 +7462,7 @@
|
|
|
7444
7462
|
},
|
|
7445
7463
|
"listMode": {
|
|
7446
7464
|
"$ref": "esri.ListMode",
|
|
7447
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7465
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
7448
7466
|
},
|
|
7449
7467
|
"maxScale": {
|
|
7450
7468
|
"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.",
|
|
@@ -7475,7 +7493,7 @@
|
|
|
7475
7493
|
"type": "string"
|
|
7476
7494
|
},
|
|
7477
7495
|
"type": {
|
|
7478
|
-
"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{@
|
|
7496
|
+
"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}.",
|
|
7479
7497
|
"enum": [
|
|
7480
7498
|
"BingMapsAerial",
|
|
7481
7499
|
"BingMapsHybrid",
|
|
@@ -7511,10 +7529,10 @@
|
|
|
7511
7529
|
},
|
|
7512
7530
|
"esri.rest-api.MediaInfo.MediaInfo": {
|
|
7513
7531
|
"additionalProperties": false,
|
|
7514
|
-
"description": "Defines an image or a chart to be displayed in a pop-up window.
|
|
7532
|
+
"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/.",
|
|
7515
7533
|
"properties": {
|
|
7516
7534
|
"caption": {
|
|
7517
|
-
"description": "A caption describing the media. This can contain a field name enclosed in {}
|
|
7535
|
+
"description": "A caption describing the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_CAPTION}`.",
|
|
7518
7536
|
"type": "string"
|
|
7519
7537
|
},
|
|
7520
7538
|
"refreshInterval": {
|
|
@@ -7522,7 +7540,7 @@
|
|
|
7522
7540
|
"type": "number"
|
|
7523
7541
|
},
|
|
7524
7542
|
"title": {
|
|
7525
|
-
"description": "A title for the media. This can contain a field name enclosed in {}
|
|
7543
|
+
"description": "A title for the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_TITLE}`.",
|
|
7526
7544
|
"type": "string"
|
|
7527
7545
|
},
|
|
7528
7546
|
"type": {
|
|
@@ -7548,7 +7566,7 @@
|
|
|
7548
7566
|
"type": "array"
|
|
7549
7567
|
},
|
|
7550
7568
|
"type": {
|
|
7551
|
-
"description": "The type of symbol. See{@
|
|
7569
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
7552
7570
|
"enum": [
|
|
7553
7571
|
"MeshSymbol3D"
|
|
7554
7572
|
],
|
|
@@ -7620,10 +7638,10 @@
|
|
|
7620
7638
|
},
|
|
7621
7639
|
"mosaicOperation": {
|
|
7622
7640
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
7623
|
-
"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
|
|
7641
|
+
"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}."
|
|
7624
7642
|
},
|
|
7625
7643
|
"multidimensionalDefinition": {
|
|
7626
|
-
"description": "Definition of multidimensional variables.
|
|
7644
|
+
"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/.",
|
|
7627
7645
|
"items": {
|
|
7628
7646
|
"$ref": "__type"
|
|
7629
7647
|
},
|
|
@@ -7720,7 +7738,7 @@
|
|
|
7720
7738
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
7721
7739
|
},
|
|
7722
7740
|
"type": {
|
|
7723
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
7741
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
7724
7742
|
"enum": [
|
|
7725
7743
|
"Object"
|
|
7726
7744
|
],
|
|
@@ -7749,7 +7767,7 @@
|
|
|
7749
7767
|
"type": "number"
|
|
7750
7768
|
},
|
|
7751
7769
|
"type": {
|
|
7752
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
7770
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
7753
7771
|
"enum": [
|
|
7754
7772
|
"Path"
|
|
7755
7773
|
],
|
|
@@ -7790,7 +7808,7 @@
|
|
|
7790
7808
|
"description": "Sets the outline of the symbol."
|
|
7791
7809
|
},
|
|
7792
7810
|
"type": {
|
|
7793
|
-
"description": "The type of symbol. See{@
|
|
7811
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
7794
7812
|
"enum": [
|
|
7795
7813
|
"esriPFS"
|
|
7796
7814
|
],
|
|
@@ -7847,7 +7865,7 @@
|
|
|
7847
7865
|
"type": "string"
|
|
7848
7866
|
},
|
|
7849
7867
|
"type": {
|
|
7850
|
-
"description": "The type of symbol. See{@
|
|
7868
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
7851
7869
|
"enum": [
|
|
7852
7870
|
"esriPMS"
|
|
7853
7871
|
],
|
|
@@ -8005,10 +8023,10 @@
|
|
|
8005
8023
|
},
|
|
8006
8024
|
"rotationType": {
|
|
8007
8025
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8008
|
-
"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{@
|
|
8026
|
+
"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}."
|
|
8009
8027
|
},
|
|
8010
8028
|
"type": {
|
|
8011
|
-
"description": "The type of renderer. See{@
|
|
8029
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8012
8030
|
"enum": [
|
|
8013
8031
|
"pointCloudClassBreaksRenderer"
|
|
8014
8032
|
],
|
|
@@ -8086,7 +8104,7 @@
|
|
|
8086
8104
|
},
|
|
8087
8105
|
"listMode": {
|
|
8088
8106
|
"$ref": "esri.ListMode",
|
|
8089
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8107
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
8090
8108
|
},
|
|
8091
8109
|
"maxScale": {
|
|
8092
8110
|
"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.",
|
|
@@ -8117,7 +8135,7 @@
|
|
|
8117
8135
|
"type": "string"
|
|
8118
8136
|
},
|
|
8119
8137
|
"type": {
|
|
8120
|
-
"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{@
|
|
8138
|
+
"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}.",
|
|
8121
8139
|
"enum": [
|
|
8122
8140
|
"BingMapsAerial",
|
|
8123
8141
|
"BingMapsHybrid",
|
|
@@ -8192,10 +8210,10 @@
|
|
|
8192
8210
|
},
|
|
8193
8211
|
"rotationType": {
|
|
8194
8212
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8195
|
-
"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{@
|
|
8213
|
+
"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}."
|
|
8196
8214
|
},
|
|
8197
8215
|
"type": {
|
|
8198
|
-
"description": "The type of renderer. See{@
|
|
8216
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8199
8217
|
"enum": [
|
|
8200
8218
|
"pointCloudRGBRenderer"
|
|
8201
8219
|
],
|
|
@@ -8316,10 +8334,10 @@
|
|
|
8316
8334
|
},
|
|
8317
8335
|
"rotationType": {
|
|
8318
8336
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8319
|
-
"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{@
|
|
8337
|
+
"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}."
|
|
8320
8338
|
},
|
|
8321
8339
|
"type": {
|
|
8322
|
-
"description": "The type of renderer. See{@
|
|
8340
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8323
8341
|
"enum": [
|
|
8324
8342
|
"pointCloudStretchRenderer"
|
|
8325
8343
|
],
|
|
@@ -8394,10 +8412,10 @@
|
|
|
8394
8412
|
},
|
|
8395
8413
|
"rotationType": {
|
|
8396
8414
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8397
|
-
"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{@
|
|
8415
|
+
"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}."
|
|
8398
8416
|
},
|
|
8399
8417
|
"type": {
|
|
8400
|
-
"description": "The type of renderer. See{@
|
|
8418
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8401
8419
|
"enum": [
|
|
8402
8420
|
"pointCloudUniqueValueRenderer"
|
|
8403
8421
|
],
|
|
@@ -8476,7 +8494,7 @@
|
|
|
8476
8494
|
"type": "array"
|
|
8477
8495
|
},
|
|
8478
8496
|
"type": {
|
|
8479
|
-
"description": "The type of symbol. See{@
|
|
8497
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
8480
8498
|
"enum": [
|
|
8481
8499
|
"PointSymbol3D"
|
|
8482
8500
|
],
|
|
@@ -8550,7 +8568,7 @@
|
|
|
8550
8568
|
"type": "array"
|
|
8551
8569
|
},
|
|
8552
8570
|
"type": {
|
|
8553
|
-
"description": "The type of symbol. See{@
|
|
8571
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
8554
8572
|
"enum": [
|
|
8555
8573
|
"PolygonSymbol3D"
|
|
8556
8574
|
],
|
|
@@ -8646,7 +8664,7 @@
|
|
|
8646
8664
|
},
|
|
8647
8665
|
"esri.rest-api.PopupInfo.PopupElement": {
|
|
8648
8666
|
"additionalProperties": false,
|
|
8649
|
-
"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.
|
|
8667
|
+
"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/.",
|
|
8650
8668
|
"properties": {
|
|
8651
8669
|
"displayType": {
|
|
8652
8670
|
"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.",
|
|
@@ -8689,10 +8707,10 @@
|
|
|
8689
8707
|
},
|
|
8690
8708
|
"esri.rest-api.PopupInfo.PopupInfo": {
|
|
8691
8709
|
"additionalProperties": false,
|
|
8692
|
-
"description": "Defines the look and feel of pop-up windows when users click or query a feature.
|
|
8710
|
+
"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/.",
|
|
8693
8711
|
"properties": {
|
|
8694
8712
|
"description": {
|
|
8695
|
-
"description": "A string that appears in the body of the pop-up window as a description. This can contain a field name enclosed in {}
|
|
8713
|
+
"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}`.",
|
|
8696
8714
|
"type": "string"
|
|
8697
8715
|
},
|
|
8698
8716
|
"expressionInfos": {
|
|
@@ -8703,7 +8721,7 @@
|
|
|
8703
8721
|
"type": "array"
|
|
8704
8722
|
},
|
|
8705
8723
|
"fieldInfos": {
|
|
8706
|
-
"description": "An array of{@
|
|
8724
|
+
"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.",
|
|
8707
8725
|
"items": {
|
|
8708
8726
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
8709
8727
|
},
|
|
@@ -8732,7 +8750,7 @@
|
|
|
8732
8750
|
"type": "boolean"
|
|
8733
8751
|
},
|
|
8734
8752
|
"title": {
|
|
8735
|
-
"description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in {}
|
|
8753
|
+
"description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in `{}`, such as `{NAME}`.",
|
|
8736
8754
|
"type": "string"
|
|
8737
8755
|
}
|
|
8738
8756
|
},
|
|
@@ -8785,10 +8803,10 @@
|
|
|
8785
8803
|
},
|
|
8786
8804
|
"rotationType": {
|
|
8787
8805
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8788
|
-
"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{@
|
|
8806
|
+
"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}."
|
|
8789
8807
|
},
|
|
8790
8808
|
"type": {
|
|
8791
|
-
"description": "The type of renderer. See{@
|
|
8809
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8792
8810
|
"enum": [
|
|
8793
8811
|
"predominance"
|
|
8794
8812
|
],
|
|
@@ -8844,7 +8862,7 @@
|
|
|
8844
8862
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
8845
8863
|
},
|
|
8846
8864
|
"type": {
|
|
8847
|
-
"description": "Type of the DataSource.{@
|
|
8865
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
8848
8866
|
"enum": [
|
|
8849
8867
|
"queryTable"
|
|
8850
8868
|
],
|
|
@@ -8876,7 +8894,7 @@
|
|
|
8876
8894
|
"type": "array"
|
|
8877
8895
|
},
|
|
8878
8896
|
"type": {
|
|
8879
|
-
"description": "Type of domain. See{@
|
|
8897
|
+
"description": "Type of domain. See{@linkportal /Domain!DomainType}.",
|
|
8880
8898
|
"enum": [
|
|
8881
8899
|
"range"
|
|
8882
8900
|
],
|
|
@@ -8952,7 +8970,7 @@
|
|
|
8952
8970
|
"type": "string"
|
|
8953
8971
|
},
|
|
8954
8972
|
"type": {
|
|
8955
|
-
"description": "Type of the DataSource.{@
|
|
8973
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
8956
8974
|
"enum": [
|
|
8957
8975
|
"raster"
|
|
8958
8976
|
],
|
|
@@ -9225,7 +9243,7 @@
|
|
|
9225
9243
|
},
|
|
9226
9244
|
"listMode": {
|
|
9227
9245
|
"$ref": "esri.ListMode",
|
|
9228
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9246
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9229
9247
|
},
|
|
9230
9248
|
"maxScale": {
|
|
9231
9249
|
"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.",
|
|
@@ -9264,7 +9282,7 @@
|
|
|
9264
9282
|
"type": "string"
|
|
9265
9283
|
},
|
|
9266
9284
|
"type": {
|
|
9267
|
-
"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{@
|
|
9285
|
+
"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}.",
|
|
9268
9286
|
"enum": [
|
|
9269
9287
|
"BingMapsAerial",
|
|
9270
9288
|
"BingMapsHybrid",
|
|
@@ -9322,7 +9340,7 @@
|
|
|
9322
9340
|
"description": "The fill style. See{@linkSimpleFillStyle}."
|
|
9323
9341
|
},
|
|
9324
9342
|
"type": {
|
|
9325
|
-
"description": "The type of symbol. See{@
|
|
9343
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
9326
9344
|
"enum": [
|
|
9327
9345
|
"esriSFS"
|
|
9328
9346
|
],
|
|
@@ -9359,7 +9377,7 @@
|
|
|
9359
9377
|
"description": "The line style. See{@linkSimpleLineStyle}."
|
|
9360
9378
|
},
|
|
9361
9379
|
"type": {
|
|
9362
|
-
"description": "The type of symbol. See{@
|
|
9380
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
9363
9381
|
"enum": [
|
|
9364
9382
|
"esriSLS"
|
|
9365
9383
|
],
|
|
@@ -9413,7 +9431,7 @@
|
|
|
9413
9431
|
"description": "The marker style. See{@linkSimpleMarkerStyle}."
|
|
9414
9432
|
},
|
|
9415
9433
|
"type": {
|
|
9416
|
-
"description": "The type of symbol. See{@
|
|
9434
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
9417
9435
|
"enum": [
|
|
9418
9436
|
"esriSMS"
|
|
9419
9437
|
],
|
|
@@ -9455,7 +9473,7 @@
|
|
|
9455
9473
|
},
|
|
9456
9474
|
"rotationType": {
|
|
9457
9475
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9458
|
-
"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{@
|
|
9476
|
+
"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}."
|
|
9459
9477
|
},
|
|
9460
9478
|
"symbol": {
|
|
9461
9479
|
"anyOf": [
|
|
@@ -9502,7 +9520,7 @@
|
|
|
9502
9520
|
"description": "An object that represents how all features will be drawn."
|
|
9503
9521
|
},
|
|
9504
9522
|
"type": {
|
|
9505
|
-
"description": "The type of renderer. See{@
|
|
9523
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
9506
9524
|
"enum": [
|
|
9507
9525
|
"simple"
|
|
9508
9526
|
],
|
|
@@ -9610,7 +9628,7 @@
|
|
|
9610
9628
|
},
|
|
9611
9629
|
"listMode": {
|
|
9612
9630
|
"$ref": "esri.ListMode",
|
|
9613
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9631
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9614
9632
|
},
|
|
9615
9633
|
"maxScale": {
|
|
9616
9634
|
"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.",
|
|
@@ -9622,7 +9640,7 @@
|
|
|
9622
9640
|
},
|
|
9623
9641
|
"mode": {
|
|
9624
9642
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
9625
|
-
"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
|
|
9643
|
+
"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}."
|
|
9626
9644
|
},
|
|
9627
9645
|
"opacity": {
|
|
9628
9646
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -9660,7 +9678,7 @@
|
|
|
9660
9678
|
"type": "string"
|
|
9661
9679
|
},
|
|
9662
9680
|
"type": {
|
|
9663
|
-
"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{@
|
|
9681
|
+
"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}.",
|
|
9664
9682
|
"enum": [
|
|
9665
9683
|
"BingMapsAerial",
|
|
9666
9684
|
"BingMapsHybrid",
|
|
@@ -9754,7 +9772,7 @@
|
|
|
9754
9772
|
},
|
|
9755
9773
|
"listMode": {
|
|
9756
9774
|
"$ref": "esri.ListMode",
|
|
9757
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9775
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9758
9776
|
},
|
|
9759
9777
|
"maxScale": {
|
|
9760
9778
|
"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.",
|
|
@@ -9781,7 +9799,7 @@
|
|
|
9781
9799
|
"type": "string"
|
|
9782
9800
|
},
|
|
9783
9801
|
"type": {
|
|
9784
|
-
"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{@
|
|
9802
|
+
"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}.",
|
|
9785
9803
|
"enum": [
|
|
9786
9804
|
"BingMapsAerial",
|
|
9787
9805
|
"BingMapsHybrid",
|
|
@@ -9925,7 +9943,7 @@
|
|
|
9925
9943
|
"description": "Color is represented as a three or four-element array."
|
|
9926
9944
|
},
|
|
9927
9945
|
"colorMixMode": {
|
|
9928
|
-
"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
|
|
9946
|
+
"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.",
|
|
9929
9947
|
"enum": [
|
|
9930
9948
|
"multiply",
|
|
9931
9949
|
"replace",
|
|
@@ -10036,7 +10054,7 @@
|
|
|
10036
10054
|
"type": "string"
|
|
10037
10055
|
},
|
|
10038
10056
|
"type": {
|
|
10039
|
-
"description": "Type of the DataSource.{@
|
|
10057
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
10040
10058
|
"enum": [
|
|
10041
10059
|
"table"
|
|
10042
10060
|
],
|
|
@@ -10116,14 +10134,14 @@
|
|
|
10116
10134
|
},
|
|
10117
10135
|
"rotationType": {
|
|
10118
10136
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10119
|
-
"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{@
|
|
10137
|
+
"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}."
|
|
10120
10138
|
},
|
|
10121
10139
|
"trackRenderer": {
|
|
10122
10140
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
10123
10141
|
"description": "Simple renderer used to symbolize the tracks."
|
|
10124
10142
|
},
|
|
10125
10143
|
"type": {
|
|
10126
|
-
"description": "The type of renderer. See{@
|
|
10144
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
10127
10145
|
"enum": [
|
|
10128
10146
|
"temporal"
|
|
10129
10147
|
],
|
|
@@ -10181,7 +10199,7 @@
|
|
|
10181
10199
|
},
|
|
10182
10200
|
"horizontalAlignment": {
|
|
10183
10201
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
10184
|
-
"description": "The horizontal alignment of the text. See{@
|
|
10202
|
+
"description": "The horizontal alignment of the text. See{@linkportal /Symbol!HorizontalAlignment}."
|
|
10185
10203
|
},
|
|
10186
10204
|
"kerning": {
|
|
10187
10205
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -10200,7 +10218,7 @@
|
|
|
10200
10218
|
"type": "string"
|
|
10201
10219
|
},
|
|
10202
10220
|
"type": {
|
|
10203
|
-
"description": "The type of symbol. See{@
|
|
10221
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
10204
10222
|
"enum": [
|
|
10205
10223
|
"esriTS"
|
|
10206
10224
|
],
|
|
@@ -10208,7 +10226,7 @@
|
|
|
10208
10226
|
},
|
|
10209
10227
|
"verticalAlignment": {
|
|
10210
10228
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
10211
|
-
"description": "The vertical alignment of the text. See{@
|
|
10229
|
+
"description": "The vertical alignment of the text. See{@linkportal /Symbol!VerticalAlignment}."
|
|
10212
10230
|
},
|
|
10213
10231
|
"xoffset": {
|
|
10214
10232
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -10245,7 +10263,7 @@
|
|
|
10245
10263
|
"type": "string"
|
|
10246
10264
|
},
|
|
10247
10265
|
"type": {
|
|
10248
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
10266
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
10249
10267
|
"enum": [
|
|
10250
10268
|
"Text"
|
|
10251
10269
|
],
|
|
@@ -10335,7 +10353,7 @@
|
|
|
10335
10353
|
},
|
|
10336
10354
|
"listMode": {
|
|
10337
10355
|
"$ref": "esri.ListMode",
|
|
10338
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10356
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
10339
10357
|
},
|
|
10340
10358
|
"maxScale": {
|
|
10341
10359
|
"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.",
|
|
@@ -10362,7 +10380,7 @@
|
|
|
10362
10380
|
"type": "string"
|
|
10363
10381
|
},
|
|
10364
10382
|
"type": {
|
|
10365
|
-
"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{@
|
|
10383
|
+
"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}.",
|
|
10366
10384
|
"enum": [
|
|
10367
10385
|
"BingMapsAerial",
|
|
10368
10386
|
"BingMapsHybrid",
|
|
@@ -10444,7 +10462,7 @@
|
|
|
10444
10462
|
},
|
|
10445
10463
|
"listMode": {
|
|
10446
10464
|
"$ref": "esri.ListMode",
|
|
10447
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10465
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
10448
10466
|
},
|
|
10449
10467
|
"maxScale": {
|
|
10450
10468
|
"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.",
|
|
@@ -10475,7 +10493,7 @@
|
|
|
10475
10493
|
"type": "string"
|
|
10476
10494
|
},
|
|
10477
10495
|
"type": {
|
|
10478
|
-
"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{@
|
|
10496
|
+
"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}.",
|
|
10479
10497
|
"enum": [
|
|
10480
10498
|
"BingMapsAerial",
|
|
10481
10499
|
"BingMapsHybrid",
|
|
@@ -10557,7 +10575,7 @@
|
|
|
10557
10575
|
},
|
|
10558
10576
|
"rotationType": {
|
|
10559
10577
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10560
|
-
"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{@
|
|
10578
|
+
"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}."
|
|
10561
10579
|
},
|
|
10562
10580
|
"styleName": {
|
|
10563
10581
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -10568,7 +10586,7 @@
|
|
|
10568
10586
|
"type": "string"
|
|
10569
10587
|
},
|
|
10570
10588
|
"type": {
|
|
10571
|
-
"description": "The type of renderer. See{@
|
|
10589
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
10572
10590
|
"enum": [
|
|
10573
10591
|
"uniqueValue"
|
|
10574
10592
|
],
|
|
@@ -10738,10 +10756,10 @@
|
|
|
10738
10756
|
},
|
|
10739
10757
|
"rotationType": {
|
|
10740
10758
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10741
|
-
"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{@
|
|
10759
|
+
"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}."
|
|
10742
10760
|
},
|
|
10743
10761
|
"type": {
|
|
10744
|
-
"description": "The type of renderer. See{@
|
|
10762
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
10745
10763
|
"enum": [
|
|
10746
10764
|
"uniqueValue"
|
|
10747
10765
|
],
|
|
@@ -10848,7 +10866,7 @@
|
|
|
10848
10866
|
},
|
|
10849
10867
|
"rotationType": {
|
|
10850
10868
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10851
|
-
"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{@
|
|
10869
|
+
"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}."
|
|
10852
10870
|
},
|
|
10853
10871
|
"style": {
|
|
10854
10872
|
"description": "A predefined style.",
|
|
@@ -10872,7 +10890,7 @@
|
|
|
10872
10890
|
"type": "number"
|
|
10873
10891
|
},
|
|
10874
10892
|
"type": {
|
|
10875
|
-
"description": "The type of renderer. See{@
|
|
10893
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
10876
10894
|
"enum": [
|
|
10877
10895
|
"vectorField"
|
|
10878
10896
|
],
|
|
@@ -10931,7 +10949,7 @@
|
|
|
10931
10949
|
},
|
|
10932
10950
|
"listMode": {
|
|
10933
10951
|
"$ref": "esri.ListMode",
|
|
10934
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10952
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
10935
10953
|
},
|
|
10936
10954
|
"maxScale": {
|
|
10937
10955
|
"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.",
|
|
@@ -10966,7 +10984,7 @@
|
|
|
10966
10984
|
"type": "string"
|
|
10967
10985
|
},
|
|
10968
10986
|
"type": {
|
|
10969
|
-
"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{@
|
|
10987
|
+
"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}.",
|
|
10970
10988
|
"enum": [
|
|
10971
10989
|
"BingMapsAerial",
|
|
10972
10990
|
"BingMapsHybrid",
|
|
@@ -11463,7 +11481,7 @@
|
|
|
11463
11481
|
},
|
|
11464
11482
|
"listMode": {
|
|
11465
11483
|
"$ref": "esri.ListMode",
|
|
11466
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
11484
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
11467
11485
|
},
|
|
11468
11486
|
"mapUrl": {
|
|
11469
11487
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -11509,7 +11527,7 @@
|
|
|
11509
11527
|
"type": "string"
|
|
11510
11528
|
},
|
|
11511
11529
|
"type": {
|
|
11512
|
-
"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{@
|
|
11530
|
+
"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}.",
|
|
11513
11531
|
"enum": [
|
|
11514
11532
|
"BingMapsAerial",
|
|
11515
11533
|
"BingMapsHybrid",
|
|
@@ -11640,7 +11658,7 @@
|
|
|
11640
11658
|
},
|
|
11641
11659
|
"listMode": {
|
|
11642
11660
|
"$ref": "esri.ListMode",
|
|
11643
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
11661
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
11644
11662
|
},
|
|
11645
11663
|
"maxScale": {
|
|
11646
11664
|
"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.",
|
|
@@ -11663,14 +11681,14 @@
|
|
|
11663
11681
|
"type": "boolean"
|
|
11664
11682
|
},
|
|
11665
11683
|
"subDomains": {
|
|
11666
|
-
"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}
|
|
11684
|
+
"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}`.",
|
|
11667
11685
|
"items": {
|
|
11668
11686
|
"type": "string"
|
|
11669
11687
|
},
|
|
11670
11688
|
"type": "array"
|
|
11671
11689
|
},
|
|
11672
11690
|
"templateUrl": {
|
|
11673
|
-
"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:
|
|
11691
|
+
"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}`.",
|
|
11674
11692
|
"type": "string"
|
|
11675
11693
|
},
|
|
11676
11694
|
"tileInfo": {
|
|
@@ -11682,7 +11700,7 @@
|
|
|
11682
11700
|
"type": "string"
|
|
11683
11701
|
},
|
|
11684
11702
|
"type": {
|
|
11685
|
-
"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{@
|
|
11703
|
+
"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}.",
|
|
11686
11704
|
"enum": [
|
|
11687
11705
|
"BingMapsAerial",
|
|
11688
11706
|
"BingMapsHybrid",
|
|
@@ -11755,6 +11773,9 @@
|
|
|
11755
11773
|
"geocode.count:input": {
|
|
11756
11774
|
"$ref": "#/definitions/GeocodeArgs"
|
|
11757
11775
|
},
|
|
11776
|
+
"geocode.count:output": {
|
|
11777
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.tasks.CountResult.CountResult"
|
|
11778
|
+
},
|
|
11758
11779
|
"geocode.geocode": {
|
|
11759
11780
|
"description": "Finds one or more locations corresponding to an address.",
|
|
11760
11781
|
"enum": [
|
|
@@ -11764,6 +11785,9 @@
|
|
|
11764
11785
|
"geocode.geocode:input": {
|
|
11765
11786
|
"$ref": "#/definitions/GeocodeArgs"
|
|
11766
11787
|
},
|
|
11788
|
+
"geocode.geocode:output": {
|
|
11789
|
+
"$ref": "#/definitions/Features"
|
|
11790
|
+
},
|
|
11767
11791
|
"geocode.reverse-geocode": {
|
|
11768
11792
|
"description": "Finds the address at a particular location. The geocoder must have the supportsReverseGeocoding capability.",
|
|
11769
11793
|
"enum": [
|
|
@@ -11773,6 +11797,9 @@
|
|
|
11773
11797
|
"geocode.reverse-geocode:input": {
|
|
11774
11798
|
"$ref": "#/definitions/ReverseGeocodeArgs"
|
|
11775
11799
|
},
|
|
11800
|
+
"geocode.reverse-geocode:output": {
|
|
11801
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11802
|
+
},
|
|
11776
11803
|
"geocode.suggest": {
|
|
11777
11804
|
"description": "Suggests matching addresses to search for based on some input text. The geocoder must have the supportsSuggest capability.",
|
|
11778
11805
|
"enum": [
|
|
@@ -11782,6 +11809,12 @@
|
|
|
11782
11809
|
"geocode.suggest:input": {
|
|
11783
11810
|
"$ref": "#/definitions/SuggestArgs"
|
|
11784
11811
|
},
|
|
11812
|
+
"geocode.suggest:output": {
|
|
11813
|
+
"items": {
|
|
11814
|
+
"type": "string"
|
|
11815
|
+
},
|
|
11816
|
+
"type": "array"
|
|
11817
|
+
},
|
|
11785
11818
|
"geolocation.auto-recenter": {
|
|
11786
11819
|
"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.",
|
|
11787
11820
|
"enum": [
|
|
@@ -12282,7 +12315,7 @@
|
|
|
12282
12315
|
]
|
|
12283
12316
|
},
|
|
12284
12317
|
"results.from-graphics": {
|
|
12285
|
-
"description": "Converts provided GraphicsLike to
|
|
12318
|
+
"description": "Converts provided GraphicsLike to VertiGIS Studio Features using any available metadata.",
|
|
12286
12319
|
"enum": [
|
|
12287
12320
|
"results.from-graphics"
|
|
12288
12321
|
]
|
|
@@ -12312,7 +12345,7 @@
|
|
|
12312
12345
|
"$ref": "#/definitions/ShowResultsArgs"
|
|
12313
12346
|
},
|
|
12314
12347
|
"results.to-graphics": {
|
|
12315
|
-
"description": "Converts
|
|
12348
|
+
"description": "Converts VertiGIS Studio Features to Esri graphics.",
|
|
12316
12349
|
"enum": [
|
|
12317
12350
|
"results.to-graphics"
|
|
12318
12351
|
]
|
|
@@ -12794,70 +12827,6 @@
|
|
|
12794
12827
|
],
|
|
12795
12828
|
"type": "object"
|
|
12796
12829
|
},
|
|
12797
|
-
{
|
|
12798
|
-
"additionalProperties": false,
|
|
12799
|
-
"properties": {
|
|
12800
|
-
"arguments": {
|
|
12801
|
-
"$ref": "#/definitions/geocode.count:input"
|
|
12802
|
-
},
|
|
12803
|
-
"name": {
|
|
12804
|
-
"$ref": "#/definitions/geocode.count"
|
|
12805
|
-
}
|
|
12806
|
-
},
|
|
12807
|
-
"required": [
|
|
12808
|
-
"name",
|
|
12809
|
-
"arguments"
|
|
12810
|
-
],
|
|
12811
|
-
"type": "object"
|
|
12812
|
-
},
|
|
12813
|
-
{
|
|
12814
|
-
"additionalProperties": false,
|
|
12815
|
-
"properties": {
|
|
12816
|
-
"arguments": {
|
|
12817
|
-
"$ref": "#/definitions/geocode.geocode:input"
|
|
12818
|
-
},
|
|
12819
|
-
"name": {
|
|
12820
|
-
"$ref": "#/definitions/geocode.geocode"
|
|
12821
|
-
}
|
|
12822
|
-
},
|
|
12823
|
-
"required": [
|
|
12824
|
-
"name",
|
|
12825
|
-
"arguments"
|
|
12826
|
-
],
|
|
12827
|
-
"type": "object"
|
|
12828
|
-
},
|
|
12829
|
-
{
|
|
12830
|
-
"additionalProperties": false,
|
|
12831
|
-
"properties": {
|
|
12832
|
-
"arguments": {
|
|
12833
|
-
"$ref": "#/definitions/geocode.reverse-geocode:input"
|
|
12834
|
-
},
|
|
12835
|
-
"name": {
|
|
12836
|
-
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
12837
|
-
}
|
|
12838
|
-
},
|
|
12839
|
-
"required": [
|
|
12840
|
-
"name",
|
|
12841
|
-
"arguments"
|
|
12842
|
-
],
|
|
12843
|
-
"type": "object"
|
|
12844
|
-
},
|
|
12845
|
-
{
|
|
12846
|
-
"additionalProperties": false,
|
|
12847
|
-
"properties": {
|
|
12848
|
-
"arguments": {
|
|
12849
|
-
"$ref": "#/definitions/geocode.suggest:input"
|
|
12850
|
-
},
|
|
12851
|
-
"name": {
|
|
12852
|
-
"$ref": "#/definitions/geocode.suggest"
|
|
12853
|
-
}
|
|
12854
|
-
},
|
|
12855
|
-
"required": [
|
|
12856
|
-
"name",
|
|
12857
|
-
"arguments"
|
|
12858
|
-
],
|
|
12859
|
-
"type": "object"
|
|
12860
|
-
},
|
|
12861
12830
|
{
|
|
12862
12831
|
"additionalProperties": false,
|
|
12863
12832
|
"properties": {
|
|
@@ -13534,18 +13503,6 @@
|
|
|
13534
13503
|
{
|
|
13535
13504
|
"$ref": "#/definitions/edit.update-feature"
|
|
13536
13505
|
},
|
|
13537
|
-
{
|
|
13538
|
-
"$ref": "#/definitions/geocode.count"
|
|
13539
|
-
},
|
|
13540
|
-
{
|
|
13541
|
-
"$ref": "#/definitions/geocode.geocode"
|
|
13542
|
-
},
|
|
13543
|
-
{
|
|
13544
|
-
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
13545
|
-
},
|
|
13546
|
-
{
|
|
13547
|
-
"$ref": "#/definitions/geocode.suggest"
|
|
13548
|
-
},
|
|
13549
13506
|
{
|
|
13550
13507
|
"$ref": "#/definitions/geolocation.auto-recenter"
|
|
13551
13508
|
},
|
|
@@ -13730,6 +13687,70 @@
|
|
|
13730
13687
|
],
|
|
13731
13688
|
"type": "object"
|
|
13732
13689
|
},
|
|
13690
|
+
{
|
|
13691
|
+
"additionalProperties": false,
|
|
13692
|
+
"properties": {
|
|
13693
|
+
"arguments": {
|
|
13694
|
+
"$ref": "#/definitions/geocode.count:input"
|
|
13695
|
+
},
|
|
13696
|
+
"name": {
|
|
13697
|
+
"$ref": "#/definitions/geocode.count"
|
|
13698
|
+
}
|
|
13699
|
+
},
|
|
13700
|
+
"required": [
|
|
13701
|
+
"name",
|
|
13702
|
+
"arguments"
|
|
13703
|
+
],
|
|
13704
|
+
"type": "object"
|
|
13705
|
+
},
|
|
13706
|
+
{
|
|
13707
|
+
"additionalProperties": false,
|
|
13708
|
+
"properties": {
|
|
13709
|
+
"arguments": {
|
|
13710
|
+
"$ref": "#/definitions/geocode.geocode:input"
|
|
13711
|
+
},
|
|
13712
|
+
"name": {
|
|
13713
|
+
"$ref": "#/definitions/geocode.geocode"
|
|
13714
|
+
}
|
|
13715
|
+
},
|
|
13716
|
+
"required": [
|
|
13717
|
+
"name",
|
|
13718
|
+
"arguments"
|
|
13719
|
+
],
|
|
13720
|
+
"type": "object"
|
|
13721
|
+
},
|
|
13722
|
+
{
|
|
13723
|
+
"additionalProperties": false,
|
|
13724
|
+
"properties": {
|
|
13725
|
+
"arguments": {
|
|
13726
|
+
"$ref": "#/definitions/geocode.reverse-geocode:input"
|
|
13727
|
+
},
|
|
13728
|
+
"name": {
|
|
13729
|
+
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
13730
|
+
}
|
|
13731
|
+
},
|
|
13732
|
+
"required": [
|
|
13733
|
+
"name",
|
|
13734
|
+
"arguments"
|
|
13735
|
+
],
|
|
13736
|
+
"type": "object"
|
|
13737
|
+
},
|
|
13738
|
+
{
|
|
13739
|
+
"additionalProperties": false,
|
|
13740
|
+
"properties": {
|
|
13741
|
+
"arguments": {
|
|
13742
|
+
"$ref": "#/definitions/geocode.suggest:input"
|
|
13743
|
+
},
|
|
13744
|
+
"name": {
|
|
13745
|
+
"$ref": "#/definitions/geocode.suggest"
|
|
13746
|
+
}
|
|
13747
|
+
},
|
|
13748
|
+
"required": [
|
|
13749
|
+
"name",
|
|
13750
|
+
"arguments"
|
|
13751
|
+
],
|
|
13752
|
+
"type": "object"
|
|
13753
|
+
},
|
|
13733
13754
|
{
|
|
13734
13755
|
"additionalProperties": false,
|
|
13735
13756
|
"properties": {
|
|
@@ -13902,6 +13923,18 @@
|
|
|
13902
13923
|
{
|
|
13903
13924
|
"$ref": "#/definitions/drawing.create-graphics"
|
|
13904
13925
|
},
|
|
13926
|
+
{
|
|
13927
|
+
"$ref": "#/definitions/geocode.count"
|
|
13928
|
+
},
|
|
13929
|
+
{
|
|
13930
|
+
"$ref": "#/definitions/geocode.geocode"
|
|
13931
|
+
},
|
|
13932
|
+
{
|
|
13933
|
+
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
13934
|
+
},
|
|
13935
|
+
{
|
|
13936
|
+
"$ref": "#/definitions/geocode.suggest"
|
|
13937
|
+
},
|
|
13905
13938
|
{
|
|
13906
13939
|
"$ref": "#/definitions/geolocation.get-current-state"
|
|
13907
13940
|
},
|