@vertigis/viewer-spec 46.4.0 → 47.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/map.d.ts +19 -4
- package/messaging/registry/system.d.ts +60 -0
- package/messaging/registry/system.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 +710 -1053
- package/messaging/schema/mobile-event.schema.json +449 -888
- package/messaging/schema/web-action.schema.json +700 -1357
- package/messaging/schema/web-event.schema.json +422 -861
- package/package.json +19 -19
- 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,14 +322,14 @@
|
|
|
323
322
|
},
|
|
324
323
|
"@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
|
|
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{@linkFormatSettings}.",
|
|
327
326
|
"properties": {
|
|
328
327
|
"currency": {
|
|
329
328
|
"description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
|
|
330
329
|
"type": "string"
|
|
331
330
|
},
|
|
332
331
|
"dateFormat": {
|
|
333
|
-
"description": "The default format for date values. Either a
|
|
332
|
+
"description": "The default format for date values. Either a{@linkDateFormat}constant, or a custom date format string.",
|
|
334
333
|
"type": "string"
|
|
335
334
|
},
|
|
336
335
|
"fractionalDigits": {
|
|
@@ -342,7 +341,7 @@
|
|
|
342
341
|
"type": "string"
|
|
343
342
|
},
|
|
344
343
|
"numberFormat": {
|
|
345
|
-
"description": "The default format for number values. Either a
|
|
344
|
+
"description": "The default format for number values. Either a{@linkNumberFormat}constant, or a custom number format string.",
|
|
346
345
|
"type": "string"
|
|
347
346
|
},
|
|
348
347
|
"timeZone": {
|
|
@@ -637,6 +636,68 @@
|
|
|
637
636
|
],
|
|
638
637
|
"description": "One or map extensions."
|
|
639
638
|
},
|
|
639
|
+
"OperationalLayer": {
|
|
640
|
+
"anyOf": [
|
|
641
|
+
{
|
|
642
|
+
"$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
697
|
+
}
|
|
698
|
+
],
|
|
699
|
+
"description": "An operational layer in a web map/scene."
|
|
700
|
+
},
|
|
640
701
|
"PrintErrorEventArgs": {
|
|
641
702
|
"additionalProperties": false,
|
|
642
703
|
"description": "Arguments for the printing.print-error event.",
|
|
@@ -1139,7 +1200,7 @@
|
|
|
1139
1200
|
},
|
|
1140
1201
|
"listMode": {
|
|
1141
1202
|
"$ref": "esri.ListMode",
|
|
1142
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
1203
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
1143
1204
|
},
|
|
1144
1205
|
"maxScale": {
|
|
1145
1206
|
"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.",
|
|
@@ -1154,7 +1215,7 @@
|
|
|
1154
1215
|
"type": "number"
|
|
1155
1216
|
},
|
|
1156
1217
|
"refreshInterval": {
|
|
1157
|
-
"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.
|
|
1218
|
+
"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}.",
|
|
1158
1219
|
"type": "number"
|
|
1159
1220
|
},
|
|
1160
1221
|
"showLegend": {
|
|
@@ -1173,7 +1234,7 @@
|
|
|
1173
1234
|
"type": "string"
|
|
1174
1235
|
},
|
|
1175
1236
|
"type": {
|
|
1176
|
-
"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
|
|
1237
|
+
"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}.",
|
|
1177
1238
|
"enum": [
|
|
1178
1239
|
"BingMapsAerial",
|
|
1179
1240
|
"BingMapsHybrid",
|
|
@@ -1366,7 +1427,7 @@
|
|
|
1366
1427
|
},
|
|
1367
1428
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
1368
1429
|
"additionalProperties": false,
|
|
1369
|
-
"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.
|
|
1430
|
+
"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/}.",
|
|
1370
1431
|
"properties": {
|
|
1371
1432
|
"blendMode": {
|
|
1372
1433
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -1397,7 +1458,7 @@
|
|
|
1397
1458
|
},
|
|
1398
1459
|
"listMode": {
|
|
1399
1460
|
"$ref": "esri.ListMode",
|
|
1400
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
1461
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
1401
1462
|
},
|
|
1402
1463
|
"locationInfo": {
|
|
1403
1464
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -1420,7 +1481,7 @@
|
|
|
1420
1481
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
1421
1482
|
},
|
|
1422
1483
|
"refreshInterval": {
|
|
1423
|
-
"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.
|
|
1484
|
+
"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}.",
|
|
1424
1485
|
"type": "number"
|
|
1425
1486
|
},
|
|
1426
1487
|
"screenSizePerspective": {
|
|
@@ -1440,7 +1501,7 @@
|
|
|
1440
1501
|
"type": "string"
|
|
1441
1502
|
},
|
|
1442
1503
|
"type": {
|
|
1443
|
-
"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
|
|
1504
|
+
"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}.",
|
|
1444
1505
|
"enum": [
|
|
1445
1506
|
"BingMapsAerial",
|
|
1446
1507
|
"BingMapsHybrid",
|
|
@@ -1522,7 +1583,7 @@
|
|
|
1522
1583
|
},
|
|
1523
1584
|
"esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
|
|
1524
1585
|
"additionalProperties": false,
|
|
1525
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.
|
|
1586
|
+
"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/}.",
|
|
1526
1587
|
"properties": {
|
|
1527
1588
|
"classMaxValue": {
|
|
1528
1589
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -1590,7 +1651,7 @@
|
|
|
1590
1651
|
},
|
|
1591
1652
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
1592
1653
|
"additionalProperties": false,
|
|
1593
|
-
"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.
|
|
1654
|
+
"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/}.",
|
|
1594
1655
|
"properties": {
|
|
1595
1656
|
"authoringInfo": {
|
|
1596
1657
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -1616,7 +1677,7 @@
|
|
|
1616
1677
|
},
|
|
1617
1678
|
"classificationMethod": {
|
|
1618
1679
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
|
|
1619
|
-
"description": "Determines the classification method that was used to generate class breaks. See
|
|
1680
|
+
"description": "Determines the classification method that was used to generate class breaks. See{@linkClassificationMethod}."
|
|
1620
1681
|
},
|
|
1621
1682
|
"defaultLabel": {
|
|
1622
1683
|
"description": "Default string for the default symbol used to draw unspecified values.",
|
|
@@ -1681,7 +1742,7 @@
|
|
|
1681
1742
|
},
|
|
1682
1743
|
"normalizationType": {
|
|
1683
1744
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
|
|
1684
|
-
"description": "One of the NormalizationType constants. See
|
|
1745
|
+
"description": "One of the NormalizationType constants. See{@linkNormalizationType}."
|
|
1685
1746
|
},
|
|
1686
1747
|
"rotationExpression": {
|
|
1687
1748
|
"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.",
|
|
@@ -1689,10 +1750,10 @@
|
|
|
1689
1750
|
},
|
|
1690
1751
|
"rotationType": {
|
|
1691
1752
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
1692
|
-
"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
|
|
1753
|
+
"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}."
|
|
1693
1754
|
},
|
|
1694
1755
|
"type": {
|
|
1695
|
-
"description": "The type of renderer. See
|
|
1756
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
1696
1757
|
"enum": [
|
|
1697
1758
|
"classBreaks"
|
|
1698
1759
|
],
|
|
@@ -1701,20 +1762,8 @@
|
|
|
1701
1762
|
"visualVariables": {
|
|
1702
1763
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
1703
1764
|
"items": {
|
|
1704
|
-
"
|
|
1705
|
-
|
|
1706
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
1707
|
-
},
|
|
1708
|
-
{
|
|
1709
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
1712
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
1716
|
-
}
|
|
1717
|
-
]
|
|
1765
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
1766
|
+
"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/}."
|
|
1718
1767
|
},
|
|
1719
1768
|
"type": "array"
|
|
1720
1769
|
}
|
|
@@ -1750,7 +1799,7 @@
|
|
|
1750
1799
|
},
|
|
1751
1800
|
"esri.rest-api.CodedValueDomain.CodedValue": {
|
|
1752
1801
|
"additionalProperties": false,
|
|
1753
|
-
"description": "A set of valid coded values with unique names.
|
|
1802
|
+
"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/}.",
|
|
1754
1803
|
"properties": {
|
|
1755
1804
|
"code": {
|
|
1756
1805
|
"description": "Value indicating which unique code is used to identify the feature attribute.",
|
|
@@ -1772,7 +1821,7 @@
|
|
|
1772
1821
|
},
|
|
1773
1822
|
"esri.rest-api.CodedValueDomain.CodedValueDomain": {
|
|
1774
1823
|
"additionalProperties": false,
|
|
1775
|
-
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name.
|
|
1824
|
+
"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/}.",
|
|
1776
1825
|
"properties": {
|
|
1777
1826
|
"codedValues": {
|
|
1778
1827
|
"description": "The set of valid coded values.",
|
|
@@ -1786,7 +1835,7 @@
|
|
|
1786
1835
|
"type": "string"
|
|
1787
1836
|
},
|
|
1788
1837
|
"type": {
|
|
1789
|
-
"description": "Type of domain. See
|
|
1838
|
+
"description": "Type of domain. See{@linkDomainType}.",
|
|
1790
1839
|
"enum": [
|
|
1791
1840
|
"codedValue"
|
|
1792
1841
|
],
|
|
@@ -1802,7 +1851,7 @@
|
|
|
1802
1851
|
},
|
|
1803
1852
|
"esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
|
|
1804
1853
|
"additionalProperties": false,
|
|
1805
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.
|
|
1854
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
|
|
1806
1855
|
"properties": {
|
|
1807
1856
|
"classMaxValue": {
|
|
1808
1857
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -1829,7 +1878,7 @@
|
|
|
1829
1878
|
},
|
|
1830
1879
|
"esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
|
|
1831
1880
|
"additionalProperties": false,
|
|
1832
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.
|
|
1881
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
|
|
1833
1882
|
"properties": {
|
|
1834
1883
|
"color": {
|
|
1835
1884
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -1868,11 +1917,11 @@
|
|
|
1868
1917
|
"$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
|
|
1869
1918
|
}
|
|
1870
1919
|
],
|
|
1871
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.
|
|
1920
|
+
"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/}."
|
|
1872
1921
|
},
|
|
1873
1922
|
"esri.rest-api.DefinitionEditor.DefinitionEditor": {
|
|
1874
1923
|
"additionalProperties": false,
|
|
1875
|
-
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition.
|
|
1924
|
+
"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/}.",
|
|
1876
1925
|
"properties": {
|
|
1877
1926
|
"inputs": {
|
|
1878
1927
|
"description": "An array of input objects.",
|
|
@@ -1890,7 +1939,7 @@
|
|
|
1890
1939
|
},
|
|
1891
1940
|
"esri.rest-api.DefinitionEditor.Input": {
|
|
1892
1941
|
"additionalProperties": false,
|
|
1893
|
-
"description": "The input objects specified by the definitionEditor.
|
|
1942
|
+
"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/}.",
|
|
1894
1943
|
"properties": {
|
|
1895
1944
|
"hint": {
|
|
1896
1945
|
"description": "A string value representing a hint for the input.",
|
|
@@ -1912,7 +1961,7 @@
|
|
|
1912
1961
|
},
|
|
1913
1962
|
"esri.rest-api.DefinitionEditor.Parameter": {
|
|
1914
1963
|
"additionalProperties": false,
|
|
1915
|
-
"description": "Objects defined by a definitionEditor input.
|
|
1964
|
+
"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/}.",
|
|
1916
1965
|
"properties": {
|
|
1917
1966
|
"defaultValue": {
|
|
1918
1967
|
"description": "The default value that is automatically given if nothing is provided.",
|
|
@@ -1948,11 +1997,11 @@
|
|
|
1948
1997
|
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
1949
1998
|
}
|
|
1950
1999
|
],
|
|
1951
|
-
"description": "A domain specifies the set of valid values for a field.
|
|
2000
|
+
"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/}."
|
|
1952
2001
|
},
|
|
1953
2002
|
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
1954
2003
|
"additionalProperties": false,
|
|
1955
|
-
"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.
|
|
2004
|
+
"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/}.",
|
|
1956
2005
|
"properties": {
|
|
1957
2006
|
"filters": {
|
|
1958
2007
|
"description": "Filters for PointCloud layers.",
|
|
@@ -1967,7 +2016,8 @@
|
|
|
1967
2016
|
{
|
|
1968
2017
|
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
1969
2018
|
}
|
|
1970
|
-
]
|
|
2019
|
+
],
|
|
2020
|
+
"description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
1971
2021
|
},
|
|
1972
2022
|
"type": "array"
|
|
1973
2023
|
},
|
|
@@ -2003,11 +2053,11 @@
|
|
|
2003
2053
|
},
|
|
2004
2054
|
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
2005
2055
|
"additionalProperties": false,
|
|
2006
|
-
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help.
|
|
2056
|
+
"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/}.",
|
|
2007
2057
|
"properties": {
|
|
2008
2058
|
"dataSource": {
|
|
2009
2059
|
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
2010
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.
|
|
2060
|
+
"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/}."
|
|
2011
2061
|
},
|
|
2012
2062
|
"fields": {
|
|
2013
2063
|
"description": "An array of objects specifying information about an attribute field.",
|
|
@@ -2031,7 +2081,7 @@
|
|
|
2031
2081
|
},
|
|
2032
2082
|
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
2033
2083
|
"additionalProperties": false,
|
|
2034
|
-
"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.
|
|
2084
|
+
"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/}.",
|
|
2035
2085
|
"properties": {
|
|
2036
2086
|
"gdbVersion": {
|
|
2037
2087
|
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
@@ -2139,7 +2189,7 @@
|
|
|
2139
2189
|
},
|
|
2140
2190
|
"esri.rest-api.ElevationInfo.ElevationInfo": {
|
|
2141
2191
|
"additionalProperties": false,
|
|
2142
|
-
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView.
|
|
2192
|
+
"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/}.",
|
|
2143
2193
|
"properties": {
|
|
2144
2194
|
"featureExpression": {
|
|
2145
2195
|
"description": "Deprecated with 1.8, use featureExpressionInfo instead. {\"value\":0} Ignores geometry z-values."
|
|
@@ -2150,10 +2200,10 @@
|
|
|
2150
2200
|
},
|
|
2151
2201
|
"mode": {
|
|
2152
2202
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
|
|
2153
|
-
"description": "Determines how the service elevation values are combined with the basemap elevation. See
|
|
2203
|
+
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
|
|
2154
2204
|
},
|
|
2155
2205
|
"offset": {
|
|
2156
|
-
"description": "Offset is always added to the result of the above logic except for
|
|
2206
|
+
"description": "Offset is always added to the result of the above logic except for{@link\"onTheGround\"}where offset is ignored.",
|
|
2157
2207
|
"type": "number"
|
|
2158
2208
|
},
|
|
2159
2209
|
"unit": {
|
|
@@ -2190,7 +2240,7 @@
|
|
|
2190
2240
|
},
|
|
2191
2241
|
"esri.rest-api.ElevationLayer.ElevationLayer": {
|
|
2192
2242
|
"additionalProperties": false,
|
|
2193
|
-
"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.
|
|
2243
|
+
"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/}.",
|
|
2194
2244
|
"properties": {
|
|
2195
2245
|
"blendMode": {
|
|
2196
2246
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -2217,7 +2267,7 @@
|
|
|
2217
2267
|
},
|
|
2218
2268
|
"listMode": {
|
|
2219
2269
|
"$ref": "esri.ListMode",
|
|
2220
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
2270
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
2221
2271
|
},
|
|
2222
2272
|
"maxScale": {
|
|
2223
2273
|
"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.",
|
|
@@ -2232,7 +2282,7 @@
|
|
|
2232
2282
|
"type": "number"
|
|
2233
2283
|
},
|
|
2234
2284
|
"refreshInterval": {
|
|
2235
|
-
"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.
|
|
2285
|
+
"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}.",
|
|
2236
2286
|
"type": "number"
|
|
2237
2287
|
},
|
|
2238
2288
|
"showLegend": {
|
|
@@ -2244,7 +2294,7 @@
|
|
|
2244
2294
|
"type": "string"
|
|
2245
2295
|
},
|
|
2246
2296
|
"type": {
|
|
2247
|
-
"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
|
|
2297
|
+
"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}.",
|
|
2248
2298
|
"enum": [
|
|
2249
2299
|
"BingMapsAerial",
|
|
2250
2300
|
"BingMapsHybrid",
|
|
@@ -2273,7 +2323,7 @@
|
|
|
2273
2323
|
},
|
|
2274
2324
|
"esri.rest-api.Extent.Extent": {
|
|
2275
2325
|
"additionalProperties": false,
|
|
2276
|
-
"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.
|
|
2326
|
+
"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/}.",
|
|
2277
2327
|
"properties": {
|
|
2278
2328
|
"spatialReference": {
|
|
2279
2329
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -2300,7 +2350,7 @@
|
|
|
2300
2350
|
},
|
|
2301
2351
|
"esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
|
|
2302
2352
|
"additionalProperties": false,
|
|
2303
|
-
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.
|
|
2353
|
+
"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/}.",
|
|
2304
2354
|
"properties": {
|
|
2305
2355
|
"enable": {
|
|
2306
2356
|
"description": "Type: Boolean.",
|
|
@@ -2315,7 +2365,7 @@
|
|
|
2315
2365
|
"type": "number"
|
|
2316
2366
|
},
|
|
2317
2367
|
"type": {
|
|
2318
|
-
"description": "The type of the Symbol3DLayer. See
|
|
2368
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
2319
2369
|
"enum": [
|
|
2320
2370
|
"Extrude"
|
|
2321
2371
|
],
|
|
@@ -2329,7 +2379,7 @@
|
|
|
2329
2379
|
},
|
|
2330
2380
|
"esri.rest-api.Feature.Feature": {
|
|
2331
2381
|
"additionalProperties": false,
|
|
2332
|
-
"description": "Contains information about an attribute field and feature geometry.
|
|
2382
|
+
"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/}.",
|
|
2333
2383
|
"properties": {
|
|
2334
2384
|
"attributes": {
|
|
2335
2385
|
"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."
|
|
@@ -2384,7 +2434,7 @@
|
|
|
2384
2434
|
},
|
|
2385
2435
|
"esri.rest-api.FeatureCollection.FeatureCollection": {
|
|
2386
2436
|
"additionalProperties": false,
|
|
2387
|
-
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map.
|
|
2437
|
+
"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/}.",
|
|
2388
2438
|
"properties": {
|
|
2389
2439
|
"layers": {
|
|
2390
2440
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -2414,7 +2464,7 @@
|
|
|
2414
2464
|
},
|
|
2415
2465
|
"esri.rest-api.FeatureLayer.FeatureLayer": {
|
|
2416
2466
|
"additionalProperties": false,
|
|
2417
|
-
"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.
|
|
2467
|
+
"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/}.",
|
|
2418
2468
|
"properties": {
|
|
2419
2469
|
"blendMode": {
|
|
2420
2470
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -2468,7 +2518,7 @@
|
|
|
2468
2518
|
},
|
|
2469
2519
|
"listMode": {
|
|
2470
2520
|
"$ref": "esri.ListMode",
|
|
2471
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
2521
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
2472
2522
|
},
|
|
2473
2523
|
"maxScale": {
|
|
2474
2524
|
"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.",
|
|
@@ -2480,7 +2530,7 @@
|
|
|
2480
2530
|
},
|
|
2481
2531
|
"mode": {
|
|
2482
2532
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
2483
|
-
"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
|
|
2533
|
+
"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}."
|
|
2484
2534
|
},
|
|
2485
2535
|
"opacity": {
|
|
2486
2536
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -2491,7 +2541,7 @@
|
|
|
2491
2541
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
2492
2542
|
},
|
|
2493
2543
|
"refreshInterval": {
|
|
2494
|
-
"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.
|
|
2544
|
+
"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}.",
|
|
2495
2545
|
"type": "number"
|
|
2496
2546
|
},
|
|
2497
2547
|
"screenSizePerspective": {
|
|
@@ -2518,7 +2568,7 @@
|
|
|
2518
2568
|
"type": "string"
|
|
2519
2569
|
},
|
|
2520
2570
|
"type": {
|
|
2521
|
-
"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
|
|
2571
|
+
"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}.",
|
|
2522
2572
|
"enum": [
|
|
2523
2573
|
"BingMapsAerial",
|
|
2524
2574
|
"BingMapsHybrid",
|
|
@@ -2630,7 +2680,7 @@
|
|
|
2630
2680
|
},
|
|
2631
2681
|
"esri.rest-api.FeatureSet.FeatureSet": {
|
|
2632
2682
|
"additionalProperties": false,
|
|
2633
|
-
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer.
|
|
2683
|
+
"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/}.",
|
|
2634
2684
|
"properties": {
|
|
2635
2685
|
"features": {
|
|
2636
2686
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -2652,7 +2702,7 @@
|
|
|
2652
2702
|
},
|
|
2653
2703
|
"esri.rest-api.Field.Field": {
|
|
2654
2704
|
"additionalProperties": false,
|
|
2655
|
-
"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.
|
|
2705
|
+
"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/}.",
|
|
2656
2706
|
"properties": {
|
|
2657
2707
|
"alias": {
|
|
2658
2708
|
"description": "The field alias (human-readable name).",
|
|
@@ -2684,7 +2734,7 @@
|
|
|
2684
2734
|
},
|
|
2685
2735
|
"type": {
|
|
2686
2736
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
2687
|
-
"description": "Type of the Field. See
|
|
2737
|
+
"description": "Type of the Field. See{@linkFieldType}."
|
|
2688
2738
|
}
|
|
2689
2739
|
},
|
|
2690
2740
|
"type": "object"
|
|
@@ -2710,7 +2760,7 @@
|
|
|
2710
2760
|
},
|
|
2711
2761
|
"esri.rest-api.FieldInfo.FieldInfo": {
|
|
2712
2762
|
"additionalProperties": false,
|
|
2713
|
-
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window.
|
|
2763
|
+
"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/}.",
|
|
2714
2764
|
"properties": {
|
|
2715
2765
|
"fieldName": {
|
|
2716
2766
|
"description": "The field name as defined by the service.",
|
|
@@ -2730,7 +2780,7 @@
|
|
|
2730
2780
|
},
|
|
2731
2781
|
"stringFieldOption": {
|
|
2732
2782
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
|
|
2733
|
-
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See
|
|
2783
|
+
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@linkStringFieldOption}."
|
|
2734
2784
|
},
|
|
2735
2785
|
"tooltip": {
|
|
2736
2786
|
"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.",
|
|
@@ -2747,7 +2797,7 @@
|
|
|
2747
2797
|
"type": "object"
|
|
2748
2798
|
},
|
|
2749
2799
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
2750
|
-
"description": "The type of string field to use with
|
|
2800
|
+
"description": "The type of string field to use with{@linkFieldInfo.stringFieldOption}..",
|
|
2751
2801
|
"enum": [
|
|
2752
2802
|
"richtext",
|
|
2753
2803
|
"textarea",
|
|
@@ -2757,7 +2807,7 @@
|
|
|
2757
2807
|
},
|
|
2758
2808
|
"esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
|
|
2759
2809
|
"additionalProperties": false,
|
|
2760
|
-
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView.
|
|
2810
|
+
"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/}.",
|
|
2761
2811
|
"properties": {
|
|
2762
2812
|
"castShadows": {
|
|
2763
2813
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -2780,7 +2830,7 @@
|
|
|
2780
2830
|
"description": "The outline of the point, line or polygon."
|
|
2781
2831
|
},
|
|
2782
2832
|
"type": {
|
|
2783
|
-
"description": "The type of the Symbol3DLayer. See
|
|
2833
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
2784
2834
|
"enum": [
|
|
2785
2835
|
"Fill"
|
|
2786
2836
|
],
|
|
@@ -2794,7 +2844,7 @@
|
|
|
2794
2844
|
},
|
|
2795
2845
|
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
2796
2846
|
"additionalProperties": false,
|
|
2797
|
-
"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.
|
|
2847
|
+
"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/}.",
|
|
2798
2848
|
"properties": {
|
|
2799
2849
|
"attachmentKeyword": {
|
|
2800
2850
|
"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.",
|
|
@@ -2809,26 +2859,8 @@
|
|
|
2809
2859
|
"type": "boolean"
|
|
2810
2860
|
},
|
|
2811
2861
|
"inputType": {
|
|
2812
|
-
"
|
|
2813
|
-
"description": "The input user interface to use for the attachment."
|
|
2814
|
-
"properties": {
|
|
2815
|
-
"type": {
|
|
2816
|
-
"description": "The input type identifier.",
|
|
2817
|
-
"enum": [
|
|
2818
|
-
"attachment",
|
|
2819
|
-
"audio",
|
|
2820
|
-
"document",
|
|
2821
|
-
"image",
|
|
2822
|
-
"signature",
|
|
2823
|
-
"video"
|
|
2824
|
-
],
|
|
2825
|
-
"type": "string"
|
|
2826
|
-
}
|
|
2827
|
-
},
|
|
2828
|
-
"required": [
|
|
2829
|
-
"type"
|
|
2830
|
-
],
|
|
2831
|
-
"type": "object"
|
|
2862
|
+
"$ref": "__type",
|
|
2863
|
+
"description": "The input user interface to use for the attachment."
|
|
2832
2864
|
},
|
|
2833
2865
|
"label": {
|
|
2834
2866
|
"description": "A string value indicating what the element represents.",
|
|
@@ -2853,7 +2885,7 @@
|
|
|
2853
2885
|
},
|
|
2854
2886
|
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
2855
2887
|
"additionalProperties": false,
|
|
2856
|
-
"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.
|
|
2888
|
+
"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/}.",
|
|
2857
2889
|
"properties": {
|
|
2858
2890
|
"maxLength": {
|
|
2859
2891
|
"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.",
|
|
@@ -2878,7 +2910,7 @@
|
|
|
2878
2910
|
},
|
|
2879
2911
|
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
2880
2912
|
"additionalProperties": false,
|
|
2881
|
-
"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.
|
|
2913
|
+
"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/}.",
|
|
2882
2914
|
"properties": {
|
|
2883
2915
|
"noValueOptionLabel": {
|
|
2884
2916
|
"description": "The text used to represent a null value.",
|
|
@@ -2903,7 +2935,7 @@
|
|
|
2903
2935
|
},
|
|
2904
2936
|
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
2905
2937
|
"additionalProperties": false,
|
|
2906
|
-
"description": "Defines the desired user interface is a calendar date picker.
|
|
2938
|
+
"description": "Defines the desired user interface is a calendar date picker.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
2907
2939
|
"properties": {
|
|
2908
2940
|
"includeTime": {
|
|
2909
2941
|
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
@@ -2932,7 +2964,7 @@
|
|
|
2932
2964
|
},
|
|
2933
2965
|
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
2934
2966
|
"additionalProperties": false,
|
|
2935
|
-
"description": "Arcade expression used in the form.
|
|
2967
|
+
"description": "Arcade expression used in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
2936
2968
|
"properties": {
|
|
2937
2969
|
"expression": {
|
|
2938
2970
|
"description": "The Arcade expression.",
|
|
@@ -2958,7 +2990,7 @@
|
|
|
2958
2990
|
},
|
|
2959
2991
|
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
2960
2992
|
"additionalProperties": false,
|
|
2961
|
-
"description": "Defines how a field in the dataset participates in the form.
|
|
2993
|
+
"description": "Defines how a field in the dataset participates in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
2962
2994
|
"properties": {
|
|
2963
2995
|
"description": {
|
|
2964
2996
|
"description": "A string that describes the element in detail.",
|
|
@@ -3029,7 +3061,7 @@
|
|
|
3029
3061
|
},
|
|
3030
3062
|
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
3031
3063
|
"additionalProperties": false,
|
|
3032
|
-
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together.
|
|
3064
|
+
"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/}.",
|
|
3033
3065
|
"properties": {
|
|
3034
3066
|
"description": {
|
|
3035
3067
|
"description": "A string that describes the element in detail.",
|
|
@@ -3083,7 +3115,7 @@
|
|
|
3083
3115
|
},
|
|
3084
3116
|
"esri.rest-api.FormInfo.FormInfo": {
|
|
3085
3117
|
"additionalProperties": false,
|
|
3086
|
-
"description": "Defines the form configuration when a user edits a feature.
|
|
3118
|
+
"description": "Defines the form configuration when a user edits a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
3087
3119
|
"properties": {
|
|
3088
3120
|
"description": {
|
|
3089
3121
|
"description": "A string that appears in the body of the form as a description.",
|
|
@@ -3125,7 +3157,7 @@
|
|
|
3125
3157
|
},
|
|
3126
3158
|
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
3127
3159
|
"additionalProperties": false,
|
|
3128
|
-
"description": "Defines the desired user interface is a radio button group.
|
|
3160
|
+
"description": "Defines the desired user interface is a radio button group.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
3129
3161
|
"properties": {
|
|
3130
3162
|
"noValueOptionLabel": {
|
|
3131
3163
|
"description": "The text used to represent a null value.",
|
|
@@ -3150,7 +3182,7 @@
|
|
|
3150
3182
|
},
|
|
3151
3183
|
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
3152
3184
|
"additionalProperties": false,
|
|
3153
|
-
"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.
|
|
3185
|
+
"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/}.",
|
|
3154
3186
|
"properties": {
|
|
3155
3187
|
"description": {
|
|
3156
3188
|
"description": "A string that describes the element in detail.",
|
|
@@ -3194,7 +3226,7 @@
|
|
|
3194
3226
|
},
|
|
3195
3227
|
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
3196
3228
|
"additionalProperties": false,
|
|
3197
|
-
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options.
|
|
3229
|
+
"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/}.",
|
|
3198
3230
|
"properties": {
|
|
3199
3231
|
"offValue": {
|
|
3200
3232
|
"description": "The coded value when switch state is off.",
|
|
@@ -3225,7 +3257,7 @@
|
|
|
3225
3257
|
},
|
|
3226
3258
|
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
3227
3259
|
"additionalProperties": false,
|
|
3228
|
-
"description": "Defines the desired user interface is a multi-line text area.
|
|
3260
|
+
"description": "Defines the desired user interface is a multi-line text area.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
3229
3261
|
"properties": {
|
|
3230
3262
|
"maxLength": {
|
|
3231
3263
|
"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.",
|
|
@@ -3250,7 +3282,7 @@
|
|
|
3250
3282
|
},
|
|
3251
3283
|
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
3252
3284
|
"additionalProperties": false,
|
|
3253
|
-
"description": "Defines the desired user interface is a single-line text box.
|
|
3285
|
+
"description": "Defines the desired user interface is a single-line text box.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
3254
3286
|
"properties": {
|
|
3255
3287
|
"maxLength": {
|
|
3256
3288
|
"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.",
|
|
@@ -3274,7 +3306,7 @@
|
|
|
3274
3306
|
"type": "object"
|
|
3275
3307
|
},
|
|
3276
3308
|
"esri.rest-api.Format.DateFormat": {
|
|
3277
|
-
"description": "Possible date formats for
|
|
3309
|
+
"description": "Possible date formats for{@linkFormat.dateFormat}.",
|
|
3278
3310
|
"enum": [
|
|
3279
3311
|
"dayShortMonthYear",
|
|
3280
3312
|
"longDate",
|
|
@@ -3297,11 +3329,11 @@
|
|
|
3297
3329
|
},
|
|
3298
3330
|
"esri.rest-api.Format.Format": {
|
|
3299
3331
|
"additionalProperties": false,
|
|
3300
|
-
"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.
|
|
3332
|
+
"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/}.",
|
|
3301
3333
|
"properties": {
|
|
3302
3334
|
"dateFormat": {
|
|
3303
3335
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
3304
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See
|
|
3336
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkDateFormat}."
|
|
3305
3337
|
},
|
|
3306
3338
|
"digitSeparator": {
|
|
3307
3339
|
"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.",
|
|
@@ -3316,7 +3348,7 @@
|
|
|
3316
3348
|
},
|
|
3317
3349
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
3318
3350
|
"additionalProperties": false,
|
|
3319
|
-
"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.
|
|
3351
|
+
"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/}.",
|
|
3320
3352
|
"properties": {
|
|
3321
3353
|
"blendMode": {
|
|
3322
3354
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3339,7 +3371,7 @@
|
|
|
3339
3371
|
},
|
|
3340
3372
|
"listMode": {
|
|
3341
3373
|
"$ref": "esri.ListMode",
|
|
3342
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
3374
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
3343
3375
|
},
|
|
3344
3376
|
"maxScale": {
|
|
3345
3377
|
"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.",
|
|
@@ -3362,7 +3394,7 @@
|
|
|
3362
3394
|
"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."
|
|
3363
3395
|
},
|
|
3364
3396
|
"refreshInterval": {
|
|
3365
|
-
"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.
|
|
3397
|
+
"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}.",
|
|
3366
3398
|
"type": "number"
|
|
3367
3399
|
},
|
|
3368
3400
|
"showLegend": {
|
|
@@ -3374,7 +3406,7 @@
|
|
|
3374
3406
|
"type": "string"
|
|
3375
3407
|
},
|
|
3376
3408
|
"type": {
|
|
3377
|
-
"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
|
|
3409
|
+
"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}.",
|
|
3378
3410
|
"enum": [
|
|
3379
3411
|
"BingMapsAerial",
|
|
3380
3412
|
"BingMapsHybrid",
|
|
@@ -3419,11 +3451,11 @@
|
|
|
3419
3451
|
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
3420
3452
|
}
|
|
3421
3453
|
],
|
|
3422
|
-
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See
|
|
3454
|
+
"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/}."
|
|
3423
3455
|
},
|
|
3424
3456
|
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
3425
3457
|
"additionalProperties": false,
|
|
3426
|
-
"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.
|
|
3458
|
+
"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/}.",
|
|
3427
3459
|
"properties": {
|
|
3428
3460
|
"blendMode": {
|
|
3429
3461
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3443,71 +3475,13 @@
|
|
|
3443
3475
|
"layers": {
|
|
3444
3476
|
"description": "List of child operationalLayers.",
|
|
3445
3477
|
"items": {
|
|
3446
|
-
"
|
|
3447
|
-
{
|
|
3448
|
-
"$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
|
|
3449
|
-
},
|
|
3450
|
-
{
|
|
3451
|
-
"$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
|
|
3452
|
-
},
|
|
3453
|
-
{
|
|
3454
|
-
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
3455
|
-
},
|
|
3456
|
-
{
|
|
3457
|
-
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
3458
|
-
},
|
|
3459
|
-
{
|
|
3460
|
-
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
3461
|
-
},
|
|
3462
|
-
{
|
|
3463
|
-
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
3464
|
-
},
|
|
3465
|
-
{
|
|
3466
|
-
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
3467
|
-
},
|
|
3468
|
-
{
|
|
3469
|
-
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
3470
|
-
},
|
|
3471
|
-
{
|
|
3472
|
-
"$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
|
|
3473
|
-
},
|
|
3474
|
-
{
|
|
3475
|
-
"$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
|
|
3476
|
-
},
|
|
3477
|
-
{
|
|
3478
|
-
"$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
|
|
3482
|
-
},
|
|
3483
|
-
{
|
|
3484
|
-
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
3485
|
-
},
|
|
3486
|
-
{
|
|
3487
|
-
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
3488
|
-
},
|
|
3489
|
-
{
|
|
3490
|
-
"$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
3497
|
-
},
|
|
3498
|
-
{
|
|
3499
|
-
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
3503
|
-
}
|
|
3504
|
-
]
|
|
3478
|
+
"$ref": "#/definitions/OperationalLayer"
|
|
3505
3479
|
},
|
|
3506
3480
|
"type": "array"
|
|
3507
3481
|
},
|
|
3508
3482
|
"listMode": {
|
|
3509
3483
|
"$ref": "esri.ListMode",
|
|
3510
|
-
"description": "To show or hide the group layer in the layer list. See
|
|
3484
|
+
"description": "To show or hide the group layer in the layer list. See{@linkListMode}."
|
|
3511
3485
|
},
|
|
3512
3486
|
"maxScale": {
|
|
3513
3487
|
"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.",
|
|
@@ -3522,7 +3496,7 @@
|
|
|
3522
3496
|
"type": "number"
|
|
3523
3497
|
},
|
|
3524
3498
|
"refreshInterval": {
|
|
3525
|
-
"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.
|
|
3499
|
+
"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}.",
|
|
3526
3500
|
"type": "number"
|
|
3527
3501
|
},
|
|
3528
3502
|
"showLegend": {
|
|
@@ -3534,7 +3508,7 @@
|
|
|
3534
3508
|
"type": "string"
|
|
3535
3509
|
},
|
|
3536
3510
|
"type": {
|
|
3537
|
-
"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
|
|
3511
|
+
"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}.",
|
|
3538
3512
|
"enum": [
|
|
3539
3513
|
"BingMapsAerial",
|
|
3540
3514
|
"BingMapsHybrid",
|
|
@@ -3553,7 +3527,7 @@
|
|
|
3553
3527
|
},
|
|
3554
3528
|
"visibilityMode": {
|
|
3555
3529
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
|
|
3556
|
-
"description": "How visibility of children is affected: independent, exclusive, inherited. See
|
|
3530
|
+
"description": "How visibility of children is affected: independent, exclusive, inherited. See{@linkGroupLayerVisibilityMode}."
|
|
3557
3531
|
}
|
|
3558
3532
|
},
|
|
3559
3533
|
"required": [
|
|
@@ -3572,7 +3546,7 @@
|
|
|
3572
3546
|
},
|
|
3573
3547
|
"esri.rest-api.HeatmapRenderer.ColorStop": {
|
|
3574
3548
|
"additionalProperties": false,
|
|
3575
|
-
"description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required.
|
|
3549
|
+
"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/}.",
|
|
3576
3550
|
"properties": {
|
|
3577
3551
|
"color": {
|
|
3578
3552
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -3591,7 +3565,7 @@
|
|
|
3591
3565
|
},
|
|
3592
3566
|
"esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
|
|
3593
3567
|
"additionalProperties": false,
|
|
3594
|
-
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values.
|
|
3568
|
+
"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/}.",
|
|
3595
3569
|
"properties": {
|
|
3596
3570
|
"authoringInfo": {
|
|
3597
3571
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -3626,10 +3600,10 @@
|
|
|
3626
3600
|
},
|
|
3627
3601
|
"rotationType": {
|
|
3628
3602
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
3629
|
-
"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
|
|
3603
|
+
"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}."
|
|
3630
3604
|
},
|
|
3631
3605
|
"type": {
|
|
3632
|
-
"description": "The type of renderer. See
|
|
3606
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
3633
3607
|
"enum": [
|
|
3634
3608
|
"heatmap"
|
|
3635
3609
|
],
|
|
@@ -3638,20 +3612,8 @@
|
|
|
3638
3612
|
"visualVariables": {
|
|
3639
3613
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
3640
3614
|
"items": {
|
|
3641
|
-
"
|
|
3642
|
-
|
|
3643
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
3644
|
-
},
|
|
3645
|
-
{
|
|
3646
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
3647
|
-
},
|
|
3648
|
-
{
|
|
3649
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
3653
|
-
}
|
|
3654
|
-
]
|
|
3615
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
3616
|
+
"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/}."
|
|
3655
3617
|
},
|
|
3656
3618
|
"type": "array"
|
|
3657
3619
|
}
|
|
@@ -3663,7 +3625,7 @@
|
|
|
3663
3625
|
},
|
|
3664
3626
|
"esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
|
|
3665
3627
|
"additionalProperties": false,
|
|
3666
|
-
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView.
|
|
3628
|
+
"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/}.",
|
|
3667
3629
|
"properties": {
|
|
3668
3630
|
"anchor": {
|
|
3669
3631
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -3701,7 +3663,7 @@
|
|
|
3701
3663
|
"type": "number"
|
|
3702
3664
|
},
|
|
3703
3665
|
"type": {
|
|
3704
|
-
"description": "The type of the Symbol3DLayer. See
|
|
3666
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
3705
3667
|
"enum": [
|
|
3706
3668
|
"Icon"
|
|
3707
3669
|
],
|
|
@@ -3715,12 +3677,11 @@
|
|
|
3715
3677
|
},
|
|
3716
3678
|
"esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
|
|
3717
3679
|
"additionalProperties": false,
|
|
3718
|
-
"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.
|
|
3680
|
+
"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/}.",
|
|
3719
3681
|
"properties": {
|
|
3720
3682
|
"bandIds": {
|
|
3721
3683
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
3722
|
-
"items": {
|
|
3723
|
-
},
|
|
3684
|
+
"items": {},
|
|
3724
3685
|
"type": "array"
|
|
3725
3686
|
},
|
|
3726
3687
|
"blendMode": {
|
|
@@ -3791,7 +3752,7 @@
|
|
|
3791
3752
|
},
|
|
3792
3753
|
"listMode": {
|
|
3793
3754
|
"$ref": "esri.ListMode",
|
|
3794
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
3755
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
3795
3756
|
},
|
|
3796
3757
|
"maxScale": {
|
|
3797
3758
|
"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.",
|
|
@@ -3826,7 +3787,7 @@
|
|
|
3826
3787
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3827
3788
|
},
|
|
3828
3789
|
"refreshInterval": {
|
|
3829
|
-
"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.
|
|
3790
|
+
"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}.",
|
|
3830
3791
|
"type": "number"
|
|
3831
3792
|
},
|
|
3832
3793
|
"renderingRule": {
|
|
@@ -3846,7 +3807,7 @@
|
|
|
3846
3807
|
"type": "string"
|
|
3847
3808
|
},
|
|
3848
3809
|
"type": {
|
|
3849
|
-
"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
|
|
3810
|
+
"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}.",
|
|
3850
3811
|
"enum": [
|
|
3851
3812
|
"BingMapsAerial",
|
|
3852
3813
|
"BingMapsHybrid",
|
|
@@ -3875,7 +3836,7 @@
|
|
|
3875
3836
|
},
|
|
3876
3837
|
"esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
|
|
3877
3838
|
"additionalProperties": false,
|
|
3878
|
-
"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.
|
|
3839
|
+
"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/}.",
|
|
3879
3840
|
"properties": {
|
|
3880
3841
|
"blendMode": {
|
|
3881
3842
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3917,7 +3878,7 @@
|
|
|
3917
3878
|
},
|
|
3918
3879
|
"listMode": {
|
|
3919
3880
|
"$ref": "esri.ListMode",
|
|
3920
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
3881
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
3921
3882
|
},
|
|
3922
3883
|
"maxScale": {
|
|
3923
3884
|
"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.",
|
|
@@ -3936,7 +3897,7 @@
|
|
|
3936
3897
|
"type": "number"
|
|
3937
3898
|
},
|
|
3938
3899
|
"refreshInterval": {
|
|
3939
|
-
"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.
|
|
3900
|
+
"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}.",
|
|
3940
3901
|
"type": "number"
|
|
3941
3902
|
},
|
|
3942
3903
|
"showLegend": {
|
|
@@ -3952,7 +3913,7 @@
|
|
|
3952
3913
|
"type": "string"
|
|
3953
3914
|
},
|
|
3954
3915
|
"type": {
|
|
3955
|
-
"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
|
|
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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
3956
3917
|
"enum": [
|
|
3957
3918
|
"BingMapsAerial",
|
|
3958
3919
|
"BingMapsHybrid",
|
|
@@ -3983,7 +3944,7 @@
|
|
|
3983
3944
|
},
|
|
3984
3945
|
"esri.rest-api.InheritedDomain.InheritedDomain": {
|
|
3985
3946
|
"additionalProperties": false,
|
|
3986
|
-
"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.
|
|
3947
|
+
"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/}.",
|
|
3987
3948
|
"properties": {
|
|
3988
3949
|
"type": {
|
|
3989
3950
|
"description": "The type of domain.",
|
|
@@ -4000,7 +3961,7 @@
|
|
|
4000
3961
|
},
|
|
4001
3962
|
"esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
|
|
4002
3963
|
"additionalProperties": false,
|
|
4003
|
-
"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.
|
|
3964
|
+
"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/}.",
|
|
4004
3965
|
"properties": {
|
|
4005
3966
|
"blendMode": {
|
|
4006
3967
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4023,7 +3984,7 @@
|
|
|
4023
3984
|
},
|
|
4024
3985
|
"listMode": {
|
|
4025
3986
|
"$ref": "esri.ListMode",
|
|
4026
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
3987
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
4027
3988
|
},
|
|
4028
3989
|
"maxScale": {
|
|
4029
3990
|
"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.",
|
|
@@ -4038,7 +3999,7 @@
|
|
|
4038
3999
|
"type": "number"
|
|
4039
4000
|
},
|
|
4040
4001
|
"refreshInterval": {
|
|
4041
|
-
"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.
|
|
4002
|
+
"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}.",
|
|
4042
4003
|
"type": "number"
|
|
4043
4004
|
},
|
|
4044
4005
|
"showLegend": {
|
|
@@ -4050,7 +4011,7 @@
|
|
|
4050
4011
|
"type": "string"
|
|
4051
4012
|
},
|
|
4052
4013
|
"type": {
|
|
4053
|
-
"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
|
|
4014
|
+
"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}.",
|
|
4054
4015
|
"enum": [
|
|
4055
4016
|
"BingMapsAerial",
|
|
4056
4017
|
"BingMapsHybrid",
|
|
@@ -4079,11 +4040,11 @@
|
|
|
4079
4040
|
},
|
|
4080
4041
|
"esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
|
|
4081
4042
|
"additionalProperties": false,
|
|
4082
|
-
"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.
|
|
4043
|
+
"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/}.",
|
|
4083
4044
|
"properties": {
|
|
4084
4045
|
"joinType": {
|
|
4085
4046
|
"$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
|
|
4086
|
-
"description": "The type of join (left outer or left inner). See
|
|
4047
|
+
"description": "The type of join (left outer or left inner). See{@linkJoinType}."
|
|
4087
4048
|
},
|
|
4088
4049
|
"leftTableKey": {
|
|
4089
4050
|
"description": "Field name from the left table.",
|
|
@@ -4116,7 +4077,7 @@
|
|
|
4116
4077
|
"description": "The right table source."
|
|
4117
4078
|
},
|
|
4118
4079
|
"type": {
|
|
4119
|
-
"description": "Type of the DataSource.
|
|
4080
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
4120
4081
|
"enum": [
|
|
4121
4082
|
"joinTable"
|
|
4122
4083
|
],
|
|
@@ -4142,7 +4103,7 @@
|
|
|
4142
4103
|
},
|
|
4143
4104
|
"esri.rest-api.KMLLayer.KMLLayer": {
|
|
4144
4105
|
"additionalProperties": false,
|
|
4145
|
-
"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.
|
|
4106
|
+
"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/}.",
|
|
4146
4107
|
"properties": {
|
|
4147
4108
|
"blendMode": {
|
|
4148
4109
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4165,7 +4126,7 @@
|
|
|
4165
4126
|
},
|
|
4166
4127
|
"listMode": {
|
|
4167
4128
|
"$ref": "esri.ListMode",
|
|
4168
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
4129
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
4169
4130
|
},
|
|
4170
4131
|
"maxScale": {
|
|
4171
4132
|
"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.",
|
|
@@ -4180,7 +4141,7 @@
|
|
|
4180
4141
|
"type": "number"
|
|
4181
4142
|
},
|
|
4182
4143
|
"refreshInterval": {
|
|
4183
|
-
"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.
|
|
4144
|
+
"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}.",
|
|
4184
4145
|
"type": "number"
|
|
4185
4146
|
},
|
|
4186
4147
|
"showLegend": {
|
|
@@ -4192,7 +4153,7 @@
|
|
|
4192
4153
|
"type": "string"
|
|
4193
4154
|
},
|
|
4194
4155
|
"type": {
|
|
4195
|
-
"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
|
|
4156
|
+
"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}.",
|
|
4196
4157
|
"enum": [
|
|
4197
4158
|
"BingMapsAerial",
|
|
4198
4159
|
"BingMapsHybrid",
|
|
@@ -4228,7 +4189,7 @@
|
|
|
4228
4189
|
},
|
|
4229
4190
|
"esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
|
|
4230
4191
|
"additionalProperties": false,
|
|
4231
|
-
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView.
|
|
4192
|
+
"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/}.",
|
|
4232
4193
|
"properties": {
|
|
4233
4194
|
"callout": {
|
|
4234
4195
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -4242,7 +4203,7 @@
|
|
|
4242
4203
|
"type": "array"
|
|
4243
4204
|
},
|
|
4244
4205
|
"type": {
|
|
4245
|
-
"description": "The type of symbol. See
|
|
4206
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
4246
4207
|
"enum": [
|
|
4247
4208
|
"LabelSymbol3D"
|
|
4248
4209
|
],
|
|
@@ -4260,7 +4221,7 @@
|
|
|
4260
4221
|
"type": "object"
|
|
4261
4222
|
},
|
|
4262
4223
|
"esri.rest-api.LabelingInfo.LabelPlacement": {
|
|
4263
|
-
"description": "Possible values used with
|
|
4224
|
+
"description": "Possible values used with{@linkLabelingInfo.labelPlacement}.",
|
|
4264
4225
|
"enum": [
|
|
4265
4226
|
"esriServerLinePlacementAboveAfter",
|
|
4266
4227
|
"esriServerLinePlacementAboveAlong",
|
|
@@ -4292,34 +4253,19 @@
|
|
|
4292
4253
|
},
|
|
4293
4254
|
"esri.rest-api.LabelingInfo.LabelingInfo": {
|
|
4294
4255
|
"additionalProperties": false,
|
|
4295
|
-
"description": "The labelingInfo object specifies the label definition for a layer.
|
|
4256
|
+
"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/}.",
|
|
4296
4257
|
"properties": {
|
|
4297
4258
|
"labelExpression": {
|
|
4298
4259
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
4299
4260
|
"type": "string"
|
|
4300
4261
|
},
|
|
4301
4262
|
"labelExpressionInfo": {
|
|
4302
|
-
"
|
|
4303
|
-
"description": "This object allows label text to be read similar to that of the popupInfo's description property.
|
|
4304
|
-
"properties": {
|
|
4305
|
-
"expression": {
|
|
4306
|
-
"description": "An Arcade expression evaluating to either a string or a number.",
|
|
4307
|
-
"type": "string"
|
|
4308
|
-
},
|
|
4309
|
-
"title": {
|
|
4310
|
-
"description": "The title of the expression.",
|
|
4311
|
-
"type": "string"
|
|
4312
|
-
},
|
|
4313
|
-
"value": {
|
|
4314
|
-
"description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
|
|
4315
|
-
"type": "string"
|
|
4316
|
-
}
|
|
4317
|
-
},
|
|
4318
|
-
"type": "object"
|
|
4263
|
+
"$ref": "__type",
|
|
4264
|
+
"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/}."
|
|
4319
4265
|
},
|
|
4320
4266
|
"labelPlacement": {
|
|
4321
4267
|
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
|
|
4322
|
-
"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
|
|
4268
|
+
"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}."
|
|
4323
4269
|
},
|
|
4324
4270
|
"maxScale": {
|
|
4325
4271
|
"description": "Represents the maximum scale at which the layer definition will be applied.",
|
|
@@ -4357,7 +4303,7 @@
|
|
|
4357
4303
|
},
|
|
4358
4304
|
"esri.rest-api.Layer.Layer": {
|
|
4359
4305
|
"additionalProperties": false,
|
|
4360
|
-
"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.
|
|
4306
|
+
"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/}.",
|
|
4361
4307
|
"properties": {
|
|
4362
4308
|
"defaultVisibility": {
|
|
4363
4309
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -4434,7 +4380,7 @@
|
|
|
4434
4380
|
},
|
|
4435
4381
|
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
4436
4382
|
"additionalProperties": false,
|
|
4437
|
-
"description": "Defines overridden properties on a field for a specific view of the data.
|
|
4383
|
+
"description": "Defines overridden properties on a field for a specific view of the data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
|
|
4438
4384
|
"properties": {
|
|
4439
4385
|
"alias": {
|
|
4440
4386
|
"description": "A string containing the overridden field alias.",
|
|
@@ -4462,7 +4408,7 @@
|
|
|
4462
4408
|
},
|
|
4463
4409
|
"esri.rest-api.LayerDefinition.LayerDefinition": {
|
|
4464
4410
|
"additionalProperties": false,
|
|
4465
|
-
"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.
|
|
4411
|
+
"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/}.",
|
|
4466
4412
|
"properties": {
|
|
4467
4413
|
"allowGeometryUpdates": {
|
|
4468
4414
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -4531,18 +4477,8 @@
|
|
|
4531
4477
|
"type": "array"
|
|
4532
4478
|
},
|
|
4533
4479
|
"floorInfo": {
|
|
4534
|
-
"
|
|
4535
|
-
"description": "Contains floor-awareness information for the layer.
|
|
4536
|
-
"properties": {
|
|
4537
|
-
"floorField": {
|
|
4538
|
-
"description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
|
|
4539
|
-
"type": "string"
|
|
4540
|
-
}
|
|
4541
|
-
},
|
|
4542
|
-
"required": [
|
|
4543
|
-
"floorField"
|
|
4544
|
-
],
|
|
4545
|
-
"type": "object"
|
|
4480
|
+
"$ref": "__type",
|
|
4481
|
+
"description": "Contains floor-awareness information for the layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
4546
4482
|
},
|
|
4547
4483
|
"geometryType": {
|
|
4548
4484
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
@@ -4570,7 +4506,7 @@
|
|
|
4570
4506
|
},
|
|
4571
4507
|
"htmlPopupType": {
|
|
4572
4508
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
|
|
4573
|
-
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See
|
|
4509
|
+
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@linkHtmlPopupType}."
|
|
4574
4510
|
},
|
|
4575
4511
|
"id": {
|
|
4576
4512
|
"description": "The identifier assigned to the layer.",
|
|
@@ -4627,7 +4563,7 @@
|
|
|
4627
4563
|
"$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
|
|
4628
4564
|
}
|
|
4629
4565
|
],
|
|
4630
|
-
"description": "An object indicating the layerDefinition's layer source.
|
|
4566
|
+
"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/}."
|
|
4631
4567
|
},
|
|
4632
4568
|
"spatialReference": {
|
|
4633
4569
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -4696,7 +4632,7 @@
|
|
|
4696
4632
|
},
|
|
4697
4633
|
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
4698
4634
|
"additionalProperties": false,
|
|
4699
|
-
"description": "Time info if the layer/table supports querying and exporting maps based on time.
|
|
4635
|
+
"description": "Time info if the layer/table supports querying and exporting maps based on time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
|
|
4700
4636
|
"properties": {
|
|
4701
4637
|
"endTimeField": {
|
|
4702
4638
|
"description": "The name of the attribute field that contains the end time information.",
|
|
@@ -4715,16 +4651,6 @@
|
|
|
4715
4651
|
"type": "string"
|
|
4716
4652
|
},
|
|
4717
4653
|
"timeExtent": {
|
|
4718
|
-
"additionalItems": {
|
|
4719
|
-
"anyOf": [
|
|
4720
|
-
{
|
|
4721
|
-
"type": "number"
|
|
4722
|
-
},
|
|
4723
|
-
{
|
|
4724
|
-
"type": "number"
|
|
4725
|
-
}
|
|
4726
|
-
]
|
|
4727
|
-
},
|
|
4728
4654
|
"description": "The time extent for all the data in the layer.",
|
|
4729
4655
|
"items": [
|
|
4730
4656
|
{
|
|
@@ -4734,6 +4660,7 @@
|
|
|
4734
4660
|
"type": "number"
|
|
4735
4661
|
}
|
|
4736
4662
|
],
|
|
4663
|
+
"maxItems": 2,
|
|
4737
4664
|
"minItems": 2,
|
|
4738
4665
|
"type": "array"
|
|
4739
4666
|
},
|
|
@@ -4746,22 +4673,8 @@
|
|
|
4746
4673
|
"description": "Temporal unit in which the time interval is measured."
|
|
4747
4674
|
},
|
|
4748
4675
|
"timeReference": {
|
|
4749
|
-
"
|
|
4750
|
-
"description": "Defines information about daylight savings time and the time zone in which data was collected.
|
|
4751
|
-
"properties": {
|
|
4752
|
-
"respectsDaylightSaving": {
|
|
4753
|
-
"description": "Indicates whether the time reference takes into account daylight savings time.",
|
|
4754
|
-
"type": "boolean"
|
|
4755
|
-
},
|
|
4756
|
-
"timeZone": {
|
|
4757
|
-
"description": "The time zone in which the data was captured.",
|
|
4758
|
-
"type": "string"
|
|
4759
|
-
}
|
|
4760
|
-
},
|
|
4761
|
-
"required": [
|
|
4762
|
-
"respectsDaylightSaving"
|
|
4763
|
-
],
|
|
4764
|
-
"type": "object"
|
|
4676
|
+
"$ref": "__type",
|
|
4677
|
+
"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/}."
|
|
4765
4678
|
},
|
|
4766
4679
|
"trackIdField": {
|
|
4767
4680
|
"description": "The field that contains the trackId.",
|
|
@@ -4815,7 +4728,7 @@
|
|
|
4815
4728
|
},
|
|
4816
4729
|
"esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
|
|
4817
4730
|
"additionalProperties": false,
|
|
4818
|
-
"description": "The default time-related export options for a layer.
|
|
4731
|
+
"description": "The default time-related export options for a layer.{@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
|
|
4819
4732
|
"properties": {
|
|
4820
4733
|
"timeDataCumulative": {
|
|
4821
4734
|
"description": "If true, draw all the features from the beginning of time for that data.",
|
|
@@ -4838,7 +4751,7 @@
|
|
|
4838
4751
|
},
|
|
4839
4752
|
"esri.rest-api.LineSymbol3D.LineSymbol3D": {
|
|
4840
4753
|
"additionalProperties": false,
|
|
4841
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.
|
|
4754
|
+
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
|
|
4842
4755
|
"properties": {
|
|
4843
4756
|
"symbolLayers": {
|
|
4844
4757
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -4855,7 +4768,7 @@
|
|
|
4855
4768
|
"type": "array"
|
|
4856
4769
|
},
|
|
4857
4770
|
"type": {
|
|
4858
|
-
"description": "The type of symbol. See
|
|
4771
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
4859
4772
|
"enum": [
|
|
4860
4773
|
"LineSymbol3D"
|
|
4861
4774
|
],
|
|
@@ -4870,7 +4783,7 @@
|
|
|
4870
4783
|
},
|
|
4871
4784
|
"esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
|
|
4872
4785
|
"additionalProperties": false,
|
|
4873
|
-
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView.
|
|
4786
|
+
"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/}.",
|
|
4874
4787
|
"properties": {
|
|
4875
4788
|
"enable": {
|
|
4876
4789
|
"description": "Type: Boolean.",
|
|
@@ -4885,7 +4798,7 @@
|
|
|
4885
4798
|
"type": "number"
|
|
4886
4799
|
},
|
|
4887
4800
|
"type": {
|
|
4888
|
-
"description": "The type of the Symbol3DLayer. See
|
|
4801
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
4889
4802
|
"enum": [
|
|
4890
4803
|
"Line"
|
|
4891
4804
|
],
|
|
@@ -4899,7 +4812,7 @@
|
|
|
4899
4812
|
},
|
|
4900
4813
|
"esri.rest-api.LocationInfo.LocationInfo": {
|
|
4901
4814
|
"additionalProperties": false,
|
|
4902
|
-
"description": "Defines how location information will be retrieved from a CSV file referenced through the web.
|
|
4815
|
+
"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/}.",
|
|
4903
4816
|
"properties": {
|
|
4904
4817
|
"latitudeFieldName": {
|
|
4905
4818
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -4918,7 +4831,7 @@
|
|
|
4918
4831
|
},
|
|
4919
4832
|
"esri.rest-api.MapServiceLayer.MapServiceLayer": {
|
|
4920
4833
|
"additionalProperties": false,
|
|
4921
|
-
"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.
|
|
4834
|
+
"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/}.",
|
|
4922
4835
|
"properties": {
|
|
4923
4836
|
"blendMode": {
|
|
4924
4837
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4955,7 +4868,7 @@
|
|
|
4955
4868
|
},
|
|
4956
4869
|
"listMode": {
|
|
4957
4870
|
"$ref": "esri.ListMode",
|
|
4958
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
4871
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
4959
4872
|
},
|
|
4960
4873
|
"maxScale": {
|
|
4961
4874
|
"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.",
|
|
@@ -4970,7 +4883,7 @@
|
|
|
4970
4883
|
"type": "number"
|
|
4971
4884
|
},
|
|
4972
4885
|
"refreshInterval": {
|
|
4973
|
-
"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.
|
|
4886
|
+
"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}.",
|
|
4974
4887
|
"type": "number"
|
|
4975
4888
|
},
|
|
4976
4889
|
"showLegend": {
|
|
@@ -4986,7 +4899,7 @@
|
|
|
4986
4899
|
"type": "string"
|
|
4987
4900
|
},
|
|
4988
4901
|
"type": {
|
|
4989
|
-
"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
|
|
4902
|
+
"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}.",
|
|
4990
4903
|
"enum": [
|
|
4991
4904
|
"BingMapsAerial",
|
|
4992
4905
|
"BingMapsHybrid",
|
|
@@ -5022,7 +4935,7 @@
|
|
|
5022
4935
|
},
|
|
5023
4936
|
"esri.rest-api.MediaInfo.MediaInfo": {
|
|
5024
4937
|
"additionalProperties": false,
|
|
5025
|
-
"description": "Defines an image or a chart to be displayed in a pop-up window.
|
|
4938
|
+
"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/}.",
|
|
5026
4939
|
"properties": {
|
|
5027
4940
|
"caption": {
|
|
5028
4941
|
"description": "A caption describing the media. This can contain a field name enclosed in {}, such as {IMAGE_CAPTION}.",
|
|
@@ -5037,7 +4950,7 @@
|
|
|
5037
4950
|
"type": "string"
|
|
5038
4951
|
},
|
|
5039
4952
|
"type": {
|
|
5040
|
-
"description": "Defines the type of media. One of the
|
|
4953
|
+
"description": "Defines the type of media. One of the{@linkMediaType}constants.",
|
|
5041
4954
|
"type": "string"
|
|
5042
4955
|
},
|
|
5043
4956
|
"value": {
|
|
@@ -5049,7 +4962,7 @@
|
|
|
5049
4962
|
},
|
|
5050
4963
|
"esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
|
|
5051
4964
|
"additionalProperties": false,
|
|
5052
|
-
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView.
|
|
4965
|
+
"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/}.",
|
|
5053
4966
|
"properties": {
|
|
5054
4967
|
"symbolLayers": {
|
|
5055
4968
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -5059,7 +4972,7 @@
|
|
|
5059
4972
|
"type": "array"
|
|
5060
4973
|
},
|
|
5061
4974
|
"type": {
|
|
5062
|
-
"description": "The type of symbol. See
|
|
4975
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
5063
4976
|
"enum": [
|
|
5064
4977
|
"MeshSymbol3D"
|
|
5065
4978
|
],
|
|
@@ -5101,7 +5014,7 @@
|
|
|
5101
5014
|
},
|
|
5102
5015
|
"esri.rest-api.MosaicRule.MosaicRule": {
|
|
5103
5016
|
"additionalProperties": false,
|
|
5104
|
-
"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.
|
|
5017
|
+
"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/}.",
|
|
5105
5018
|
"properties": {
|
|
5106
5019
|
"ascending": {
|
|
5107
5020
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -5127,38 +5040,16 @@
|
|
|
5127
5040
|
},
|
|
5128
5041
|
"mosaicMethod": {
|
|
5129
5042
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
|
|
5130
|
-
"description": "The mosaic method determines how the selected rasters are ordered. See
|
|
5043
|
+
"description": "The mosaic method determines how the selected rasters are ordered. See{@linkMosaicMethodType}."
|
|
5131
5044
|
},
|
|
5132
5045
|
"mosaicOperation": {
|
|
5133
5046
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
5134
5047
|
"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}."
|
|
5135
5048
|
},
|
|
5136
5049
|
"multidimensionalDefinition": {
|
|
5137
|
-
"description": "Definition of multidimensional variables.
|
|
5050
|
+
"description": "Definition of multidimensional variables.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/}.",
|
|
5138
5051
|
"items": {
|
|
5139
|
-
"
|
|
5140
|
-
"properties": {
|
|
5141
|
-
"dimensionName": {
|
|
5142
|
-
"description": "Type of dimension being used (ex. StdTime).",
|
|
5143
|
-
"type": "string"
|
|
5144
|
-
},
|
|
5145
|
-
"isSlice": {
|
|
5146
|
-
"description": "Is slice?",
|
|
5147
|
-
"type": "boolean"
|
|
5148
|
-
},
|
|
5149
|
-
"values": {
|
|
5150
|
-
"description": "Numerical array of associated values.",
|
|
5151
|
-
"items": {
|
|
5152
|
-
"type": "number"
|
|
5153
|
-
},
|
|
5154
|
-
"type": "array"
|
|
5155
|
-
},
|
|
5156
|
-
"variableName": {
|
|
5157
|
-
"description": "Name of the variable.",
|
|
5158
|
-
"type": "string"
|
|
5159
|
-
}
|
|
5160
|
-
},
|
|
5161
|
-
"type": "object"
|
|
5052
|
+
"$ref": "__type"
|
|
5162
5053
|
},
|
|
5163
5054
|
"type": "array"
|
|
5164
5055
|
},
|
|
@@ -5186,7 +5077,7 @@
|
|
|
5186
5077
|
},
|
|
5187
5078
|
"esri.rest-api.Multipoint.Multipoint": {
|
|
5188
5079
|
"additionalProperties": false,
|
|
5189
|
-
"description": "Contains an array of points, along with a spatial reference field.
|
|
5080
|
+
"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/}.",
|
|
5190
5081
|
"properties": {
|
|
5191
5082
|
"hasM": {
|
|
5192
5083
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -5218,7 +5109,7 @@
|
|
|
5218
5109
|
},
|
|
5219
5110
|
"esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
|
|
5220
5111
|
"additionalProperties": false,
|
|
5221
|
-
"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.
|
|
5112
|
+
"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/}.",
|
|
5222
5113
|
"properties": {
|
|
5223
5114
|
"anchor": {
|
|
5224
5115
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -5253,7 +5144,7 @@
|
|
|
5253
5144
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
5254
5145
|
},
|
|
5255
5146
|
"type": {
|
|
5256
|
-
"description": "The type of the Symbol3DLayer. See
|
|
5147
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
5257
5148
|
"enum": [
|
|
5258
5149
|
"Object"
|
|
5259
5150
|
],
|
|
@@ -5271,7 +5162,7 @@
|
|
|
5271
5162
|
},
|
|
5272
5163
|
"esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
|
|
5273
5164
|
"additionalProperties": false,
|
|
5274
|
-
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView.
|
|
5165
|
+
"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/}.",
|
|
5275
5166
|
"properties": {
|
|
5276
5167
|
"material": {
|
|
5277
5168
|
"$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
|
|
@@ -5282,7 +5173,7 @@
|
|
|
5282
5173
|
"type": "number"
|
|
5283
5174
|
},
|
|
5284
5175
|
"type": {
|
|
5285
|
-
"description": "The type of the Symbol3DLayer. See
|
|
5176
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
5286
5177
|
"enum": [
|
|
5287
5178
|
"Path"
|
|
5288
5179
|
],
|
|
@@ -5300,7 +5191,7 @@
|
|
|
5300
5191
|
},
|
|
5301
5192
|
"esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
|
|
5302
5193
|
"additionalProperties": false,
|
|
5303
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries.
|
|
5194
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
5304
5195
|
"properties": {
|
|
5305
5196
|
"angle": {
|
|
5306
5197
|
"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.",
|
|
@@ -5323,7 +5214,7 @@
|
|
|
5323
5214
|
"description": "Sets the outline of the symbol."
|
|
5324
5215
|
},
|
|
5325
5216
|
"type": {
|
|
5326
|
-
"description": "The type of symbol. See
|
|
5217
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
5327
5218
|
"enum": [
|
|
5328
5219
|
"esriPFS"
|
|
5329
5220
|
],
|
|
@@ -5361,7 +5252,7 @@
|
|
|
5361
5252
|
},
|
|
5362
5253
|
"esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
5363
5254
|
"additionalProperties": false,
|
|
5364
|
-
"description": "Picture marker symbols can be used to symbolize point geometries.
|
|
5255
|
+
"description": "Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
5365
5256
|
"properties": {
|
|
5366
5257
|
"angle": {
|
|
5367
5258
|
"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.",
|
|
@@ -5380,7 +5271,7 @@
|
|
|
5380
5271
|
"type": "string"
|
|
5381
5272
|
},
|
|
5382
5273
|
"type": {
|
|
5383
|
-
"description": "The type of symbol. See
|
|
5274
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
5384
5275
|
"enum": [
|
|
5385
5276
|
"esriPMS"
|
|
5386
5277
|
],
|
|
@@ -5410,7 +5301,7 @@
|
|
|
5410
5301
|
},
|
|
5411
5302
|
"esri.rest-api.Point.Point": {
|
|
5412
5303
|
"additionalProperties": false,
|
|
5413
|
-
"description": "Defines the JSON formats of the point and spatial reference objects.
|
|
5304
|
+
"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/}.",
|
|
5414
5305
|
"properties": {
|
|
5415
5306
|
"m": {
|
|
5416
5307
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -5450,7 +5341,7 @@
|
|
|
5450
5341
|
},
|
|
5451
5342
|
"esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
|
|
5452
5343
|
"additionalProperties": false,
|
|
5453
|
-
"description": "Filters points based on the value of the specified bitfield attribute.
|
|
5344
|
+
"description": "Filters points based on the value of the specified bitfield attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
5454
5345
|
"properties": {
|
|
5455
5346
|
"field": {
|
|
5456
5347
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -5485,7 +5376,7 @@
|
|
|
5485
5376
|
},
|
|
5486
5377
|
"esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
|
|
5487
5378
|
"additionalProperties": false,
|
|
5488
|
-
"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.
|
|
5379
|
+
"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/}.",
|
|
5489
5380
|
"properties": {
|
|
5490
5381
|
"authoringInfo": {
|
|
5491
5382
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5499,23 +5390,8 @@
|
|
|
5499
5390
|
"type": "array"
|
|
5500
5391
|
},
|
|
5501
5392
|
"colorModulation": {
|
|
5502
|
-
"
|
|
5503
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
5504
|
-
"properties": {
|
|
5505
|
-
"field": {
|
|
5506
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
5507
|
-
"type": "string"
|
|
5508
|
-
},
|
|
5509
|
-
"maxValue": {
|
|
5510
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
5511
|
-
"type": "number"
|
|
5512
|
-
},
|
|
5513
|
-
"minValue": {
|
|
5514
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
5515
|
-
"type": "number"
|
|
5516
|
-
}
|
|
5517
|
-
},
|
|
5518
|
-
"type": "object"
|
|
5393
|
+
"$ref": "__type",
|
|
5394
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5519
5395
|
},
|
|
5520
5396
|
"field": {
|
|
5521
5397
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -5553,10 +5429,10 @@
|
|
|
5553
5429
|
},
|
|
5554
5430
|
"rotationType": {
|
|
5555
5431
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5556
|
-
"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
|
|
5432
|
+
"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}."
|
|
5557
5433
|
},
|
|
5558
5434
|
"type": {
|
|
5559
|
-
"description": "The type of renderer. See
|
|
5435
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
5560
5436
|
"enum": [
|
|
5561
5437
|
"pointCloudClassBreaksRenderer"
|
|
5562
5438
|
],
|
|
@@ -5565,20 +5441,8 @@
|
|
|
5565
5441
|
"visualVariables": {
|
|
5566
5442
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5567
5443
|
"items": {
|
|
5568
|
-
"
|
|
5569
|
-
|
|
5570
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
5571
|
-
},
|
|
5572
|
-
{
|
|
5573
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
5574
|
-
},
|
|
5575
|
-
{
|
|
5576
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
5577
|
-
},
|
|
5578
|
-
{
|
|
5579
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
5580
|
-
}
|
|
5581
|
-
]
|
|
5444
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
5445
|
+
"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/}."
|
|
5582
5446
|
},
|
|
5583
5447
|
"type": "array"
|
|
5584
5448
|
}
|
|
@@ -5590,7 +5454,7 @@
|
|
|
5590
5454
|
},
|
|
5591
5455
|
"esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
|
|
5592
5456
|
"additionalProperties": false,
|
|
5593
|
-
"description": "Render points with fixed real world or screen space size.
|
|
5457
|
+
"description": "Render points with fixed real world or screen space size.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
5594
5458
|
"properties": {
|
|
5595
5459
|
"size": {
|
|
5596
5460
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -5615,7 +5479,7 @@
|
|
|
5615
5479
|
},
|
|
5616
5480
|
"esri.rest-api.PointCloudLayer.PointCloudLayer": {
|
|
5617
5481
|
"additionalProperties": false,
|
|
5618
|
-
"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.
|
|
5482
|
+
"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/}.",
|
|
5619
5483
|
"properties": {
|
|
5620
5484
|
"blendMode": {
|
|
5621
5485
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5634,7 +5498,7 @@
|
|
|
5634
5498
|
},
|
|
5635
5499
|
"listMode": {
|
|
5636
5500
|
"$ref": "esri.ListMode",
|
|
5637
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
5501
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
5638
5502
|
},
|
|
5639
5503
|
"maxScale": {
|
|
5640
5504
|
"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.",
|
|
@@ -5649,7 +5513,7 @@
|
|
|
5649
5513
|
"type": "number"
|
|
5650
5514
|
},
|
|
5651
5515
|
"refreshInterval": {
|
|
5652
|
-
"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.
|
|
5516
|
+
"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}.",
|
|
5653
5517
|
"type": "number"
|
|
5654
5518
|
},
|
|
5655
5519
|
"showLegend": {
|
|
@@ -5661,7 +5525,7 @@
|
|
|
5661
5525
|
"type": "string"
|
|
5662
5526
|
},
|
|
5663
5527
|
"type": {
|
|
5664
|
-
"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
|
|
5528
|
+
"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}.",
|
|
5665
5529
|
"enum": [
|
|
5666
5530
|
"BingMapsAerial",
|
|
5667
5531
|
"BingMapsHybrid",
|
|
@@ -5690,30 +5554,15 @@
|
|
|
5690
5554
|
},
|
|
5691
5555
|
"esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
|
|
5692
5556
|
"additionalProperties": false,
|
|
5693
|
-
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute.
|
|
5557
|
+
"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/}.",
|
|
5694
5558
|
"properties": {
|
|
5695
5559
|
"authoringInfo": {
|
|
5696
5560
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
5697
5561
|
"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."
|
|
5698
5562
|
},
|
|
5699
5563
|
"colorModulation": {
|
|
5700
|
-
"
|
|
5701
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
5702
|
-
"properties": {
|
|
5703
|
-
"field": {
|
|
5704
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
5705
|
-
"type": "string"
|
|
5706
|
-
},
|
|
5707
|
-
"maxValue": {
|
|
5708
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
5709
|
-
"type": "number"
|
|
5710
|
-
},
|
|
5711
|
-
"minValue": {
|
|
5712
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
5713
|
-
"type": "number"
|
|
5714
|
-
}
|
|
5715
|
-
},
|
|
5716
|
-
"type": "object"
|
|
5564
|
+
"$ref": "__type",
|
|
5565
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5717
5566
|
},
|
|
5718
5567
|
"field": {
|
|
5719
5568
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -5751,10 +5600,10 @@
|
|
|
5751
5600
|
},
|
|
5752
5601
|
"rotationType": {
|
|
5753
5602
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5754
|
-
"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
|
|
5603
|
+
"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}."
|
|
5755
5604
|
},
|
|
5756
5605
|
"type": {
|
|
5757
|
-
"description": "The type of renderer. See
|
|
5606
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
5758
5607
|
"enum": [
|
|
5759
5608
|
"pointCloudRGBRenderer"
|
|
5760
5609
|
],
|
|
@@ -5763,20 +5612,8 @@
|
|
|
5763
5612
|
"visualVariables": {
|
|
5764
5613
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5765
5614
|
"items": {
|
|
5766
|
-
"
|
|
5767
|
-
|
|
5768
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
5769
|
-
},
|
|
5770
|
-
{
|
|
5771
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
5772
|
-
},
|
|
5773
|
-
{
|
|
5774
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
5775
|
-
},
|
|
5776
|
-
{
|
|
5777
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
5778
|
-
}
|
|
5779
|
-
]
|
|
5615
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
5616
|
+
"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/}."
|
|
5780
5617
|
},
|
|
5781
5618
|
"type": "array"
|
|
5782
5619
|
}
|
|
@@ -5788,7 +5625,7 @@
|
|
|
5788
5625
|
},
|
|
5789
5626
|
"esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
|
|
5790
5627
|
"additionalProperties": false,
|
|
5791
|
-
"description": "Filters points based on the value of the return number/return count.
|
|
5628
|
+
"description": "Filters points based on the value of the return number/return count.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
5792
5629
|
"properties": {
|
|
5793
5630
|
"field": {
|
|
5794
5631
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -5816,7 +5653,7 @@
|
|
|
5816
5653
|
},
|
|
5817
5654
|
"esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
|
|
5818
5655
|
"additionalProperties": false,
|
|
5819
|
-
"description": "Render points using sizes depending on point density.
|
|
5656
|
+
"description": "Render points using sizes depending on point density.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
5820
5657
|
"properties": {
|
|
5821
5658
|
"minSize": {
|
|
5822
5659
|
"description": "Minimum display space point size in points.",
|
|
@@ -5841,30 +5678,15 @@
|
|
|
5841
5678
|
},
|
|
5842
5679
|
"esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
|
|
5843
5680
|
"additionalProperties": false,
|
|
5844
|
-
"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.
|
|
5681
|
+
"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/}.",
|
|
5845
5682
|
"properties": {
|
|
5846
5683
|
"authoringInfo": {
|
|
5847
5684
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
5848
5685
|
"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."
|
|
5849
5686
|
},
|
|
5850
5687
|
"colorModulation": {
|
|
5851
|
-
"
|
|
5852
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
5853
|
-
"properties": {
|
|
5854
|
-
"field": {
|
|
5855
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
5856
|
-
"type": "string"
|
|
5857
|
-
},
|
|
5858
|
-
"maxValue": {
|
|
5859
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
5860
|
-
"type": "number"
|
|
5861
|
-
},
|
|
5862
|
-
"minValue": {
|
|
5863
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
5864
|
-
"type": "number"
|
|
5865
|
-
}
|
|
5866
|
-
},
|
|
5867
|
-
"type": "object"
|
|
5688
|
+
"$ref": "__type",
|
|
5689
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5868
5690
|
},
|
|
5869
5691
|
"field": {
|
|
5870
5692
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -5902,10 +5724,10 @@
|
|
|
5902
5724
|
},
|
|
5903
5725
|
"rotationType": {
|
|
5904
5726
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5905
|
-
"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
|
|
5727
|
+
"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}."
|
|
5906
5728
|
},
|
|
5907
5729
|
"type": {
|
|
5908
|
-
"description": "The type of renderer. See
|
|
5730
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
5909
5731
|
"enum": [
|
|
5910
5732
|
"pointCloudStretchRenderer"
|
|
5911
5733
|
],
|
|
@@ -5914,20 +5736,8 @@
|
|
|
5914
5736
|
"visualVariables": {
|
|
5915
5737
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5916
5738
|
"items": {
|
|
5917
|
-
"
|
|
5918
|
-
|
|
5919
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
5920
|
-
},
|
|
5921
|
-
{
|
|
5922
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
5923
|
-
},
|
|
5924
|
-
{
|
|
5925
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
5926
|
-
},
|
|
5927
|
-
{
|
|
5928
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
5929
|
-
}
|
|
5930
|
-
]
|
|
5739
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
5740
|
+
"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/}."
|
|
5931
5741
|
},
|
|
5932
5742
|
"type": "array"
|
|
5933
5743
|
}
|
|
@@ -5939,30 +5749,15 @@
|
|
|
5939
5749
|
},
|
|
5940
5750
|
"esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
|
|
5941
5751
|
"additionalProperties": false,
|
|
5942
|
-
"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.
|
|
5752
|
+
"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/}.",
|
|
5943
5753
|
"properties": {
|
|
5944
5754
|
"authoringInfo": {
|
|
5945
5755
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
5946
5756
|
"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."
|
|
5947
5757
|
},
|
|
5948
5758
|
"colorModulation": {
|
|
5949
|
-
"
|
|
5950
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
5951
|
-
"properties": {
|
|
5952
|
-
"field": {
|
|
5953
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
5954
|
-
"type": "string"
|
|
5955
|
-
},
|
|
5956
|
-
"maxValue": {
|
|
5957
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
5958
|
-
"type": "number"
|
|
5959
|
-
},
|
|
5960
|
-
"minValue": {
|
|
5961
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
5962
|
-
"type": "number"
|
|
5963
|
-
}
|
|
5964
|
-
},
|
|
5965
|
-
"type": "object"
|
|
5759
|
+
"$ref": "__type",
|
|
5760
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5966
5761
|
},
|
|
5967
5762
|
"colorUniqueValueInfos": {
|
|
5968
5763
|
"description": "Unique value infos.",
|
|
@@ -6007,10 +5802,10 @@
|
|
|
6007
5802
|
},
|
|
6008
5803
|
"rotationType": {
|
|
6009
5804
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6010
|
-
"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
|
|
5805
|
+
"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}."
|
|
6011
5806
|
},
|
|
6012
5807
|
"type": {
|
|
6013
|
-
"description": "The type of renderer. See
|
|
5808
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
6014
5809
|
"enum": [
|
|
6015
5810
|
"pointCloudUniqueValueRenderer"
|
|
6016
5811
|
],
|
|
@@ -6019,20 +5814,8 @@
|
|
|
6019
5814
|
"visualVariables": {
|
|
6020
5815
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6021
5816
|
"items": {
|
|
6022
|
-
"
|
|
6023
|
-
|
|
6024
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
6025
|
-
},
|
|
6026
|
-
{
|
|
6027
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
6028
|
-
},
|
|
6029
|
-
{
|
|
6030
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
6031
|
-
},
|
|
6032
|
-
{
|
|
6033
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
6034
|
-
}
|
|
6035
|
-
]
|
|
5817
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
5818
|
+
"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/}."
|
|
6036
5819
|
},
|
|
6037
5820
|
"type": "array"
|
|
6038
5821
|
}
|
|
@@ -6044,7 +5827,7 @@
|
|
|
6044
5827
|
},
|
|
6045
5828
|
"esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
|
|
6046
5829
|
"additionalProperties": false,
|
|
6047
|
-
"description": "Filters points based on the value of an specified attribute.
|
|
5830
|
+
"description": "Filters points based on the value of an specified attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
6048
5831
|
"properties": {
|
|
6049
5832
|
"field": {
|
|
6050
5833
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -6076,30 +5859,15 @@
|
|
|
6076
5859
|
},
|
|
6077
5860
|
"esri.rest-api.PointSymbol3D.PointSymbol3D": {
|
|
6078
5861
|
"additionalProperties": false,
|
|
6079
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.
|
|
5862
|
+
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
|
|
6080
5863
|
"properties": {
|
|
6081
5864
|
"callout": {
|
|
6082
5865
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
6083
5866
|
"description": "Callout configuration for a symbol."
|
|
6084
5867
|
},
|
|
6085
5868
|
"styleOrigin": {
|
|
6086
|
-
"
|
|
6087
|
-
"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.
|
|
6088
|
-
"properties": {
|
|
6089
|
-
"name": {
|
|
6090
|
-
"description": "Name of the symbol in the style referenced by styleName or styleUrl.",
|
|
6091
|
-
"type": "string"
|
|
6092
|
-
},
|
|
6093
|
-
"styleName": {
|
|
6094
|
-
"description": "A well-known esri-provided style, such as EsriThematicShapesStyle.",
|
|
6095
|
-
"type": "string"
|
|
6096
|
-
},
|
|
6097
|
-
"styleUrl": {
|
|
6098
|
-
"description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
|
|
6099
|
-
"type": "string"
|
|
6100
|
-
}
|
|
6101
|
-
},
|
|
6102
|
-
"type": "object"
|
|
5869
|
+
"$ref": "__type",
|
|
5870
|
+
"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/}."
|
|
6103
5871
|
},
|
|
6104
5872
|
"symbolLayers": {
|
|
6105
5873
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -6116,7 +5884,7 @@
|
|
|
6116
5884
|
"type": "array"
|
|
6117
5885
|
},
|
|
6118
5886
|
"type": {
|
|
6119
|
-
"description": "The type of symbol. See
|
|
5887
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
6120
5888
|
"enum": [
|
|
6121
5889
|
"PointSymbol3D"
|
|
6122
5890
|
],
|
|
@@ -6135,7 +5903,7 @@
|
|
|
6135
5903
|
},
|
|
6136
5904
|
"esri.rest-api.Polygon.Polygon": {
|
|
6137
5905
|
"additionalProperties": false,
|
|
6138
|
-
"description": "A polygon contains an array of rings and a spatial reference.
|
|
5906
|
+
"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/}.",
|
|
6139
5907
|
"properties": {
|
|
6140
5908
|
"hasM": {
|
|
6141
5909
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -6170,7 +5938,7 @@
|
|
|
6170
5938
|
},
|
|
6171
5939
|
"esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
|
|
6172
5940
|
"additionalProperties": false,
|
|
6173
|
-
"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.
|
|
5941
|
+
"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/}.",
|
|
6174
5942
|
"properties": {
|
|
6175
5943
|
"symbolLayers": {
|
|
6176
5944
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -6190,7 +5958,7 @@
|
|
|
6190
5958
|
"type": "array"
|
|
6191
5959
|
},
|
|
6192
5960
|
"type": {
|
|
6193
|
-
"description": "The type of symbol. See
|
|
5961
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
6194
5962
|
"enum": [
|
|
6195
5963
|
"PolygonSymbol3D"
|
|
6196
5964
|
],
|
|
@@ -6205,7 +5973,7 @@
|
|
|
6205
5973
|
},
|
|
6206
5974
|
"esri.rest-api.Polyline.Polyline": {
|
|
6207
5975
|
"additionalProperties": false,
|
|
6208
|
-
"description": "Contains an array of paths and a spatialReference.
|
|
5976
|
+
"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/}.",
|
|
6209
5977
|
"properties": {
|
|
6210
5978
|
"hasM": {
|
|
6211
5979
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -6248,7 +6016,7 @@
|
|
|
6248
6016
|
},
|
|
6249
6017
|
"esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
|
|
6250
6018
|
"additionalProperties": false,
|
|
6251
|
-
"description": "Arcade expression added to the pop-up.
|
|
6019
|
+
"description": "Arcade expression added to the pop-up.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
6252
6020
|
"properties": {
|
|
6253
6021
|
"expression": {
|
|
6254
6022
|
"description": "The Arcade expression.",
|
|
@@ -6271,7 +6039,7 @@
|
|
|
6271
6039
|
},
|
|
6272
6040
|
"esri.rest-api.PopupInfo.OrderByFields": {
|
|
6273
6041
|
"additionalProperties": false,
|
|
6274
|
-
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.
|
|
6042
|
+
"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/}.",
|
|
6275
6043
|
"properties": {
|
|
6276
6044
|
"field": {
|
|
6277
6045
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -6286,7 +6054,7 @@
|
|
|
6286
6054
|
},
|
|
6287
6055
|
"esri.rest-api.PopupInfo.PopupElement": {
|
|
6288
6056
|
"additionalProperties": false,
|
|
6289
|
-
"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.
|
|
6057
|
+
"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/}.",
|
|
6290
6058
|
"properties": {
|
|
6291
6059
|
"displayType": {
|
|
6292
6060
|
"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.",
|
|
@@ -6312,7 +6080,7 @@
|
|
|
6312
6080
|
},
|
|
6313
6081
|
"type": {
|
|
6314
6082
|
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
|
|
6315
|
-
"description": "String value indicating which elements to use. See
|
|
6083
|
+
"description": "String value indicating which elements to use. See{@linkPopupElementType}."
|
|
6316
6084
|
}
|
|
6317
6085
|
},
|
|
6318
6086
|
"type": "object"
|
|
@@ -6329,7 +6097,7 @@
|
|
|
6329
6097
|
},
|
|
6330
6098
|
"esri.rest-api.PopupInfo.PopupInfo": {
|
|
6331
6099
|
"additionalProperties": false,
|
|
6332
|
-
"description": "Defines the look and feel of pop-up windows when users click or query a feature.
|
|
6100
|
+
"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/}.",
|
|
6333
6101
|
"properties": {
|
|
6334
6102
|
"description": {
|
|
6335
6103
|
"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}.",
|
|
@@ -6343,7 +6111,7 @@
|
|
|
6343
6111
|
"type": "array"
|
|
6344
6112
|
},
|
|
6345
6113
|
"fieldInfos": {
|
|
6346
|
-
"description": "An array of
|
|
6114
|
+
"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.",
|
|
6347
6115
|
"items": {
|
|
6348
6116
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
6349
6117
|
},
|
|
@@ -6380,7 +6148,7 @@
|
|
|
6380
6148
|
},
|
|
6381
6149
|
"esri.rest-api.PopupInfo.RelatedRecordsInfo": {
|
|
6382
6150
|
"additionalProperties": false,
|
|
6383
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.
|
|
6151
|
+
"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/}.",
|
|
6384
6152
|
"properties": {
|
|
6385
6153
|
"orderByFields": {
|
|
6386
6154
|
"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.",
|
|
@@ -6401,7 +6169,7 @@
|
|
|
6401
6169
|
},
|
|
6402
6170
|
"esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
|
|
6403
6171
|
"additionalProperties": false,
|
|
6404
|
-
"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.
|
|
6172
|
+
"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/}.",
|
|
6405
6173
|
"properties": {
|
|
6406
6174
|
"authoringInfo": {
|
|
6407
6175
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6425,10 +6193,10 @@
|
|
|
6425
6193
|
},
|
|
6426
6194
|
"rotationType": {
|
|
6427
6195
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6428
|
-
"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
|
|
6196
|
+
"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}."
|
|
6429
6197
|
},
|
|
6430
6198
|
"type": {
|
|
6431
|
-
"description": "The type of renderer. See
|
|
6199
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
6432
6200
|
"enum": [
|
|
6433
6201
|
"predominance"
|
|
6434
6202
|
],
|
|
@@ -6444,20 +6212,8 @@
|
|
|
6444
6212
|
"visualVariables": {
|
|
6445
6213
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6446
6214
|
"items": {
|
|
6447
|
-
"
|
|
6448
|
-
|
|
6449
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
6450
|
-
},
|
|
6451
|
-
{
|
|
6452
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
6453
|
-
},
|
|
6454
|
-
{
|
|
6455
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
6456
|
-
},
|
|
6457
|
-
{
|
|
6458
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
6459
|
-
}
|
|
6460
|
-
]
|
|
6215
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
6216
|
+
"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/}."
|
|
6461
6217
|
},
|
|
6462
6218
|
"type": "array"
|
|
6463
6219
|
}
|
|
@@ -6471,7 +6227,7 @@
|
|
|
6471
6227
|
},
|
|
6472
6228
|
"esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
|
|
6473
6229
|
"additionalProperties": false,
|
|
6474
|
-
"description": "Query table data source is a layer/table that is defined by a SQL query.
|
|
6230
|
+
"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/}.",
|
|
6475
6231
|
"properties": {
|
|
6476
6232
|
"geometryType": {
|
|
6477
6233
|
"description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
|
|
@@ -6496,7 +6252,7 @@
|
|
|
6496
6252
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
6497
6253
|
},
|
|
6498
6254
|
"type": {
|
|
6499
|
-
"description": "Type of the DataSource.
|
|
6255
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
6500
6256
|
"enum": [
|
|
6501
6257
|
"queryTable"
|
|
6502
6258
|
],
|
|
@@ -6514,7 +6270,7 @@
|
|
|
6514
6270
|
},
|
|
6515
6271
|
"esri.rest-api.RangeDomain.RangeDomain": {
|
|
6516
6272
|
"additionalProperties": false,
|
|
6517
|
-
"description": "Range domain specifies a range of valid values for a field.
|
|
6273
|
+
"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/}.",
|
|
6518
6274
|
"properties": {
|
|
6519
6275
|
"name": {
|
|
6520
6276
|
"description": "The name of the domain.",
|
|
@@ -6528,7 +6284,7 @@
|
|
|
6528
6284
|
"type": "array"
|
|
6529
6285
|
},
|
|
6530
6286
|
"type": {
|
|
6531
|
-
"description": "Type of domain. See
|
|
6287
|
+
"description": "Type of domain. See{@linkDomainType}.",
|
|
6532
6288
|
"enum": [
|
|
6533
6289
|
"range"
|
|
6534
6290
|
],
|
|
@@ -6544,19 +6300,9 @@
|
|
|
6544
6300
|
},
|
|
6545
6301
|
"esri.rest-api.RangeInfo.RangeInfo": {
|
|
6546
6302
|
"additionalProperties": false,
|
|
6547
|
-
"description": "Range Information.
|
|
6303
|
+
"description": "Range Information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
6548
6304
|
"properties": {
|
|
6549
6305
|
"currentRangeExtent": {
|
|
6550
|
-
"additionalItems": {
|
|
6551
|
-
"anyOf": [
|
|
6552
|
-
{
|
|
6553
|
-
"type": "number"
|
|
6554
|
-
},
|
|
6555
|
-
{
|
|
6556
|
-
"type": "number"
|
|
6557
|
-
}
|
|
6558
|
-
]
|
|
6559
|
-
},
|
|
6560
6306
|
"description": "Contains the min and max values within which the features are visible.",
|
|
6561
6307
|
"items": [
|
|
6562
6308
|
{
|
|
@@ -6566,6 +6312,7 @@
|
|
|
6566
6312
|
"type": "number"
|
|
6567
6313
|
}
|
|
6568
6314
|
],
|
|
6315
|
+
"maxItems": 2,
|
|
6569
6316
|
"minItems": 2,
|
|
6570
6317
|
"type": "array"
|
|
6571
6318
|
},
|
|
@@ -6574,16 +6321,6 @@
|
|
|
6574
6321
|
"type": "string"
|
|
6575
6322
|
},
|
|
6576
6323
|
"fullRangeExtent": {
|
|
6577
|
-
"additionalItems": {
|
|
6578
|
-
"anyOf": [
|
|
6579
|
-
{
|
|
6580
|
-
"type": "number"
|
|
6581
|
-
},
|
|
6582
|
-
{
|
|
6583
|
-
"type": "number"
|
|
6584
|
-
}
|
|
6585
|
-
]
|
|
6586
|
-
},
|
|
6587
6324
|
"description": "Contains the min and max values of all the features for this rangeInfo.",
|
|
6588
6325
|
"items": [
|
|
6589
6326
|
{
|
|
@@ -6593,6 +6330,7 @@
|
|
|
6593
6330
|
"type": "number"
|
|
6594
6331
|
}
|
|
6595
6332
|
],
|
|
6333
|
+
"maxItems": 2,
|
|
6596
6334
|
"minItems": 2,
|
|
6597
6335
|
"type": "array"
|
|
6598
6336
|
},
|
|
@@ -6615,14 +6353,14 @@
|
|
|
6615
6353
|
},
|
|
6616
6354
|
"esri.rest-api.RasterDataSource.RasterDataSource": {
|
|
6617
6355
|
"additionalProperties": false,
|
|
6618
|
-
"description": "Raster data source is a file-based raster that resides in a registered raster workspace.
|
|
6356
|
+
"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/}.",
|
|
6619
6357
|
"properties": {
|
|
6620
6358
|
"dataSourceName": {
|
|
6621
6359
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
6622
6360
|
"type": "string"
|
|
6623
6361
|
},
|
|
6624
6362
|
"type": {
|
|
6625
|
-
"description": "Type of the DataSource.
|
|
6363
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
6626
6364
|
"enum": [
|
|
6627
6365
|
"raster"
|
|
6628
6366
|
],
|
|
@@ -6640,11 +6378,11 @@
|
|
|
6640
6378
|
},
|
|
6641
6379
|
"esri.rest-api.Renderer.AuthoringInfo": {
|
|
6642
6380
|
"additionalProperties": false,
|
|
6643
|
-
"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.
|
|
6381
|
+
"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/}.",
|
|
6644
6382
|
"properties": {
|
|
6645
6383
|
"classificationMethod": {
|
|
6646
6384
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
6647
|
-
"description": "Used for classed color or size. The default value is esriClassifyManual. See
|
|
6385
|
+
"description": "Used for classed color or size. The default value is esriClassifyManual. See{@linkClassificationMethod}."
|
|
6648
6386
|
},
|
|
6649
6387
|
"colorRamp": {
|
|
6650
6388
|
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
|
|
@@ -6664,7 +6402,7 @@
|
|
|
6664
6402
|
},
|
|
6665
6403
|
"type": {
|
|
6666
6404
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
|
|
6667
|
-
"description": "In case of classed renderers this is set to either classedSize or classedColor. See
|
|
6405
|
+
"description": "In case of classed renderers this is set to either classedSize or classedColor. See{@linkAuthoringInfoType}."
|
|
6668
6406
|
},
|
|
6669
6407
|
"visualVariables": {
|
|
6670
6408
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
@@ -6695,7 +6433,7 @@
|
|
|
6695
6433
|
},
|
|
6696
6434
|
"esri.rest-api.Renderer.ColorRamp": {
|
|
6697
6435
|
"additionalProperties": false,
|
|
6698
|
-
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols.
|
|
6436
|
+
"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/}.",
|
|
6699
6437
|
"properties": {
|
|
6700
6438
|
"algorithm": {
|
|
6701
6439
|
"description": "Algorithm used for calculating the ramp.",
|
|
@@ -6714,22 +6452,6 @@
|
|
|
6714
6452
|
"type": "array"
|
|
6715
6453
|
},
|
|
6716
6454
|
"fromColor": {
|
|
6717
|
-
"additionalItems": {
|
|
6718
|
-
"anyOf": [
|
|
6719
|
-
{
|
|
6720
|
-
"type": "number"
|
|
6721
|
-
},
|
|
6722
|
-
{
|
|
6723
|
-
"type": "number"
|
|
6724
|
-
},
|
|
6725
|
-
{
|
|
6726
|
-
"type": "number"
|
|
6727
|
-
},
|
|
6728
|
-
{
|
|
6729
|
-
"type": "number"
|
|
6730
|
-
}
|
|
6731
|
-
]
|
|
6732
|
-
},
|
|
6733
6455
|
"description": "Array representing the initial color to start the ramp from.",
|
|
6734
6456
|
"items": [
|
|
6735
6457
|
{
|
|
@@ -6745,26 +6467,11 @@
|
|
|
6745
6467
|
"type": "number"
|
|
6746
6468
|
}
|
|
6747
6469
|
],
|
|
6470
|
+
"maxItems": 4,
|
|
6748
6471
|
"minItems": 4,
|
|
6749
6472
|
"type": "array"
|
|
6750
6473
|
},
|
|
6751
6474
|
"toColor": {
|
|
6752
|
-
"additionalItems": {
|
|
6753
|
-
"anyOf": [
|
|
6754
|
-
{
|
|
6755
|
-
"type": "number"
|
|
6756
|
-
},
|
|
6757
|
-
{
|
|
6758
|
-
"type": "number"
|
|
6759
|
-
},
|
|
6760
|
-
{
|
|
6761
|
-
"type": "number"
|
|
6762
|
-
},
|
|
6763
|
-
{
|
|
6764
|
-
"type": "number"
|
|
6765
|
-
}
|
|
6766
|
-
]
|
|
6767
|
-
},
|
|
6768
6475
|
"description": "Array representing the final color to end the ramp with.",
|
|
6769
6476
|
"items": [
|
|
6770
6477
|
{
|
|
@@ -6780,6 +6487,7 @@
|
|
|
6780
6487
|
"type": "number"
|
|
6781
6488
|
}
|
|
6782
6489
|
],
|
|
6490
|
+
"maxItems": 4,
|
|
6783
6491
|
"minItems": 4,
|
|
6784
6492
|
"type": "array"
|
|
6785
6493
|
},
|
|
@@ -6868,14 +6576,14 @@
|
|
|
6868
6576
|
},
|
|
6869
6577
|
"esri.rest-api.RenderingRule.RenderingRule": {
|
|
6870
6578
|
"additionalProperties": false,
|
|
6871
|
-
"description": "Specifies the rendering rule for how the requested image should be rendered.
|
|
6579
|
+
"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/}.",
|
|
6872
6580
|
"properties": {
|
|
6873
6581
|
"outputPixelType": {
|
|
6874
6582
|
"$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
|
|
6875
|
-
"description": "Defines the pixel type of the output image. See
|
|
6583
|
+
"description": "Defines the pixel type of the output image. See{@linkPixelType}."
|
|
6876
6584
|
},
|
|
6877
6585
|
"rasterFunction": {
|
|
6878
|
-
"description": "The raster function name identifies the processing or rendering to be performed.
|
|
6586
|
+
"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/}.",
|
|
6879
6587
|
"type": "string"
|
|
6880
6588
|
},
|
|
6881
6589
|
"rasterFunctionArguments": {
|
|
@@ -6890,7 +6598,7 @@
|
|
|
6890
6598
|
},
|
|
6891
6599
|
"esri.rest-api.SceneLayer.SceneLayer": {
|
|
6892
6600
|
"additionalProperties": false,
|
|
6893
|
-
"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).
|
|
6601
|
+
"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/}.",
|
|
6894
6602
|
"properties": {
|
|
6895
6603
|
"blendMode": {
|
|
6896
6604
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6921,7 +6629,7 @@
|
|
|
6921
6629
|
},
|
|
6922
6630
|
"listMode": {
|
|
6923
6631
|
"$ref": "esri.ListMode",
|
|
6924
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
6632
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
6925
6633
|
},
|
|
6926
6634
|
"maxScale": {
|
|
6927
6635
|
"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.",
|
|
@@ -6940,7 +6648,7 @@
|
|
|
6940
6648
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6941
6649
|
},
|
|
6942
6650
|
"refreshInterval": {
|
|
6943
|
-
"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.
|
|
6651
|
+
"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}.",
|
|
6944
6652
|
"type": "number"
|
|
6945
6653
|
},
|
|
6946
6654
|
"screenSizePerspective": {
|
|
@@ -6960,7 +6668,7 @@
|
|
|
6960
6668
|
"type": "string"
|
|
6961
6669
|
},
|
|
6962
6670
|
"type": {
|
|
6963
|
-
"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
|
|
6671
|
+
"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}.",
|
|
6964
6672
|
"enum": [
|
|
6965
6673
|
"BingMapsAerial",
|
|
6966
6674
|
"BingMapsHybrid",
|
|
@@ -7003,7 +6711,7 @@
|
|
|
7003
6711
|
},
|
|
7004
6712
|
"esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
|
|
7005
6713
|
"additionalProperties": false,
|
|
7006
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries.
|
|
6714
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
7007
6715
|
"properties": {
|
|
7008
6716
|
"color": {
|
|
7009
6717
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7015,10 +6723,10 @@
|
|
|
7015
6723
|
},
|
|
7016
6724
|
"style": {
|
|
7017
6725
|
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
|
|
7018
|
-
"description": "The fill style. See
|
|
6726
|
+
"description": "The fill style. See{@linkSimpleFillStyle}."
|
|
7019
6727
|
},
|
|
7020
6728
|
"type": {
|
|
7021
|
-
"description": "The type of symbol. See
|
|
6729
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7022
6730
|
"enum": [
|
|
7023
6731
|
"esriSFS"
|
|
7024
6732
|
],
|
|
@@ -7044,7 +6752,7 @@
|
|
|
7044
6752
|
},
|
|
7045
6753
|
"esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
|
|
7046
6754
|
"additionalProperties": false,
|
|
7047
|
-
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.
|
|
6755
|
+
"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/}.",
|
|
7048
6756
|
"properties": {
|
|
7049
6757
|
"color": {
|
|
7050
6758
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7052,10 +6760,10 @@
|
|
|
7052
6760
|
},
|
|
7053
6761
|
"style": {
|
|
7054
6762
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
|
|
7055
|
-
"description": "The line style. See
|
|
6763
|
+
"description": "The line style. See{@linkSimpleLineStyle}."
|
|
7056
6764
|
},
|
|
7057
6765
|
"type": {
|
|
7058
|
-
"description": "The type of symbol. See
|
|
6766
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7059
6767
|
"enum": [
|
|
7060
6768
|
"esriSLS"
|
|
7061
6769
|
],
|
|
@@ -7086,7 +6794,7 @@
|
|
|
7086
6794
|
},
|
|
7087
6795
|
"esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
7088
6796
|
"additionalProperties": false,
|
|
7089
|
-
"description": "Simple marker symbols can be used to symbolize point geometries.
|
|
6797
|
+
"description": "Simple marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
7090
6798
|
"properties": {
|
|
7091
6799
|
"angle": {
|
|
7092
6800
|
"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.",
|
|
@@ -7106,10 +6814,10 @@
|
|
|
7106
6814
|
},
|
|
7107
6815
|
"style": {
|
|
7108
6816
|
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
|
|
7109
|
-
"description": "The marker style. See
|
|
6817
|
+
"description": "The marker style. See{@linkSimpleMarkerStyle}."
|
|
7110
6818
|
},
|
|
7111
6819
|
"type": {
|
|
7112
|
-
"description": "The type of symbol. See
|
|
6820
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7113
6821
|
"enum": [
|
|
7114
6822
|
"esriSMS"
|
|
7115
6823
|
],
|
|
@@ -7131,7 +6839,7 @@
|
|
|
7131
6839
|
},
|
|
7132
6840
|
"esri.rest-api.SimpleRenderer.SimpleRenderer": {
|
|
7133
6841
|
"additionalProperties": false,
|
|
7134
|
-
"description": "A simple renderer is a renderer that uses one symbol only.
|
|
6842
|
+
"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/}.",
|
|
7135
6843
|
"properties": {
|
|
7136
6844
|
"authoringInfo": {
|
|
7137
6845
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7151,7 +6859,7 @@
|
|
|
7151
6859
|
},
|
|
7152
6860
|
"rotationType": {
|
|
7153
6861
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7154
|
-
"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
|
|
6862
|
+
"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}."
|
|
7155
6863
|
},
|
|
7156
6864
|
"symbol": {
|
|
7157
6865
|
"anyOf": [
|
|
@@ -7195,7 +6903,7 @@
|
|
|
7195
6903
|
"description": "An object that represents how all features will be drawn."
|
|
7196
6904
|
},
|
|
7197
6905
|
"type": {
|
|
7198
|
-
"description": "The type of renderer. See
|
|
6906
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
7199
6907
|
"enum": [
|
|
7200
6908
|
"simple"
|
|
7201
6909
|
],
|
|
@@ -7204,20 +6912,8 @@
|
|
|
7204
6912
|
"visualVariables": {
|
|
7205
6913
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7206
6914
|
"items": {
|
|
7207
|
-
"
|
|
7208
|
-
|
|
7209
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
7210
|
-
},
|
|
7211
|
-
{
|
|
7212
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
7213
|
-
},
|
|
7214
|
-
{
|
|
7215
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
7216
|
-
},
|
|
7217
|
-
{
|
|
7218
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
7219
|
-
}
|
|
7220
|
-
]
|
|
6915
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
6916
|
+
"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/}."
|
|
7221
6917
|
},
|
|
7222
6918
|
"type": "array"
|
|
7223
6919
|
}
|
|
@@ -7230,7 +6926,7 @@
|
|
|
7230
6926
|
},
|
|
7231
6927
|
"esri.rest-api.SpatialReference.SpatialReference": {
|
|
7232
6928
|
"additionalProperties": false,
|
|
7233
|
-
"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.
|
|
6929
|
+
"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/}.",
|
|
7234
6930
|
"properties": {
|
|
7235
6931
|
"latestVcsWkid": {
|
|
7236
6932
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -7257,7 +6953,7 @@
|
|
|
7257
6953
|
},
|
|
7258
6954
|
"esri.rest-api.StreamLayer.StreamLayer": {
|
|
7259
6955
|
"additionalProperties": false,
|
|
7260
|
-
"description": "A stream layer in a web map.
|
|
6956
|
+
"description": "A stream layer in a web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
|
|
7261
6957
|
"properties": {
|
|
7262
6958
|
"blendMode": {
|
|
7263
6959
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7311,7 +7007,7 @@
|
|
|
7311
7007
|
},
|
|
7312
7008
|
"listMode": {
|
|
7313
7009
|
"$ref": "esri.ListMode",
|
|
7314
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
7010
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
7315
7011
|
},
|
|
7316
7012
|
"maxScale": {
|
|
7317
7013
|
"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.",
|
|
@@ -7323,7 +7019,7 @@
|
|
|
7323
7019
|
},
|
|
7324
7020
|
"mode": {
|
|
7325
7021
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
7326
|
-
"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
|
|
7022
|
+
"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}."
|
|
7327
7023
|
},
|
|
7328
7024
|
"opacity": {
|
|
7329
7025
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -7334,7 +7030,7 @@
|
|
|
7334
7030
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
7335
7031
|
},
|
|
7336
7032
|
"refreshInterval": {
|
|
7337
|
-
"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.
|
|
7033
|
+
"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}.",
|
|
7338
7034
|
"type": "number"
|
|
7339
7035
|
},
|
|
7340
7036
|
"screenSizePerspective": {
|
|
@@ -7361,7 +7057,7 @@
|
|
|
7361
7057
|
"type": "string"
|
|
7362
7058
|
},
|
|
7363
7059
|
"type": {
|
|
7364
|
-
"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
|
|
7060
|
+
"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}.",
|
|
7365
7061
|
"enum": [
|
|
7366
7062
|
"BingMapsAerial",
|
|
7367
7063
|
"BingMapsHybrid",
|
|
@@ -7390,7 +7086,7 @@
|
|
|
7390
7086
|
},
|
|
7391
7087
|
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
7392
7088
|
"additionalProperties": false,
|
|
7393
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.
|
|
7089
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
7394
7090
|
"properties": {
|
|
7395
7091
|
"name": {
|
|
7396
7092
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -7417,7 +7113,7 @@
|
|
|
7417
7113
|
"type": "object"
|
|
7418
7114
|
},
|
|
7419
7115
|
"esri.rest-api.Symbol.Color": {
|
|
7420
|
-
"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.
|
|
7116
|
+
"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/}.",
|
|
7421
7117
|
"items": {
|
|
7422
7118
|
"type": "number"
|
|
7423
7119
|
},
|
|
@@ -7425,11 +7121,11 @@
|
|
|
7425
7121
|
},
|
|
7426
7122
|
"esri.rest-api.Symbol.Font": {
|
|
7427
7123
|
"additionalProperties": false,
|
|
7428
|
-
"description": "Font used for text symbols.
|
|
7124
|
+
"description": "Font used for text symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
|
|
7429
7125
|
"properties": {
|
|
7430
7126
|
"decoration": {
|
|
7431
7127
|
"$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
|
|
7432
|
-
"description": "The text decoration. See
|
|
7128
|
+
"description": "The text decoration. See{@linkTextDecoration}."
|
|
7433
7129
|
},
|
|
7434
7130
|
"family": {
|
|
7435
7131
|
"description": "The font family.",
|
|
@@ -7441,11 +7137,11 @@
|
|
|
7441
7137
|
},
|
|
7442
7138
|
"style": {
|
|
7443
7139
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
|
|
7444
|
-
"description": "The text style. See
|
|
7140
|
+
"description": "The text style. See{@linkFontStyle}."
|
|
7445
7141
|
},
|
|
7446
7142
|
"weight": {
|
|
7447
7143
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
|
|
7448
|
-
"description": "The text weight. See
|
|
7144
|
+
"description": "The text weight. See{@linkFontWeight}."
|
|
7449
7145
|
}
|
|
7450
7146
|
},
|
|
7451
7147
|
"type": "object"
|
|
@@ -7500,7 +7196,7 @@
|
|
|
7500
7196
|
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
7501
7197
|
}
|
|
7502
7198
|
],
|
|
7503
|
-
"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).
|
|
7199
|
+
"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/}."
|
|
7504
7200
|
},
|
|
7505
7201
|
"esri.rest-api.Symbol.TextDecoration": {
|
|
7506
7202
|
"description": "The text decoration for the Font.",
|
|
@@ -7523,7 +7219,7 @@
|
|
|
7523
7219
|
},
|
|
7524
7220
|
"esri.rest-api.Symbol3D.Material": {
|
|
7525
7221
|
"additionalProperties": false,
|
|
7526
|
-
"description": "The material used to shade the geometry.
|
|
7222
|
+
"description": "The material used to shade the geometry.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
7527
7223
|
"properties": {
|
|
7528
7224
|
"color": {
|
|
7529
7225
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7550,7 +7246,7 @@
|
|
|
7550
7246
|
},
|
|
7551
7247
|
"esri.rest-api.Symbol3D.Outline": {
|
|
7552
7248
|
"additionalProperties": false,
|
|
7553
|
-
"description": "The outline of the point, line or polygon.
|
|
7249
|
+
"description": "The outline of the point, line or polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
7554
7250
|
"properties": {
|
|
7555
7251
|
"color": {
|
|
7556
7252
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7573,7 +7269,7 @@
|
|
|
7573
7269
|
},
|
|
7574
7270
|
"esri.rest-api.Symbol3D.ResourceIconSymbol": {
|
|
7575
7271
|
"additionalProperties": false,
|
|
7576
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features.
|
|
7272
|
+
"description": "The shape (primitive) or image URL (href) used to visualize the features.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
|
|
7577
7273
|
"properties": {
|
|
7578
7274
|
"dataURI": {
|
|
7579
7275
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -7592,7 +7288,7 @@
|
|
|
7592
7288
|
},
|
|
7593
7289
|
"esri.rest-api.Symbol3D.ResourceObjectSymbol": {
|
|
7594
7290
|
"additionalProperties": false,
|
|
7595
|
-
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.
|
|
7291
|
+
"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/}.",
|
|
7596
7292
|
"properties": {
|
|
7597
7293
|
"href": {
|
|
7598
7294
|
"description": "Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
|
|
@@ -7626,11 +7322,11 @@
|
|
|
7626
7322
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
7627
7323
|
}
|
|
7628
7324
|
],
|
|
7629
|
-
"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.
|
|
7325
|
+
"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/}."
|
|
7630
7326
|
},
|
|
7631
7327
|
"esri.rest-api.TableDataSource.TableDataSource": {
|
|
7632
7328
|
"additionalProperties": false,
|
|
7633
|
-
"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.
|
|
7329
|
+
"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/}.",
|
|
7634
7330
|
"properties": {
|
|
7635
7331
|
"dataSourceName": {
|
|
7636
7332
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
@@ -7641,7 +7337,7 @@
|
|
|
7641
7337
|
"type": "string"
|
|
7642
7338
|
},
|
|
7643
7339
|
"type": {
|
|
7644
|
-
"description": "Type of the DataSource.
|
|
7340
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
7645
7341
|
"enum": [
|
|
7646
7342
|
"table"
|
|
7647
7343
|
],
|
|
@@ -7658,7 +7354,7 @@
|
|
|
7658
7354
|
"type": "object"
|
|
7659
7355
|
},
|
|
7660
7356
|
"esri.rest-api.Template.DrawingTool": {
|
|
7661
|
-
"description": "Possible drawing tool value to use with
|
|
7357
|
+
"description": "Possible drawing tool value to use with{@linkTemplate.drawingTool}.",
|
|
7662
7358
|
"enum": [
|
|
7663
7359
|
"esriFeatureEditToolCircle",
|
|
7664
7360
|
"esriFeatureEditToolDownArrow",
|
|
@@ -7678,7 +7374,7 @@
|
|
|
7678
7374
|
},
|
|
7679
7375
|
"esri.rest-api.Template.Template": {
|
|
7680
7376
|
"additionalProperties": false,
|
|
7681
|
-
"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.
|
|
7377
|
+
"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/}.",
|
|
7682
7378
|
"properties": {
|
|
7683
7379
|
"description": {
|
|
7684
7380
|
"description": "A detailed description of the template.",
|
|
@@ -7686,7 +7382,7 @@
|
|
|
7686
7382
|
},
|
|
7687
7383
|
"drawingTool": {
|
|
7688
7384
|
"$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
|
|
7689
|
-
"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
|
|
7385
|
+
"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}."
|
|
7690
7386
|
},
|
|
7691
7387
|
"name": {
|
|
7692
7388
|
"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.",
|
|
@@ -7701,7 +7397,7 @@
|
|
|
7701
7397
|
},
|
|
7702
7398
|
"esri.rest-api.TemporalRenderer.TemporalRenderer": {
|
|
7703
7399
|
"additionalProperties": false,
|
|
7704
|
-
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer.
|
|
7400
|
+
"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/}.",
|
|
7705
7401
|
"properties": {
|
|
7706
7402
|
"authoringInfo": {
|
|
7707
7403
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7721,14 +7417,14 @@
|
|
|
7721
7417
|
},
|
|
7722
7418
|
"rotationType": {
|
|
7723
7419
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7724
|
-
"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
|
|
7420
|
+
"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}."
|
|
7725
7421
|
},
|
|
7726
7422
|
"trackRenderer": {
|
|
7727
7423
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
7728
7424
|
"description": "Simple renderer used to symbolize the tracks."
|
|
7729
7425
|
},
|
|
7730
7426
|
"type": {
|
|
7731
|
-
"description": "The type of renderer. See
|
|
7427
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
7732
7428
|
"enum": [
|
|
7733
7429
|
"temporal"
|
|
7734
7430
|
],
|
|
@@ -7737,20 +7433,8 @@
|
|
|
7737
7433
|
"visualVariables": {
|
|
7738
7434
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7739
7435
|
"items": {
|
|
7740
|
-
"
|
|
7741
|
-
|
|
7742
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
7743
|
-
},
|
|
7744
|
-
{
|
|
7745
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
7746
|
-
},
|
|
7747
|
-
{
|
|
7748
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
7749
|
-
},
|
|
7750
|
-
{
|
|
7751
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
7752
|
-
}
|
|
7753
|
-
]
|
|
7436
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
7437
|
+
"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/}."
|
|
7754
7438
|
},
|
|
7755
7439
|
"type": "array"
|
|
7756
7440
|
}
|
|
@@ -7762,7 +7446,7 @@
|
|
|
7762
7446
|
},
|
|
7763
7447
|
"esri.rest-api.TextSymbol.TextSymbol": {
|
|
7764
7448
|
"additionalProperties": false,
|
|
7765
|
-
"description": "Text symbols are used to add text to a feature (labeling).
|
|
7449
|
+
"description": "Text symbols are used to add text to a feature (labeling).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
7766
7450
|
"properties": {
|
|
7767
7451
|
"angle": {
|
|
7768
7452
|
"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.",
|
|
@@ -7798,7 +7482,7 @@
|
|
|
7798
7482
|
},
|
|
7799
7483
|
"horizontalAlignment": {
|
|
7800
7484
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
7801
|
-
"description": "The horizontal alignment of the text. See
|
|
7485
|
+
"description": "The horizontal alignment of the text. See{@linkHorizontalAlignment}."
|
|
7802
7486
|
},
|
|
7803
7487
|
"kerning": {
|
|
7804
7488
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -7817,7 +7501,7 @@
|
|
|
7817
7501
|
"type": "string"
|
|
7818
7502
|
},
|
|
7819
7503
|
"type": {
|
|
7820
|
-
"description": "The type of symbol. See
|
|
7504
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7821
7505
|
"enum": [
|
|
7822
7506
|
"esriTS"
|
|
7823
7507
|
],
|
|
@@ -7825,7 +7509,7 @@
|
|
|
7825
7509
|
},
|
|
7826
7510
|
"verticalAlignment": {
|
|
7827
7511
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
7828
|
-
"description": "The vertical alignment of the text. See
|
|
7512
|
+
"description": "The vertical alignment of the text. See{@linkVerticalAlignment}."
|
|
7829
7513
|
},
|
|
7830
7514
|
"xoffset": {
|
|
7831
7515
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -7843,7 +7527,7 @@
|
|
|
7843
7527
|
},
|
|
7844
7528
|
"esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
|
|
7845
7529
|
"additionalProperties": false,
|
|
7846
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.
|
|
7530
|
+
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
|
|
7847
7531
|
"properties": {
|
|
7848
7532
|
"font": {
|
|
7849
7533
|
"$ref": "#/definitions/esri.rest-api.Symbol.Font",
|
|
@@ -7862,7 +7546,7 @@
|
|
|
7862
7546
|
"type": "string"
|
|
7863
7547
|
},
|
|
7864
7548
|
"type": {
|
|
7865
|
-
"description": "The type of the Symbol3DLayer. See
|
|
7549
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
7866
7550
|
"enum": [
|
|
7867
7551
|
"Text"
|
|
7868
7552
|
],
|
|
@@ -7876,7 +7560,7 @@
|
|
|
7876
7560
|
},
|
|
7877
7561
|
"esri.rest-api.TileInfo.TileInfo": {
|
|
7878
7562
|
"additionalProperties": false,
|
|
7879
|
-
"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.
|
|
7563
|
+
"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/}.",
|
|
7880
7564
|
"properties": {
|
|
7881
7565
|
"cols": {
|
|
7882
7566
|
"description": "Requested tile's column.",
|
|
@@ -7895,28 +7579,9 @@
|
|
|
7895
7579
|
"type": "string"
|
|
7896
7580
|
},
|
|
7897
7581
|
"lods": {
|
|
7898
|
-
"description": "An array of levels of detail that define the tiling scheme.
|
|
7582
|
+
"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/}.",
|
|
7899
7583
|
"items": {
|
|
7900
|
-
"
|
|
7901
|
-
"properties": {
|
|
7902
|
-
"level": {
|
|
7903
|
-
"description": "ID for each level.",
|
|
7904
|
-
"type": "number"
|
|
7905
|
-
},
|
|
7906
|
-
"levelValue": {
|
|
7907
|
-
"description": "String to be used when constructing URL to access a tile from this LOD.",
|
|
7908
|
-
"type": "string"
|
|
7909
|
-
},
|
|
7910
|
-
"resolution": {
|
|
7911
|
-
"description": "Resolution in map units of each pixel in a tile for each level.",
|
|
7912
|
-
"type": "number"
|
|
7913
|
-
},
|
|
7914
|
-
"scale": {
|
|
7915
|
-
"description": "Scale for each level.",
|
|
7916
|
-
"type": "number"
|
|
7917
|
-
}
|
|
7918
|
-
},
|
|
7919
|
-
"type": "object"
|
|
7584
|
+
"$ref": "__type"
|
|
7920
7585
|
},
|
|
7921
7586
|
"type": "array"
|
|
7922
7587
|
},
|
|
@@ -7937,7 +7602,7 @@
|
|
|
7937
7602
|
},
|
|
7938
7603
|
"esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
|
|
7939
7604
|
"additionalProperties": false,
|
|
7940
|
-
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled).
|
|
7605
|
+
"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/}.",
|
|
7941
7606
|
"properties": {
|
|
7942
7607
|
"blendMode": {
|
|
7943
7608
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7967,7 +7632,7 @@
|
|
|
7967
7632
|
},
|
|
7968
7633
|
"listMode": {
|
|
7969
7634
|
"$ref": "esri.ListMode",
|
|
7970
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
7635
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
7971
7636
|
},
|
|
7972
7637
|
"maxScale": {
|
|
7973
7638
|
"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.",
|
|
@@ -7982,7 +7647,7 @@
|
|
|
7982
7647
|
"type": "number"
|
|
7983
7648
|
},
|
|
7984
7649
|
"refreshInterval": {
|
|
7985
|
-
"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.
|
|
7650
|
+
"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}.",
|
|
7986
7651
|
"type": "number"
|
|
7987
7652
|
},
|
|
7988
7653
|
"showLegend": {
|
|
@@ -7994,7 +7659,7 @@
|
|
|
7994
7659
|
"type": "string"
|
|
7995
7660
|
},
|
|
7996
7661
|
"type": {
|
|
7997
|
-
"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
|
|
7662
|
+
"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}.",
|
|
7998
7663
|
"enum": [
|
|
7999
7664
|
"BingMapsAerial",
|
|
8000
7665
|
"BingMapsHybrid",
|
|
@@ -8024,7 +7689,7 @@
|
|
|
8024
7689
|
},
|
|
8025
7690
|
"esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
|
|
8026
7691
|
"additionalProperties": false,
|
|
8027
|
-
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled).
|
|
7692
|
+
"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/}.",
|
|
8028
7693
|
"properties": {
|
|
8029
7694
|
"blendMode": {
|
|
8030
7695
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8041,31 +7706,8 @@
|
|
|
8041
7706
|
"type": "array"
|
|
8042
7707
|
},
|
|
8043
7708
|
"exclusionAreas": {
|
|
8044
|
-
"
|
|
8045
|
-
"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.
|
|
8046
|
-
"properties": {
|
|
8047
|
-
"geometry": {
|
|
8048
|
-
"$ref": "#/definitions/esri.rest-api.Extent.Extent",
|
|
8049
|
-
"description": "The geometry defining the area where no data will be fetched. Only extent is supported."
|
|
8050
|
-
},
|
|
8051
|
-
"maxScale": {
|
|
8052
|
-
"description": "The zoom level where the exclusion ends.",
|
|
8053
|
-
"type": "number"
|
|
8054
|
-
},
|
|
8055
|
-
"maxZoom": {
|
|
8056
|
-
"description": "The zoom level where the exclusion ends.",
|
|
8057
|
-
"type": "number"
|
|
8058
|
-
},
|
|
8059
|
-
"minScale": {
|
|
8060
|
-
"description": "The zoom level where the exclusion starts.",
|
|
8061
|
-
"type": "number"
|
|
8062
|
-
},
|
|
8063
|
-
"minZoom": {
|
|
8064
|
-
"description": "The zoom level where the exclusion starts.",
|
|
8065
|
-
"type": "number"
|
|
8066
|
-
}
|
|
8067
|
-
},
|
|
8068
|
-
"type": "object"
|
|
7709
|
+
"$ref": "__type",
|
|
7710
|
+
"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/}."
|
|
8069
7711
|
},
|
|
8070
7712
|
"id": {
|
|
8071
7713
|
"description": "A unique identifying string for the layer.",
|
|
@@ -8095,7 +7737,7 @@
|
|
|
8095
7737
|
},
|
|
8096
7738
|
"listMode": {
|
|
8097
7739
|
"$ref": "esri.ListMode",
|
|
8098
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
7740
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
8099
7741
|
},
|
|
8100
7742
|
"maxScale": {
|
|
8101
7743
|
"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.",
|
|
@@ -8114,7 +7756,7 @@
|
|
|
8114
7756
|
"type": "string"
|
|
8115
7757
|
},
|
|
8116
7758
|
"refreshInterval": {
|
|
8117
|
-
"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.
|
|
7759
|
+
"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}.",
|
|
8118
7760
|
"type": "number"
|
|
8119
7761
|
},
|
|
8120
7762
|
"showLegend": {
|
|
@@ -8126,7 +7768,7 @@
|
|
|
8126
7768
|
"type": "string"
|
|
8127
7769
|
},
|
|
8128
7770
|
"type": {
|
|
8129
|
-
"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
|
|
7771
|
+
"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}.",
|
|
8130
7772
|
"enum": [
|
|
8131
7773
|
"BingMapsAerial",
|
|
8132
7774
|
"BingMapsHybrid",
|
|
@@ -8155,24 +7797,11 @@
|
|
|
8155
7797
|
},
|
|
8156
7798
|
"esri.rest-api.Type.Type": {
|
|
8157
7799
|
"additionalProperties": false,
|
|
8158
|
-
"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.
|
|
7800
|
+
"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/}.",
|
|
8159
7801
|
"properties": {
|
|
8160
7802
|
"domains": {
|
|
8161
|
-
"
|
|
8162
|
-
|
|
8163
|
-
{
|
|
8164
|
-
"$ref": "#/definitions/esri.rest-api.CodedValueDomain.CodedValueDomain"
|
|
8165
|
-
},
|
|
8166
|
-
{
|
|
8167
|
-
"$ref": "#/definitions/esri.rest-api.InheritedDomain.InheritedDomain"
|
|
8168
|
-
},
|
|
8169
|
-
{
|
|
8170
|
-
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
8171
|
-
}
|
|
8172
|
-
]
|
|
8173
|
-
},
|
|
8174
|
-
"description": "A set of domain objects for each domain in the type.",
|
|
8175
|
-
"type": "object"
|
|
7803
|
+
"$ref": "__type",
|
|
7804
|
+
"description": "A set of domain objects for each domain in the type."
|
|
8176
7805
|
},
|
|
8177
7806
|
"id": {
|
|
8178
7807
|
"description": "A unique numerical ID for the type.",
|
|
@@ -8197,7 +7826,7 @@
|
|
|
8197
7826
|
},
|
|
8198
7827
|
"esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
|
|
8199
7828
|
"additionalProperties": false,
|
|
8200
|
-
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style.
|
|
7829
|
+
"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/}.",
|
|
8201
7830
|
"properties": {
|
|
8202
7831
|
"authoringInfo": {
|
|
8203
7832
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8221,7 +7850,7 @@
|
|
|
8221
7850
|
},
|
|
8222
7851
|
"rotationType": {
|
|
8223
7852
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8224
|
-
"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
|
|
7853
|
+
"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}."
|
|
8225
7854
|
},
|
|
8226
7855
|
"styleName": {
|
|
8227
7856
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -8232,7 +7861,7 @@
|
|
|
8232
7861
|
"type": "string"
|
|
8233
7862
|
},
|
|
8234
7863
|
"type": {
|
|
8235
|
-
"description": "The type of renderer. See
|
|
7864
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8236
7865
|
"enum": [
|
|
8237
7866
|
"uniqueValue"
|
|
8238
7867
|
],
|
|
@@ -8241,20 +7870,8 @@
|
|
|
8241
7870
|
"visualVariables": {
|
|
8242
7871
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8243
7872
|
"items": {
|
|
8244
|
-
"
|
|
8245
|
-
|
|
8246
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8247
|
-
},
|
|
8248
|
-
{
|
|
8249
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8250
|
-
},
|
|
8251
|
-
{
|
|
8252
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8253
|
-
},
|
|
8254
|
-
{
|
|
8255
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8256
|
-
}
|
|
8257
|
-
]
|
|
7873
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
7874
|
+
"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/}."
|
|
8258
7875
|
},
|
|
8259
7876
|
"type": "array"
|
|
8260
7877
|
}
|
|
@@ -8267,7 +7884,7 @@
|
|
|
8267
7884
|
},
|
|
8268
7885
|
"esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
|
|
8269
7886
|
"additionalProperties": false,
|
|
8270
|
-
"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.
|
|
7887
|
+
"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/}.",
|
|
8271
7888
|
"properties": {
|
|
8272
7889
|
"description": {
|
|
8273
7890
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -8331,7 +7948,7 @@
|
|
|
8331
7948
|
},
|
|
8332
7949
|
"esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
|
|
8333
7950
|
"additionalProperties": false,
|
|
8334
|
-
"description": "A unique value renderer symbolizes groups of features that have matching field values.
|
|
7951
|
+
"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/}.",
|
|
8335
7952
|
"properties": {
|
|
8336
7953
|
"authoringInfo": {
|
|
8337
7954
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8408,10 +8025,10 @@
|
|
|
8408
8025
|
},
|
|
8409
8026
|
"rotationType": {
|
|
8410
8027
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8411
|
-
"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
|
|
8028
|
+
"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}."
|
|
8412
8029
|
},
|
|
8413
8030
|
"type": {
|
|
8414
|
-
"description": "The type of renderer. See
|
|
8031
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8415
8032
|
"enum": [
|
|
8416
8033
|
"uniqueValue"
|
|
8417
8034
|
],
|
|
@@ -8427,20 +8044,8 @@
|
|
|
8427
8044
|
"visualVariables": {
|
|
8428
8045
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8429
8046
|
"items": {
|
|
8430
|
-
"
|
|
8431
|
-
|
|
8432
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8433
|
-
},
|
|
8434
|
-
{
|
|
8435
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8436
|
-
},
|
|
8437
|
-
{
|
|
8438
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8439
|
-
},
|
|
8440
|
-
{
|
|
8441
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8442
|
-
}
|
|
8443
|
-
]
|
|
8047
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
8048
|
+
"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/}."
|
|
8444
8049
|
},
|
|
8445
8050
|
"type": "array"
|
|
8446
8051
|
}
|
|
@@ -8454,7 +8059,7 @@
|
|
|
8454
8059
|
},
|
|
8455
8060
|
"esri.rest-api.Value.Value": {
|
|
8456
8061
|
"additionalProperties": false,
|
|
8457
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.
|
|
8062
|
+
"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/}.",
|
|
8458
8063
|
"properties": {
|
|
8459
8064
|
"fields": {
|
|
8460
8065
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -8530,7 +8135,7 @@
|
|
|
8530
8135
|
},
|
|
8531
8136
|
"rotationType": {
|
|
8532
8137
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8533
|
-
"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
|
|
8138
|
+
"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}."
|
|
8534
8139
|
},
|
|
8535
8140
|
"style": {
|
|
8536
8141
|
"description": "A predefined style.",
|
|
@@ -8554,7 +8159,7 @@
|
|
|
8554
8159
|
"type": "number"
|
|
8555
8160
|
},
|
|
8556
8161
|
"type": {
|
|
8557
|
-
"description": "The type of renderer. See
|
|
8162
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8558
8163
|
"enum": [
|
|
8559
8164
|
"vectorField"
|
|
8560
8165
|
],
|
|
@@ -8563,20 +8168,8 @@
|
|
|
8563
8168
|
"visualVariables": {
|
|
8564
8169
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8565
8170
|
"items": {
|
|
8566
|
-
"
|
|
8567
|
-
|
|
8568
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8569
|
-
},
|
|
8570
|
-
{
|
|
8571
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8572
|
-
},
|
|
8573
|
-
{
|
|
8574
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8575
|
-
},
|
|
8576
|
-
{
|
|
8577
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8578
|
-
}
|
|
8579
|
-
]
|
|
8171
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
8172
|
+
"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/}."
|
|
8580
8173
|
},
|
|
8581
8174
|
"type": "array"
|
|
8582
8175
|
}
|
|
@@ -8591,7 +8184,7 @@
|
|
|
8591
8184
|
},
|
|
8592
8185
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
8593
8186
|
"additionalProperties": false,
|
|
8594
|
-
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.
|
|
8187
|
+
"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/}.",
|
|
8595
8188
|
"properties": {
|
|
8596
8189
|
"blendMode": {
|
|
8597
8190
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8621,7 +8214,7 @@
|
|
|
8621
8214
|
},
|
|
8622
8215
|
"listMode": {
|
|
8623
8216
|
"$ref": "esri.ListMode",
|
|
8624
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
8217
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
8625
8218
|
},
|
|
8626
8219
|
"maxScale": {
|
|
8627
8220
|
"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.",
|
|
@@ -8640,7 +8233,7 @@
|
|
|
8640
8233
|
"type": "string"
|
|
8641
8234
|
},
|
|
8642
8235
|
"refreshInterval": {
|
|
8643
|
-
"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.
|
|
8236
|
+
"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}.",
|
|
8644
8237
|
"type": "number"
|
|
8645
8238
|
},
|
|
8646
8239
|
"showLegend": {
|
|
@@ -8656,7 +8249,7 @@
|
|
|
8656
8249
|
"type": "string"
|
|
8657
8250
|
},
|
|
8658
8251
|
"type": {
|
|
8659
|
-
"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
|
|
8252
|
+
"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}.",
|
|
8660
8253
|
"enum": [
|
|
8661
8254
|
"BingMapsAerial",
|
|
8662
8255
|
"BingMapsHybrid",
|
|
@@ -8681,7 +8274,7 @@
|
|
|
8681
8274
|
},
|
|
8682
8275
|
"esri.rest-api.VerticalOffset.VerticalOffset": {
|
|
8683
8276
|
"additionalProperties": false,
|
|
8684
|
-
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units.
|
|
8277
|
+
"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/}.",
|
|
8685
8278
|
"properties": {
|
|
8686
8279
|
"maxWorldLength": {
|
|
8687
8280
|
"description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
|
|
@@ -8703,15 +8296,13 @@
|
|
|
8703
8296
|
},
|
|
8704
8297
|
"esri.rest-api.VisualVariable.ColorInfo": {
|
|
8705
8298
|
"additionalProperties": false,
|
|
8706
|
-
"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.
|
|
8299
|
+
"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/}.",
|
|
8707
8300
|
"properties": {
|
|
8708
8301
|
"colors": {
|
|
8709
8302
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
8710
8303
|
"items": {
|
|
8711
|
-
"
|
|
8712
|
-
|
|
8713
|
-
},
|
|
8714
|
-
"type": "array"
|
|
8304
|
+
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
8305
|
+
"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/}."
|
|
8715
8306
|
},
|
|
8716
8307
|
"type": "array"
|
|
8717
8308
|
},
|
|
@@ -8720,15 +8311,8 @@
|
|
|
8720
8311
|
"type": "string"
|
|
8721
8312
|
},
|
|
8722
8313
|
"legendOptions": {
|
|
8723
|
-
"
|
|
8724
|
-
"description": "Options available for the legend.
|
|
8725
|
-
"properties": {
|
|
8726
|
-
"title": {
|
|
8727
|
-
"description": "The title of the legend.",
|
|
8728
|
-
"type": "string"
|
|
8729
|
-
}
|
|
8730
|
-
},
|
|
8731
|
-
"type": "object"
|
|
8314
|
+
"$ref": "__type",
|
|
8315
|
+
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8732
8316
|
},
|
|
8733
8317
|
"maxDataValue": {
|
|
8734
8318
|
"description": "The maximum data value.",
|
|
@@ -8750,7 +8334,7 @@
|
|
|
8750
8334
|
"type": "array"
|
|
8751
8335
|
},
|
|
8752
8336
|
"type": {
|
|
8753
|
-
"description": "The type of the VisualVariable. See
|
|
8337
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
8754
8338
|
"enum": [
|
|
8755
8339
|
"colorInfo"
|
|
8756
8340
|
],
|
|
@@ -8770,10 +8354,8 @@
|
|
|
8770
8354
|
"color": {
|
|
8771
8355
|
"anyOf": [
|
|
8772
8356
|
{
|
|
8773
|
-
"
|
|
8774
|
-
|
|
8775
|
-
},
|
|
8776
|
-
"type": "array"
|
|
8357
|
+
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
8358
|
+
"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/}."
|
|
8777
8359
|
},
|
|
8778
8360
|
{
|
|
8779
8361
|
"type": "string"
|
|
@@ -8794,22 +8376,15 @@
|
|
|
8794
8376
|
},
|
|
8795
8377
|
"esri.rest-api.VisualVariable.RotationInfo": {
|
|
8796
8378
|
"additionalProperties": false,
|
|
8797
|
-
"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.
|
|
8379
|
+
"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/}.",
|
|
8798
8380
|
"properties": {
|
|
8799
8381
|
"field": {
|
|
8800
8382
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
8801
8383
|
"type": "string"
|
|
8802
8384
|
},
|
|
8803
8385
|
"legendOptions": {
|
|
8804
|
-
"
|
|
8805
|
-
"description": "Options available for the legend.
|
|
8806
|
-
"properties": {
|
|
8807
|
-
"title": {
|
|
8808
|
-
"description": "The title of the legend.",
|
|
8809
|
-
"type": "string"
|
|
8810
|
-
}
|
|
8811
|
-
},
|
|
8812
|
-
"type": "object"
|
|
8386
|
+
"$ref": "__type",
|
|
8387
|
+
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8813
8388
|
},
|
|
8814
8389
|
"normalizationField": {
|
|
8815
8390
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -8820,7 +8395,7 @@
|
|
|
8820
8395
|
"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."
|
|
8821
8396
|
},
|
|
8822
8397
|
"type": {
|
|
8823
|
-
"description": "The type of the VisualVariable. See
|
|
8398
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
8824
8399
|
"enum": [
|
|
8825
8400
|
"rotationInfo"
|
|
8826
8401
|
],
|
|
@@ -8847,7 +8422,7 @@
|
|
|
8847
8422
|
},
|
|
8848
8423
|
"esri.rest-api.VisualVariable.Size": {
|
|
8849
8424
|
"additionalProperties": false,
|
|
8850
|
-
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown.
|
|
8425
|
+
"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/}.",
|
|
8851
8426
|
"properties": {
|
|
8852
8427
|
"expression": {
|
|
8853
8428
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -8873,7 +8448,7 @@
|
|
|
8873
8448
|
},
|
|
8874
8449
|
"esri.rest-api.VisualVariable.SizeInfo": {
|
|
8875
8450
|
"additionalProperties": false,
|
|
8876
|
-
"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.
|
|
8451
|
+
"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/}.",
|
|
8877
8452
|
"properties": {
|
|
8878
8453
|
"axis": {
|
|
8879
8454
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -8891,15 +8466,8 @@
|
|
|
8891
8466
|
"type": "string"
|
|
8892
8467
|
},
|
|
8893
8468
|
"legendOptions": {
|
|
8894
|
-
"
|
|
8895
|
-
"description": "Options available for the legend.
|
|
8896
|
-
"properties": {
|
|
8897
|
-
"title": {
|
|
8898
|
-
"description": "The title of the legend.",
|
|
8899
|
-
"type": "string"
|
|
8900
|
-
}
|
|
8901
|
-
},
|
|
8902
|
-
"type": "object"
|
|
8469
|
+
"$ref": "__type",
|
|
8470
|
+
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8903
8471
|
},
|
|
8904
8472
|
"maxDataValue": {
|
|
8905
8473
|
"description": "The maximum data value.",
|
|
@@ -8936,7 +8504,7 @@
|
|
|
8936
8504
|
"type": "string"
|
|
8937
8505
|
},
|
|
8938
8506
|
"type": {
|
|
8939
|
-
"description": "The type of the VisualVariable. See
|
|
8507
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
8940
8508
|
"enum": [
|
|
8941
8509
|
"sizeInfo"
|
|
8942
8510
|
],
|
|
@@ -9003,22 +8571,15 @@
|
|
|
9003
8571
|
},
|
|
9004
8572
|
"esri.rest-api.VisualVariable.TransparencyInfo": {
|
|
9005
8573
|
"additionalProperties": false,
|
|
9006
|
-
"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).
|
|
8574
|
+
"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/}.",
|
|
9007
8575
|
"properties": {
|
|
9008
8576
|
"field": {
|
|
9009
8577
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
9010
8578
|
"type": "string"
|
|
9011
8579
|
},
|
|
9012
8580
|
"legendOptions": {
|
|
9013
|
-
"
|
|
9014
|
-
"description": "Options available for the legend."
|
|
9015
|
-
"properties": {
|
|
9016
|
-
"title": {
|
|
9017
|
-
"description": "The title of the legend.",
|
|
9018
|
-
"type": "string"
|
|
9019
|
-
}
|
|
9020
|
-
},
|
|
9021
|
-
"type": "object"
|
|
8581
|
+
"$ref": "__type",
|
|
8582
|
+
"description": "Options available for the legend."
|
|
9022
8583
|
},
|
|
9023
8584
|
"normalizationField": {
|
|
9024
8585
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -9032,7 +8593,7 @@
|
|
|
9032
8593
|
"type": "array"
|
|
9033
8594
|
},
|
|
9034
8595
|
"type": {
|
|
9035
|
-
"description": "The type of the VisualVariable. See
|
|
8596
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
9036
8597
|
"enum": [
|
|
9037
8598
|
"transparencyInfo"
|
|
9038
8599
|
],
|
|
@@ -9084,11 +8645,11 @@
|
|
|
9084
8645
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
9085
8646
|
}
|
|
9086
8647
|
],
|
|
9087
|
-
"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'.
|
|
8648
|
+
"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/}."
|
|
9088
8649
|
},
|
|
9089
8650
|
"esri.rest-api.WMSLayer.WMSLayer": {
|
|
9090
8651
|
"additionalProperties": false,
|
|
9091
|
-
"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.
|
|
8652
|
+
"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/}.",
|
|
9092
8653
|
"properties": {
|
|
9093
8654
|
"blendMode": {
|
|
9094
8655
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9158,7 +8719,7 @@
|
|
|
9158
8719
|
},
|
|
9159
8720
|
"listMode": {
|
|
9160
8721
|
"$ref": "esri.ListMode",
|
|
9161
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
8722
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
9162
8723
|
},
|
|
9163
8724
|
"mapUrl": {
|
|
9164
8725
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -9185,7 +8746,7 @@
|
|
|
9185
8746
|
"type": "number"
|
|
9186
8747
|
},
|
|
9187
8748
|
"refreshInterval": {
|
|
9188
|
-
"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.
|
|
8749
|
+
"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}.",
|
|
9189
8750
|
"type": "number"
|
|
9190
8751
|
},
|
|
9191
8752
|
"showLegend": {
|
|
@@ -9204,7 +8765,7 @@
|
|
|
9204
8765
|
"type": "string"
|
|
9205
8766
|
},
|
|
9206
8767
|
"type": {
|
|
9207
|
-
"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
|
|
8768
|
+
"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}.",
|
|
9208
8769
|
"enum": [
|
|
9209
8770
|
"BingMapsAerial",
|
|
9210
8771
|
"BingMapsHybrid",
|
|
@@ -9244,7 +8805,7 @@
|
|
|
9244
8805
|
},
|
|
9245
8806
|
"esri.rest-api.WMSSublayer.WMSSublayer": {
|
|
9246
8807
|
"additionalProperties": false,
|
|
9247
|
-
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.
|
|
8808
|
+
"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/}.",
|
|
9248
8809
|
"properties": {
|
|
9249
8810
|
"legendUrl": {
|
|
9250
8811
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -9271,7 +8832,7 @@
|
|
|
9271
8832
|
},
|
|
9272
8833
|
"esri.rest-api.WMTSInfo.WMTSInfo": {
|
|
9273
8834
|
"additionalProperties": false,
|
|
9274
|
-
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.
|
|
8835
|
+
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
|
|
9275
8836
|
"properties": {
|
|
9276
8837
|
"customLayerParameters": {
|
|
9277
8838
|
"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."
|
|
@@ -9296,7 +8857,7 @@
|
|
|
9296
8857
|
},
|
|
9297
8858
|
"esri.rest-api.WebTileLayer.WebTileLayer": {
|
|
9298
8859
|
"additionalProperties": false,
|
|
9299
|
-
"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.
|
|
8860
|
+
"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/}.",
|
|
9300
8861
|
"properties": {
|
|
9301
8862
|
"blendMode": {
|
|
9302
8863
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9331,7 +8892,7 @@
|
|
|
9331
8892
|
},
|
|
9332
8893
|
"listMode": {
|
|
9333
8894
|
"$ref": "esri.ListMode",
|
|
9334
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
8895
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
9335
8896
|
},
|
|
9336
8897
|
"maxScale": {
|
|
9337
8898
|
"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.",
|
|
@@ -9346,7 +8907,7 @@
|
|
|
9346
8907
|
"type": "number"
|
|
9347
8908
|
},
|
|
9348
8909
|
"refreshInterval": {
|
|
9349
|
-
"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.
|
|
8910
|
+
"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}.",
|
|
9350
8911
|
"type": "number"
|
|
9351
8912
|
},
|
|
9352
8913
|
"showLegend": {
|
|
@@ -9373,7 +8934,7 @@
|
|
|
9373
8934
|
"type": "string"
|
|
9374
8935
|
},
|
|
9375
8936
|
"type": {
|
|
9376
|
-
"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
|
|
8937
|
+
"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}.",
|
|
9377
8938
|
"enum": [
|
|
9378
8939
|
"BingMapsAerial",
|
|
9379
8940
|
"BingMapsHybrid",
|