@vertigis/viewer-spec 46.2.0 → 46.4.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/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/messaging/registry/app.d.ts +12 -0
- package/messaging/registry/app.js +1 -1
- package/messaging/registry/map.d.ts +17 -1
- package/messaging/registry/map.js +1 -1
- package/messaging/schema/common-action.schema.json +582 -1026
- package/messaging/schema/common-event.schema.json +418 -856
- package/messaging/schema/mobile-action.schema.json +642 -1053
- package/messaging/schema/mobile-event.schema.json +449 -888
- package/messaging/schema/web-action.schema.json +653 -1328
- package/messaging/schema/web-event.schema.json +457 -861
- package/package.json +17 -17
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"description": "A hyperlink associated with a feature or layer.",
|
|
16
16
|
"properties": {
|
|
17
17
|
"iconUrl": {
|
|
18
|
-
"description": "See
|
|
18
|
+
"description": "See{@linkHyperlink.iconUrl}.",
|
|
19
19
|
"type": "string"
|
|
20
20
|
},
|
|
21
21
|
"target": {
|
|
22
|
-
"description": "See
|
|
22
|
+
"description": "See{@linkHyperlink.target}.",
|
|
23
23
|
"type": "string"
|
|
24
24
|
},
|
|
25
25
|
"text": {
|
|
26
|
-
"description": "See
|
|
26
|
+
"description": "See{@linkHyperlink.text}.",
|
|
27
27
|
"type": "string"
|
|
28
28
|
},
|
|
29
29
|
"tooltip": {
|
|
30
|
-
"description": "See
|
|
30
|
+
"description": "See{@linkHyperlink.tooltip}.",
|
|
31
31
|
"type": "string"
|
|
32
32
|
},
|
|
33
33
|
"url": {
|
|
34
|
-
"description": "See
|
|
34
|
+
"description": "See{@linkHyperlink.url}.",
|
|
35
35
|
"type": "string"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
@@ -43,12 +43,11 @@
|
|
|
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{@linkFeature}.",
|
|
47
47
|
"properties": {
|
|
48
48
|
"attributes": {
|
|
49
49
|
"anyOf": [
|
|
50
|
-
{
|
|
51
|
-
},
|
|
50
|
+
{},
|
|
52
51
|
{
|
|
53
52
|
"$ref": "Map"
|
|
54
53
|
}
|
|
@@ -57,7 +56,7 @@
|
|
|
57
56
|
},
|
|
58
57
|
"failureMode": {
|
|
59
58
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
60
|
-
"description": "See
|
|
59
|
+
"description": "See{@linkInitializableBase.failureMode}."
|
|
61
60
|
},
|
|
62
61
|
"geometry": {
|
|
63
62
|
"anyOf": [
|
|
@@ -103,7 +102,7 @@
|
|
|
103
102
|
},
|
|
104
103
|
"@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
|
|
105
104
|
"additionalProperties": false,
|
|
106
|
-
"description": "Properties that can be passed into the constructor for
|
|
105
|
+
"description": "Properties that can be passed into the constructor for{@linkFeatureSettings}.",
|
|
107
106
|
"properties": {
|
|
108
107
|
"formatSettings": {
|
|
109
108
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
|
|
@@ -124,11 +123,11 @@
|
|
|
124
123
|
"type": "array"
|
|
125
124
|
},
|
|
126
125
|
"maxAllowableOffset": {
|
|
127
|
-
"description": "See
|
|
126
|
+
"description": "See{@linkFeatureSettings.maxAllowableOffset}.",
|
|
128
127
|
"type": "number"
|
|
129
128
|
},
|
|
130
129
|
"outFields": {
|
|
131
|
-
"description": "See
|
|
130
|
+
"description": "See{@linkFeatureSettings.outFields}.",
|
|
132
131
|
"items": {
|
|
133
132
|
"type": "string"
|
|
134
133
|
},
|
|
@@ -136,7 +135,7 @@
|
|
|
136
135
|
},
|
|
137
136
|
"outSpatialReference": {
|
|
138
137
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
139
|
-
"description": "See
|
|
138
|
+
"description": "See{@linkFeatureSettings.outSpatialReference}."
|
|
140
139
|
},
|
|
141
140
|
"popupTemplate": {
|
|
142
141
|
"anyOf": [
|
|
@@ -150,15 +149,15 @@
|
|
|
150
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."
|
|
151
150
|
},
|
|
152
151
|
"returnGeometry": {
|
|
153
|
-
"description": "See
|
|
152
|
+
"description": "See{@linkFeatureSettings.returnGeometry}.",
|
|
154
153
|
"type": "boolean"
|
|
155
154
|
},
|
|
156
155
|
"zoomFactor": {
|
|
157
|
-
"description": "See
|
|
156
|
+
"description": "See{@linkFeatureSettings.zoomFactor}.",
|
|
158
157
|
"type": "number"
|
|
159
158
|
},
|
|
160
159
|
"zoomScale": {
|
|
161
|
-
"description": "See
|
|
160
|
+
"description": "See{@linkFeatureSettings.zoomScale}.",
|
|
162
161
|
"type": "number"
|
|
163
162
|
}
|
|
164
163
|
},
|
|
@@ -166,11 +165,11 @@
|
|
|
166
165
|
},
|
|
167
166
|
"@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
|
|
168
167
|
"additionalProperties": false,
|
|
169
|
-
"description": "Properties that can be passed into the constructor for
|
|
168
|
+
"description": "Properties that can be passed into the constructor for{@linkFieldExtension}.",
|
|
170
169
|
"properties": {
|
|
171
170
|
"failureMode": {
|
|
172
171
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
173
|
-
"description": "See
|
|
172
|
+
"description": "See{@linkInitializableBase.failureMode}."
|
|
174
173
|
},
|
|
175
174
|
"field": {
|
|
176
175
|
"anyOf": [
|
|
@@ -243,21 +242,21 @@
|
|
|
243
242
|
},
|
|
244
243
|
"type": {
|
|
245
244
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
246
|
-
"description": "Type of the Field. See
|
|
245
|
+
"description": "Type of the Field. See{@linkFieldType}."
|
|
247
246
|
}
|
|
248
247
|
},
|
|
249
248
|
"type": "object"
|
|
250
249
|
},
|
|
251
250
|
"@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
|
|
252
251
|
"additionalProperties": false,
|
|
253
|
-
"description": "Properties that can be passed into the constructor for
|
|
252
|
+
"description": "Properties that can be passed into the constructor for{@linkSchema}.",
|
|
254
253
|
"properties": {
|
|
255
254
|
"displayField": {
|
|
256
|
-
"description": "See
|
|
255
|
+
"description": "See{@linkSchema.displayField}.",
|
|
257
256
|
"type": "string"
|
|
258
257
|
},
|
|
259
258
|
"fieldExtensions": {
|
|
260
|
-
"description": "See
|
|
259
|
+
"description": "See{@linkSchema.fieldExtensions}.",
|
|
261
260
|
"items": {
|
|
262
261
|
"anyOf": [
|
|
263
262
|
{
|
|
@@ -271,7 +270,7 @@
|
|
|
271
270
|
"type": "array"
|
|
272
271
|
},
|
|
273
272
|
"fields": {
|
|
274
|
-
"description": "See
|
|
273
|
+
"description": "See{@linkSchema.fields}.",
|
|
275
274
|
"items": {
|
|
276
275
|
"anyOf": [
|
|
277
276
|
{
|
|
@@ -285,27 +284,27 @@
|
|
|
285
284
|
"type": "array"
|
|
286
285
|
},
|
|
287
286
|
"geometryType": {
|
|
288
|
-
"description": "See
|
|
287
|
+
"description": "See{@linkSchema.geometryType}.",
|
|
289
288
|
"type": "string"
|
|
290
289
|
},
|
|
291
290
|
"primaryKeyField": {
|
|
292
|
-
"description": "See
|
|
291
|
+
"description": "See{@linkSchema.primaryKeyField}.",
|
|
293
292
|
"type": "string"
|
|
294
293
|
},
|
|
295
294
|
"spatialReference": {
|
|
296
295
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
297
|
-
"description": "See
|
|
296
|
+
"description": "See{@linkSchema.spatialReference}."
|
|
298
297
|
},
|
|
299
298
|
"timeZone": {
|
|
300
|
-
"description": "See
|
|
299
|
+
"description": "See{@linkSchema.timeZone}.",
|
|
301
300
|
"type": "string"
|
|
302
301
|
},
|
|
303
302
|
"typeIdField": {
|
|
304
|
-
"description": "See
|
|
303
|
+
"description": "See{@linkSchema.typeIdField}.",
|
|
305
304
|
"type": "string"
|
|
306
305
|
},
|
|
307
306
|
"types": {
|
|
308
|
-
"description": "See
|
|
307
|
+
"description": "See{@linkSchema.types}.",
|
|
309
308
|
"items": {
|
|
310
309
|
"anyOf": [
|
|
311
310
|
{
|
|
@@ -323,7 +322,7 @@
|
|
|
323
322
|
},
|
|
324
323
|
"@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties": {
|
|
325
324
|
"additionalProperties": false,
|
|
326
|
-
"description": "Properties that can be passed into the constructor for
|
|
325
|
+
"description": "Properties that can be passed into the constructor for{@linkBookmark}.",
|
|
327
326
|
"properties": {
|
|
328
327
|
"id": {
|
|
329
328
|
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
@@ -331,10 +330,10 @@
|
|
|
331
330
|
},
|
|
332
331
|
"source": {
|
|
333
332
|
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkSource",
|
|
334
|
-
"description": "See
|
|
333
|
+
"description": "See{@linkBookmark.source}."
|
|
335
334
|
},
|
|
336
335
|
"title": {
|
|
337
|
-
"description": "See
|
|
336
|
+
"description": "See{@linkBookmark.title}.",
|
|
338
337
|
"type": "string"
|
|
339
338
|
},
|
|
340
339
|
"viewpoint": {
|
|
@@ -346,7 +345,7 @@
|
|
|
346
345
|
"$ref": "#/definitions/esri.rest-api.Viewpoint.Viewpoint"
|
|
347
346
|
}
|
|
348
347
|
],
|
|
349
|
-
"description": "See
|
|
348
|
+
"description": "See{@linkBookmark.viewpoint}."
|
|
350
349
|
}
|
|
351
350
|
},
|
|
352
351
|
"type": "object"
|
|
@@ -376,14 +375,14 @@
|
|
|
376
375
|
},
|
|
377
376
|
"@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
|
|
378
377
|
"additionalProperties": false,
|
|
379
|
-
"description": "Properties that can be passed into the constructor for
|
|
378
|
+
"description": "Properties that can be passed into the constructor for{@linkFormatSettings}.",
|
|
380
379
|
"properties": {
|
|
381
380
|
"currency": {
|
|
382
381
|
"description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
|
|
383
382
|
"type": "string"
|
|
384
383
|
},
|
|
385
384
|
"dateFormat": {
|
|
386
|
-
"description": "The default format for date values. Either a
|
|
385
|
+
"description": "The default format for date values. Either a{@linkDateFormat}constant, or a custom date format string.",
|
|
387
386
|
"type": "string"
|
|
388
387
|
},
|
|
389
388
|
"fractionalDigits": {
|
|
@@ -395,7 +394,7 @@
|
|
|
395
394
|
"type": "string"
|
|
396
395
|
},
|
|
397
396
|
"numberFormat": {
|
|
398
|
-
"description": "The default format for number values. Either a
|
|
397
|
+
"description": "The default format for number values. Either a{@linkNumberFormat}constant, or a custom number format string.",
|
|
399
398
|
"type": "string"
|
|
400
399
|
},
|
|
401
400
|
"timeZone": {
|
|
@@ -414,8 +413,7 @@
|
|
|
414
413
|
{
|
|
415
414
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
416
415
|
},
|
|
417
|
-
{
|
|
418
|
-
},
|
|
416
|
+
{},
|
|
419
417
|
{
|
|
420
418
|
"type": "string"
|
|
421
419
|
}
|
|
@@ -428,10 +426,10 @@
|
|
|
428
426
|
"properties": {
|
|
429
427
|
"cancelToken": {
|
|
430
428
|
"$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
|
|
431
|
-
"description": "An optional cancel token from a
|
|
429
|
+
"description": "An optional cancel token from a{@linkCancellable}that can be used to cancel the geocode operation."
|
|
432
430
|
},
|
|
433
431
|
"maxResults": {
|
|
434
|
-
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see
|
|
432
|
+
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@linkGeocoder.capabilities}).",
|
|
435
433
|
"type": "number"
|
|
436
434
|
},
|
|
437
435
|
"outFields": {
|
|
@@ -486,7 +484,7 @@
|
|
|
486
484
|
},
|
|
487
485
|
"AddNodeToGeometryArgs": {
|
|
488
486
|
"additionalProperties": false,
|
|
489
|
-
"description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" with
|
|
487
|
+
"description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" with{@linkAddPointArgs}or \"sketching.insert-point\" with{@linkInsertPointArgs}instead.",
|
|
490
488
|
"properties": {
|
|
491
489
|
"geometry": {
|
|
492
490
|
"$ref": "#/definitions/esri.Geometry",
|
|
@@ -1488,7 +1486,8 @@
|
|
|
1488
1486
|
{
|
|
1489
1487
|
"type": "string"
|
|
1490
1488
|
}
|
|
1491
|
-
]
|
|
1489
|
+
],
|
|
1490
|
+
"description": "A (sub)layer extension, or an object that is convertible to one."
|
|
1492
1491
|
},
|
|
1493
1492
|
"type": "array"
|
|
1494
1493
|
},
|
|
@@ -1600,6 +1599,68 @@
|
|
|
1600
1599
|
],
|
|
1601
1600
|
"type": "object"
|
|
1602
1601
|
},
|
|
1602
|
+
"OperationalLayer": {
|
|
1603
|
+
"anyOf": [
|
|
1604
|
+
{
|
|
1605
|
+
"$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
1660
|
+
}
|
|
1661
|
+
],
|
|
1662
|
+
"description": "An operational layer in a web map/scene."
|
|
1663
|
+
},
|
|
1603
1664
|
"Results": {
|
|
1604
1665
|
"additionalProperties": false,
|
|
1605
1666
|
"description": "Feature results from an operation.",
|
|
@@ -1713,10 +1774,8 @@
|
|
|
1713
1774
|
"type": "string"
|
|
1714
1775
|
},
|
|
1715
1776
|
"inputs": {
|
|
1716
|
-
"
|
|
1717
|
-
|
|
1718
|
-
"description": "The inputs to be passed into the workflow.",
|
|
1719
|
-
"type": "object"
|
|
1777
|
+
"$ref": "__type",
|
|
1778
|
+
"description": "The inputs to be passed into the workflow."
|
|
1720
1779
|
},
|
|
1721
1780
|
"instanceId": {
|
|
1722
1781
|
"description": "A unique Id to identify an instance of this workflow running.",
|
|
@@ -1910,24 +1969,7 @@
|
|
|
1910
1969
|
},
|
|
1911
1970
|
{
|
|
1912
1971
|
"additionalProperties": false,
|
|
1913
|
-
"properties": {
|
|
1914
|
-
"activate": {
|
|
1915
|
-
"description": "Whether to activate the component showing the results of the operation. False by default.",
|
|
1916
|
-
"type": "boolean"
|
|
1917
|
-
},
|
|
1918
|
-
"features": {
|
|
1919
|
-
"$ref": "#/definitions/FeaturesLike",
|
|
1920
|
-
"description": "Features to use for the command/operation."
|
|
1921
|
-
},
|
|
1922
|
-
"results": {
|
|
1923
|
-
"$ref": "#/definitions/ModelRef",
|
|
1924
|
-
"description": "The result component to update, referenced by results model or its ID."
|
|
1925
|
-
}
|
|
1926
|
-
},
|
|
1927
|
-
"required": [
|
|
1928
|
-
"results"
|
|
1929
|
-
],
|
|
1930
|
-
"type": "object"
|
|
1972
|
+
"properties": {}
|
|
1931
1973
|
}
|
|
1932
1974
|
],
|
|
1933
1975
|
"description": "Arguments for various commands that manipulate the current set of shown results."
|
|
@@ -2071,20 +2113,19 @@
|
|
|
2071
2113
|
"properties": {
|
|
2072
2114
|
"args": {
|
|
2073
2115
|
"description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in Geocortex API).",
|
|
2074
|
-
"items": {
|
|
2075
|
-
},
|
|
2116
|
+
"items": {},
|
|
2076
2117
|
"type": "array"
|
|
2077
2118
|
},
|
|
2078
2119
|
"currency": {
|
|
2079
|
-
"description": "The default unit of currency to use when formatting currency. See
|
|
2120
|
+
"description": "The default unit of currency to use when formatting currency. See{@linkNumberSettings.currency}.",
|
|
2080
2121
|
"type": "string"
|
|
2081
2122
|
},
|
|
2082
2123
|
"dateFormat": {
|
|
2083
|
-
"description": "The default format to use when formatting dates. See
|
|
2124
|
+
"description": "The default format to use when formatting dates. See{@linkDateFormatter.format}.",
|
|
2084
2125
|
"type": "string"
|
|
2085
2126
|
},
|
|
2086
2127
|
"fractionalDigits": {
|
|
2087
|
-
"description": "The default number of digits to show after the decimal point when formatting numbers. See
|
|
2128
|
+
"description": "The default number of digits to show after the decimal point when formatting numbers. See{@linkNumberSettings.fractionalDigits}.",
|
|
2088
2129
|
"type": "number"
|
|
2089
2130
|
},
|
|
2090
2131
|
"locale": {
|
|
@@ -2092,7 +2133,7 @@
|
|
|
2092
2133
|
"type": "string"
|
|
2093
2134
|
},
|
|
2094
2135
|
"numberFormat": {
|
|
2095
|
-
"description": "The default format to use when formatting numbers. See
|
|
2136
|
+
"description": "The default format to use when formatting numbers. See{@linkNumberFormatter.format}.",
|
|
2096
2137
|
"type": "string"
|
|
2097
2138
|
},
|
|
2098
2139
|
"text": {
|
|
@@ -2512,7 +2553,7 @@
|
|
|
2512
2553
|
},
|
|
2513
2554
|
"listMode": {
|
|
2514
2555
|
"$ref": "esri.ListMode",
|
|
2515
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
2556
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
2516
2557
|
},
|
|
2517
2558
|
"maxScale": {
|
|
2518
2559
|
"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.",
|
|
@@ -2527,7 +2568,7 @@
|
|
|
2527
2568
|
"type": "number"
|
|
2528
2569
|
},
|
|
2529
2570
|
"refreshInterval": {
|
|
2530
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
2571
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
2531
2572
|
"type": "number"
|
|
2532
2573
|
},
|
|
2533
2574
|
"showLegend": {
|
|
@@ -2546,7 +2587,7 @@
|
|
|
2546
2587
|
"type": "string"
|
|
2547
2588
|
},
|
|
2548
2589
|
"type": {
|
|
2549
|
-
"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
|
|
2590
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
2550
2591
|
"enum": [
|
|
2551
2592
|
"BingMapsAerial",
|
|
2552
2593
|
"BingMapsHybrid",
|
|
@@ -2739,7 +2780,7 @@
|
|
|
2739
2780
|
},
|
|
2740
2781
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
2741
2782
|
"additionalProperties": false,
|
|
2742
|
-
"description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource.
|
|
2783
|
+
"description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource.{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
|
|
2743
2784
|
"properties": {
|
|
2744
2785
|
"blendMode": {
|
|
2745
2786
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -2770,7 +2811,7 @@
|
|
|
2770
2811
|
},
|
|
2771
2812
|
"listMode": {
|
|
2772
2813
|
"$ref": "esri.ListMode",
|
|
2773
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
2814
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
2774
2815
|
},
|
|
2775
2816
|
"locationInfo": {
|
|
2776
2817
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -2793,7 +2834,7 @@
|
|
|
2793
2834
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
2794
2835
|
},
|
|
2795
2836
|
"refreshInterval": {
|
|
2796
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
2837
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
2797
2838
|
"type": "number"
|
|
2798
2839
|
},
|
|
2799
2840
|
"screenSizePerspective": {
|
|
@@ -2813,7 +2854,7 @@
|
|
|
2813
2854
|
"type": "string"
|
|
2814
2855
|
},
|
|
2815
2856
|
"type": {
|
|
2816
|
-
"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
|
|
2857
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
2817
2858
|
"enum": [
|
|
2818
2859
|
"BingMapsAerial",
|
|
2819
2860
|
"BingMapsHybrid",
|
|
@@ -2895,7 +2936,7 @@
|
|
|
2895
2936
|
},
|
|
2896
2937
|
"esri.rest-api.Camera.Camera": {
|
|
2897
2938
|
"additionalProperties": false,
|
|
2898
|
-
"description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed.
|
|
2939
|
+
"description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/camera/}.",
|
|
2899
2940
|
"properties": {
|
|
2900
2941
|
"heading": {
|
|
2901
2942
|
"description": "The heading of the camera in degrees. Heading is zero when north is the top of the screen. It increases as the view rotates clockwise. The angles are always normalized between 0 and 360 degrees.",
|
|
@@ -2917,7 +2958,7 @@
|
|
|
2917
2958
|
},
|
|
2918
2959
|
"esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
|
|
2919
2960
|
"additionalProperties": false,
|
|
2920
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.
|
|
2961
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreakInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
|
|
2921
2962
|
"properties": {
|
|
2922
2963
|
"classMaxValue": {
|
|
2923
2964
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -2985,7 +3026,7 @@
|
|
|
2985
3026
|
},
|
|
2986
3027
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
2987
3028
|
"additionalProperties": false,
|
|
2988
|
-
"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.
|
|
3029
|
+
"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/}.",
|
|
2989
3030
|
"properties": {
|
|
2990
3031
|
"authoringInfo": {
|
|
2991
3032
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -3011,7 +3052,7 @@
|
|
|
3011
3052
|
},
|
|
3012
3053
|
"classificationMethod": {
|
|
3013
3054
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
|
|
3014
|
-
"description": "Determines the classification method that was used to generate class breaks. See
|
|
3055
|
+
"description": "Determines the classification method that was used to generate class breaks. See{@linkClassificationMethod}."
|
|
3015
3056
|
},
|
|
3016
3057
|
"defaultLabel": {
|
|
3017
3058
|
"description": "Default string for the default symbol used to draw unspecified values.",
|
|
@@ -3076,7 +3117,7 @@
|
|
|
3076
3117
|
},
|
|
3077
3118
|
"normalizationType": {
|
|
3078
3119
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
|
|
3079
|
-
"description": "One of the NormalizationType constants. See
|
|
3120
|
+
"description": "One of the NormalizationType constants. See{@linkNormalizationType}."
|
|
3080
3121
|
},
|
|
3081
3122
|
"rotationExpression": {
|
|
3082
3123
|
"description": "A constant value or an expression that derives the angle of rotation based on a feature attribute value. When an attribute name is specified, it's enclosed in square brackets.",
|
|
@@ -3084,10 +3125,10 @@
|
|
|
3084
3125
|
},
|
|
3085
3126
|
"rotationType": {
|
|
3086
3127
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
3087
|
-
"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
|
|
3128
|
+
"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{@linkRotationType}."
|
|
3088
3129
|
},
|
|
3089
3130
|
"type": {
|
|
3090
|
-
"description": "The type of renderer. See
|
|
3131
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
3091
3132
|
"enum": [
|
|
3092
3133
|
"classBreaks"
|
|
3093
3134
|
],
|
|
@@ -3096,20 +3137,8 @@
|
|
|
3096
3137
|
"visualVariables": {
|
|
3097
3138
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
3098
3139
|
"items": {
|
|
3099
|
-
"
|
|
3100
|
-
|
|
3101
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
3102
|
-
},
|
|
3103
|
-
{
|
|
3104
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
3105
|
-
},
|
|
3106
|
-
{
|
|
3107
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
3111
|
-
}
|
|
3112
|
-
]
|
|
3140
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
3141
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
3113
3142
|
},
|
|
3114
3143
|
"type": "array"
|
|
3115
3144
|
}
|
|
@@ -3145,7 +3174,7 @@
|
|
|
3145
3174
|
},
|
|
3146
3175
|
"esri.rest-api.CodedValueDomain.CodedValue": {
|
|
3147
3176
|
"additionalProperties": false,
|
|
3148
|
-
"description": "A set of valid coded values with unique names.
|
|
3177
|
+
"description": "A set of valid coded values with unique names.{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
|
|
3149
3178
|
"properties": {
|
|
3150
3179
|
"code": {
|
|
3151
3180
|
"description": "Value indicating which unique code is used to identify the feature attribute.",
|
|
@@ -3167,7 +3196,7 @@
|
|
|
3167
3196
|
},
|
|
3168
3197
|
"esri.rest-api.CodedValueDomain.CodedValueDomain": {
|
|
3169
3198
|
"additionalProperties": false,
|
|
3170
|
-
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name.
|
|
3199
|
+
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name.{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
|
|
3171
3200
|
"properties": {
|
|
3172
3201
|
"codedValues": {
|
|
3173
3202
|
"description": "The set of valid coded values.",
|
|
@@ -3181,7 +3210,7 @@
|
|
|
3181
3210
|
"type": "string"
|
|
3182
3211
|
},
|
|
3183
3212
|
"type": {
|
|
3184
|
-
"description": "Type of domain. See
|
|
3213
|
+
"description": "Type of domain. See{@linkDomainType}.",
|
|
3185
3214
|
"enum": [
|
|
3186
3215
|
"codedValue"
|
|
3187
3216
|
],
|
|
@@ -3197,7 +3226,7 @@
|
|
|
3197
3226
|
},
|
|
3198
3227
|
"esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
|
|
3199
3228
|
"additionalProperties": false,
|
|
3200
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.
|
|
3229
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
|
|
3201
3230
|
"properties": {
|
|
3202
3231
|
"classMaxValue": {
|
|
3203
3232
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -3224,7 +3253,7 @@
|
|
|
3224
3253
|
},
|
|
3225
3254
|
"esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
|
|
3226
3255
|
"additionalProperties": false,
|
|
3227
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.
|
|
3256
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
|
|
3228
3257
|
"properties": {
|
|
3229
3258
|
"color": {
|
|
3230
3259
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -3263,11 +3292,11 @@
|
|
|
3263
3292
|
"$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
|
|
3264
3293
|
}
|
|
3265
3294
|
],
|
|
3266
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.
|
|
3295
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
3267
3296
|
},
|
|
3268
3297
|
"esri.rest-api.DefinitionEditor.DefinitionEditor": {
|
|
3269
3298
|
"additionalProperties": false,
|
|
3270
|
-
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition.
|
|
3299
|
+
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
|
|
3271
3300
|
"properties": {
|
|
3272
3301
|
"inputs": {
|
|
3273
3302
|
"description": "An array of input objects.",
|
|
@@ -3285,7 +3314,7 @@
|
|
|
3285
3314
|
},
|
|
3286
3315
|
"esri.rest-api.DefinitionEditor.Input": {
|
|
3287
3316
|
"additionalProperties": false,
|
|
3288
|
-
"description": "The input objects specified by the definitionEditor.
|
|
3317
|
+
"description": "The input objects specified by the definitionEditor.{@linkhttps://developers.arcgis.com/web-map-specification/objects/input/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/input/}.",
|
|
3289
3318
|
"properties": {
|
|
3290
3319
|
"hint": {
|
|
3291
3320
|
"description": "A string value representing a hint for the input.",
|
|
@@ -3307,7 +3336,7 @@
|
|
|
3307
3336
|
},
|
|
3308
3337
|
"esri.rest-api.DefinitionEditor.Parameter": {
|
|
3309
3338
|
"additionalProperties": false,
|
|
3310
|
-
"description": "Objects defined by a definitionEditor input.
|
|
3339
|
+
"description": "Objects defined by a definitionEditor input.{@linkhttps://developers.arcgis.com/web-map-specification/objects/parameter/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
|
|
3311
3340
|
"properties": {
|
|
3312
3341
|
"defaultValue": {
|
|
3313
3342
|
"description": "The default value that is automatically given if nothing is provided.",
|
|
@@ -3343,11 +3372,11 @@
|
|
|
3343
3372
|
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
3344
3373
|
}
|
|
3345
3374
|
],
|
|
3346
|
-
"description": "A domain specifies the set of valid values for a field.
|
|
3375
|
+
"description": "A domain specifies the set of valid values for a field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/domain/}."
|
|
3347
3376
|
},
|
|
3348
3377
|
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
3349
3378
|
"additionalProperties": false,
|
|
3350
|
-
"description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition.
|
|
3379
|
+
"description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/drawingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
|
|
3351
3380
|
"properties": {
|
|
3352
3381
|
"filters": {
|
|
3353
3382
|
"description": "Filters for PointCloud layers.",
|
|
@@ -3362,7 +3391,8 @@
|
|
|
3362
3391
|
{
|
|
3363
3392
|
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
3364
3393
|
}
|
|
3365
|
-
]
|
|
3394
|
+
],
|
|
3395
|
+
"description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
3366
3396
|
},
|
|
3367
3397
|
"type": "array"
|
|
3368
3398
|
},
|
|
@@ -3398,11 +3428,11 @@
|
|
|
3398
3428
|
},
|
|
3399
3429
|
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
3400
3430
|
"additionalProperties": false,
|
|
3401
|
-
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help.
|
|
3431
|
+
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
|
|
3402
3432
|
"properties": {
|
|
3403
3433
|
"dataSource": {
|
|
3404
3434
|
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
3405
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.
|
|
3435
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
3406
3436
|
},
|
|
3407
3437
|
"fields": {
|
|
3408
3438
|
"description": "An array of objects specifying information about an attribute field.",
|
|
@@ -3426,7 +3456,7 @@
|
|
|
3426
3456
|
},
|
|
3427
3457
|
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
3428
3458
|
"additionalProperties": false,
|
|
3429
|
-
"description": "A dynamic map layer refers to a layer in the current map service. More information on this can be found in the ArcGIS REST API help.
|
|
3459
|
+
"description": "A dynamic map layer refers to a layer in the current map service. More information on this can be found in the ArcGIS REST API help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
|
|
3430
3460
|
"properties": {
|
|
3431
3461
|
"gdbVersion": {
|
|
3432
3462
|
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
@@ -3534,7 +3564,7 @@
|
|
|
3534
3564
|
},
|
|
3535
3565
|
"esri.rest-api.ElevationInfo.ElevationInfo": {
|
|
3536
3566
|
"additionalProperties": false,
|
|
3537
|
-
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView.
|
|
3567
|
+
"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/}.",
|
|
3538
3568
|
"properties": {
|
|
3539
3569
|
"featureExpression": {
|
|
3540
3570
|
"description": "Deprecated with 1.8, use featureExpressionInfo instead. {\"value\":0} Ignores geometry z-values."
|
|
@@ -3545,10 +3575,10 @@
|
|
|
3545
3575
|
},
|
|
3546
3576
|
"mode": {
|
|
3547
3577
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
|
|
3548
|
-
"description": "Determines how the service elevation values are combined with the basemap elevation. See
|
|
3578
|
+
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
|
|
3549
3579
|
},
|
|
3550
3580
|
"offset": {
|
|
3551
|
-
"description": "Offset is always added to the result of the above logic except for
|
|
3581
|
+
"description": "Offset is always added to the result of the above logic except for{@link\"onTheGround\"}where offset is ignored.",
|
|
3552
3582
|
"type": "number"
|
|
3553
3583
|
},
|
|
3554
3584
|
"unit": {
|
|
@@ -3585,7 +3615,7 @@
|
|
|
3585
3615
|
},
|
|
3586
3616
|
"esri.rest-api.ElevationLayer.ElevationLayer": {
|
|
3587
3617
|
"additionalProperties": false,
|
|
3588
|
-
"description": "ElevationLayer is a tile layer used for rendering elevation in web scenes. A default world elevation layer can be added to the map by setting the map's ground property to world-elevation.
|
|
3618
|
+
"description": "ElevationLayer is a tile layer used for rendering elevation in web scenes. A default world elevation layer can be added to the map by setting the map's ground property to world-elevation.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
|
|
3589
3619
|
"properties": {
|
|
3590
3620
|
"blendMode": {
|
|
3591
3621
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3612,7 +3642,7 @@
|
|
|
3612
3642
|
},
|
|
3613
3643
|
"listMode": {
|
|
3614
3644
|
"$ref": "esri.ListMode",
|
|
3615
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
3645
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
3616
3646
|
},
|
|
3617
3647
|
"maxScale": {
|
|
3618
3648
|
"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.",
|
|
@@ -3627,7 +3657,7 @@
|
|
|
3627
3657
|
"type": "number"
|
|
3628
3658
|
},
|
|
3629
3659
|
"refreshInterval": {
|
|
3630
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
3660
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3631
3661
|
"type": "number"
|
|
3632
3662
|
},
|
|
3633
3663
|
"showLegend": {
|
|
@@ -3639,7 +3669,7 @@
|
|
|
3639
3669
|
"type": "string"
|
|
3640
3670
|
},
|
|
3641
3671
|
"type": {
|
|
3642
|
-
"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
|
|
3672
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
3643
3673
|
"enum": [
|
|
3644
3674
|
"BingMapsAerial",
|
|
3645
3675
|
"BingMapsHybrid",
|
|
@@ -3668,7 +3698,7 @@
|
|
|
3668
3698
|
},
|
|
3669
3699
|
"esri.rest-api.Extent.Extent": {
|
|
3670
3700
|
"additionalProperties": false,
|
|
3671
|
-
"description": "This object defines the bounding geometry given the lower-left and upper-right corners of the bounding box. A spatial reference is also required.
|
|
3701
|
+
"description": "This object defines the bounding geometry given the lower-left and upper-right corners of the bounding box. A spatial reference is also required.{@linkhttps://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/extent/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extent/}.",
|
|
3672
3702
|
"properties": {
|
|
3673
3703
|
"spatialReference": {
|
|
3674
3704
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -3695,7 +3725,7 @@
|
|
|
3695
3725
|
},
|
|
3696
3726
|
"esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
|
|
3697
3727
|
"additionalProperties": false,
|
|
3698
|
-
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.
|
|
3728
|
+
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
|
|
3699
3729
|
"properties": {
|
|
3700
3730
|
"enable": {
|
|
3701
3731
|
"description": "Type: Boolean.",
|
|
@@ -3710,7 +3740,7 @@
|
|
|
3710
3740
|
"type": "number"
|
|
3711
3741
|
},
|
|
3712
3742
|
"type": {
|
|
3713
|
-
"description": "The type of the Symbol3DLayer. See
|
|
3743
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
3714
3744
|
"enum": [
|
|
3715
3745
|
"Extrude"
|
|
3716
3746
|
],
|
|
@@ -3724,7 +3754,7 @@
|
|
|
3724
3754
|
},
|
|
3725
3755
|
"esri.rest-api.Feature.Feature": {
|
|
3726
3756
|
"additionalProperties": false,
|
|
3727
|
-
"description": "Contains information about an attribute field and feature geometry.
|
|
3757
|
+
"description": "Contains information about an attribute field and feature geometry.{@linkhttps://developers.arcgis.com/web-map-specification/objects/feature/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/feature/}.",
|
|
3728
3758
|
"properties": {
|
|
3729
3759
|
"attributes": {
|
|
3730
3760
|
"description": "The feature attributes. It is a JSON object that contains a dictionary of name-value pairs. The names are the feature field names. The values are the field values and they can be any of the standard JSON types - string, number and boolean. Note that date values are encoded as numbers. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC."
|
|
@@ -3779,7 +3809,7 @@
|
|
|
3779
3809
|
},
|
|
3780
3810
|
"esri.rest-api.FeatureCollection.FeatureCollection": {
|
|
3781
3811
|
"additionalProperties": false,
|
|
3782
|
-
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map.
|
|
3812
|
+
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
|
|
3783
3813
|
"properties": {
|
|
3784
3814
|
"layers": {
|
|
3785
3815
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -3809,7 +3839,7 @@
|
|
|
3809
3839
|
},
|
|
3810
3840
|
"esri.rest-api.FeatureLayer.FeatureLayer": {
|
|
3811
3841
|
"additionalProperties": false,
|
|
3812
|
-
"description": "Feature layers can be created by referencing a layer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature layer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature layer based on the supplied definition.
|
|
3842
|
+
"description": "Feature layers can be created by referencing a layer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature layer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature layer based on the supplied definition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
|
|
3813
3843
|
"properties": {
|
|
3814
3844
|
"blendMode": {
|
|
3815
3845
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3863,7 +3893,7 @@
|
|
|
3863
3893
|
},
|
|
3864
3894
|
"listMode": {
|
|
3865
3895
|
"$ref": "esri.ListMode",
|
|
3866
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
3896
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
3867
3897
|
},
|
|
3868
3898
|
"maxScale": {
|
|
3869
3899
|
"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.",
|
|
@@ -3875,7 +3905,7 @@
|
|
|
3875
3905
|
},
|
|
3876
3906
|
"mode": {
|
|
3877
3907
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
3878
|
-
"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
|
|
3908
|
+
"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{@linkFeatureLayerMode}."
|
|
3879
3909
|
},
|
|
3880
3910
|
"opacity": {
|
|
3881
3911
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -3886,7 +3916,7 @@
|
|
|
3886
3916
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3887
3917
|
},
|
|
3888
3918
|
"refreshInterval": {
|
|
3889
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
3919
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3890
3920
|
"type": "number"
|
|
3891
3921
|
},
|
|
3892
3922
|
"screenSizePerspective": {
|
|
@@ -3913,7 +3943,7 @@
|
|
|
3913
3943
|
"type": "string"
|
|
3914
3944
|
},
|
|
3915
3945
|
"type": {
|
|
3916
|
-
"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
|
|
3946
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
3917
3947
|
"enum": [
|
|
3918
3948
|
"BingMapsAerial",
|
|
3919
3949
|
"BingMapsHybrid",
|
|
@@ -4025,7 +4055,7 @@
|
|
|
4025
4055
|
},
|
|
4026
4056
|
"esri.rest-api.FeatureSet.FeatureSet": {
|
|
4027
4057
|
"additionalProperties": false,
|
|
4028
|
-
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer.
|
|
4058
|
+
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureSet/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
|
|
4029
4059
|
"properties": {
|
|
4030
4060
|
"features": {
|
|
4031
4061
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -4047,7 +4077,7 @@
|
|
|
4047
4077
|
},
|
|
4048
4078
|
"esri.rest-api.Field.Field": {
|
|
4049
4079
|
"additionalProperties": false,
|
|
4050
|
-
"description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition.
|
|
4080
|
+
"description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/field/}.",
|
|
4051
4081
|
"properties": {
|
|
4052
4082
|
"alias": {
|
|
4053
4083
|
"description": "The field alias (human-readable name).",
|
|
@@ -4079,7 +4109,7 @@
|
|
|
4079
4109
|
},
|
|
4080
4110
|
"type": {
|
|
4081
4111
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
4082
|
-
"description": "Type of the Field. See
|
|
4112
|
+
"description": "Type of the Field. See{@linkFieldType}."
|
|
4083
4113
|
}
|
|
4084
4114
|
},
|
|
4085
4115
|
"type": "object"
|
|
@@ -4105,7 +4135,7 @@
|
|
|
4105
4135
|
},
|
|
4106
4136
|
"esri.rest-api.FieldInfo.FieldInfo": {
|
|
4107
4137
|
"additionalProperties": false,
|
|
4108
|
-
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window.
|
|
4138
|
+
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
|
|
4109
4139
|
"properties": {
|
|
4110
4140
|
"fieldName": {
|
|
4111
4141
|
"description": "The field name as defined by the service.",
|
|
@@ -4125,7 +4155,7 @@
|
|
|
4125
4155
|
},
|
|
4126
4156
|
"stringFieldOption": {
|
|
4127
4157
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
|
|
4128
|
-
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See
|
|
4158
|
+
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@linkStringFieldOption}."
|
|
4129
4159
|
},
|
|
4130
4160
|
"tooltip": {
|
|
4131
4161
|
"description": "Provides an editing hint for editors of the field. This string could provide a short description of the field and how editors should format or supply its value.",
|
|
@@ -4142,7 +4172,7 @@
|
|
|
4142
4172
|
"type": "object"
|
|
4143
4173
|
},
|
|
4144
4174
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
4145
|
-
"description": "The type of string field to use with
|
|
4175
|
+
"description": "The type of string field to use with{@linkFieldInfo.stringFieldOption}..",
|
|
4146
4176
|
"enum": [
|
|
4147
4177
|
"richtext",
|
|
4148
4178
|
"textarea",
|
|
@@ -4152,7 +4182,7 @@
|
|
|
4152
4182
|
},
|
|
4153
4183
|
"esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
|
|
4154
4184
|
"additionalProperties": false,
|
|
4155
|
-
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView.
|
|
4185
|
+
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
|
|
4156
4186
|
"properties": {
|
|
4157
4187
|
"castShadows": {
|
|
4158
4188
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -4175,7 +4205,7 @@
|
|
|
4175
4205
|
"description": "The outline of the point, line or polygon."
|
|
4176
4206
|
},
|
|
4177
4207
|
"type": {
|
|
4178
|
-
"description": "The type of the Symbol3DLayer. See
|
|
4208
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
4179
4209
|
"enum": [
|
|
4180
4210
|
"Fill"
|
|
4181
4211
|
],
|
|
@@ -4189,7 +4219,7 @@
|
|
|
4189
4219
|
},
|
|
4190
4220
|
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
4191
4221
|
"additionalProperties": false,
|
|
4192
|
-
"description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element.
|
|
4222
|
+
"description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
|
|
4193
4223
|
"properties": {
|
|
4194
4224
|
"attachmentKeyword": {
|
|
4195
4225
|
"description": "A string to identify the attachment(s). When a file is attached using the form, this property is used to set the value of the keywords field for the attachment. When a form is displaying existing attachments, this property is used to query attachments using an exact match on the keywords field.",
|
|
@@ -4204,26 +4234,8 @@
|
|
|
4204
4234
|
"type": "boolean"
|
|
4205
4235
|
},
|
|
4206
4236
|
"inputType": {
|
|
4207
|
-
"
|
|
4208
|
-
"description": "The input user interface to use for the attachment."
|
|
4209
|
-
"properties": {
|
|
4210
|
-
"type": {
|
|
4211
|
-
"description": "The input type identifier.",
|
|
4212
|
-
"enum": [
|
|
4213
|
-
"attachment",
|
|
4214
|
-
"audio",
|
|
4215
|
-
"document",
|
|
4216
|
-
"image",
|
|
4217
|
-
"signature",
|
|
4218
|
-
"video"
|
|
4219
|
-
],
|
|
4220
|
-
"type": "string"
|
|
4221
|
-
}
|
|
4222
|
-
},
|
|
4223
|
-
"required": [
|
|
4224
|
-
"type"
|
|
4225
|
-
],
|
|
4226
|
-
"type": "object"
|
|
4237
|
+
"$ref": "__type",
|
|
4238
|
+
"description": "The input user interface to use for the attachment."
|
|
4227
4239
|
},
|
|
4228
4240
|
"label": {
|
|
4229
4241
|
"description": "A string value indicating what the element represents.",
|
|
@@ -4248,7 +4260,7 @@
|
|
|
4248
4260
|
},
|
|
4249
4261
|
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
4250
4262
|
"additionalProperties": false,
|
|
4251
|
-
"description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used.
|
|
4263
|
+
"description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
|
|
4252
4264
|
"properties": {
|
|
4253
4265
|
"maxLength": {
|
|
4254
4266
|
"description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
|
|
@@ -4273,7 +4285,7 @@
|
|
|
4273
4285
|
},
|
|
4274
4286
|
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
4275
4287
|
"additionalProperties": false,
|
|
4276
|
-
"description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time.
|
|
4288
|
+
"description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
|
|
4277
4289
|
"properties": {
|
|
4278
4290
|
"noValueOptionLabel": {
|
|
4279
4291
|
"description": "The text used to represent a null value.",
|
|
@@ -4298,7 +4310,7 @@
|
|
|
4298
4310
|
},
|
|
4299
4311
|
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
4300
4312
|
"additionalProperties": false,
|
|
4301
|
-
"description": "Defines the desired user interface is a calendar date picker.
|
|
4313
|
+
"description": "Defines the desired user interface is a calendar date picker.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
4302
4314
|
"properties": {
|
|
4303
4315
|
"includeTime": {
|
|
4304
4316
|
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
@@ -4327,7 +4339,7 @@
|
|
|
4327
4339
|
},
|
|
4328
4340
|
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
4329
4341
|
"additionalProperties": false,
|
|
4330
|
-
"description": "Arcade expression used in the form.
|
|
4342
|
+
"description": "Arcade expression used in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
4331
4343
|
"properties": {
|
|
4332
4344
|
"expression": {
|
|
4333
4345
|
"description": "The Arcade expression.",
|
|
@@ -4353,7 +4365,7 @@
|
|
|
4353
4365
|
},
|
|
4354
4366
|
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
4355
4367
|
"additionalProperties": false,
|
|
4356
|
-
"description": "Defines how a field in the dataset participates in the form.
|
|
4368
|
+
"description": "Defines how a field in the dataset participates in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
4357
4369
|
"properties": {
|
|
4358
4370
|
"description": {
|
|
4359
4371
|
"description": "A string that describes the element in detail.",
|
|
@@ -4424,7 +4436,7 @@
|
|
|
4424
4436
|
},
|
|
4425
4437
|
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
4426
4438
|
"additionalProperties": false,
|
|
4427
|
-
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together.
|
|
4439
|
+
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
|
|
4428
4440
|
"properties": {
|
|
4429
4441
|
"description": {
|
|
4430
4442
|
"description": "A string that describes the element in detail.",
|
|
@@ -4478,7 +4490,7 @@
|
|
|
4478
4490
|
},
|
|
4479
4491
|
"esri.rest-api.FormInfo.FormInfo": {
|
|
4480
4492
|
"additionalProperties": false,
|
|
4481
|
-
"description": "Defines the form configuration when a user edits a feature.
|
|
4493
|
+
"description": "Defines the form configuration when a user edits a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
4482
4494
|
"properties": {
|
|
4483
4495
|
"description": {
|
|
4484
4496
|
"description": "A string that appears in the body of the form as a description.",
|
|
@@ -4520,7 +4532,7 @@
|
|
|
4520
4532
|
},
|
|
4521
4533
|
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
4522
4534
|
"additionalProperties": false,
|
|
4523
|
-
"description": "Defines the desired user interface is a radio button group.
|
|
4535
|
+
"description": "Defines the desired user interface is a radio button group.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
4524
4536
|
"properties": {
|
|
4525
4537
|
"noValueOptionLabel": {
|
|
4526
4538
|
"description": "The text used to represent a null value.",
|
|
@@ -4545,7 +4557,7 @@
|
|
|
4545
4557
|
},
|
|
4546
4558
|
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
4547
4559
|
"additionalProperties": false,
|
|
4548
|
-
"description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records.
|
|
4560
|
+
"description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
|
|
4549
4561
|
"properties": {
|
|
4550
4562
|
"description": {
|
|
4551
4563
|
"description": "A string that describes the element in detail.",
|
|
@@ -4589,7 +4601,7 @@
|
|
|
4589
4601
|
},
|
|
4590
4602
|
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
4591
4603
|
"additionalProperties": false,
|
|
4592
|
-
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options.
|
|
4604
|
+
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
|
|
4593
4605
|
"properties": {
|
|
4594
4606
|
"offValue": {
|
|
4595
4607
|
"description": "The coded value when switch state is off.",
|
|
@@ -4620,7 +4632,7 @@
|
|
|
4620
4632
|
},
|
|
4621
4633
|
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
4622
4634
|
"additionalProperties": false,
|
|
4623
|
-
"description": "Defines the desired user interface is a multi-line text area.
|
|
4635
|
+
"description": "Defines the desired user interface is a multi-line text area.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
4624
4636
|
"properties": {
|
|
4625
4637
|
"maxLength": {
|
|
4626
4638
|
"description": "This represents the maximum number of characters allowed. If not supplied, the value is derived from the length property of the referenced field in the service.",
|
|
@@ -4645,7 +4657,7 @@
|
|
|
4645
4657
|
},
|
|
4646
4658
|
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
4647
4659
|
"additionalProperties": false,
|
|
4648
|
-
"description": "Defines the desired user interface is a single-line text box.
|
|
4660
|
+
"description": "Defines the desired user interface is a single-line text box.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
4649
4661
|
"properties": {
|
|
4650
4662
|
"maxLength": {
|
|
4651
4663
|
"description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
|
|
@@ -4669,7 +4681,7 @@
|
|
|
4669
4681
|
"type": "object"
|
|
4670
4682
|
},
|
|
4671
4683
|
"esri.rest-api.Format.DateFormat": {
|
|
4672
|
-
"description": "Possible date formats for
|
|
4684
|
+
"description": "Possible date formats for{@linkFormat.dateFormat}.",
|
|
4673
4685
|
"enum": [
|
|
4674
4686
|
"dayShortMonthYear",
|
|
4675
4687
|
"longDate",
|
|
@@ -4692,11 +4704,11 @@
|
|
|
4692
4704
|
},
|
|
4693
4705
|
"esri.rest-api.Format.Format": {
|
|
4694
4706
|
"additionalProperties": false,
|
|
4695
|
-
"description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows.
|
|
4707
|
+
"description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows.{@linkhttps://developers.arcgis.com/web-map-specification/objects/format/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/format/}.",
|
|
4696
4708
|
"properties": {
|
|
4697
4709
|
"dateFormat": {
|
|
4698
4710
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
4699
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See
|
|
4711
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkDateFormat}."
|
|
4700
4712
|
},
|
|
4701
4713
|
"digitSeparator": {
|
|
4702
4714
|
"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.",
|
|
@@ -4711,7 +4723,7 @@
|
|
|
4711
4723
|
},
|
|
4712
4724
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
4713
4725
|
"additionalProperties": false,
|
|
4714
|
-
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer.
|
|
4726
|
+
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
4715
4727
|
"properties": {
|
|
4716
4728
|
"blendMode": {
|
|
4717
4729
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4734,7 +4746,7 @@
|
|
|
4734
4746
|
},
|
|
4735
4747
|
"listMode": {
|
|
4736
4748
|
"$ref": "esri.ListMode",
|
|
4737
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
4749
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
4738
4750
|
},
|
|
4739
4751
|
"maxScale": {
|
|
4740
4752
|
"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.",
|
|
@@ -4757,7 +4769,7 @@
|
|
|
4757
4769
|
"description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have polygons, this property is not added to the layer JSON."
|
|
4758
4770
|
},
|
|
4759
4771
|
"refreshInterval": {
|
|
4760
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
4772
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4761
4773
|
"type": "number"
|
|
4762
4774
|
},
|
|
4763
4775
|
"showLegend": {
|
|
@@ -4769,7 +4781,7 @@
|
|
|
4769
4781
|
"type": "string"
|
|
4770
4782
|
},
|
|
4771
4783
|
"type": {
|
|
4772
|
-
"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
|
|
4784
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
4773
4785
|
"enum": [
|
|
4774
4786
|
"BingMapsAerial",
|
|
4775
4787
|
"BingMapsHybrid",
|
|
@@ -4814,11 +4826,11 @@
|
|
|
4814
4826
|
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
4815
4827
|
}
|
|
4816
4828
|
],
|
|
4817
|
-
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See
|
|
4829
|
+
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@linkhttp://resources.arcgis.com/en/help/rest/apiref/geometry.html}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometryType/}."
|
|
4818
4830
|
},
|
|
4819
4831
|
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
4820
4832
|
"additionalProperties": false,
|
|
4821
|
-
"description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers.
|
|
4833
|
+
"description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
|
|
4822
4834
|
"properties": {
|
|
4823
4835
|
"blendMode": {
|
|
4824
4836
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4838,71 +4850,13 @@
|
|
|
4838
4850
|
"layers": {
|
|
4839
4851
|
"description": "List of child operationalLayers.",
|
|
4840
4852
|
"items": {
|
|
4841
|
-
"
|
|
4842
|
-
{
|
|
4843
|
-
"$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
|
|
4844
|
-
},
|
|
4845
|
-
{
|
|
4846
|
-
"$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
|
|
4847
|
-
},
|
|
4848
|
-
{
|
|
4849
|
-
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
4850
|
-
},
|
|
4851
|
-
{
|
|
4852
|
-
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
4853
|
-
},
|
|
4854
|
-
{
|
|
4855
|
-
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
4856
|
-
},
|
|
4857
|
-
{
|
|
4858
|
-
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
4859
|
-
},
|
|
4860
|
-
{
|
|
4861
|
-
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
4862
|
-
},
|
|
4863
|
-
{
|
|
4864
|
-
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
4865
|
-
},
|
|
4866
|
-
{
|
|
4867
|
-
"$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
|
|
4868
|
-
},
|
|
4869
|
-
{
|
|
4870
|
-
"$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
|
|
4871
|
-
},
|
|
4872
|
-
{
|
|
4873
|
-
"$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
|
|
4874
|
-
},
|
|
4875
|
-
{
|
|
4876
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
|
|
4877
|
-
},
|
|
4878
|
-
{
|
|
4879
|
-
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
4880
|
-
},
|
|
4881
|
-
{
|
|
4882
|
-
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
4883
|
-
},
|
|
4884
|
-
{
|
|
4885
|
-
"$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
|
|
4886
|
-
},
|
|
4887
|
-
{
|
|
4888
|
-
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
4889
|
-
},
|
|
4890
|
-
{
|
|
4891
|
-
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
4892
|
-
},
|
|
4893
|
-
{
|
|
4894
|
-
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
4895
|
-
},
|
|
4896
|
-
{
|
|
4897
|
-
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
4898
|
-
}
|
|
4899
|
-
]
|
|
4853
|
+
"$ref": "#/definitions/OperationalLayer"
|
|
4900
4854
|
},
|
|
4901
4855
|
"type": "array"
|
|
4902
4856
|
},
|
|
4903
4857
|
"listMode": {
|
|
4904
4858
|
"$ref": "esri.ListMode",
|
|
4905
|
-
"description": "To show or hide the group layer in the layer list. See
|
|
4859
|
+
"description": "To show or hide the group layer in the layer list. See{@linkListMode}."
|
|
4906
4860
|
},
|
|
4907
4861
|
"maxScale": {
|
|
4908
4862
|
"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.",
|
|
@@ -4917,7 +4871,7 @@
|
|
|
4917
4871
|
"type": "number"
|
|
4918
4872
|
},
|
|
4919
4873
|
"refreshInterval": {
|
|
4920
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
4874
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4921
4875
|
"type": "number"
|
|
4922
4876
|
},
|
|
4923
4877
|
"showLegend": {
|
|
@@ -4929,7 +4883,7 @@
|
|
|
4929
4883
|
"type": "string"
|
|
4930
4884
|
},
|
|
4931
4885
|
"type": {
|
|
4932
|
-
"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
|
|
4886
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
4933
4887
|
"enum": [
|
|
4934
4888
|
"BingMapsAerial",
|
|
4935
4889
|
"BingMapsHybrid",
|
|
@@ -4948,7 +4902,7 @@
|
|
|
4948
4902
|
},
|
|
4949
4903
|
"visibilityMode": {
|
|
4950
4904
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
|
|
4951
|
-
"description": "How visibility of children is affected: independent, exclusive, inherited. See
|
|
4905
|
+
"description": "How visibility of children is affected: independent, exclusive, inherited. See{@linkGroupLayerVisibilityMode}."
|
|
4952
4906
|
}
|
|
4953
4907
|
},
|
|
4954
4908
|
"required": [
|
|
@@ -4967,7 +4921,7 @@
|
|
|
4967
4921
|
},
|
|
4968
4922
|
"esri.rest-api.HeatmapRenderer.ColorStop": {
|
|
4969
4923
|
"additionalProperties": false,
|
|
4970
|
-
"description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required.
|
|
4924
|
+
"description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
|
|
4971
4925
|
"properties": {
|
|
4972
4926
|
"color": {
|
|
4973
4927
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -4986,7 +4940,7 @@
|
|
|
4986
4940
|
},
|
|
4987
4941
|
"esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
|
|
4988
4942
|
"additionalProperties": false,
|
|
4989
|
-
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values.
|
|
4943
|
+
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values.{@linkhttps://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
|
|
4990
4944
|
"properties": {
|
|
4991
4945
|
"authoringInfo": {
|
|
4992
4946
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5021,10 +4975,10 @@
|
|
|
5021
4975
|
},
|
|
5022
4976
|
"rotationType": {
|
|
5023
4977
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5024
|
-
"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
|
|
4978
|
+
"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{@linkRotationType}."
|
|
5025
4979
|
},
|
|
5026
4980
|
"type": {
|
|
5027
|
-
"description": "The type of renderer. See
|
|
4981
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
5028
4982
|
"enum": [
|
|
5029
4983
|
"heatmap"
|
|
5030
4984
|
],
|
|
@@ -5033,20 +4987,8 @@
|
|
|
5033
4987
|
"visualVariables": {
|
|
5034
4988
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5035
4989
|
"items": {
|
|
5036
|
-
"
|
|
5037
|
-
|
|
5038
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
5039
|
-
},
|
|
5040
|
-
{
|
|
5041
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
5042
|
-
},
|
|
5043
|
-
{
|
|
5044
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
5045
|
-
},
|
|
5046
|
-
{
|
|
5047
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
5048
|
-
}
|
|
5049
|
-
]
|
|
4990
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
4991
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
5050
4992
|
},
|
|
5051
4993
|
"type": "array"
|
|
5052
4994
|
}
|
|
@@ -5058,7 +5000,7 @@
|
|
|
5058
5000
|
},
|
|
5059
5001
|
"esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
|
|
5060
5002
|
"additionalProperties": false,
|
|
5061
|
-
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView.
|
|
5003
|
+
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
|
|
5062
5004
|
"properties": {
|
|
5063
5005
|
"anchor": {
|
|
5064
5006
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -5096,7 +5038,7 @@
|
|
|
5096
5038
|
"type": "number"
|
|
5097
5039
|
},
|
|
5098
5040
|
"type": {
|
|
5099
|
-
"description": "The type of the Symbol3DLayer. See
|
|
5041
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
5100
5042
|
"enum": [
|
|
5101
5043
|
"Icon"
|
|
5102
5044
|
],
|
|
@@ -5110,12 +5052,11 @@
|
|
|
5110
5052
|
},
|
|
5111
5053
|
"esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
|
|
5112
5054
|
"additionalProperties": false,
|
|
5113
|
-
"description": "An image service provides access to raster data through a web service. Multiple rasters can be served as one image service through mosaic dataset technology, dynamically processed and mosaiced on the fly. An image service supports accessing both the mosaicked image and its catalog, as well as individual rasters in the catalog. Also, image services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached image services.
|
|
5055
|
+
"description": "An image service provides access to raster data through a web service. Multiple rasters can be served as one image service through mosaic dataset technology, dynamically processed and mosaiced on the fly. An image service supports accessing both the mosaicked image and its catalog, as well as individual rasters in the catalog. Also, image services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached image services.{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
|
|
5114
5056
|
"properties": {
|
|
5115
5057
|
"bandIds": {
|
|
5116
5058
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
5117
|
-
"items": {
|
|
5118
|
-
},
|
|
5059
|
+
"items": {},
|
|
5119
5060
|
"type": "array"
|
|
5120
5061
|
},
|
|
5121
5062
|
"blendMode": {
|
|
@@ -5186,7 +5127,7 @@
|
|
|
5186
5127
|
},
|
|
5187
5128
|
"listMode": {
|
|
5188
5129
|
"$ref": "esri.ListMode",
|
|
5189
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
5130
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
5190
5131
|
},
|
|
5191
5132
|
"maxScale": {
|
|
5192
5133
|
"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.",
|
|
@@ -5221,7 +5162,7 @@
|
|
|
5221
5162
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
5222
5163
|
},
|
|
5223
5164
|
"refreshInterval": {
|
|
5224
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
5165
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5225
5166
|
"type": "number"
|
|
5226
5167
|
},
|
|
5227
5168
|
"renderingRule": {
|
|
@@ -5241,7 +5182,7 @@
|
|
|
5241
5182
|
"type": "string"
|
|
5242
5183
|
},
|
|
5243
5184
|
"type": {
|
|
5244
|
-
"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
|
|
5185
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
5245
5186
|
"enum": [
|
|
5246
5187
|
"BingMapsAerial",
|
|
5247
5188
|
"BingMapsHybrid",
|
|
@@ -5270,7 +5211,7 @@
|
|
|
5270
5211
|
},
|
|
5271
5212
|
"esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
|
|
5272
5213
|
"additionalProperties": false,
|
|
5273
|
-
"description": "The imageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The imageServiceVectorLayer also supports time-enabled data.
|
|
5214
|
+
"description": "The imageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The imageServiceVectorLayer also supports time-enabled data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
|
|
5274
5215
|
"properties": {
|
|
5275
5216
|
"blendMode": {
|
|
5276
5217
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5312,7 +5253,7 @@
|
|
|
5312
5253
|
},
|
|
5313
5254
|
"listMode": {
|
|
5314
5255
|
"$ref": "esri.ListMode",
|
|
5315
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
5256
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
5316
5257
|
},
|
|
5317
5258
|
"maxScale": {
|
|
5318
5259
|
"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.",
|
|
@@ -5331,7 +5272,7 @@
|
|
|
5331
5272
|
"type": "number"
|
|
5332
5273
|
},
|
|
5333
5274
|
"refreshInterval": {
|
|
5334
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
5275
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5335
5276
|
"type": "number"
|
|
5336
5277
|
},
|
|
5337
5278
|
"showLegend": {
|
|
@@ -5347,7 +5288,7 @@
|
|
|
5347
5288
|
"type": "string"
|
|
5348
5289
|
},
|
|
5349
5290
|
"type": {
|
|
5350
|
-
"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
|
|
5291
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
5351
5292
|
"enum": [
|
|
5352
5293
|
"BingMapsAerial",
|
|
5353
5294
|
"BingMapsHybrid",
|
|
@@ -5378,7 +5319,7 @@
|
|
|
5378
5319
|
},
|
|
5379
5320
|
"esri.rest-api.InheritedDomain.InheritedDomain": {
|
|
5380
5321
|
"additionalProperties": false,
|
|
5381
|
-
"description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.
|
|
5322
|
+
"description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.{@linkhttps://developers.arcgis.com/web-map-specification/objects/inherited_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
|
|
5382
5323
|
"properties": {
|
|
5383
5324
|
"type": {
|
|
5384
5325
|
"description": "The type of domain.",
|
|
@@ -5395,7 +5336,7 @@
|
|
|
5395
5336
|
},
|
|
5396
5337
|
"esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
|
|
5397
5338
|
"additionalProperties": false,
|
|
5398
|
-
"description": "An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information.
|
|
5339
|
+
"description": "An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
|
|
5399
5340
|
"properties": {
|
|
5400
5341
|
"blendMode": {
|
|
5401
5342
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5418,7 +5359,7 @@
|
|
|
5418
5359
|
},
|
|
5419
5360
|
"listMode": {
|
|
5420
5361
|
"$ref": "esri.ListMode",
|
|
5421
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
5362
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
5422
5363
|
},
|
|
5423
5364
|
"maxScale": {
|
|
5424
5365
|
"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.",
|
|
@@ -5433,7 +5374,7 @@
|
|
|
5433
5374
|
"type": "number"
|
|
5434
5375
|
},
|
|
5435
5376
|
"refreshInterval": {
|
|
5436
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
5377
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5437
5378
|
"type": "number"
|
|
5438
5379
|
},
|
|
5439
5380
|
"showLegend": {
|
|
@@ -5445,7 +5386,7 @@
|
|
|
5445
5386
|
"type": "string"
|
|
5446
5387
|
},
|
|
5447
5388
|
"type": {
|
|
5448
|
-
"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
|
|
5389
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
5449
5390
|
"enum": [
|
|
5450
5391
|
"BingMapsAerial",
|
|
5451
5392
|
"BingMapsHybrid",
|
|
@@ -5474,7 +5415,7 @@
|
|
|
5474
5415
|
},
|
|
5475
5416
|
"esri.rest-api.Item.Item": {
|
|
5476
5417
|
"additionalProperties": false,
|
|
5477
|
-
"description": "An item (a unit of content) in the portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item can have associated binary or textual data that's available via the item data resource. For example, an item of type Map Package returns the actual bits corresponding to the map package via the item data resource. The numViews is incremented when an item is opened.
|
|
5418
|
+
"description": "An item (a unit of content) in the portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item can have associated binary or textual data that's available via the item data resource. For example, an item of type Map Package returns the actual bits corresponding to the map package via the item data resource. The numViews is incremented when an item is opened.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.",
|
|
5478
5419
|
"properties": {
|
|
5479
5420
|
"$portal": {
|
|
5480
5421
|
"description": "The portal to load the item from.",
|
|
@@ -5681,7 +5622,7 @@
|
|
|
5681
5622
|
"type": "string"
|
|
5682
5623
|
},
|
|
5683
5624
|
"type": {
|
|
5684
|
-
"description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application.
|
|
5625
|
+
"description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.",
|
|
5685
5626
|
"type": "string"
|
|
5686
5627
|
},
|
|
5687
5628
|
"typeKeywords": {
|
|
@@ -5703,11 +5644,11 @@
|
|
|
5703
5644
|
},
|
|
5704
5645
|
"esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
|
|
5705
5646
|
"additionalProperties": false,
|
|
5706
|
-
"description": "Join Table data source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a joinTable.
|
|
5647
|
+
"description": "Join Table data source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a joinTable.{@linkhttps://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
|
|
5707
5648
|
"properties": {
|
|
5708
5649
|
"joinType": {
|
|
5709
5650
|
"$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
|
|
5710
|
-
"description": "The type of join (left outer or left inner). See
|
|
5651
|
+
"description": "The type of join (left outer or left inner). See{@linkJoinType}."
|
|
5711
5652
|
},
|
|
5712
5653
|
"leftTableKey": {
|
|
5713
5654
|
"description": "Field name from the left table.",
|
|
@@ -5740,7 +5681,7 @@
|
|
|
5740
5681
|
"description": "The right table source."
|
|
5741
5682
|
},
|
|
5742
5683
|
"type": {
|
|
5743
|
-
"description": "Type of the DataSource.
|
|
5684
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
5744
5685
|
"enum": [
|
|
5745
5686
|
"joinTable"
|
|
5746
5687
|
],
|
|
@@ -5766,7 +5707,7 @@
|
|
|
5766
5707
|
},
|
|
5767
5708
|
"esri.rest-api.KMLLayer.KMLLayer": {
|
|
5768
5709
|
"additionalProperties": false,
|
|
5769
|
-
"description": "Keyhole Markup Language (KML) is an XML-based format for storing geographic data and associated content and is an official Open Geospatial Consortium (OGC) standard. KML is a common format for sharing geographic data with non-GIS users as it can be easily delivered on the Internet.
|
|
5710
|
+
"description": "Keyhole Markup Language (KML) is an XML-based format for storing geographic data and associated content and is an official Open Geospatial Consortium (OGC) standard. KML is a common format for sharing geographic data with non-GIS users as it can be easily delivered on the Internet.{@linkhttps://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
|
|
5770
5711
|
"properties": {
|
|
5771
5712
|
"blendMode": {
|
|
5772
5713
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5789,7 +5730,7 @@
|
|
|
5789
5730
|
},
|
|
5790
5731
|
"listMode": {
|
|
5791
5732
|
"$ref": "esri.ListMode",
|
|
5792
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
5733
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
5793
5734
|
},
|
|
5794
5735
|
"maxScale": {
|
|
5795
5736
|
"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.",
|
|
@@ -5804,7 +5745,7 @@
|
|
|
5804
5745
|
"type": "number"
|
|
5805
5746
|
},
|
|
5806
5747
|
"refreshInterval": {
|
|
5807
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
5748
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5808
5749
|
"type": "number"
|
|
5809
5750
|
},
|
|
5810
5751
|
"showLegend": {
|
|
@@ -5816,7 +5757,7 @@
|
|
|
5816
5757
|
"type": "string"
|
|
5817
5758
|
},
|
|
5818
5759
|
"type": {
|
|
5819
|
-
"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
|
|
5760
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
5820
5761
|
"enum": [
|
|
5821
5762
|
"BingMapsAerial",
|
|
5822
5763
|
"BingMapsHybrid",
|
|
@@ -5852,7 +5793,7 @@
|
|
|
5852
5793
|
},
|
|
5853
5794
|
"esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
|
|
5854
5795
|
"additionalProperties": false,
|
|
5855
|
-
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView.
|
|
5796
|
+
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
|
|
5856
5797
|
"properties": {
|
|
5857
5798
|
"callout": {
|
|
5858
5799
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -5866,7 +5807,7 @@
|
|
|
5866
5807
|
"type": "array"
|
|
5867
5808
|
},
|
|
5868
5809
|
"type": {
|
|
5869
|
-
"description": "The type of symbol. See
|
|
5810
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
5870
5811
|
"enum": [
|
|
5871
5812
|
"LabelSymbol3D"
|
|
5872
5813
|
],
|
|
@@ -5884,7 +5825,7 @@
|
|
|
5884
5825
|
"type": "object"
|
|
5885
5826
|
},
|
|
5886
5827
|
"esri.rest-api.LabelingInfo.LabelPlacement": {
|
|
5887
|
-
"description": "Possible values used with
|
|
5828
|
+
"description": "Possible values used with{@linkLabelingInfo.labelPlacement}.",
|
|
5888
5829
|
"enum": [
|
|
5889
5830
|
"esriServerLinePlacementAboveAfter",
|
|
5890
5831
|
"esriServerLinePlacementAboveAlong",
|
|
@@ -5916,34 +5857,19 @@
|
|
|
5916
5857
|
},
|
|
5917
5858
|
"esri.rest-api.LabelingInfo.LabelingInfo": {
|
|
5918
5859
|
"additionalProperties": false,
|
|
5919
|
-
"description": "The labelingInfo object specifies the label definition for a layer.
|
|
5860
|
+
"description": "The labelingInfo object specifies the label definition for a layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
|
|
5920
5861
|
"properties": {
|
|
5921
5862
|
"labelExpression": {
|
|
5922
5863
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
5923
5864
|
"type": "string"
|
|
5924
5865
|
},
|
|
5925
5866
|
"labelExpressionInfo": {
|
|
5926
|
-
"
|
|
5927
|
-
"description": "This object allows label text to be read similar to that of the popupInfo's description property.
|
|
5928
|
-
"properties": {
|
|
5929
|
-
"expression": {
|
|
5930
|
-
"description": "An Arcade expression evaluating to either a string or a number.",
|
|
5931
|
-
"type": "string"
|
|
5932
|
-
},
|
|
5933
|
-
"title": {
|
|
5934
|
-
"description": "The title of the expression.",
|
|
5935
|
-
"type": "string"
|
|
5936
|
-
},
|
|
5937
|
-
"value": {
|
|
5938
|
-
"description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
|
|
5939
|
-
"type": "string"
|
|
5940
|
-
}
|
|
5941
|
-
},
|
|
5942
|
-
"type": "object"
|
|
5867
|
+
"$ref": "__type",
|
|
5868
|
+
"description": "This object allows label text to be read similar to that of the popupInfo's description property.{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}."
|
|
5943
5869
|
},
|
|
5944
5870
|
"labelPlacement": {
|
|
5945
5871
|
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
|
|
5946
|
-
"description": "This string property specifies the label placement with respect to that of its feature. A list of label placement values categorized by feature geometry types. See
|
|
5872
|
+
"description": "This string property specifies the label placement with respect to that of its feature. A list of label placement values categorized by feature geometry types. See{@linkLabelPlacement}."
|
|
5947
5873
|
},
|
|
5948
5874
|
"maxScale": {
|
|
5949
5875
|
"description": "Represents the maximum scale at which the layer definition will be applied.",
|
|
@@ -5981,7 +5907,7 @@
|
|
|
5981
5907
|
},
|
|
5982
5908
|
"esri.rest-api.Layer.Layer": {
|
|
5983
5909
|
"additionalProperties": false,
|
|
5984
|
-
"description": "This object allows overrides on pop-up content and drawing behavior for individual layers of a web service. When used with a feature collection, this object also contains geographic features and their attributes.
|
|
5910
|
+
"description": "This object allows overrides on pop-up content and drawing behavior for individual layers of a web service. When used with a feature collection, this object also contains geographic features and their attributes.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layer/}.",
|
|
5985
5911
|
"properties": {
|
|
5986
5912
|
"defaultVisibility": {
|
|
5987
5913
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -6058,7 +5984,7 @@
|
|
|
6058
5984
|
},
|
|
6059
5985
|
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
6060
5986
|
"additionalProperties": false,
|
|
6061
|
-
"description": "Defines overridden properties on a field for a specific view of the data.
|
|
5987
|
+
"description": "Defines overridden properties on a field for a specific view of the data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
|
|
6062
5988
|
"properties": {
|
|
6063
5989
|
"alias": {
|
|
6064
5990
|
"description": "A string containing the overridden field alias.",
|
|
@@ -6086,7 +6012,7 @@
|
|
|
6086
6012
|
},
|
|
6087
6013
|
"esri.rest-api.LayerDefinition.LayerDefinition": {
|
|
6088
6014
|
"additionalProperties": false,
|
|
6089
|
-
"description": "The LayerDefinition object defines the attribute schema and drawing information for a layer drawn using client-side graphics. This could include a feature collection, a CSV file referenced through the web, or a single layer in an ArcGIS map service. Also used for dynamic layers.
|
|
6015
|
+
"description": "The LayerDefinition object defines the attribute schema and drawing information for a layer drawn using client-side graphics. This could include a feature collection, a CSV file referenced through the web, or a single layer in an ArcGIS map service. Also used for dynamic layers.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
|
|
6090
6016
|
"properties": {
|
|
6091
6017
|
"allowGeometryUpdates": {
|
|
6092
6018
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -6155,18 +6081,8 @@
|
|
|
6155
6081
|
"type": "array"
|
|
6156
6082
|
},
|
|
6157
6083
|
"floorInfo": {
|
|
6158
|
-
"
|
|
6159
|
-
"description": "Contains floor-awareness information for the layer.
|
|
6160
|
-
"properties": {
|
|
6161
|
-
"floorField": {
|
|
6162
|
-
"description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
|
|
6163
|
-
"type": "string"
|
|
6164
|
-
}
|
|
6165
|
-
},
|
|
6166
|
-
"required": [
|
|
6167
|
-
"floorField"
|
|
6168
|
-
],
|
|
6169
|
-
"type": "object"
|
|
6084
|
+
"$ref": "__type",
|
|
6085
|
+
"description": "Contains floor-awareness information for the layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
6170
6086
|
},
|
|
6171
6087
|
"geometryType": {
|
|
6172
6088
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
@@ -6194,7 +6110,7 @@
|
|
|
6194
6110
|
},
|
|
6195
6111
|
"htmlPopupType": {
|
|
6196
6112
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
|
|
6197
|
-
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See
|
|
6113
|
+
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@linkHtmlPopupType}."
|
|
6198
6114
|
},
|
|
6199
6115
|
"id": {
|
|
6200
6116
|
"description": "The identifier assigned to the layer.",
|
|
@@ -6251,7 +6167,7 @@
|
|
|
6251
6167
|
"$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
|
|
6252
6168
|
}
|
|
6253
6169
|
],
|
|
6254
|
-
"description": "An object indicating the layerDefinition's layer source.
|
|
6170
|
+
"description": "An object indicating the layerDefinition's layer source.{@linkhttps://developers.arcgis.com/web-map-specification/objects/source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/source/}."
|
|
6255
6171
|
},
|
|
6256
6172
|
"spatialReference": {
|
|
6257
6173
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -6320,7 +6236,7 @@
|
|
|
6320
6236
|
},
|
|
6321
6237
|
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
6322
6238
|
"additionalProperties": false,
|
|
6323
|
-
"description": "Time info if the layer/table supports querying and exporting maps based on time.
|
|
6239
|
+
"description": "Time info if the layer/table supports querying and exporting maps based on time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
|
|
6324
6240
|
"properties": {
|
|
6325
6241
|
"endTimeField": {
|
|
6326
6242
|
"description": "The name of the attribute field that contains the end time information.",
|
|
@@ -6339,16 +6255,6 @@
|
|
|
6339
6255
|
"type": "string"
|
|
6340
6256
|
},
|
|
6341
6257
|
"timeExtent": {
|
|
6342
|
-
"additionalItems": {
|
|
6343
|
-
"anyOf": [
|
|
6344
|
-
{
|
|
6345
|
-
"type": "number"
|
|
6346
|
-
},
|
|
6347
|
-
{
|
|
6348
|
-
"type": "number"
|
|
6349
|
-
}
|
|
6350
|
-
]
|
|
6351
|
-
},
|
|
6352
6258
|
"description": "The time extent for all the data in the layer.",
|
|
6353
6259
|
"items": [
|
|
6354
6260
|
{
|
|
@@ -6358,6 +6264,7 @@
|
|
|
6358
6264
|
"type": "number"
|
|
6359
6265
|
}
|
|
6360
6266
|
],
|
|
6267
|
+
"maxItems": 2,
|
|
6361
6268
|
"minItems": 2,
|
|
6362
6269
|
"type": "array"
|
|
6363
6270
|
},
|
|
@@ -6370,22 +6277,8 @@
|
|
|
6370
6277
|
"description": "Temporal unit in which the time interval is measured."
|
|
6371
6278
|
},
|
|
6372
6279
|
"timeReference": {
|
|
6373
|
-
"
|
|
6374
|
-
"description": "Defines information about daylight savings time and the time zone in which data was collected.
|
|
6375
|
-
"properties": {
|
|
6376
|
-
"respectsDaylightSaving": {
|
|
6377
|
-
"description": "Indicates whether the time reference takes into account daylight savings time.",
|
|
6378
|
-
"type": "boolean"
|
|
6379
|
-
},
|
|
6380
|
-
"timeZone": {
|
|
6381
|
-
"description": "The time zone in which the data was captured.",
|
|
6382
|
-
"type": "string"
|
|
6383
|
-
}
|
|
6384
|
-
},
|
|
6385
|
-
"required": [
|
|
6386
|
-
"respectsDaylightSaving"
|
|
6387
|
-
],
|
|
6388
|
-
"type": "object"
|
|
6280
|
+
"$ref": "__type",
|
|
6281
|
+
"description": "Defines information about daylight savings time and the time zone in which data was collected.{@linkhttps://developers.arcgis.com/web-map-specification/objects/timeReference/}."
|
|
6389
6282
|
},
|
|
6390
6283
|
"trackIdField": {
|
|
6391
6284
|
"description": "The field that contains the trackId.",
|
|
@@ -6439,7 +6332,7 @@
|
|
|
6439
6332
|
},
|
|
6440
6333
|
"esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
|
|
6441
6334
|
"additionalProperties": false,
|
|
6442
|
-
"description": "The default time-related export options for a layer.
|
|
6335
|
+
"description": "The default time-related export options for a layer.{@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
|
|
6443
6336
|
"properties": {
|
|
6444
6337
|
"timeDataCumulative": {
|
|
6445
6338
|
"description": "If true, draw all the features from the beginning of time for that data.",
|
|
@@ -6462,7 +6355,7 @@
|
|
|
6462
6355
|
},
|
|
6463
6356
|
"esri.rest-api.LineSymbol3D.LineSymbol3D": {
|
|
6464
6357
|
"additionalProperties": false,
|
|
6465
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.
|
|
6358
|
+
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
|
|
6466
6359
|
"properties": {
|
|
6467
6360
|
"symbolLayers": {
|
|
6468
6361
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -6479,7 +6372,7 @@
|
|
|
6479
6372
|
"type": "array"
|
|
6480
6373
|
},
|
|
6481
6374
|
"type": {
|
|
6482
|
-
"description": "The type of symbol. See
|
|
6375
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
6483
6376
|
"enum": [
|
|
6484
6377
|
"LineSymbol3D"
|
|
6485
6378
|
],
|
|
@@ -6494,7 +6387,7 @@
|
|
|
6494
6387
|
},
|
|
6495
6388
|
"esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
|
|
6496
6389
|
"additionalProperties": false,
|
|
6497
|
-
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView.
|
|
6390
|
+
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
|
|
6498
6391
|
"properties": {
|
|
6499
6392
|
"enable": {
|
|
6500
6393
|
"description": "Type: Boolean.",
|
|
@@ -6509,7 +6402,7 @@
|
|
|
6509
6402
|
"type": "number"
|
|
6510
6403
|
},
|
|
6511
6404
|
"type": {
|
|
6512
|
-
"description": "The type of the Symbol3DLayer. See
|
|
6405
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
6513
6406
|
"enum": [
|
|
6514
6407
|
"Line"
|
|
6515
6408
|
],
|
|
@@ -6523,7 +6416,7 @@
|
|
|
6523
6416
|
},
|
|
6524
6417
|
"esri.rest-api.LocationInfo.LocationInfo": {
|
|
6525
6418
|
"additionalProperties": false,
|
|
6526
|
-
"description": "Defines how location information will be retrieved from a CSV file referenced through the web.
|
|
6419
|
+
"description": "Defines how location information will be retrieved from a CSV file referenced through the web.{@linkhttps://developers.arcgis.com/web-map-specification/objects/locationInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
|
|
6527
6420
|
"properties": {
|
|
6528
6421
|
"latitudeFieldName": {
|
|
6529
6422
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -6542,7 +6435,7 @@
|
|
|
6542
6435
|
},
|
|
6543
6436
|
"esri.rest-api.MapServiceLayer.MapServiceLayer": {
|
|
6544
6437
|
"additionalProperties": false,
|
|
6545
|
-
"description": "ArcGIS web maps are designed to work with web services hosted on ArcGIS Server and ArcGIS Online, in addition to other types of servers. Map services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached map services.
|
|
6438
|
+
"description": "ArcGIS web maps are designed to work with web services hosted on ArcGIS Server and ArcGIS Online, in addition to other types of servers. Map services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached map services.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
|
|
6546
6439
|
"properties": {
|
|
6547
6440
|
"blendMode": {
|
|
6548
6441
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6579,7 +6472,7 @@
|
|
|
6579
6472
|
},
|
|
6580
6473
|
"listMode": {
|
|
6581
6474
|
"$ref": "esri.ListMode",
|
|
6582
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
6475
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
6583
6476
|
},
|
|
6584
6477
|
"maxScale": {
|
|
6585
6478
|
"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.",
|
|
@@ -6594,7 +6487,7 @@
|
|
|
6594
6487
|
"type": "number"
|
|
6595
6488
|
},
|
|
6596
6489
|
"refreshInterval": {
|
|
6597
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
6490
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
6598
6491
|
"type": "number"
|
|
6599
6492
|
},
|
|
6600
6493
|
"showLegend": {
|
|
@@ -6610,7 +6503,7 @@
|
|
|
6610
6503
|
"type": "string"
|
|
6611
6504
|
},
|
|
6612
6505
|
"type": {
|
|
6613
|
-
"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
|
|
6506
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
6614
6507
|
"enum": [
|
|
6615
6508
|
"BingMapsAerial",
|
|
6616
6509
|
"BingMapsHybrid",
|
|
@@ -6646,7 +6539,7 @@
|
|
|
6646
6539
|
},
|
|
6647
6540
|
"esri.rest-api.MediaInfo.MediaInfo": {
|
|
6648
6541
|
"additionalProperties": false,
|
|
6649
|
-
"description": "Defines an image or a chart to be displayed in a pop-up window.
|
|
6542
|
+
"description": "Defines an image or a chart to be displayed in a pop-up window.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mediaInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mediaInfo/}.",
|
|
6650
6543
|
"properties": {
|
|
6651
6544
|
"caption": {
|
|
6652
6545
|
"description": "A caption describing the media. This can contain a field name enclosed in {}, such as {IMAGE_CAPTION}.",
|
|
@@ -6661,7 +6554,7 @@
|
|
|
6661
6554
|
"type": "string"
|
|
6662
6555
|
},
|
|
6663
6556
|
"type": {
|
|
6664
|
-
"description": "Defines the type of media. One of the
|
|
6557
|
+
"description": "Defines the type of media. One of the{@linkMediaType}constants.",
|
|
6665
6558
|
"type": "string"
|
|
6666
6559
|
},
|
|
6667
6560
|
"value": {
|
|
@@ -6673,7 +6566,7 @@
|
|
|
6673
6566
|
},
|
|
6674
6567
|
"esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
|
|
6675
6568
|
"additionalProperties": false,
|
|
6676
|
-
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView.
|
|
6569
|
+
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
|
|
6677
6570
|
"properties": {
|
|
6678
6571
|
"symbolLayers": {
|
|
6679
6572
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -6683,7 +6576,7 @@
|
|
|
6683
6576
|
"type": "array"
|
|
6684
6577
|
},
|
|
6685
6578
|
"type": {
|
|
6686
|
-
"description": "The type of symbol. See
|
|
6579
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
6687
6580
|
"enum": [
|
|
6688
6581
|
"MeshSymbol3D"
|
|
6689
6582
|
],
|
|
@@ -6725,7 +6618,7 @@
|
|
|
6725
6618
|
},
|
|
6726
6619
|
"esri.rest-api.MosaicRule.MosaicRule": {
|
|
6727
6620
|
"additionalProperties": false,
|
|
6728
|
-
"description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset.
|
|
6621
|
+
"description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mosaicRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
|
|
6729
6622
|
"properties": {
|
|
6730
6623
|
"ascending": {
|
|
6731
6624
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -6751,38 +6644,16 @@
|
|
|
6751
6644
|
},
|
|
6752
6645
|
"mosaicMethod": {
|
|
6753
6646
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
|
|
6754
|
-
"description": "The mosaic method determines how the selected rasters are ordered. See
|
|
6647
|
+
"description": "The mosaic method determines how the selected rasters are ordered. See{@linkMosaicMethodType}."
|
|
6755
6648
|
},
|
|
6756
6649
|
"mosaicOperation": {
|
|
6757
6650
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
6758
6651
|
"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 {@ link MosaicOperationType}."
|
|
6759
6652
|
},
|
|
6760
6653
|
"multidimensionalDefinition": {
|
|
6761
|
-
"description": "Definition of multidimensional variables.
|
|
6654
|
+
"description": "Definition of multidimensional variables.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/}.",
|
|
6762
6655
|
"items": {
|
|
6763
|
-
"
|
|
6764
|
-
"properties": {
|
|
6765
|
-
"dimensionName": {
|
|
6766
|
-
"description": "Type of dimension being used (ex. StdTime).",
|
|
6767
|
-
"type": "string"
|
|
6768
|
-
},
|
|
6769
|
-
"isSlice": {
|
|
6770
|
-
"description": "Is slice?",
|
|
6771
|
-
"type": "boolean"
|
|
6772
|
-
},
|
|
6773
|
-
"values": {
|
|
6774
|
-
"description": "Numerical array of associated values.",
|
|
6775
|
-
"items": {
|
|
6776
|
-
"type": "number"
|
|
6777
|
-
},
|
|
6778
|
-
"type": "array"
|
|
6779
|
-
},
|
|
6780
|
-
"variableName": {
|
|
6781
|
-
"description": "Name of the variable.",
|
|
6782
|
-
"type": "string"
|
|
6783
|
-
}
|
|
6784
|
-
},
|
|
6785
|
-
"type": "object"
|
|
6656
|
+
"$ref": "__type"
|
|
6786
6657
|
},
|
|
6787
6658
|
"type": "array"
|
|
6788
6659
|
},
|
|
@@ -6810,7 +6681,7 @@
|
|
|
6810
6681
|
},
|
|
6811
6682
|
"esri.rest-api.Multipoint.Multipoint": {
|
|
6812
6683
|
"additionalProperties": false,
|
|
6813
|
-
"description": "Contains an array of points, along with a spatial reference field.
|
|
6684
|
+
"description": "Contains an array of points, along with a spatial reference field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
|
|
6814
6685
|
"properties": {
|
|
6815
6686
|
"hasM": {
|
|
6816
6687
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -6842,7 +6713,7 @@
|
|
|
6842
6713
|
},
|
|
6843
6714
|
"esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
|
|
6844
6715
|
"additionalProperties": false,
|
|
6845
|
-
"description": "ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D shape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView.
|
|
6716
|
+
"description": "ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D shape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
|
|
6846
6717
|
"properties": {
|
|
6847
6718
|
"anchor": {
|
|
6848
6719
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -6877,7 +6748,7 @@
|
|
|
6877
6748
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
6878
6749
|
},
|
|
6879
6750
|
"type": {
|
|
6880
|
-
"description": "The type of the Symbol3DLayer. See
|
|
6751
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
6881
6752
|
"enum": [
|
|
6882
6753
|
"Object"
|
|
6883
6754
|
],
|
|
@@ -6895,7 +6766,7 @@
|
|
|
6895
6766
|
},
|
|
6896
6767
|
"esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
|
|
6897
6768
|
"additionalProperties": false,
|
|
6898
|
-
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView.
|
|
6769
|
+
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
|
|
6899
6770
|
"properties": {
|
|
6900
6771
|
"material": {
|
|
6901
6772
|
"$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
|
|
@@ -6906,7 +6777,7 @@
|
|
|
6906
6777
|
"type": "number"
|
|
6907
6778
|
},
|
|
6908
6779
|
"type": {
|
|
6909
|
-
"description": "The type of the Symbol3DLayer. See
|
|
6780
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
6910
6781
|
"enum": [
|
|
6911
6782
|
"Path"
|
|
6912
6783
|
],
|
|
@@ -6924,7 +6795,7 @@
|
|
|
6924
6795
|
},
|
|
6925
6796
|
"esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
|
|
6926
6797
|
"additionalProperties": false,
|
|
6927
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries.
|
|
6798
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
6928
6799
|
"properties": {
|
|
6929
6800
|
"angle": {
|
|
6930
6801
|
"description": "Numeric value that defines the number of degrees ranging from 0-360, that a marker symbol is rotated. The rotation is from East in a counter-clockwise direction where East is the 0° axis.",
|
|
@@ -6947,7 +6818,7 @@
|
|
|
6947
6818
|
"description": "Sets the outline of the symbol."
|
|
6948
6819
|
},
|
|
6949
6820
|
"type": {
|
|
6950
|
-
"description": "The type of symbol. See
|
|
6821
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
6951
6822
|
"enum": [
|
|
6952
6823
|
"esriPFS"
|
|
6953
6824
|
],
|
|
@@ -6985,7 +6856,7 @@
|
|
|
6985
6856
|
},
|
|
6986
6857
|
"esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
6987
6858
|
"additionalProperties": false,
|
|
6988
|
-
"description": "Picture marker symbols can be used to symbolize point geometries.
|
|
6859
|
+
"description": "Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
6989
6860
|
"properties": {
|
|
6990
6861
|
"angle": {
|
|
6991
6862
|
"description": "Numeric value that defines the number of degrees ranging from 0-360, that a marker symbol is rotated. The rotation is from East in a counter-clockwise direction where East is the 0° axis.",
|
|
@@ -7004,7 +6875,7 @@
|
|
|
7004
6875
|
"type": "string"
|
|
7005
6876
|
},
|
|
7006
6877
|
"type": {
|
|
7007
|
-
"description": "The type of symbol. See
|
|
6878
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7008
6879
|
"enum": [
|
|
7009
6880
|
"esriPMS"
|
|
7010
6881
|
],
|
|
@@ -7034,7 +6905,7 @@
|
|
|
7034
6905
|
},
|
|
7035
6906
|
"esri.rest-api.Point.Point": {
|
|
7036
6907
|
"additionalProperties": false,
|
|
7037
|
-
"description": "Defines the JSON formats of the point and spatial reference objects.
|
|
6908
|
+
"description": "Defines the JSON formats of the point and spatial reference objects.{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
|
|
7038
6909
|
"properties": {
|
|
7039
6910
|
"m": {
|
|
7040
6911
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -7074,7 +6945,7 @@
|
|
|
7074
6945
|
},
|
|
7075
6946
|
"esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
|
|
7076
6947
|
"additionalProperties": false,
|
|
7077
|
-
"description": "Filters points based on the value of the specified bitfield attribute.
|
|
6948
|
+
"description": "Filters points based on the value of the specified bitfield attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
7078
6949
|
"properties": {
|
|
7079
6950
|
"field": {
|
|
7080
6951
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -7109,7 +6980,7 @@
|
|
|
7109
6980
|
},
|
|
7110
6981
|
"esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
|
|
7111
6982
|
"additionalProperties": false,
|
|
7112
|
-
"description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls.
|
|
6983
|
+
"description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
|
|
7113
6984
|
"properties": {
|
|
7114
6985
|
"authoringInfo": {
|
|
7115
6986
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7123,23 +6994,8 @@
|
|
|
7123
6994
|
"type": "array"
|
|
7124
6995
|
},
|
|
7125
6996
|
"colorModulation": {
|
|
7126
|
-
"
|
|
7127
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
7128
|
-
"properties": {
|
|
7129
|
-
"field": {
|
|
7130
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
7131
|
-
"type": "string"
|
|
7132
|
-
},
|
|
7133
|
-
"maxValue": {
|
|
7134
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
7135
|
-
"type": "number"
|
|
7136
|
-
},
|
|
7137
|
-
"minValue": {
|
|
7138
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
7139
|
-
"type": "number"
|
|
7140
|
-
}
|
|
7141
|
-
},
|
|
7142
|
-
"type": "object"
|
|
6997
|
+
"$ref": "__type",
|
|
6998
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7143
6999
|
},
|
|
7144
7000
|
"field": {
|
|
7145
7001
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -7177,10 +7033,10 @@
|
|
|
7177
7033
|
},
|
|
7178
7034
|
"rotationType": {
|
|
7179
7035
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7180
|
-
"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
|
|
7036
|
+
"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{@linkRotationType}."
|
|
7181
7037
|
},
|
|
7182
7038
|
"type": {
|
|
7183
|
-
"description": "The type of renderer. See
|
|
7039
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
7184
7040
|
"enum": [
|
|
7185
7041
|
"pointCloudClassBreaksRenderer"
|
|
7186
7042
|
],
|
|
@@ -7189,20 +7045,8 @@
|
|
|
7189
7045
|
"visualVariables": {
|
|
7190
7046
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7191
7047
|
"items": {
|
|
7192
|
-
"
|
|
7193
|
-
|
|
7194
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
7195
|
-
},
|
|
7196
|
-
{
|
|
7197
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
7198
|
-
},
|
|
7199
|
-
{
|
|
7200
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
7201
|
-
},
|
|
7202
|
-
{
|
|
7203
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
7204
|
-
}
|
|
7205
|
-
]
|
|
7048
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
7049
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
7206
7050
|
},
|
|
7207
7051
|
"type": "array"
|
|
7208
7052
|
}
|
|
@@ -7214,7 +7058,7 @@
|
|
|
7214
7058
|
},
|
|
7215
7059
|
"esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
|
|
7216
7060
|
"additionalProperties": false,
|
|
7217
|
-
"description": "Render points with fixed real world or screen space size.
|
|
7061
|
+
"description": "Render points with fixed real world or screen space size.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
7218
7062
|
"properties": {
|
|
7219
7063
|
"size": {
|
|
7220
7064
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -7239,7 +7083,7 @@
|
|
|
7239
7083
|
},
|
|
7240
7084
|
"esri.rest-api.PointCloudLayer.PointCloudLayer": {
|
|
7241
7085
|
"additionalProperties": false,
|
|
7242
|
-
"description": "Point cloud data is post-processed spatially organized lidar data that consists of large collections of 3D points. Elevations for the ground, buildings, forest canopy, highway overpasses, and anything else encountered during the lidar survey make up the point cloud data. Point cloud layers allow for fast visualization of point cloud data in the browser.
|
|
7086
|
+
"description": "Point cloud data is post-processed spatially organized lidar data that consists of large collections of 3D points. Elevations for the ground, buildings, forest canopy, highway overpasses, and anything else encountered during the lidar survey make up the point cloud data. Point cloud layers allow for fast visualization of point cloud data in the browser.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
|
|
7243
7087
|
"properties": {
|
|
7244
7088
|
"blendMode": {
|
|
7245
7089
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7258,7 +7102,7 @@
|
|
|
7258
7102
|
},
|
|
7259
7103
|
"listMode": {
|
|
7260
7104
|
"$ref": "esri.ListMode",
|
|
7261
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
7105
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
7262
7106
|
},
|
|
7263
7107
|
"maxScale": {
|
|
7264
7108
|
"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.",
|
|
@@ -7273,7 +7117,7 @@
|
|
|
7273
7117
|
"type": "number"
|
|
7274
7118
|
},
|
|
7275
7119
|
"refreshInterval": {
|
|
7276
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
7120
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7277
7121
|
"type": "number"
|
|
7278
7122
|
},
|
|
7279
7123
|
"showLegend": {
|
|
@@ -7285,7 +7129,7 @@
|
|
|
7285
7129
|
"type": "string"
|
|
7286
7130
|
},
|
|
7287
7131
|
"type": {
|
|
7288
|
-
"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
|
|
7132
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
7289
7133
|
"enum": [
|
|
7290
7134
|
"BingMapsAerial",
|
|
7291
7135
|
"BingMapsHybrid",
|
|
@@ -7314,30 +7158,15 @@
|
|
|
7314
7158
|
},
|
|
7315
7159
|
"esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
|
|
7316
7160
|
"additionalProperties": false,
|
|
7317
|
-
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute.
|
|
7161
|
+
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
|
|
7318
7162
|
"properties": {
|
|
7319
7163
|
"authoringInfo": {
|
|
7320
7164
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
7321
7165
|
"description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
|
|
7322
7166
|
},
|
|
7323
7167
|
"colorModulation": {
|
|
7324
|
-
"
|
|
7325
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
7326
|
-
"properties": {
|
|
7327
|
-
"field": {
|
|
7328
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
7329
|
-
"type": "string"
|
|
7330
|
-
},
|
|
7331
|
-
"maxValue": {
|
|
7332
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
7333
|
-
"type": "number"
|
|
7334
|
-
},
|
|
7335
|
-
"minValue": {
|
|
7336
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
7337
|
-
"type": "number"
|
|
7338
|
-
}
|
|
7339
|
-
},
|
|
7340
|
-
"type": "object"
|
|
7168
|
+
"$ref": "__type",
|
|
7169
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7341
7170
|
},
|
|
7342
7171
|
"field": {
|
|
7343
7172
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -7375,10 +7204,10 @@
|
|
|
7375
7204
|
},
|
|
7376
7205
|
"rotationType": {
|
|
7377
7206
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7378
|
-
"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
|
|
7207
|
+
"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{@linkRotationType}."
|
|
7379
7208
|
},
|
|
7380
7209
|
"type": {
|
|
7381
|
-
"description": "The type of renderer. See
|
|
7210
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
7382
7211
|
"enum": [
|
|
7383
7212
|
"pointCloudRGBRenderer"
|
|
7384
7213
|
],
|
|
@@ -7387,20 +7216,8 @@
|
|
|
7387
7216
|
"visualVariables": {
|
|
7388
7217
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7389
7218
|
"items": {
|
|
7390
|
-
"
|
|
7391
|
-
|
|
7392
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
7393
|
-
},
|
|
7394
|
-
{
|
|
7395
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
7396
|
-
},
|
|
7397
|
-
{
|
|
7398
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
7399
|
-
},
|
|
7400
|
-
{
|
|
7401
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
7402
|
-
}
|
|
7403
|
-
]
|
|
7219
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
7220
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
7404
7221
|
},
|
|
7405
7222
|
"type": "array"
|
|
7406
7223
|
}
|
|
@@ -7412,7 +7229,7 @@
|
|
|
7412
7229
|
},
|
|
7413
7230
|
"esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
|
|
7414
7231
|
"additionalProperties": false,
|
|
7415
|
-
"description": "Filters points based on the value of the return number/return count.
|
|
7232
|
+
"description": "Filters points based on the value of the return number/return count.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
7416
7233
|
"properties": {
|
|
7417
7234
|
"field": {
|
|
7418
7235
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -7440,7 +7257,7 @@
|
|
|
7440
7257
|
},
|
|
7441
7258
|
"esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
|
|
7442
7259
|
"additionalProperties": false,
|
|
7443
|
-
"description": "Render points using sizes depending on point density.
|
|
7260
|
+
"description": "Render points using sizes depending on point density.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
7444
7261
|
"properties": {
|
|
7445
7262
|
"minSize": {
|
|
7446
7263
|
"description": "Minimum display space point size in points.",
|
|
@@ -7465,30 +7282,15 @@
|
|
|
7465
7282
|
},
|
|
7466
7283
|
"esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
|
|
7467
7284
|
"additionalProperties": false,
|
|
7468
|
-
"description": "PointCloudStretchRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. They allow you to easily map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields.
|
|
7285
|
+
"description": "PointCloudStretchRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. They allow you to easily map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
|
|
7469
7286
|
"properties": {
|
|
7470
7287
|
"authoringInfo": {
|
|
7471
7288
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
7472
7289
|
"description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
|
|
7473
7290
|
},
|
|
7474
7291
|
"colorModulation": {
|
|
7475
|
-
"
|
|
7476
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
7477
|
-
"properties": {
|
|
7478
|
-
"field": {
|
|
7479
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
7480
|
-
"type": "string"
|
|
7481
|
-
},
|
|
7482
|
-
"maxValue": {
|
|
7483
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
7484
|
-
"type": "number"
|
|
7485
|
-
},
|
|
7486
|
-
"minValue": {
|
|
7487
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
7488
|
-
"type": "number"
|
|
7489
|
-
}
|
|
7490
|
-
},
|
|
7491
|
-
"type": "object"
|
|
7292
|
+
"$ref": "__type",
|
|
7293
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7492
7294
|
},
|
|
7493
7295
|
"field": {
|
|
7494
7296
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -7526,10 +7328,10 @@
|
|
|
7526
7328
|
},
|
|
7527
7329
|
"rotationType": {
|
|
7528
7330
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7529
|
-
"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
|
|
7331
|
+
"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{@linkRotationType}."
|
|
7530
7332
|
},
|
|
7531
7333
|
"type": {
|
|
7532
|
-
"description": "The type of renderer. See
|
|
7334
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
7533
7335
|
"enum": [
|
|
7534
7336
|
"pointCloudStretchRenderer"
|
|
7535
7337
|
],
|
|
@@ -7538,20 +7340,8 @@
|
|
|
7538
7340
|
"visualVariables": {
|
|
7539
7341
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7540
7342
|
"items": {
|
|
7541
|
-
"
|
|
7542
|
-
|
|
7543
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
7544
|
-
},
|
|
7545
|
-
{
|
|
7546
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
7547
|
-
},
|
|
7548
|
-
{
|
|
7549
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
7550
|
-
},
|
|
7551
|
-
{
|
|
7552
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
7553
|
-
}
|
|
7554
|
-
]
|
|
7343
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
7344
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
7555
7345
|
},
|
|
7556
7346
|
"type": "array"
|
|
7557
7347
|
}
|
|
@@ -7563,30 +7353,15 @@
|
|
|
7563
7353
|
},
|
|
7564
7354
|
"esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
|
|
7565
7355
|
"additionalProperties": false,
|
|
7566
|
-
"description": "PointCloudUniqueValueRenderer allows you to colorize points in a PointCloudLayer based on an attribute. This is done by using unique colors to represent points with equal attribute values.
|
|
7356
|
+
"description": "PointCloudUniqueValueRenderer allows you to colorize points in a PointCloudLayer based on an attribute. This is done by using unique colors to represent points with equal attribute values.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
|
|
7567
7357
|
"properties": {
|
|
7568
7358
|
"authoringInfo": {
|
|
7569
7359
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
7570
7360
|
"description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
|
|
7571
7361
|
},
|
|
7572
7362
|
"colorModulation": {
|
|
7573
|
-
"
|
|
7574
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
7575
|
-
"properties": {
|
|
7576
|
-
"field": {
|
|
7577
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
7578
|
-
"type": "string"
|
|
7579
|
-
},
|
|
7580
|
-
"maxValue": {
|
|
7581
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
7582
|
-
"type": "number"
|
|
7583
|
-
},
|
|
7584
|
-
"minValue": {
|
|
7585
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
7586
|
-
"type": "number"
|
|
7587
|
-
}
|
|
7588
|
-
},
|
|
7589
|
-
"type": "object"
|
|
7363
|
+
"$ref": "__type",
|
|
7364
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7590
7365
|
},
|
|
7591
7366
|
"colorUniqueValueInfos": {
|
|
7592
7367
|
"description": "Unique value infos.",
|
|
@@ -7631,10 +7406,10 @@
|
|
|
7631
7406
|
},
|
|
7632
7407
|
"rotationType": {
|
|
7633
7408
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7634
|
-
"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
|
|
7409
|
+
"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{@linkRotationType}."
|
|
7635
7410
|
},
|
|
7636
7411
|
"type": {
|
|
7637
|
-
"description": "The type of renderer. See
|
|
7412
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
7638
7413
|
"enum": [
|
|
7639
7414
|
"pointCloudUniqueValueRenderer"
|
|
7640
7415
|
],
|
|
@@ -7643,20 +7418,8 @@
|
|
|
7643
7418
|
"visualVariables": {
|
|
7644
7419
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7645
7420
|
"items": {
|
|
7646
|
-
"
|
|
7647
|
-
|
|
7648
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
7649
|
-
},
|
|
7650
|
-
{
|
|
7651
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
7652
|
-
},
|
|
7653
|
-
{
|
|
7654
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
7655
|
-
},
|
|
7656
|
-
{
|
|
7657
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
7658
|
-
}
|
|
7659
|
-
]
|
|
7421
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
7422
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
7660
7423
|
},
|
|
7661
7424
|
"type": "array"
|
|
7662
7425
|
}
|
|
@@ -7668,7 +7431,7 @@
|
|
|
7668
7431
|
},
|
|
7669
7432
|
"esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
|
|
7670
7433
|
"additionalProperties": false,
|
|
7671
|
-
"description": "Filters points based on the value of an specified attribute.
|
|
7434
|
+
"description": "Filters points based on the value of an specified attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
7672
7435
|
"properties": {
|
|
7673
7436
|
"field": {
|
|
7674
7437
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -7700,30 +7463,15 @@
|
|
|
7700
7463
|
},
|
|
7701
7464
|
"esri.rest-api.PointSymbol3D.PointSymbol3D": {
|
|
7702
7465
|
"additionalProperties": false,
|
|
7703
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.
|
|
7466
|
+
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
|
|
7704
7467
|
"properties": {
|
|
7705
7468
|
"callout": {
|
|
7706
7469
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
7707
7470
|
"description": "Callout configuration for a symbol."
|
|
7708
7471
|
},
|
|
7709
7472
|
"styleOrigin": {
|
|
7710
|
-
"
|
|
7711
|
-
"description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol.
|
|
7712
|
-
"properties": {
|
|
7713
|
-
"name": {
|
|
7714
|
-
"description": "Name of the symbol in the style referenced by styleName or styleUrl.",
|
|
7715
|
-
"type": "string"
|
|
7716
|
-
},
|
|
7717
|
-
"styleName": {
|
|
7718
|
-
"description": "A well-known esri-provided style, such as EsriThematicShapesStyle.",
|
|
7719
|
-
"type": "string"
|
|
7720
|
-
},
|
|
7721
|
-
"styleUrl": {
|
|
7722
|
-
"description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
|
|
7723
|
-
"type": "string"
|
|
7724
|
-
}
|
|
7725
|
-
},
|
|
7726
|
-
"type": "object"
|
|
7473
|
+
"$ref": "__type",
|
|
7474
|
+
"description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
|
|
7727
7475
|
},
|
|
7728
7476
|
"symbolLayers": {
|
|
7729
7477
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -7740,7 +7488,7 @@
|
|
|
7740
7488
|
"type": "array"
|
|
7741
7489
|
},
|
|
7742
7490
|
"type": {
|
|
7743
|
-
"description": "The type of symbol. See
|
|
7491
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7744
7492
|
"enum": [
|
|
7745
7493
|
"PointSymbol3D"
|
|
7746
7494
|
],
|
|
@@ -7759,7 +7507,7 @@
|
|
|
7759
7507
|
},
|
|
7760
7508
|
"esri.rest-api.Polygon.Polygon": {
|
|
7761
7509
|
"additionalProperties": false,
|
|
7762
|
-
"description": "A polygon contains an array of rings and a spatial reference.
|
|
7510
|
+
"description": "A polygon contains an array of rings and a spatial reference.{@linkhttps://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
|
|
7763
7511
|
"properties": {
|
|
7764
7512
|
"hasM": {
|
|
7765
7513
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -7794,7 +7542,7 @@
|
|
|
7794
7542
|
},
|
|
7795
7543
|
"esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
|
|
7796
7544
|
"additionalProperties": false,
|
|
7797
|
-
"description": "PolygonSymbol3D is used to render features with Polygon geometry in a 3D SceneView. Polygon features may also be rendered as points with icons or objects at the centroid of each polygon.
|
|
7545
|
+
"description": "PolygonSymbol3D is used to render features with Polygon geometry in a 3D SceneView. Polygon features may also be rendered as points with icons or objects at the centroid of each polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
7798
7546
|
"properties": {
|
|
7799
7547
|
"symbolLayers": {
|
|
7800
7548
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -7814,7 +7562,7 @@
|
|
|
7814
7562
|
"type": "array"
|
|
7815
7563
|
},
|
|
7816
7564
|
"type": {
|
|
7817
|
-
"description": "The type of symbol. See
|
|
7565
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7818
7566
|
"enum": [
|
|
7819
7567
|
"PolygonSymbol3D"
|
|
7820
7568
|
],
|
|
@@ -7829,7 +7577,7 @@
|
|
|
7829
7577
|
},
|
|
7830
7578
|
"esri.rest-api.Polyline.Polyline": {
|
|
7831
7579
|
"additionalProperties": false,
|
|
7832
|
-
"description": "Contains an array of paths and a spatialReference.
|
|
7580
|
+
"description": "Contains an array of paths and a spatialReference.{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
|
|
7833
7581
|
"properties": {
|
|
7834
7582
|
"hasM": {
|
|
7835
7583
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -7872,7 +7620,7 @@
|
|
|
7872
7620
|
},
|
|
7873
7621
|
"esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
|
|
7874
7622
|
"additionalProperties": false,
|
|
7875
|
-
"description": "Arcade expression added to the pop-up.
|
|
7623
|
+
"description": "Arcade expression added to the pop-up.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
7876
7624
|
"properties": {
|
|
7877
7625
|
"expression": {
|
|
7878
7626
|
"description": "The Arcade expression.",
|
|
@@ -7895,7 +7643,7 @@
|
|
|
7895
7643
|
},
|
|
7896
7644
|
"esri.rest-api.PopupInfo.OrderByFields": {
|
|
7897
7645
|
"additionalProperties": false,
|
|
7898
|
-
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.
|
|
7646
|
+
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.{@linkhttps://developers.arcgis.com/web-map-specification/objects/orderByFields/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
|
|
7899
7647
|
"properties": {
|
|
7900
7648
|
"field": {
|
|
7901
7649
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -7910,7 +7658,7 @@
|
|
|
7910
7658
|
},
|
|
7911
7659
|
"esri.rest-api.PopupInfo.PopupElement": {
|
|
7912
7660
|
"additionalProperties": false,
|
|
7913
|
-
"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.
|
|
7661
|
+
"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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupElement/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/popupElement/}.",
|
|
7914
7662
|
"properties": {
|
|
7915
7663
|
"displayType": {
|
|
7916
7664
|
"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.",
|
|
@@ -7936,7 +7684,7 @@
|
|
|
7936
7684
|
},
|
|
7937
7685
|
"type": {
|
|
7938
7686
|
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
|
|
7939
|
-
"description": "String value indicating which elements to use. See
|
|
7687
|
+
"description": "String value indicating which elements to use. See{@linkPopupElementType}."
|
|
7940
7688
|
}
|
|
7941
7689
|
},
|
|
7942
7690
|
"type": "object"
|
|
@@ -7953,7 +7701,7 @@
|
|
|
7953
7701
|
},
|
|
7954
7702
|
"esri.rest-api.PopupInfo.PopupInfo": {
|
|
7955
7703
|
"additionalProperties": false,
|
|
7956
|
-
"description": "Defines the look and feel of pop-up windows when users click or query a feature.
|
|
7704
|
+
"description": "Defines the look and feel of pop-up windows when users click or query a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/popupInfo/}.",
|
|
7957
7705
|
"properties": {
|
|
7958
7706
|
"description": {
|
|
7959
7707
|
"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}.",
|
|
@@ -7967,7 +7715,7 @@
|
|
|
7967
7715
|
"type": "array"
|
|
7968
7716
|
},
|
|
7969
7717
|
"fieldInfos": {
|
|
7970
|
-
"description": "An array of
|
|
7718
|
+
"description": "An array of{@linkFieldInfo}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.",
|
|
7971
7719
|
"items": {
|
|
7972
7720
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
7973
7721
|
},
|
|
@@ -8004,7 +7752,7 @@
|
|
|
8004
7752
|
},
|
|
8005
7753
|
"esri.rest-api.PopupInfo.RelatedRecordsInfo": {
|
|
8006
7754
|
"additionalProperties": false,
|
|
8007
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.
|
|
7755
|
+
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.{@linkhttps://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
|
|
8008
7756
|
"properties": {
|
|
8009
7757
|
"orderByFields": {
|
|
8010
7758
|
"description": "Array of orderByFields objects indicating the field display order for the related records and whether they should be sorted in ascending 'asc' or descending 'desc' order.",
|
|
@@ -8025,7 +7773,7 @@
|
|
|
8025
7773
|
},
|
|
8026
7774
|
"esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
|
|
8027
7775
|
"additionalProperties": false,
|
|
8028
|
-
"description": "This renderer is a type of UniqueValue renderer which is based off the valueExpression property rather than field. Optionally, size and/or transparency visual variables may be included with valueExpression. Note that this renderer is supported for ArcGIS Online hosted feature services and feature collections.
|
|
7776
|
+
"description": "This renderer is a type of UniqueValue renderer which is based off the valueExpression property rather than field. Optionally, size and/or transparency visual variables may be included with valueExpression. Note that this renderer is supported for ArcGIS Online hosted feature services and feature collections.{@linkhttps://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
|
|
8029
7777
|
"properties": {
|
|
8030
7778
|
"authoringInfo": {
|
|
8031
7779
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8049,10 +7797,10 @@
|
|
|
8049
7797
|
},
|
|
8050
7798
|
"rotationType": {
|
|
8051
7799
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8052
|
-
"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
|
|
7800
|
+
"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{@linkRotationType}."
|
|
8053
7801
|
},
|
|
8054
7802
|
"type": {
|
|
8055
|
-
"description": "The type of renderer. See
|
|
7803
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8056
7804
|
"enum": [
|
|
8057
7805
|
"predominance"
|
|
8058
7806
|
],
|
|
@@ -8068,20 +7816,8 @@
|
|
|
8068
7816
|
"visualVariables": {
|
|
8069
7817
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8070
7818
|
"items": {
|
|
8071
|
-
"
|
|
8072
|
-
|
|
8073
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8074
|
-
},
|
|
8075
|
-
{
|
|
8076
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8077
|
-
},
|
|
8078
|
-
{
|
|
8079
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8080
|
-
},
|
|
8081
|
-
{
|
|
8082
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8083
|
-
}
|
|
8084
|
-
]
|
|
7819
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
7820
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8085
7821
|
},
|
|
8086
7822
|
"type": "array"
|
|
8087
7823
|
}
|
|
@@ -8095,7 +7831,7 @@
|
|
|
8095
7831
|
},
|
|
8096
7832
|
"esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
|
|
8097
7833
|
"additionalProperties": false,
|
|
8098
|
-
"description": "Query table data source is a layer/table that is defined by a SQL query.
|
|
7834
|
+
"description": "Query table data source is a layer/table that is defined by a SQL query.{@linkhttps://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
|
|
8099
7835
|
"properties": {
|
|
8100
7836
|
"geometryType": {
|
|
8101
7837
|
"description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
|
|
@@ -8120,7 +7856,7 @@
|
|
|
8120
7856
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
8121
7857
|
},
|
|
8122
7858
|
"type": {
|
|
8123
|
-
"description": "Type of the DataSource.
|
|
7859
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
8124
7860
|
"enum": [
|
|
8125
7861
|
"queryTable"
|
|
8126
7862
|
],
|
|
@@ -8138,7 +7874,7 @@
|
|
|
8138
7874
|
},
|
|
8139
7875
|
"esri.rest-api.RangeDomain.RangeDomain": {
|
|
8140
7876
|
"additionalProperties": false,
|
|
8141
|
-
"description": "Range domain specifies a range of valid values for a field.
|
|
7877
|
+
"description": "Range domain specifies a range of valid values for a field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/range_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
|
|
8142
7878
|
"properties": {
|
|
8143
7879
|
"name": {
|
|
8144
7880
|
"description": "The name of the domain.",
|
|
@@ -8152,7 +7888,7 @@
|
|
|
8152
7888
|
"type": "array"
|
|
8153
7889
|
},
|
|
8154
7890
|
"type": {
|
|
8155
|
-
"description": "Type of domain. See
|
|
7891
|
+
"description": "Type of domain. See{@linkDomainType}.",
|
|
8156
7892
|
"enum": [
|
|
8157
7893
|
"range"
|
|
8158
7894
|
],
|
|
@@ -8168,19 +7904,9 @@
|
|
|
8168
7904
|
},
|
|
8169
7905
|
"esri.rest-api.RangeInfo.RangeInfo": {
|
|
8170
7906
|
"additionalProperties": false,
|
|
8171
|
-
"description": "Range Information.
|
|
7907
|
+
"description": "Range Information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
8172
7908
|
"properties": {
|
|
8173
7909
|
"currentRangeExtent": {
|
|
8174
|
-
"additionalItems": {
|
|
8175
|
-
"anyOf": [
|
|
8176
|
-
{
|
|
8177
|
-
"type": "number"
|
|
8178
|
-
},
|
|
8179
|
-
{
|
|
8180
|
-
"type": "number"
|
|
8181
|
-
}
|
|
8182
|
-
]
|
|
8183
|
-
},
|
|
8184
7910
|
"description": "Contains the min and max values within which the features are visible.",
|
|
8185
7911
|
"items": [
|
|
8186
7912
|
{
|
|
@@ -8190,6 +7916,7 @@
|
|
|
8190
7916
|
"type": "number"
|
|
8191
7917
|
}
|
|
8192
7918
|
],
|
|
7919
|
+
"maxItems": 2,
|
|
8193
7920
|
"minItems": 2,
|
|
8194
7921
|
"type": "array"
|
|
8195
7922
|
},
|
|
@@ -8198,16 +7925,6 @@
|
|
|
8198
7925
|
"type": "string"
|
|
8199
7926
|
},
|
|
8200
7927
|
"fullRangeExtent": {
|
|
8201
|
-
"additionalItems": {
|
|
8202
|
-
"anyOf": [
|
|
8203
|
-
{
|
|
8204
|
-
"type": "number"
|
|
8205
|
-
},
|
|
8206
|
-
{
|
|
8207
|
-
"type": "number"
|
|
8208
|
-
}
|
|
8209
|
-
]
|
|
8210
|
-
},
|
|
8211
7928
|
"description": "Contains the min and max values of all the features for this rangeInfo.",
|
|
8212
7929
|
"items": [
|
|
8213
7930
|
{
|
|
@@ -8217,6 +7934,7 @@
|
|
|
8217
7934
|
"type": "number"
|
|
8218
7935
|
}
|
|
8219
7936
|
],
|
|
7937
|
+
"maxItems": 2,
|
|
8220
7938
|
"minItems": 2,
|
|
8221
7939
|
"type": "array"
|
|
8222
7940
|
},
|
|
@@ -8239,14 +7957,14 @@
|
|
|
8239
7957
|
},
|
|
8240
7958
|
"esri.rest-api.RasterDataSource.RasterDataSource": {
|
|
8241
7959
|
"additionalProperties": false,
|
|
8242
|
-
"description": "Raster data source is a file-based raster that resides in a registered raster workspace.
|
|
7960
|
+
"description": "Raster data source is a file-based raster that resides in a registered raster workspace.{@linkhttps://developers.arcgis.com/web-map-specification/objects/rasterDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
|
|
8243
7961
|
"properties": {
|
|
8244
7962
|
"dataSourceName": {
|
|
8245
7963
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
8246
7964
|
"type": "string"
|
|
8247
7965
|
},
|
|
8248
7966
|
"type": {
|
|
8249
|
-
"description": "Type of the DataSource.
|
|
7967
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
8250
7968
|
"enum": [
|
|
8251
7969
|
"raster"
|
|
8252
7970
|
],
|
|
@@ -8264,11 +7982,11 @@
|
|
|
8264
7982
|
},
|
|
8265
7983
|
"esri.rest-api.Renderer.AuthoringInfo": {
|
|
8266
7984
|
"additionalProperties": false,
|
|
8267
|
-
"description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object. Note: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools.
|
|
7985
|
+
"description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object. Note: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools.{@linkhttps://developers.arcgis.com/web-map-specification/objects/authoringInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
|
|
8268
7986
|
"properties": {
|
|
8269
7987
|
"classificationMethod": {
|
|
8270
7988
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
8271
|
-
"description": "Used for classed color or size. The default value is esriClassifyManual. See
|
|
7989
|
+
"description": "Used for classed color or size. The default value is esriClassifyManual. See{@linkClassificationMethod}."
|
|
8272
7990
|
},
|
|
8273
7991
|
"colorRamp": {
|
|
8274
7992
|
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
|
|
@@ -8288,7 +8006,7 @@
|
|
|
8288
8006
|
},
|
|
8289
8007
|
"type": {
|
|
8290
8008
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
|
|
8291
|
-
"description": "In case of classed renderers this is set to either classedSize or classedColor. See
|
|
8009
|
+
"description": "In case of classed renderers this is set to either classedSize or classedColor. See{@linkAuthoringInfoType}."
|
|
8292
8010
|
},
|
|
8293
8011
|
"visualVariables": {
|
|
8294
8012
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
@@ -8319,7 +8037,7 @@
|
|
|
8319
8037
|
},
|
|
8320
8038
|
"esri.rest-api.Renderer.ColorRamp": {
|
|
8321
8039
|
"additionalProperties": false,
|
|
8322
|
-
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols.
|
|
8040
|
+
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
|
|
8323
8041
|
"properties": {
|
|
8324
8042
|
"algorithm": {
|
|
8325
8043
|
"description": "Algorithm used for calculating the ramp.",
|
|
@@ -8338,22 +8056,6 @@
|
|
|
8338
8056
|
"type": "array"
|
|
8339
8057
|
},
|
|
8340
8058
|
"fromColor": {
|
|
8341
|
-
"additionalItems": {
|
|
8342
|
-
"anyOf": [
|
|
8343
|
-
{
|
|
8344
|
-
"type": "number"
|
|
8345
|
-
},
|
|
8346
|
-
{
|
|
8347
|
-
"type": "number"
|
|
8348
|
-
},
|
|
8349
|
-
{
|
|
8350
|
-
"type": "number"
|
|
8351
|
-
},
|
|
8352
|
-
{
|
|
8353
|
-
"type": "number"
|
|
8354
|
-
}
|
|
8355
|
-
]
|
|
8356
|
-
},
|
|
8357
8059
|
"description": "Array representing the initial color to start the ramp from.",
|
|
8358
8060
|
"items": [
|
|
8359
8061
|
{
|
|
@@ -8369,26 +8071,11 @@
|
|
|
8369
8071
|
"type": "number"
|
|
8370
8072
|
}
|
|
8371
8073
|
],
|
|
8074
|
+
"maxItems": 4,
|
|
8372
8075
|
"minItems": 4,
|
|
8373
8076
|
"type": "array"
|
|
8374
8077
|
},
|
|
8375
8078
|
"toColor": {
|
|
8376
|
-
"additionalItems": {
|
|
8377
|
-
"anyOf": [
|
|
8378
|
-
{
|
|
8379
|
-
"type": "number"
|
|
8380
|
-
},
|
|
8381
|
-
{
|
|
8382
|
-
"type": "number"
|
|
8383
|
-
},
|
|
8384
|
-
{
|
|
8385
|
-
"type": "number"
|
|
8386
|
-
},
|
|
8387
|
-
{
|
|
8388
|
-
"type": "number"
|
|
8389
|
-
}
|
|
8390
|
-
]
|
|
8391
|
-
},
|
|
8392
8079
|
"description": "Array representing the final color to end the ramp with.",
|
|
8393
8080
|
"items": [
|
|
8394
8081
|
{
|
|
@@ -8404,6 +8091,7 @@
|
|
|
8404
8091
|
"type": "number"
|
|
8405
8092
|
}
|
|
8406
8093
|
],
|
|
8094
|
+
"maxItems": 4,
|
|
8407
8095
|
"minItems": 4,
|
|
8408
8096
|
"type": "array"
|
|
8409
8097
|
},
|
|
@@ -8492,14 +8180,14 @@
|
|
|
8492
8180
|
},
|
|
8493
8181
|
"esri.rest-api.RenderingRule.RenderingRule": {
|
|
8494
8182
|
"additionalProperties": false,
|
|
8495
|
-
"description": "Specifies the rendering rule for how the requested image should be rendered.
|
|
8183
|
+
"description": "Specifies the rendering rule for how the requested image should be rendered.{@linkhttps://developers.arcgis.com/web-map-specification/objects/renderingRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
|
|
8496
8184
|
"properties": {
|
|
8497
8185
|
"outputPixelType": {
|
|
8498
8186
|
"$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
|
|
8499
|
-
"description": "Defines the pixel type of the output image. See
|
|
8187
|
+
"description": "Defines the pixel type of the output image. See{@linkPixelType}."
|
|
8500
8188
|
},
|
|
8501
8189
|
"rasterFunction": {
|
|
8502
|
-
"description": "The raster function name identifies the processing or rendering to be performed.
|
|
8190
|
+
"description": "The raster function name identifies the processing or rendering to be performed.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
|
|
8503
8191
|
"type": "string"
|
|
8504
8192
|
},
|
|
8505
8193
|
"rasterFunctionArguments": {
|
|
@@ -8514,7 +8202,7 @@
|
|
|
8514
8202
|
},
|
|
8515
8203
|
"esri.rest-api.SceneLayer.SceneLayer": {
|
|
8516
8204
|
"additionalProperties": false,
|
|
8517
|
-
"description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings).
|
|
8205
|
+
"description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings).{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
|
|
8518
8206
|
"properties": {
|
|
8519
8207
|
"blendMode": {
|
|
8520
8208
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8545,7 +8233,7 @@
|
|
|
8545
8233
|
},
|
|
8546
8234
|
"listMode": {
|
|
8547
8235
|
"$ref": "esri.ListMode",
|
|
8548
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
8236
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
8549
8237
|
},
|
|
8550
8238
|
"maxScale": {
|
|
8551
8239
|
"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.",
|
|
@@ -8564,7 +8252,7 @@
|
|
|
8564
8252
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
8565
8253
|
},
|
|
8566
8254
|
"refreshInterval": {
|
|
8567
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
8255
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8568
8256
|
"type": "number"
|
|
8569
8257
|
},
|
|
8570
8258
|
"screenSizePerspective": {
|
|
@@ -8584,7 +8272,7 @@
|
|
|
8584
8272
|
"type": "string"
|
|
8585
8273
|
},
|
|
8586
8274
|
"type": {
|
|
8587
|
-
"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
|
|
8275
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
8588
8276
|
"enum": [
|
|
8589
8277
|
"BingMapsAerial",
|
|
8590
8278
|
"BingMapsHybrid",
|
|
@@ -8627,7 +8315,7 @@
|
|
|
8627
8315
|
},
|
|
8628
8316
|
"esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
|
|
8629
8317
|
"additionalProperties": false,
|
|
8630
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries.
|
|
8318
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
8631
8319
|
"properties": {
|
|
8632
8320
|
"color": {
|
|
8633
8321
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -8639,10 +8327,10 @@
|
|
|
8639
8327
|
},
|
|
8640
8328
|
"style": {
|
|
8641
8329
|
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
|
|
8642
|
-
"description": "The fill style. See
|
|
8330
|
+
"description": "The fill style. See{@linkSimpleFillStyle}."
|
|
8643
8331
|
},
|
|
8644
8332
|
"type": {
|
|
8645
|
-
"description": "The type of symbol. See
|
|
8333
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
8646
8334
|
"enum": [
|
|
8647
8335
|
"esriSFS"
|
|
8648
8336
|
],
|
|
@@ -8668,7 +8356,7 @@
|
|
|
8668
8356
|
},
|
|
8669
8357
|
"esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
|
|
8670
8358
|
"additionalProperties": false,
|
|
8671
|
-
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.
|
|
8359
|
+
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
|
|
8672
8360
|
"properties": {
|
|
8673
8361
|
"color": {
|
|
8674
8362
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -8676,10 +8364,10 @@
|
|
|
8676
8364
|
},
|
|
8677
8365
|
"style": {
|
|
8678
8366
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
|
|
8679
|
-
"description": "The line style. See
|
|
8367
|
+
"description": "The line style. See{@linkSimpleLineStyle}."
|
|
8680
8368
|
},
|
|
8681
8369
|
"type": {
|
|
8682
|
-
"description": "The type of symbol. See
|
|
8370
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
8683
8371
|
"enum": [
|
|
8684
8372
|
"esriSLS"
|
|
8685
8373
|
],
|
|
@@ -8710,7 +8398,7 @@
|
|
|
8710
8398
|
},
|
|
8711
8399
|
"esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
8712
8400
|
"additionalProperties": false,
|
|
8713
|
-
"description": "Simple marker symbols can be used to symbolize point geometries.
|
|
8401
|
+
"description": "Simple marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
8714
8402
|
"properties": {
|
|
8715
8403
|
"angle": {
|
|
8716
8404
|
"description": "Numeric value used to rotate the symbol. The symbol is rotated counter-clockwise. For example, The following, angle=-30, in will create a symbol rotated -30 degrees counter-clockwise; that is, 30 degrees clockwise.",
|
|
@@ -8730,10 +8418,10 @@
|
|
|
8730
8418
|
},
|
|
8731
8419
|
"style": {
|
|
8732
8420
|
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
|
|
8733
|
-
"description": "The marker style. See
|
|
8421
|
+
"description": "The marker style. See{@linkSimpleMarkerStyle}."
|
|
8734
8422
|
},
|
|
8735
8423
|
"type": {
|
|
8736
|
-
"description": "The type of symbol. See
|
|
8424
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
8737
8425
|
"enum": [
|
|
8738
8426
|
"esriSMS"
|
|
8739
8427
|
],
|
|
@@ -8755,7 +8443,7 @@
|
|
|
8755
8443
|
},
|
|
8756
8444
|
"esri.rest-api.SimpleRenderer.SimpleRenderer": {
|
|
8757
8445
|
"additionalProperties": false,
|
|
8758
|
-
"description": "A simple renderer is a renderer that uses one symbol only.
|
|
8446
|
+
"description": "A simple renderer is a renderer that uses one symbol only.{@linkhttps://developers.arcgis.com/web-map-specification/objects/simple_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
|
|
8759
8447
|
"properties": {
|
|
8760
8448
|
"authoringInfo": {
|
|
8761
8449
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8775,7 +8463,7 @@
|
|
|
8775
8463
|
},
|
|
8776
8464
|
"rotationType": {
|
|
8777
8465
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8778
|
-
"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
|
|
8466
|
+
"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{@linkRotationType}."
|
|
8779
8467
|
},
|
|
8780
8468
|
"symbol": {
|
|
8781
8469
|
"anyOf": [
|
|
@@ -8819,7 +8507,7 @@
|
|
|
8819
8507
|
"description": "An object that represents how all features will be drawn."
|
|
8820
8508
|
},
|
|
8821
8509
|
"type": {
|
|
8822
|
-
"description": "The type of renderer. See
|
|
8510
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8823
8511
|
"enum": [
|
|
8824
8512
|
"simple"
|
|
8825
8513
|
],
|
|
@@ -8828,20 +8516,8 @@
|
|
|
8828
8516
|
"visualVariables": {
|
|
8829
8517
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8830
8518
|
"items": {
|
|
8831
|
-
"
|
|
8832
|
-
|
|
8833
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8834
|
-
},
|
|
8835
|
-
{
|
|
8836
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8837
|
-
},
|
|
8838
|
-
{
|
|
8839
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8840
|
-
},
|
|
8841
|
-
{
|
|
8842
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8843
|
-
}
|
|
8844
|
-
]
|
|
8519
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
8520
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8845
8521
|
},
|
|
8846
8522
|
"type": "array"
|
|
8847
8523
|
}
|
|
@@ -8854,7 +8530,7 @@
|
|
|
8854
8530
|
},
|
|
8855
8531
|
"esri.rest-api.SpatialReference.SpatialReference": {
|
|
8856
8532
|
"additionalProperties": false,
|
|
8857
|
-
"description": "The spatialReference object is located at the top level of the web map JSON hierarchy. In addition to this, it is also available within the operationalLayer and basemap objects. Many predefined spatial references have already been defined and are available for use. A spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT). The default tolerance and resolution values for the associated coordinate system are used. All operational layers in the map are drawn or requested in the spatial reference of the basemap layers. The basemap defines the map spatial reference and tiling scheme. Each basemapLayer must be in the same spatial reference and tiling scheme. For additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this.
|
|
8533
|
+
"description": "The spatialReference object is located at the top level of the web map JSON hierarchy. In addition to this, it is also available within the operationalLayer and basemap objects. Many predefined spatial references have already been defined and are available for use. A spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT). The default tolerance and resolution values for the associated coordinate system are used. All operational layers in the map are drawn or requested in the spatial reference of the basemap layers. The basemap defines the map spatial reference and tiling scheme. Each basemapLayer must be in the same spatial reference and tiling scheme. For additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this.{@linkhttps://developers.arcgis.com/web-map-specification/objects/spatialReference/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
|
|
8858
8534
|
"properties": {
|
|
8859
8535
|
"latestVcsWkid": {
|
|
8860
8536
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -8881,7 +8557,7 @@
|
|
|
8881
8557
|
},
|
|
8882
8558
|
"esri.rest-api.StreamLayer.StreamLayer": {
|
|
8883
8559
|
"additionalProperties": false,
|
|
8884
|
-
"description": "A stream layer in a web map.
|
|
8560
|
+
"description": "A stream layer in a web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
|
|
8885
8561
|
"properties": {
|
|
8886
8562
|
"blendMode": {
|
|
8887
8563
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8935,7 +8611,7 @@
|
|
|
8935
8611
|
},
|
|
8936
8612
|
"listMode": {
|
|
8937
8613
|
"$ref": "esri.ListMode",
|
|
8938
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
8614
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
8939
8615
|
},
|
|
8940
8616
|
"maxScale": {
|
|
8941
8617
|
"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.",
|
|
@@ -8947,7 +8623,7 @@
|
|
|
8947
8623
|
},
|
|
8948
8624
|
"mode": {
|
|
8949
8625
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
8950
|
-
"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
|
|
8626
|
+
"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{@linkFeatureLayerMode}."
|
|
8951
8627
|
},
|
|
8952
8628
|
"opacity": {
|
|
8953
8629
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -8958,7 +8634,7 @@
|
|
|
8958
8634
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
8959
8635
|
},
|
|
8960
8636
|
"refreshInterval": {
|
|
8961
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
8637
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8962
8638
|
"type": "number"
|
|
8963
8639
|
},
|
|
8964
8640
|
"screenSizePerspective": {
|
|
@@ -8985,7 +8661,7 @@
|
|
|
8985
8661
|
"type": "string"
|
|
8986
8662
|
},
|
|
8987
8663
|
"type": {
|
|
8988
|
-
"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
|
|
8664
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
8989
8665
|
"enum": [
|
|
8990
8666
|
"BingMapsAerial",
|
|
8991
8667
|
"BingMapsHybrid",
|
|
@@ -9014,7 +8690,7 @@
|
|
|
9014
8690
|
},
|
|
9015
8691
|
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
9016
8692
|
"additionalProperties": false,
|
|
9017
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.
|
|
8693
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
9018
8694
|
"properties": {
|
|
9019
8695
|
"name": {
|
|
9020
8696
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -9041,7 +8717,7 @@
|
|
|
9041
8717
|
"type": "object"
|
|
9042
8718
|
},
|
|
9043
8719
|
"esri.rest-api.Symbol.Color": {
|
|
9044
|
-
"description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.
|
|
8720
|
+
"description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}.",
|
|
9045
8721
|
"items": {
|
|
9046
8722
|
"type": "number"
|
|
9047
8723
|
},
|
|
@@ -9049,11 +8725,11 @@
|
|
|
9049
8725
|
},
|
|
9050
8726
|
"esri.rest-api.Symbol.Font": {
|
|
9051
8727
|
"additionalProperties": false,
|
|
9052
|
-
"description": "Font used for text symbols.
|
|
8728
|
+
"description": "Font used for text symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
|
|
9053
8729
|
"properties": {
|
|
9054
8730
|
"decoration": {
|
|
9055
8731
|
"$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
|
|
9056
|
-
"description": "The text decoration. See
|
|
8732
|
+
"description": "The text decoration. See{@linkTextDecoration}."
|
|
9057
8733
|
},
|
|
9058
8734
|
"family": {
|
|
9059
8735
|
"description": "The font family.",
|
|
@@ -9065,11 +8741,11 @@
|
|
|
9065
8741
|
},
|
|
9066
8742
|
"style": {
|
|
9067
8743
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
|
|
9068
|
-
"description": "The text style. See
|
|
8744
|
+
"description": "The text style. See{@linkFontStyle}."
|
|
9069
8745
|
},
|
|
9070
8746
|
"weight": {
|
|
9071
8747
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
|
|
9072
|
-
"description": "The text weight. See
|
|
8748
|
+
"description": "The text weight. See{@linkFontWeight}."
|
|
9073
8749
|
}
|
|
9074
8750
|
},
|
|
9075
8751
|
"type": "object"
|
|
@@ -9124,7 +8800,7 @@
|
|
|
9124
8800
|
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
9125
8801
|
}
|
|
9126
8802
|
],
|
|
9127
|
-
"description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html).
|
|
8803
|
+
"description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html).{@linkhttps://developers.arcgis.com/web-map-specification/objects/symbol/}."
|
|
9128
8804
|
},
|
|
9129
8805
|
"esri.rest-api.Symbol.TextDecoration": {
|
|
9130
8806
|
"description": "The text decoration for the Font.",
|
|
@@ -9147,7 +8823,7 @@
|
|
|
9147
8823
|
},
|
|
9148
8824
|
"esri.rest-api.Symbol3D.Material": {
|
|
9149
8825
|
"additionalProperties": false,
|
|
9150
|
-
"description": "The material used to shade the geometry.
|
|
8826
|
+
"description": "The material used to shade the geometry.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
9151
8827
|
"properties": {
|
|
9152
8828
|
"color": {
|
|
9153
8829
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -9174,7 +8850,7 @@
|
|
|
9174
8850
|
},
|
|
9175
8851
|
"esri.rest-api.Symbol3D.Outline": {
|
|
9176
8852
|
"additionalProperties": false,
|
|
9177
|
-
"description": "The outline of the point, line or polygon.
|
|
8853
|
+
"description": "The outline of the point, line or polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
9178
8854
|
"properties": {
|
|
9179
8855
|
"color": {
|
|
9180
8856
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -9197,7 +8873,7 @@
|
|
|
9197
8873
|
},
|
|
9198
8874
|
"esri.rest-api.Symbol3D.ResourceIconSymbol": {
|
|
9199
8875
|
"additionalProperties": false,
|
|
9200
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features.
|
|
8876
|
+
"description": "The shape (primitive) or image URL (href) used to visualize the features.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
|
|
9201
8877
|
"properties": {
|
|
9202
8878
|
"dataURI": {
|
|
9203
8879
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -9216,7 +8892,7 @@
|
|
|
9216
8892
|
},
|
|
9217
8893
|
"esri.rest-api.Symbol3D.ResourceObjectSymbol": {
|
|
9218
8894
|
"additionalProperties": false,
|
|
9219
|
-
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.
|
|
8895
|
+
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
|
|
9220
8896
|
"properties": {
|
|
9221
8897
|
"href": {
|
|
9222
8898
|
"description": "Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
|
|
@@ -9250,11 +8926,11 @@
|
|
|
9250
8926
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
9251
8927
|
}
|
|
9252
8928
|
],
|
|
9253
|
-
"description": "Symbol3D is the base class for all 3D symbols. It is used to render 2D Point, Polyline, and Polygon features in a FeatureLayer and 3D mesh features in a SceneLayer. All 3D symbols must be used in a SceneView instance; there is no support for 3D rendering in MapViews.
|
|
8929
|
+
"description": "Symbol3D is the base class for all 3D symbols. It is used to render 2D Point, Polyline, and Polygon features in a FeatureLayer and 3D mesh features in a SceneLayer. All 3D symbols must be used in a SceneView instance; there is no support for 3D rendering in MapViews.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
|
|
9254
8930
|
},
|
|
9255
8931
|
"esri.rest-api.TableDataSource.TableDataSource": {
|
|
9256
8932
|
"additionalProperties": false,
|
|
9257
|
-
"description": "Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used.
|
|
8933
|
+
"description": "Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
|
|
9258
8934
|
"properties": {
|
|
9259
8935
|
"dataSourceName": {
|
|
9260
8936
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
@@ -9265,7 +8941,7 @@
|
|
|
9265
8941
|
"type": "string"
|
|
9266
8942
|
},
|
|
9267
8943
|
"type": {
|
|
9268
|
-
"description": "Type of the DataSource.
|
|
8944
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
9269
8945
|
"enum": [
|
|
9270
8946
|
"table"
|
|
9271
8947
|
],
|
|
@@ -9282,7 +8958,7 @@
|
|
|
9282
8958
|
"type": "object"
|
|
9283
8959
|
},
|
|
9284
8960
|
"esri.rest-api.Template.DrawingTool": {
|
|
9285
|
-
"description": "Possible drawing tool value to use with
|
|
8961
|
+
"description": "Possible drawing tool value to use with{@linkTemplate.drawingTool}.",
|
|
9286
8962
|
"enum": [
|
|
9287
8963
|
"esriFeatureEditToolCircle",
|
|
9288
8964
|
"esriFeatureEditToolDownArrow",
|
|
@@ -9302,7 +8978,7 @@
|
|
|
9302
8978
|
},
|
|
9303
8979
|
"esri.rest-api.Template.Template": {
|
|
9304
8980
|
"additionalProperties": false,
|
|
9305
|
-
"description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.
|
|
8981
|
+
"description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/template/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/template/}.",
|
|
9306
8982
|
"properties": {
|
|
9307
8983
|
"description": {
|
|
9308
8984
|
"description": "A detailed description of the template.",
|
|
@@ -9310,7 +8986,7 @@
|
|
|
9310
8986
|
},
|
|
9311
8987
|
"drawingTool": {
|
|
9312
8988
|
"$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
|
|
9313
|
-
"description": "An optional string that can define a client-side drawing tool to be used with this feature. See the web map specification for more details. See
|
|
8989
|
+
"description": "An optional string that can define a client-side drawing tool to be used with this feature. See the web map specification for more details. See{@linkDrawingTool}."
|
|
9314
8990
|
},
|
|
9315
8991
|
"name": {
|
|
9316
8992
|
"description": "A string containing a user-friendly name for the template. This name could appear on a menu of feature choices displayed in the client editing environment.",
|
|
@@ -9325,7 +9001,7 @@
|
|
|
9325
9001
|
},
|
|
9326
9002
|
"esri.rest-api.TemporalRenderer.TemporalRenderer": {
|
|
9327
9003
|
"additionalProperties": false,
|
|
9328
|
-
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer.
|
|
9004
|
+
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
|
|
9329
9005
|
"properties": {
|
|
9330
9006
|
"authoringInfo": {
|
|
9331
9007
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9345,14 +9021,14 @@
|
|
|
9345
9021
|
},
|
|
9346
9022
|
"rotationType": {
|
|
9347
9023
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9348
|
-
"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
|
|
9024
|
+
"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{@linkRotationType}."
|
|
9349
9025
|
},
|
|
9350
9026
|
"trackRenderer": {
|
|
9351
9027
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
9352
9028
|
"description": "Simple renderer used to symbolize the tracks."
|
|
9353
9029
|
},
|
|
9354
9030
|
"type": {
|
|
9355
|
-
"description": "The type of renderer. See
|
|
9031
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
9356
9032
|
"enum": [
|
|
9357
9033
|
"temporal"
|
|
9358
9034
|
],
|
|
@@ -9361,20 +9037,8 @@
|
|
|
9361
9037
|
"visualVariables": {
|
|
9362
9038
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9363
9039
|
"items": {
|
|
9364
|
-
"
|
|
9365
|
-
|
|
9366
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
9367
|
-
},
|
|
9368
|
-
{
|
|
9369
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
9370
|
-
},
|
|
9371
|
-
{
|
|
9372
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
9373
|
-
},
|
|
9374
|
-
{
|
|
9375
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
9376
|
-
}
|
|
9377
|
-
]
|
|
9040
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
9041
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
9378
9042
|
},
|
|
9379
9043
|
"type": "array"
|
|
9380
9044
|
}
|
|
@@ -9386,7 +9050,7 @@
|
|
|
9386
9050
|
},
|
|
9387
9051
|
"esri.rest-api.TextSymbol.TextSymbol": {
|
|
9388
9052
|
"additionalProperties": false,
|
|
9389
|
-
"description": "Text symbols are used to add text to a feature (labeling).
|
|
9053
|
+
"description": "Text symbols are used to add text to a feature (labeling).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
9390
9054
|
"properties": {
|
|
9391
9055
|
"angle": {
|
|
9392
9056
|
"description": "A numeric value that defines the number of degrees (0 to 360) that a text symbol is rotated. The rotation is from East in a counter-clockwise direction where East is the 0° axis.",
|
|
@@ -9422,7 +9086,7 @@
|
|
|
9422
9086
|
},
|
|
9423
9087
|
"horizontalAlignment": {
|
|
9424
9088
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
9425
|
-
"description": "The horizontal alignment of the text. See
|
|
9089
|
+
"description": "The horizontal alignment of the text. See{@linkHorizontalAlignment}."
|
|
9426
9090
|
},
|
|
9427
9091
|
"kerning": {
|
|
9428
9092
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -9441,7 +9105,7 @@
|
|
|
9441
9105
|
"type": "string"
|
|
9442
9106
|
},
|
|
9443
9107
|
"type": {
|
|
9444
|
-
"description": "The type of symbol. See
|
|
9108
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
9445
9109
|
"enum": [
|
|
9446
9110
|
"esriTS"
|
|
9447
9111
|
],
|
|
@@ -9449,7 +9113,7 @@
|
|
|
9449
9113
|
},
|
|
9450
9114
|
"verticalAlignment": {
|
|
9451
9115
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
9452
|
-
"description": "The vertical alignment of the text. See
|
|
9116
|
+
"description": "The vertical alignment of the text. See{@linkVerticalAlignment}."
|
|
9453
9117
|
},
|
|
9454
9118
|
"xoffset": {
|
|
9455
9119
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -9467,7 +9131,7 @@
|
|
|
9467
9131
|
},
|
|
9468
9132
|
"esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
|
|
9469
9133
|
"additionalProperties": false,
|
|
9470
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.
|
|
9134
|
+
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
|
|
9471
9135
|
"properties": {
|
|
9472
9136
|
"font": {
|
|
9473
9137
|
"$ref": "#/definitions/esri.rest-api.Symbol.Font",
|
|
@@ -9486,7 +9150,7 @@
|
|
|
9486
9150
|
"type": "string"
|
|
9487
9151
|
},
|
|
9488
9152
|
"type": {
|
|
9489
|
-
"description": "The type of the Symbol3DLayer. See
|
|
9153
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
9490
9154
|
"enum": [
|
|
9491
9155
|
"Text"
|
|
9492
9156
|
],
|
|
@@ -9500,7 +9164,7 @@
|
|
|
9500
9164
|
},
|
|
9501
9165
|
"esri.rest-api.TileInfo.TileInfo": {
|
|
9502
9166
|
"additionalProperties": false,
|
|
9503
|
-
"description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl.
|
|
9167
|
+
"description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tileInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
|
|
9504
9168
|
"properties": {
|
|
9505
9169
|
"cols": {
|
|
9506
9170
|
"description": "Requested tile's column.",
|
|
@@ -9519,28 +9183,9 @@
|
|
|
9519
9183
|
"type": "string"
|
|
9520
9184
|
},
|
|
9521
9185
|
"lods": {
|
|
9522
|
-
"description": "An array of levels of detail that define the tiling scheme.
|
|
9186
|
+
"description": "An array of levels of detail that define the tiling scheme.{@linkhttps://developers.arcgis.com/web-map-specification/objects/lod/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lod/}.",
|
|
9523
9187
|
"items": {
|
|
9524
|
-
"
|
|
9525
|
-
"properties": {
|
|
9526
|
-
"level": {
|
|
9527
|
-
"description": "ID for each level.",
|
|
9528
|
-
"type": "number"
|
|
9529
|
-
},
|
|
9530
|
-
"levelValue": {
|
|
9531
|
-
"description": "String to be used when constructing URL to access a tile from this LOD.",
|
|
9532
|
-
"type": "string"
|
|
9533
|
-
},
|
|
9534
|
-
"resolution": {
|
|
9535
|
-
"description": "Resolution in map units of each pixel in a tile for each level.",
|
|
9536
|
-
"type": "number"
|
|
9537
|
-
},
|
|
9538
|
-
"scale": {
|
|
9539
|
-
"description": "Scale for each level.",
|
|
9540
|
-
"type": "number"
|
|
9541
|
-
}
|
|
9542
|
-
},
|
|
9543
|
-
"type": "object"
|
|
9188
|
+
"$ref": "__type"
|
|
9544
9189
|
},
|
|
9545
9190
|
"type": "array"
|
|
9546
9191
|
},
|
|
@@ -9561,7 +9206,7 @@
|
|
|
9561
9206
|
},
|
|
9562
9207
|
"esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
|
|
9563
9208
|
"additionalProperties": false,
|
|
9564
|
-
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled).
|
|
9209
|
+
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled).{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
|
|
9565
9210
|
"properties": {
|
|
9566
9211
|
"blendMode": {
|
|
9567
9212
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9591,7 +9236,7 @@
|
|
|
9591
9236
|
},
|
|
9592
9237
|
"listMode": {
|
|
9593
9238
|
"$ref": "esri.ListMode",
|
|
9594
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
9239
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
9595
9240
|
},
|
|
9596
9241
|
"maxScale": {
|
|
9597
9242
|
"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.",
|
|
@@ -9606,7 +9251,7 @@
|
|
|
9606
9251
|
"type": "number"
|
|
9607
9252
|
},
|
|
9608
9253
|
"refreshInterval": {
|
|
9609
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
9254
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
9610
9255
|
"type": "number"
|
|
9611
9256
|
},
|
|
9612
9257
|
"showLegend": {
|
|
@@ -9618,7 +9263,7 @@
|
|
|
9618
9263
|
"type": "string"
|
|
9619
9264
|
},
|
|
9620
9265
|
"type": {
|
|
9621
|
-
"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
|
|
9266
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
9622
9267
|
"enum": [
|
|
9623
9268
|
"BingMapsAerial",
|
|
9624
9269
|
"BingMapsHybrid",
|
|
@@ -9648,7 +9293,7 @@
|
|
|
9648
9293
|
},
|
|
9649
9294
|
"esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
|
|
9650
9295
|
"additionalProperties": false,
|
|
9651
|
-
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled).
|
|
9296
|
+
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled).{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
|
|
9652
9297
|
"properties": {
|
|
9653
9298
|
"blendMode": {
|
|
9654
9299
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9665,31 +9310,8 @@
|
|
|
9665
9310
|
"type": "array"
|
|
9666
9311
|
},
|
|
9667
9312
|
"exclusionAreas": {
|
|
9668
|
-
"
|
|
9669
|
-
"description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions.
|
|
9670
|
-
"properties": {
|
|
9671
|
-
"geometry": {
|
|
9672
|
-
"$ref": "#/definitions/esri.rest-api.Extent.Extent",
|
|
9673
|
-
"description": "The geometry defining the area where no data will be fetched. Only extent is supported."
|
|
9674
|
-
},
|
|
9675
|
-
"maxScale": {
|
|
9676
|
-
"description": "The zoom level where the exclusion ends.",
|
|
9677
|
-
"type": "number"
|
|
9678
|
-
},
|
|
9679
|
-
"maxZoom": {
|
|
9680
|
-
"description": "The zoom level where the exclusion ends.",
|
|
9681
|
-
"type": "number"
|
|
9682
|
-
},
|
|
9683
|
-
"minScale": {
|
|
9684
|
-
"description": "The zoom level where the exclusion starts.",
|
|
9685
|
-
"type": "number"
|
|
9686
|
-
},
|
|
9687
|
-
"minZoom": {
|
|
9688
|
-
"description": "The zoom level where the exclusion starts.",
|
|
9689
|
-
"type": "number"
|
|
9690
|
-
}
|
|
9691
|
-
},
|
|
9692
|
-
"type": "object"
|
|
9313
|
+
"$ref": "__type",
|
|
9314
|
+
"description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions.{@linkhttps://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
|
|
9693
9315
|
},
|
|
9694
9316
|
"id": {
|
|
9695
9317
|
"description": "A unique identifying string for the layer.",
|
|
@@ -9719,7 +9341,7 @@
|
|
|
9719
9341
|
},
|
|
9720
9342
|
"listMode": {
|
|
9721
9343
|
"$ref": "esri.ListMode",
|
|
9722
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
9344
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
9723
9345
|
},
|
|
9724
9346
|
"maxScale": {
|
|
9725
9347
|
"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.",
|
|
@@ -9738,7 +9360,7 @@
|
|
|
9738
9360
|
"type": "string"
|
|
9739
9361
|
},
|
|
9740
9362
|
"refreshInterval": {
|
|
9741
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
9363
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
9742
9364
|
"type": "number"
|
|
9743
9365
|
},
|
|
9744
9366
|
"showLegend": {
|
|
@@ -9750,7 +9372,7 @@
|
|
|
9750
9372
|
"type": "string"
|
|
9751
9373
|
},
|
|
9752
9374
|
"type": {
|
|
9753
|
-
"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
|
|
9375
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
9754
9376
|
"enum": [
|
|
9755
9377
|
"BingMapsAerial",
|
|
9756
9378
|
"BingMapsHybrid",
|
|
@@ -9779,24 +9401,11 @@
|
|
|
9779
9401
|
},
|
|
9780
9402
|
"esri.rest-api.Type.Type": {
|
|
9781
9403
|
"additionalProperties": false,
|
|
9782
|
-
"description": "Types contain information about the combinations of attributes allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField, which is used in LayerDefinition.
|
|
9404
|
+
"description": "Types contain information about the combinations of attributes allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField, which is used in LayerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/type/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/type/}.",
|
|
9783
9405
|
"properties": {
|
|
9784
9406
|
"domains": {
|
|
9785
|
-
"
|
|
9786
|
-
|
|
9787
|
-
{
|
|
9788
|
-
"$ref": "#/definitions/esri.rest-api.CodedValueDomain.CodedValueDomain"
|
|
9789
|
-
},
|
|
9790
|
-
{
|
|
9791
|
-
"$ref": "#/definitions/esri.rest-api.InheritedDomain.InheritedDomain"
|
|
9792
|
-
},
|
|
9793
|
-
{
|
|
9794
|
-
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
9795
|
-
}
|
|
9796
|
-
]
|
|
9797
|
-
},
|
|
9798
|
-
"description": "A set of domain objects for each domain in the type.",
|
|
9799
|
-
"type": "object"
|
|
9407
|
+
"$ref": "__type",
|
|
9408
|
+
"description": "A set of domain objects for each domain in the type."
|
|
9800
9409
|
},
|
|
9801
9410
|
"id": {
|
|
9802
9411
|
"description": "A unique numerical ID for the type.",
|
|
@@ -9821,7 +9430,7 @@
|
|
|
9821
9430
|
},
|
|
9822
9431
|
"esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
|
|
9823
9432
|
"additionalProperties": false,
|
|
9824
|
-
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style.
|
|
9433
|
+
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
|
|
9825
9434
|
"properties": {
|
|
9826
9435
|
"authoringInfo": {
|
|
9827
9436
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9845,7 +9454,7 @@
|
|
|
9845
9454
|
},
|
|
9846
9455
|
"rotationType": {
|
|
9847
9456
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9848
|
-
"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
|
|
9457
|
+
"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{@linkRotationType}."
|
|
9849
9458
|
},
|
|
9850
9459
|
"styleName": {
|
|
9851
9460
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -9856,7 +9465,7 @@
|
|
|
9856
9465
|
"type": "string"
|
|
9857
9466
|
},
|
|
9858
9467
|
"type": {
|
|
9859
|
-
"description": "The type of renderer. See
|
|
9468
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
9860
9469
|
"enum": [
|
|
9861
9470
|
"uniqueValue"
|
|
9862
9471
|
],
|
|
@@ -9865,20 +9474,8 @@
|
|
|
9865
9474
|
"visualVariables": {
|
|
9866
9475
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9867
9476
|
"items": {
|
|
9868
|
-
"
|
|
9869
|
-
|
|
9870
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
9871
|
-
},
|
|
9872
|
-
{
|
|
9873
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
9874
|
-
},
|
|
9875
|
-
{
|
|
9876
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
9877
|
-
},
|
|
9878
|
-
{
|
|
9879
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
9880
|
-
}
|
|
9881
|
-
]
|
|
9477
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
9478
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
9882
9479
|
},
|
|
9883
9480
|
"type": "array"
|
|
9884
9481
|
}
|
|
@@ -9891,7 +9488,7 @@
|
|
|
9891
9488
|
},
|
|
9892
9489
|
"esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
|
|
9893
9490
|
"additionalProperties": false,
|
|
9894
|
-
"description": "The following is a list of properties found on the uniqueValueInfo object, which is one of the properties on the renderer object. The uniqueValueInfo object contains the symbology for each uniquely drawn value in the renderer.
|
|
9491
|
+
"description": "The following is a list of properties found on the uniqueValueInfo object, which is one of the properties on the renderer object. The uniqueValueInfo object contains the symbology for each uniquely drawn value in the renderer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
|
|
9895
9492
|
"properties": {
|
|
9896
9493
|
"description": {
|
|
9897
9494
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -9955,7 +9552,7 @@
|
|
|
9955
9552
|
},
|
|
9956
9553
|
"esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
|
|
9957
9554
|
"additionalProperties": false,
|
|
9958
|
-
"description": "A unique value renderer symbolizes groups of features that have matching field values.
|
|
9555
|
+
"description": "A unique value renderer symbolizes groups of features that have matching field values.{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
|
|
9959
9556
|
"properties": {
|
|
9960
9557
|
"authoringInfo": {
|
|
9961
9558
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10032,10 +9629,10 @@
|
|
|
10032
9629
|
},
|
|
10033
9630
|
"rotationType": {
|
|
10034
9631
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10035
|
-
"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
|
|
9632
|
+
"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{@linkRotationType}."
|
|
10036
9633
|
},
|
|
10037
9634
|
"type": {
|
|
10038
|
-
"description": "The type of renderer. See
|
|
9635
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
10039
9636
|
"enum": [
|
|
10040
9637
|
"uniqueValue"
|
|
10041
9638
|
],
|
|
@@ -10051,20 +9648,8 @@
|
|
|
10051
9648
|
"visualVariables": {
|
|
10052
9649
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10053
9650
|
"items": {
|
|
10054
|
-
"
|
|
10055
|
-
|
|
10056
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
10057
|
-
},
|
|
10058
|
-
{
|
|
10059
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
10060
|
-
},
|
|
10061
|
-
{
|
|
10062
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
10063
|
-
},
|
|
10064
|
-
{
|
|
10065
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
10066
|
-
}
|
|
10067
|
-
]
|
|
9651
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
9652
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
10068
9653
|
},
|
|
10069
9654
|
"type": "array"
|
|
10070
9655
|
}
|
|
@@ -10078,7 +9663,7 @@
|
|
|
10078
9663
|
},
|
|
10079
9664
|
"esri.rest-api.Value.Value": {
|
|
10080
9665
|
"additionalProperties": false,
|
|
10081
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.
|
|
9666
|
+
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.{@linkhttps://developers.arcgis.com/web-map-specification/objects/value/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/value/}.",
|
|
10082
9667
|
"properties": {
|
|
10083
9668
|
"fields": {
|
|
10084
9669
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -10154,7 +9739,7 @@
|
|
|
10154
9739
|
},
|
|
10155
9740
|
"rotationType": {
|
|
10156
9741
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10157
|
-
"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
|
|
9742
|
+
"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{@linkRotationType}."
|
|
10158
9743
|
},
|
|
10159
9744
|
"style": {
|
|
10160
9745
|
"description": "A predefined style.",
|
|
@@ -10178,7 +9763,7 @@
|
|
|
10178
9763
|
"type": "number"
|
|
10179
9764
|
},
|
|
10180
9765
|
"type": {
|
|
10181
|
-
"description": "The type of renderer. See
|
|
9766
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
10182
9767
|
"enum": [
|
|
10183
9768
|
"vectorField"
|
|
10184
9769
|
],
|
|
@@ -10187,20 +9772,8 @@
|
|
|
10187
9772
|
"visualVariables": {
|
|
10188
9773
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10189
9774
|
"items": {
|
|
10190
|
-
"
|
|
10191
|
-
|
|
10192
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
10193
|
-
},
|
|
10194
|
-
{
|
|
10195
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
10196
|
-
},
|
|
10197
|
-
{
|
|
10198
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
10199
|
-
},
|
|
10200
|
-
{
|
|
10201
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
10202
|
-
}
|
|
10203
|
-
]
|
|
9775
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
9776
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
10204
9777
|
},
|
|
10205
9778
|
"type": "array"
|
|
10206
9779
|
}
|
|
@@ -10215,7 +9788,7 @@
|
|
|
10215
9788
|
},
|
|
10216
9789
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
10217
9790
|
"additionalProperties": false,
|
|
10218
|
-
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.
|
|
9791
|
+
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.{@linkhttps://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
|
|
10219
9792
|
"properties": {
|
|
10220
9793
|
"blendMode": {
|
|
10221
9794
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10245,7 +9818,7 @@
|
|
|
10245
9818
|
},
|
|
10246
9819
|
"listMode": {
|
|
10247
9820
|
"$ref": "esri.ListMode",
|
|
10248
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
9821
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
10249
9822
|
},
|
|
10250
9823
|
"maxScale": {
|
|
10251
9824
|
"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.",
|
|
@@ -10264,7 +9837,7 @@
|
|
|
10264
9837
|
"type": "string"
|
|
10265
9838
|
},
|
|
10266
9839
|
"refreshInterval": {
|
|
10267
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
9840
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
10268
9841
|
"type": "number"
|
|
10269
9842
|
},
|
|
10270
9843
|
"showLegend": {
|
|
@@ -10280,7 +9853,7 @@
|
|
|
10280
9853
|
"type": "string"
|
|
10281
9854
|
},
|
|
10282
9855
|
"type": {
|
|
10283
|
-
"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
|
|
9856
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
10284
9857
|
"enum": [
|
|
10285
9858
|
"BingMapsAerial",
|
|
10286
9859
|
"BingMapsHybrid",
|
|
@@ -10305,7 +9878,7 @@
|
|
|
10305
9878
|
},
|
|
10306
9879
|
"esri.rest-api.VerticalOffset.VerticalOffset": {
|
|
10307
9880
|
"additionalProperties": false,
|
|
10308
|
-
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units.
|
|
9881
|
+
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
|
|
10309
9882
|
"properties": {
|
|
10310
9883
|
"maxWorldLength": {
|
|
10311
9884
|
"description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
|
|
@@ -10327,7 +9900,7 @@
|
|
|
10327
9900
|
},
|
|
10328
9901
|
"esri.rest-api.Viewpoint.Viewpoint": {
|
|
10329
9902
|
"additionalProperties": false,
|
|
10330
|
-
"description": "Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is determined using a center point and scale value. In a 3D view, it is determined using a camera position. The Viewpoint can be bookmarked for later use, or used for navigation purposes.
|
|
9903
|
+
"description": "Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is determined using a center point and scale value. In a 3D view, it is determined using a camera position. The Viewpoint can be bookmarked for later use, or used for navigation purposes.{@linkhttps://developers.arcgis.com/web-map-specification/objects/viewpoint/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/viewpoint/}.",
|
|
10331
9904
|
"properties": {
|
|
10332
9905
|
"camera": {
|
|
10333
9906
|
"$ref": "#/definitions/esri.rest-api.Camera.Camera",
|
|
@@ -10350,15 +9923,13 @@
|
|
|
10350
9923
|
},
|
|
10351
9924
|
"esri.rest-api.VisualVariable.ColorInfo": {
|
|
10352
9925
|
"additionalProperties": false,
|
|
10353
|
-
"description": "The colorInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp.
|
|
9926
|
+
"description": "The colorInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
|
|
10354
9927
|
"properties": {
|
|
10355
9928
|
"colors": {
|
|
10356
9929
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
10357
9930
|
"items": {
|
|
10358
|
-
"
|
|
10359
|
-
|
|
10360
|
-
},
|
|
10361
|
-
"type": "array"
|
|
9931
|
+
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
9932
|
+
"description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
10362
9933
|
},
|
|
10363
9934
|
"type": "array"
|
|
10364
9935
|
},
|
|
@@ -10367,15 +9938,8 @@
|
|
|
10367
9938
|
"type": "string"
|
|
10368
9939
|
},
|
|
10369
9940
|
"legendOptions": {
|
|
10370
|
-
"
|
|
10371
|
-
"description": "Options available for the legend.
|
|
10372
|
-
"properties": {
|
|
10373
|
-
"title": {
|
|
10374
|
-
"description": "The title of the legend.",
|
|
10375
|
-
"type": "string"
|
|
10376
|
-
}
|
|
10377
|
-
},
|
|
10378
|
-
"type": "object"
|
|
9941
|
+
"$ref": "__type",
|
|
9942
|
+
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
10379
9943
|
},
|
|
10380
9944
|
"maxDataValue": {
|
|
10381
9945
|
"description": "The maximum data value.",
|
|
@@ -10397,7 +9961,7 @@
|
|
|
10397
9961
|
"type": "array"
|
|
10398
9962
|
},
|
|
10399
9963
|
"type": {
|
|
10400
|
-
"description": "The type of the VisualVariable. See
|
|
9964
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
10401
9965
|
"enum": [
|
|
10402
9966
|
"colorInfo"
|
|
10403
9967
|
],
|
|
@@ -10417,10 +9981,8 @@
|
|
|
10417
9981
|
"color": {
|
|
10418
9982
|
"anyOf": [
|
|
10419
9983
|
{
|
|
10420
|
-
"
|
|
10421
|
-
|
|
10422
|
-
},
|
|
10423
|
-
"type": "array"
|
|
9984
|
+
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
9985
|
+
"description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
10424
9986
|
},
|
|
10425
9987
|
{
|
|
10426
9988
|
"type": "string"
|
|
@@ -10441,22 +10003,15 @@
|
|
|
10441
10003
|
},
|
|
10442
10004
|
"esri.rest-api.VisualVariable.RotationInfo": {
|
|
10443
10005
|
"additionalProperties": false,
|
|
10444
|
-
"description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function.
|
|
10006
|
+
"description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
|
|
10445
10007
|
"properties": {
|
|
10446
10008
|
"field": {
|
|
10447
10009
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
10448
10010
|
"type": "string"
|
|
10449
10011
|
},
|
|
10450
10012
|
"legendOptions": {
|
|
10451
|
-
"
|
|
10452
|
-
"description": "Options available for the legend.
|
|
10453
|
-
"properties": {
|
|
10454
|
-
"title": {
|
|
10455
|
-
"description": "The title of the legend.",
|
|
10456
|
-
"type": "string"
|
|
10457
|
-
}
|
|
10458
|
-
},
|
|
10459
|
-
"type": "object"
|
|
10013
|
+
"$ref": "__type",
|
|
10014
|
+
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
10460
10015
|
},
|
|
10461
10016
|
"normalizationField": {
|
|
10462
10017
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -10467,7 +10022,7 @@
|
|
|
10467
10022
|
"description": "Defines the origin and direction of rotation depending on how the angle of rotation was measured. Possible values are geographic which rotates the symbol from the north in a clockwise direction and arithmetic which rotates the symbol from the east in a counter-clockwise direction. Must be one of the following values: geographic, arithmetic."
|
|
10468
10023
|
},
|
|
10469
10024
|
"type": {
|
|
10470
|
-
"description": "The type of the VisualVariable. See
|
|
10025
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
10471
10026
|
"enum": [
|
|
10472
10027
|
"rotationInfo"
|
|
10473
10028
|
],
|
|
@@ -10494,7 +10049,7 @@
|
|
|
10494
10049
|
},
|
|
10495
10050
|
"esri.rest-api.VisualVariable.Size": {
|
|
10496
10051
|
"additionalProperties": false,
|
|
10497
|
-
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown.
|
|
10052
|
+
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown.{@linkhttps://developers.arcgis.com/web-map-specification/objects/maxSize/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/minSize/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/maxSize/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/minSize/}.",
|
|
10498
10053
|
"properties": {
|
|
10499
10054
|
"expression": {
|
|
10500
10055
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -10520,7 +10075,7 @@
|
|
|
10520
10075
|
},
|
|
10521
10076
|
"esri.rest-api.VisualVariable.SizeInfo": {
|
|
10522
10077
|
"additionalProperties": false,
|
|
10523
|
-
"description": "The sizeInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp.
|
|
10078
|
+
"description": "The sizeInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp.{@linkhttps://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
|
|
10524
10079
|
"properties": {
|
|
10525
10080
|
"axis": {
|
|
10526
10081
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -10538,15 +10093,8 @@
|
|
|
10538
10093
|
"type": "string"
|
|
10539
10094
|
},
|
|
10540
10095
|
"legendOptions": {
|
|
10541
|
-
"
|
|
10542
|
-
"description": "Options available for the legend.
|
|
10543
|
-
"properties": {
|
|
10544
|
-
"title": {
|
|
10545
|
-
"description": "The title of the legend.",
|
|
10546
|
-
"type": "string"
|
|
10547
|
-
}
|
|
10548
|
-
},
|
|
10549
|
-
"type": "object"
|
|
10096
|
+
"$ref": "__type",
|
|
10097
|
+
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
10550
10098
|
},
|
|
10551
10099
|
"maxDataValue": {
|
|
10552
10100
|
"description": "The maximum data value.",
|
|
@@ -10583,7 +10131,7 @@
|
|
|
10583
10131
|
"type": "string"
|
|
10584
10132
|
},
|
|
10585
10133
|
"type": {
|
|
10586
|
-
"description": "The type of the VisualVariable. See
|
|
10134
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
10587
10135
|
"enum": [
|
|
10588
10136
|
"sizeInfo"
|
|
10589
10137
|
],
|
|
@@ -10650,22 +10198,15 @@
|
|
|
10650
10198
|
},
|
|
10651
10199
|
"esri.rest-api.VisualVariable.TransparencyInfo": {
|
|
10652
10200
|
"additionalProperties": false,
|
|
10653
|
-
"description": "TransparencyInfo is supported by opacityInfo in the JavaScript API. Except type and axis, all properties follow the syntax of the JavaScript API's opacityInfo property. It applies transparency to each feature based on the attribute values in a field. The exception is that the webmap JSON uses transparency (range 0 - 100, with 100 as completely transparent) instead of opacity (range 0 - 1, with 0 as completely transparent).
|
|
10201
|
+
"description": "TransparencyInfo is supported by opacityInfo in the JavaScript API. Except type and axis, all properties follow the syntax of the JavaScript API's opacityInfo property. It applies transparency to each feature based on the attribute values in a field. The exception is that the webmap JSON uses transparency (range 0 - 100, with 100 as completely transparent) instead of opacity (range 0 - 1, with 0 as completely transparent).{@linkhttps://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
|
|
10654
10202
|
"properties": {
|
|
10655
10203
|
"field": {
|
|
10656
10204
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
10657
10205
|
"type": "string"
|
|
10658
10206
|
},
|
|
10659
10207
|
"legendOptions": {
|
|
10660
|
-
"
|
|
10661
|
-
"description": "Options available for the legend."
|
|
10662
|
-
"properties": {
|
|
10663
|
-
"title": {
|
|
10664
|
-
"description": "The title of the legend.",
|
|
10665
|
-
"type": "string"
|
|
10666
|
-
}
|
|
10667
|
-
},
|
|
10668
|
-
"type": "object"
|
|
10208
|
+
"$ref": "__type",
|
|
10209
|
+
"description": "Options available for the legend."
|
|
10669
10210
|
},
|
|
10670
10211
|
"normalizationField": {
|
|
10671
10212
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -10679,7 +10220,7 @@
|
|
|
10679
10220
|
"type": "array"
|
|
10680
10221
|
},
|
|
10681
10222
|
"type": {
|
|
10682
|
-
"description": "The type of the VisualVariable. See
|
|
10223
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
10683
10224
|
"enum": [
|
|
10684
10225
|
"transparencyInfo"
|
|
10685
10226
|
],
|
|
@@ -10731,11 +10272,11 @@
|
|
|
10731
10272
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
10732
10273
|
}
|
|
10733
10274
|
],
|
|
10734
|
-
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.
|
|
10275
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
10735
10276
|
},
|
|
10736
10277
|
"esri.rest-api.WMSLayer.WMSLayer": {
|
|
10737
10278
|
"additionalProperties": false,
|
|
10738
|
-
"description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help.
|
|
10279
|
+
"description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
|
|
10739
10280
|
"properties": {
|
|
10740
10281
|
"blendMode": {
|
|
10741
10282
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10805,7 +10346,7 @@
|
|
|
10805
10346
|
},
|
|
10806
10347
|
"listMode": {
|
|
10807
10348
|
"$ref": "esri.ListMode",
|
|
10808
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
10349
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
10809
10350
|
},
|
|
10810
10351
|
"mapUrl": {
|
|
10811
10352
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -10832,7 +10373,7 @@
|
|
|
10832
10373
|
"type": "number"
|
|
10833
10374
|
},
|
|
10834
10375
|
"refreshInterval": {
|
|
10835
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
10376
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
10836
10377
|
"type": "number"
|
|
10837
10378
|
},
|
|
10838
10379
|
"showLegend": {
|
|
@@ -10851,7 +10392,7 @@
|
|
|
10851
10392
|
"type": "string"
|
|
10852
10393
|
},
|
|
10853
10394
|
"type": {
|
|
10854
|
-
"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
|
|
10395
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
10855
10396
|
"enum": [
|
|
10856
10397
|
"BingMapsAerial",
|
|
10857
10398
|
"BingMapsHybrid",
|
|
@@ -10891,7 +10432,7 @@
|
|
|
10891
10432
|
},
|
|
10892
10433
|
"esri.rest-api.WMSSublayer.WMSSublayer": {
|
|
10893
10434
|
"additionalProperties": false,
|
|
10894
|
-
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.
|
|
10435
|
+
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
|
|
10895
10436
|
"properties": {
|
|
10896
10437
|
"legendUrl": {
|
|
10897
10438
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -10918,7 +10459,7 @@
|
|
|
10918
10459
|
},
|
|
10919
10460
|
"esri.rest-api.WMTSInfo.WMTSInfo": {
|
|
10920
10461
|
"additionalProperties": false,
|
|
10921
|
-
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.
|
|
10462
|
+
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
|
|
10922
10463
|
"properties": {
|
|
10923
10464
|
"customLayerParameters": {
|
|
10924
10465
|
"description": "A sequence of parameters used to append different custom parameters to a WMTS tile request. These parameters are applied to GetTile. The customLayerParameters property takes precedence if customParameters is also present."
|
|
@@ -10943,7 +10484,7 @@
|
|
|
10943
10484
|
},
|
|
10944
10485
|
"esri.rest-api.WebTileLayer.WebTileLayer": {
|
|
10945
10486
|
"additionalProperties": false,
|
|
10946
|
-
"description": "A tile layer is a derived from a set of web-accessible tiles which reside on a server. The tiles are accessed by a direct URL request from the web browser. Because the tiles in a tile layer are not available as a service, they must be in a specific format for a web app such as the ArcGIS.com map viewer to display the layer on a map.
|
|
10487
|
+
"description": "A tile layer is a derived from a set of web-accessible tiles which reside on a server. The tiles are accessed by a direct URL request from the web browser. Because the tiles in a tile layer are not available as a service, they must be in a specific format for a web app such as the ArcGIS.com map viewer to display the layer on a map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
|
|
10947
10488
|
"properties": {
|
|
10948
10489
|
"blendMode": {
|
|
10949
10490
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10978,7 +10519,7 @@
|
|
|
10978
10519
|
},
|
|
10979
10520
|
"listMode": {
|
|
10980
10521
|
"$ref": "esri.ListMode",
|
|
10981
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
10522
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
10982
10523
|
},
|
|
10983
10524
|
"maxScale": {
|
|
10984
10525
|
"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.",
|
|
@@ -10993,7 +10534,7 @@
|
|
|
10993
10534
|
"type": "number"
|
|
10994
10535
|
},
|
|
10995
10536
|
"refreshInterval": {
|
|
10996
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
10537
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
10997
10538
|
"type": "number"
|
|
10998
10539
|
},
|
|
10999
10540
|
"showLegend": {
|
|
@@ -11020,7 +10561,7 @@
|
|
|
11020
10561
|
"type": "string"
|
|
11021
10562
|
},
|
|
11022
10563
|
"type": {
|
|
11023
|
-
"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
|
|
10564
|
+
"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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
11024
10565
|
"enum": [
|
|
11025
10566
|
"BingMapsAerial",
|
|
11026
10567
|
"BingMapsHybrid",
|
|
@@ -11093,6 +10634,9 @@
|
|
|
11093
10634
|
"geocode.count:input": {
|
|
11094
10635
|
"$ref": "#/definitions/GeocodeArgs"
|
|
11095
10636
|
},
|
|
10637
|
+
"geocode.count:output": {
|
|
10638
|
+
"type": "undefined"
|
|
10639
|
+
},
|
|
11096
10640
|
"geocode.geocode": {
|
|
11097
10641
|
"description": "Finds one or more locations corresponding to an address.",
|
|
11098
10642
|
"enum": [
|
|
@@ -11102,6 +10646,9 @@
|
|
|
11102
10646
|
"geocode.geocode:input": {
|
|
11103
10647
|
"$ref": "#/definitions/GeocodeArgs"
|
|
11104
10648
|
},
|
|
10649
|
+
"geocode.geocode:output": {
|
|
10650
|
+
"type": "undefined"
|
|
10651
|
+
},
|
|
11105
10652
|
"geocode.reverse-geocode": {
|
|
11106
10653
|
"description": "Finds the address at a particular location. The geocoder must have the supportsReverseGeocoding capability.",
|
|
11107
10654
|
"enum": [
|
|
@@ -11111,6 +10658,9 @@
|
|
|
11111
10658
|
"geocode.reverse-geocode:input": {
|
|
11112
10659
|
"$ref": "#/definitions/ReverseGeocodeArgs"
|
|
11113
10660
|
},
|
|
10661
|
+
"geocode.reverse-geocode:output": {
|
|
10662
|
+
"type": "undefined"
|
|
10663
|
+
},
|
|
11114
10664
|
"geocode.suggest": {
|
|
11115
10665
|
"description": "Suggests matching addresses to search for based on some input text. The geocoder must have the supportsSuggest capability.",
|
|
11116
10666
|
"enum": [
|
|
@@ -11120,6 +10670,9 @@
|
|
|
11120
10670
|
"geocode.suggest:input": {
|
|
11121
10671
|
"$ref": "#/definitions/SuggestArgs"
|
|
11122
10672
|
},
|
|
10673
|
+
"geocode.suggest:output": {
|
|
10674
|
+
"type": "undefined"
|
|
10675
|
+
},
|
|
11123
10676
|
"geolocation.auto-recenter": {
|
|
11124
10677
|
"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 Geocortex Mobile Viewer. In Geocortex Web Viewer, all maps are affected.",
|
|
11125
10678
|
"enum": [
|
|
@@ -11169,6 +10722,9 @@
|
|
|
11169
10722
|
"geolocation.get-location-permissions-enabled:input": {
|
|
11170
10723
|
"type": "boolean"
|
|
11171
10724
|
},
|
|
10725
|
+
"geolocation.get-location-permissions-enabled:output": {
|
|
10726
|
+
"type": "undefined"
|
|
10727
|
+
},
|
|
11172
10728
|
"geolocation.get-position": {
|
|
11173
10729
|
"description": "Returns the current user position. This Operation can block while the user is prompted for permission, as such it is considered best practice not to perform this during startup.",
|
|
11174
10730
|
"enum": [
|
|
@@ -11721,7 +11277,7 @@
|
|
|
11721
11277
|
"$ref": "#/definitions/HasMaps"
|
|
11722
11278
|
},
|
|
11723
11279
|
"system.open-url": {
|
|
11724
|
-
"description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If {@link Features} are included as context, then the URL may contain substitution tokens in the format {FIELD_NAME} where FIELD_NAME is the name of a field in the first feature in the context. In this case, the {FIELD_NAME} is substituted with value of the FIELD_NAME field from the feature feature in the {@link Features}, e.g. https://www.google.com/search?q={NAME}, where the value of the NAME field in the first feature from the context is 'Jasper National Park' would produce the result https://www.google.com/search?q=Jasper National Park. Zero to many substitution tokens may be included. If maps are included as context, {@link LocationToken} can be used to access properties on the first map's view. In Web, if both layers and maps are included as context, then {@link LayerToken} can be used to access properties on the first layer.",
|
|
11280
|
+
"description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If {@link Features } are included as context, then the URL may contain substitution tokens in the format {FIELD_NAME} where FIELD_NAME is the name of a field in the first feature in the context. In this case, the {FIELD_NAME} is substituted with value of the FIELD_NAME field from the feature feature in the {@link Features }, e.g. https://www.google.com/search?q={NAME}, where the value of the NAME field in the first feature from the context is 'Jasper National Park' would produce the result https://www.google.com/search?q=Jasper National Park. Zero to many substitution tokens may be included. If maps are included as context, {@link LocationToken} can be used to access properties on the first map's view. In Web, if both layers and maps are included as context, then {@link LayerToken} can be used to access properties on the first layer.",
|
|
11725
11281
|
"enum": [
|
|
11726
11282
|
"system.open-url"
|
|
11727
11283
|
]
|
|
@@ -12003,70 +11559,6 @@
|
|
|
12003
11559
|
],
|
|
12004
11560
|
"type": "object"
|
|
12005
11561
|
},
|
|
12006
|
-
{
|
|
12007
|
-
"additionalProperties": false,
|
|
12008
|
-
"properties": {
|
|
12009
|
-
"arguments": {
|
|
12010
|
-
"$ref": "#/definitions/geocode.count:input"
|
|
12011
|
-
},
|
|
12012
|
-
"name": {
|
|
12013
|
-
"$ref": "#/definitions/geocode.count"
|
|
12014
|
-
}
|
|
12015
|
-
},
|
|
12016
|
-
"required": [
|
|
12017
|
-
"name",
|
|
12018
|
-
"arguments"
|
|
12019
|
-
],
|
|
12020
|
-
"type": "object"
|
|
12021
|
-
},
|
|
12022
|
-
{
|
|
12023
|
-
"additionalProperties": false,
|
|
12024
|
-
"properties": {
|
|
12025
|
-
"arguments": {
|
|
12026
|
-
"$ref": "#/definitions/geocode.geocode:input"
|
|
12027
|
-
},
|
|
12028
|
-
"name": {
|
|
12029
|
-
"$ref": "#/definitions/geocode.geocode"
|
|
12030
|
-
}
|
|
12031
|
-
},
|
|
12032
|
-
"required": [
|
|
12033
|
-
"name",
|
|
12034
|
-
"arguments"
|
|
12035
|
-
],
|
|
12036
|
-
"type": "object"
|
|
12037
|
-
},
|
|
12038
|
-
{
|
|
12039
|
-
"additionalProperties": false,
|
|
12040
|
-
"properties": {
|
|
12041
|
-
"arguments": {
|
|
12042
|
-
"$ref": "#/definitions/geocode.reverse-geocode:input"
|
|
12043
|
-
},
|
|
12044
|
-
"name": {
|
|
12045
|
-
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
12046
|
-
}
|
|
12047
|
-
},
|
|
12048
|
-
"required": [
|
|
12049
|
-
"name",
|
|
12050
|
-
"arguments"
|
|
12051
|
-
],
|
|
12052
|
-
"type": "object"
|
|
12053
|
-
},
|
|
12054
|
-
{
|
|
12055
|
-
"additionalProperties": false,
|
|
12056
|
-
"properties": {
|
|
12057
|
-
"arguments": {
|
|
12058
|
-
"$ref": "#/definitions/geocode.suggest:input"
|
|
12059
|
-
},
|
|
12060
|
-
"name": {
|
|
12061
|
-
"$ref": "#/definitions/geocode.suggest"
|
|
12062
|
-
}
|
|
12063
|
-
},
|
|
12064
|
-
"required": [
|
|
12065
|
-
"name",
|
|
12066
|
-
"arguments"
|
|
12067
|
-
],
|
|
12068
|
-
"type": "object"
|
|
12069
|
-
},
|
|
12070
11562
|
{
|
|
12071
11563
|
"additionalProperties": false,
|
|
12072
11564
|
"properties": {
|
|
@@ -12083,22 +11575,6 @@
|
|
|
12083
11575
|
],
|
|
12084
11576
|
"type": "object"
|
|
12085
11577
|
},
|
|
12086
|
-
{
|
|
12087
|
-
"additionalProperties": false,
|
|
12088
|
-
"properties": {
|
|
12089
|
-
"arguments": {
|
|
12090
|
-
"$ref": "#/definitions/geolocation.get-location-permissions-enabled:input"
|
|
12091
|
-
},
|
|
12092
|
-
"name": {
|
|
12093
|
-
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
12094
|
-
}
|
|
12095
|
-
},
|
|
12096
|
-
"required": [
|
|
12097
|
-
"name",
|
|
12098
|
-
"arguments"
|
|
12099
|
-
],
|
|
12100
|
-
"type": "object"
|
|
12101
|
-
},
|
|
12102
11578
|
{
|
|
12103
11579
|
"additionalProperties": false,
|
|
12104
11580
|
"properties": {
|
|
@@ -12670,27 +12146,12 @@
|
|
|
12670
12146
|
{
|
|
12671
12147
|
"$ref": "#/definitions/edit.update-feature"
|
|
12672
12148
|
},
|
|
12673
|
-
{
|
|
12674
|
-
"$ref": "#/definitions/geocode.count"
|
|
12675
|
-
},
|
|
12676
|
-
{
|
|
12677
|
-
"$ref": "#/definitions/geocode.geocode"
|
|
12678
|
-
},
|
|
12679
|
-
{
|
|
12680
|
-
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
12681
|
-
},
|
|
12682
|
-
{
|
|
12683
|
-
"$ref": "#/definitions/geocode.suggest"
|
|
12684
|
-
},
|
|
12685
12149
|
{
|
|
12686
12150
|
"$ref": "#/definitions/geolocation.auto-recenter"
|
|
12687
12151
|
},
|
|
12688
12152
|
{
|
|
12689
12153
|
"$ref": "#/definitions/geolocation.display-location"
|
|
12690
12154
|
},
|
|
12691
|
-
{
|
|
12692
|
-
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
12693
|
-
},
|
|
12694
12155
|
{
|
|
12695
12156
|
"$ref": "#/definitions/geolocation.turn-off-geolocation"
|
|
12696
12157
|
},
|
|
@@ -12835,6 +12296,86 @@
|
|
|
12835
12296
|
],
|
|
12836
12297
|
"type": "object"
|
|
12837
12298
|
},
|
|
12299
|
+
{
|
|
12300
|
+
"additionalProperties": false,
|
|
12301
|
+
"properties": {
|
|
12302
|
+
"arguments": {
|
|
12303
|
+
"$ref": "#/definitions/geocode.count:input"
|
|
12304
|
+
},
|
|
12305
|
+
"name": {
|
|
12306
|
+
"$ref": "#/definitions/geocode.count"
|
|
12307
|
+
}
|
|
12308
|
+
},
|
|
12309
|
+
"required": [
|
|
12310
|
+
"name",
|
|
12311
|
+
"arguments"
|
|
12312
|
+
],
|
|
12313
|
+
"type": "object"
|
|
12314
|
+
},
|
|
12315
|
+
{
|
|
12316
|
+
"additionalProperties": false,
|
|
12317
|
+
"properties": {
|
|
12318
|
+
"arguments": {
|
|
12319
|
+
"$ref": "#/definitions/geocode.geocode:input"
|
|
12320
|
+
},
|
|
12321
|
+
"name": {
|
|
12322
|
+
"$ref": "#/definitions/geocode.geocode"
|
|
12323
|
+
}
|
|
12324
|
+
},
|
|
12325
|
+
"required": [
|
|
12326
|
+
"name",
|
|
12327
|
+
"arguments"
|
|
12328
|
+
],
|
|
12329
|
+
"type": "object"
|
|
12330
|
+
},
|
|
12331
|
+
{
|
|
12332
|
+
"additionalProperties": false,
|
|
12333
|
+
"properties": {
|
|
12334
|
+
"arguments": {
|
|
12335
|
+
"$ref": "#/definitions/geocode.reverse-geocode:input"
|
|
12336
|
+
},
|
|
12337
|
+
"name": {
|
|
12338
|
+
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
12339
|
+
}
|
|
12340
|
+
},
|
|
12341
|
+
"required": [
|
|
12342
|
+
"name",
|
|
12343
|
+
"arguments"
|
|
12344
|
+
],
|
|
12345
|
+
"type": "object"
|
|
12346
|
+
},
|
|
12347
|
+
{
|
|
12348
|
+
"additionalProperties": false,
|
|
12349
|
+
"properties": {
|
|
12350
|
+
"arguments": {
|
|
12351
|
+
"$ref": "#/definitions/geocode.suggest:input"
|
|
12352
|
+
},
|
|
12353
|
+
"name": {
|
|
12354
|
+
"$ref": "#/definitions/geocode.suggest"
|
|
12355
|
+
}
|
|
12356
|
+
},
|
|
12357
|
+
"required": [
|
|
12358
|
+
"name",
|
|
12359
|
+
"arguments"
|
|
12360
|
+
],
|
|
12361
|
+
"type": "object"
|
|
12362
|
+
},
|
|
12363
|
+
{
|
|
12364
|
+
"additionalProperties": false,
|
|
12365
|
+
"properties": {
|
|
12366
|
+
"arguments": {
|
|
12367
|
+
"$ref": "#/definitions/geolocation.get-location-permissions-enabled:input"
|
|
12368
|
+
},
|
|
12369
|
+
"name": {
|
|
12370
|
+
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
12371
|
+
}
|
|
12372
|
+
},
|
|
12373
|
+
"required": [
|
|
12374
|
+
"name",
|
|
12375
|
+
"arguments"
|
|
12376
|
+
],
|
|
12377
|
+
"type": "object"
|
|
12378
|
+
},
|
|
12838
12379
|
{
|
|
12839
12380
|
"additionalProperties": false,
|
|
12840
12381
|
"properties": {
|
|
@@ -13004,9 +12545,24 @@
|
|
|
13004
12545
|
{
|
|
13005
12546
|
"$ref": "#/definitions/basemap.get-current"
|
|
13006
12547
|
},
|
|
12548
|
+
{
|
|
12549
|
+
"$ref": "#/definitions/geocode.count"
|
|
12550
|
+
},
|
|
12551
|
+
{
|
|
12552
|
+
"$ref": "#/definitions/geocode.geocode"
|
|
12553
|
+
},
|
|
12554
|
+
{
|
|
12555
|
+
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
12556
|
+
},
|
|
12557
|
+
{
|
|
12558
|
+
"$ref": "#/definitions/geocode.suggest"
|
|
12559
|
+
},
|
|
13007
12560
|
{
|
|
13008
12561
|
"$ref": "#/definitions/geolocation.get-current-state"
|
|
13009
12562
|
},
|
|
12563
|
+
{
|
|
12564
|
+
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
12565
|
+
},
|
|
13010
12566
|
{
|
|
13011
12567
|
"$ref": "#/definitions/geolocation.get-position"
|
|
13012
12568
|
},
|