@vertigis/viewer-spec 52.0.0 → 53.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/analytics/WebAction.d.ts +1 -1
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/HasVisibilityFilters.d.ts +2 -2
- package/app-config/web/ProjectModelProperties.d.ts +12 -0
- package/app-config/web/ProjectModelProperties.js +1 -0
- package/app-config/web/SharedProjectsModelProperties.d.ts +53 -0
- package/app-config/web/SharedProjectsModelProperties.js +1 -0
- package/app-config/web/SharedStorageModelProperties.d.ts +30 -0
- package/app-config/web/SharedStorageModelProperties.js +1 -0
- package/app-config/web/VertigisWebModelProperties.d.ts +0 -6
- package/layout/schema/layout-common.xsd +11 -0
- package/layout/schema/layout-web.xsd +13 -0
- package/messaging/registry/Commands.d.ts +2 -0
- package/messaging/registry/Commands.js +1 -1
- package/messaging/registry/Events.d.ts +2 -0
- package/messaging/registry/Events.js +1 -1
- package/messaging/registry/Operations.d.ts +2 -0
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/app.d.ts +4 -2
- package/messaging/registry/project.d.ts +141 -0
- package/messaging/registry/project.js +1 -0
- package/messaging/registry/system.d.ts +17 -2
- package/messaging/registry/ui.d.ts +29 -0
- package/messaging/registry/ui.js +1 -1
- package/messaging/schema/common-action.schema.json +483 -500
- package/messaging/schema/common-event.schema.json +371 -412
- package/messaging/schema/mobile-action.schema.json +584 -522
- package/messaging/schema/mobile-event.schema.json +404 -445
- package/messaging/schema/web-action.schema.json +1454 -770
- package/messaging/schema/web-event.schema.json +540 -479
- package/package.json +4 -1
- 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 {@link Hyperlink.iconUrl}.",
|
|
19
19
|
"type": "string"
|
|
20
20
|
},
|
|
21
21
|
"target": {
|
|
22
|
-
"description": "See{@
|
|
22
|
+
"description": "See {@link Hyperlink.target}.",
|
|
23
23
|
"type": "string"
|
|
24
24
|
},
|
|
25
25
|
"text": {
|
|
26
|
-
"description": "See{@
|
|
26
|
+
"description": "See {@link Hyperlink.text}.",
|
|
27
27
|
"type": "string"
|
|
28
28
|
},
|
|
29
29
|
"tooltip": {
|
|
30
|
-
"description": "See{@
|
|
30
|
+
"description": "See {@link Hyperlink.tooltip}.",
|
|
31
31
|
"type": "string"
|
|
32
32
|
},
|
|
33
33
|
"url": {
|
|
34
|
-
"description": "See{@
|
|
34
|
+
"description": "See {@link Hyperlink.url}.",
|
|
35
35
|
"type": "string"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
|
|
45
45
|
"additionalProperties": false,
|
|
46
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
46
|
+
"description": "Properties that can be passed into the constructor for {@link data /Feature!Feature}.",
|
|
47
47
|
"properties": {
|
|
48
48
|
"attributes": {
|
|
49
49
|
"anyOf": [
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"failureMode": {
|
|
58
58
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
59
|
-
"description": "See{@
|
|
59
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
60
60
|
},
|
|
61
61
|
"geometry": {
|
|
62
62
|
"anyOf": [
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
},
|
|
103
103
|
"@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
|
|
104
104
|
"additionalProperties": false,
|
|
105
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
105
|
+
"description": "Properties that can be passed into the constructor for {@link data /FeatureSettings!FeatureSettings}.",
|
|
106
106
|
"properties": {
|
|
107
107
|
"formatSettings": {
|
|
108
108
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"type": "array"
|
|
124
124
|
},
|
|
125
125
|
"maxAllowableOffset": {
|
|
126
|
-
"description": "See{@
|
|
126
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
|
|
127
127
|
"type": "number"
|
|
128
128
|
},
|
|
129
129
|
"outFields": {
|
|
130
|
-
"description": "See{@
|
|
130
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.outFields}.",
|
|
131
131
|
"items": {
|
|
132
132
|
"type": "string"
|
|
133
133
|
},
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
},
|
|
136
136
|
"outSpatialReference": {
|
|
137
137
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
138
|
-
"description": "See{@
|
|
138
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}."
|
|
139
139
|
},
|
|
140
140
|
"popupContentExtensions": {
|
|
141
|
-
"description": "See{@
|
|
141
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.popupContentExtensions}.",
|
|
142
142
|
"items": {
|
|
143
143
|
"anyOf": [
|
|
144
144
|
{
|
|
@@ -163,15 +163,15 @@
|
|
|
163
163
|
"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."
|
|
164
164
|
},
|
|
165
165
|
"returnGeometry": {
|
|
166
|
-
"description": "See{@
|
|
166
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.returnGeometry}.",
|
|
167
167
|
"type": "boolean"
|
|
168
168
|
},
|
|
169
169
|
"zoomFactor": {
|
|
170
|
-
"description": "See{@
|
|
170
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.zoomFactor}.",
|
|
171
171
|
"type": "number"
|
|
172
172
|
},
|
|
173
173
|
"zoomScale": {
|
|
174
|
-
"description": "See{@
|
|
174
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.zoomScale}.",
|
|
175
175
|
"type": "number"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
@@ -179,11 +179,11 @@
|
|
|
179
179
|
},
|
|
180
180
|
"@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
|
|
181
181
|
"additionalProperties": false,
|
|
182
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
182
|
+
"description": "Properties that can be passed into the constructor for {@link data /FieldExtension!FieldExtension}.",
|
|
183
183
|
"properties": {
|
|
184
184
|
"failureMode": {
|
|
185
185
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
186
|
-
"description": "See{@
|
|
186
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
187
187
|
},
|
|
188
188
|
"field": {
|
|
189
189
|
"anyOf": [
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
},
|
|
257
257
|
"type": {
|
|
258
258
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
259
|
-
"description": "Type of the Field. See{@
|
|
259
|
+
"description": "Type of the Field. See {@link portal /Field!FieldType}."
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
"type": "object"
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
},
|
|
331
331
|
"@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties": {
|
|
332
332
|
"additionalProperties": false,
|
|
333
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
333
|
+
"description": "Properties that can be passed into the constructor for {@link PopupContentExtension}.",
|
|
334
334
|
"properties": {
|
|
335
335
|
"content": {
|
|
336
336
|
"anyOf": [
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
},
|
|
346
346
|
"failureMode": {
|
|
347
347
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
348
|
-
"description": "See{@
|
|
348
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
349
349
|
},
|
|
350
350
|
"id": {
|
|
351
351
|
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
@@ -367,14 +367,14 @@
|
|
|
367
367
|
},
|
|
368
368
|
"@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
|
|
369
369
|
"additionalProperties": false,
|
|
370
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
370
|
+
"description": "Properties that can be passed into the constructor for {@link data /Schema!Schema}.",
|
|
371
371
|
"properties": {
|
|
372
372
|
"displayField": {
|
|
373
|
-
"description": "See{@
|
|
373
|
+
"description": "See {@link data /Schema!Schema.displayField}.",
|
|
374
374
|
"type": "string"
|
|
375
375
|
},
|
|
376
376
|
"fieldExtensions": {
|
|
377
|
-
"description": "See{@
|
|
377
|
+
"description": "See {@link data /Schema!Schema.fieldExtensions}.",
|
|
378
378
|
"items": {
|
|
379
379
|
"anyOf": [
|
|
380
380
|
{
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"type": "array"
|
|
389
389
|
},
|
|
390
390
|
"fields": {
|
|
391
|
-
"description": "See{@
|
|
391
|
+
"description": "See {@link data /Schema!Schema.fields}.",
|
|
392
392
|
"items": {
|
|
393
393
|
"anyOf": [
|
|
394
394
|
{
|
|
@@ -402,27 +402,27 @@
|
|
|
402
402
|
"type": "array"
|
|
403
403
|
},
|
|
404
404
|
"geometryType": {
|
|
405
|
-
"description": "See{@
|
|
405
|
+
"description": "See {@link data /Schema!Schema.geometryType}.",
|
|
406
406
|
"type": "string"
|
|
407
407
|
},
|
|
408
408
|
"primaryKeyField": {
|
|
409
|
-
"description": "See{@
|
|
409
|
+
"description": "See {@link data /Schema!Schema.primaryKeyField}.",
|
|
410
410
|
"type": "string"
|
|
411
411
|
},
|
|
412
412
|
"spatialReference": {
|
|
413
413
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
414
|
-
"description": "See{@
|
|
414
|
+
"description": "See {@link data /Schema!Schema.spatialReference}."
|
|
415
415
|
},
|
|
416
416
|
"timeZone": {
|
|
417
|
-
"description": "See{@
|
|
417
|
+
"description": "See {@link data /Schema!Schema.timeZone}.",
|
|
418
418
|
"type": "string"
|
|
419
419
|
},
|
|
420
420
|
"typeIdField": {
|
|
421
|
-
"description": "See{@
|
|
421
|
+
"description": "See {@link data /Schema!Schema.typeIdField}.",
|
|
422
422
|
"type": "string"
|
|
423
423
|
},
|
|
424
424
|
"types": {
|
|
425
|
-
"description": "See{@
|
|
425
|
+
"description": "See {@link data /Schema!Schema.types}.",
|
|
426
426
|
"items": {
|
|
427
427
|
"anyOf": [
|
|
428
428
|
{
|
|
@@ -440,14 +440,14 @@
|
|
|
440
440
|
},
|
|
441
441
|
"@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
|
|
442
442
|
"additionalProperties": false,
|
|
443
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
443
|
+
"description": "Properties that can be passed into the constructor for {@link FormatSettings}.",
|
|
444
444
|
"properties": {
|
|
445
445
|
"currency": {
|
|
446
446
|
"description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
|
|
447
447
|
"type": "string"
|
|
448
448
|
},
|
|
449
449
|
"dateFormat": {
|
|
450
|
-
"description": "The default format for date values. Either a{@
|
|
450
|
+
"description": "The default format for date values. Either a {@link utilities /date!DateFormat} constant, or a custom date format string.",
|
|
451
451
|
"type": "string"
|
|
452
452
|
},
|
|
453
453
|
"fractionalDigits": {
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
"type": "string"
|
|
460
460
|
},
|
|
461
461
|
"numberFormat": {
|
|
462
|
-
"description": "The default format for number values. Either a{@
|
|
462
|
+
"description": "The default format for number values. Either a {@link utilities /number!NumberFormat} constant, or a custom number format string.",
|
|
463
463
|
"type": "string"
|
|
464
464
|
},
|
|
465
465
|
"timeZone": {
|
|
@@ -621,6 +621,44 @@
|
|
|
621
621
|
"description": "Arguments for the \"device.orientation-changed\" event.",
|
|
622
622
|
"type": "object"
|
|
623
623
|
},
|
|
624
|
+
"EffectFunction": {
|
|
625
|
+
"anyOf": [
|
|
626
|
+
{
|
|
627
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
661
|
+
},
|
|
624
662
|
"ElementTranslationStartedArgs": {
|
|
625
663
|
"additionalProperties": false,
|
|
626
664
|
"description": "Arguments for the \"display.overlap-element-translate-started\" event.",
|
|
@@ -1336,6 +1374,20 @@
|
|
|
1336
1374
|
],
|
|
1337
1375
|
"description": "An operational layer in a web map/scene."
|
|
1338
1376
|
},
|
|
1377
|
+
"PointCloudFilter": {
|
|
1378
|
+
"anyOf": [
|
|
1379
|
+
{
|
|
1380
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1389
|
+
"description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
1390
|
+
},
|
|
1339
1391
|
"PortalType": {
|
|
1340
1392
|
"description": "The type of Portal.",
|
|
1341
1393
|
"enum": [
|
|
@@ -2163,7 +2215,7 @@
|
|
|
2163
2215
|
},
|
|
2164
2216
|
"listMode": {
|
|
2165
2217
|
"$ref": "esri.ListMode",
|
|
2166
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
2218
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
2167
2219
|
},
|
|
2168
2220
|
"maxScale": {
|
|
2169
2221
|
"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.",
|
|
@@ -2178,7 +2230,7 @@
|
|
|
2178
2230
|
"type": "number"
|
|
2179
2231
|
},
|
|
2180
2232
|
"refreshInterval": {
|
|
2181
|
-
"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. See{@
|
|
2233
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
2182
2234
|
"type": "number"
|
|
2183
2235
|
},
|
|
2184
2236
|
"showLegend": {
|
|
@@ -2197,7 +2249,7 @@
|
|
|
2197
2249
|
"type": "string"
|
|
2198
2250
|
},
|
|
2199
2251
|
"type": {
|
|
2200
|
-
"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{@
|
|
2252
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
2201
2253
|
"enum": [
|
|
2202
2254
|
"BingMapsAerial",
|
|
2203
2255
|
"BingMapsHybrid",
|
|
@@ -2390,7 +2442,7 @@
|
|
|
2390
2442
|
},
|
|
2391
2443
|
"esri.rest-api.CIMSymbol.CIMSymbol": {
|
|
2392
2444
|
"additionalProperties": false,
|
|
2393
|
-
"description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md. See{@
|
|
2445
|
+
"description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md. See {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
2394
2446
|
"properties": {
|
|
2395
2447
|
"type": {
|
|
2396
2448
|
"description": "Specifies the type of symbol used.",
|
|
@@ -2407,7 +2459,7 @@
|
|
|
2407
2459
|
},
|
|
2408
2460
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
2409
2461
|
"additionalProperties": false,
|
|
2410
|
-
"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. See{@
|
|
2462
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/csvLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
|
|
2411
2463
|
"properties": {
|
|
2412
2464
|
"blendMode": {
|
|
2413
2465
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -2442,7 +2494,7 @@
|
|
|
2442
2494
|
},
|
|
2443
2495
|
"listMode": {
|
|
2444
2496
|
"$ref": "esri.ListMode",
|
|
2445
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
2497
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
2446
2498
|
},
|
|
2447
2499
|
"locationInfo": {
|
|
2448
2500
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -2465,7 +2517,7 @@
|
|
|
2465
2517
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
2466
2518
|
},
|
|
2467
2519
|
"refreshInterval": {
|
|
2468
|
-
"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. See{@
|
|
2520
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
2469
2521
|
"type": "number"
|
|
2470
2522
|
},
|
|
2471
2523
|
"screenSizePerspective": {
|
|
@@ -2485,7 +2537,7 @@
|
|
|
2485
2537
|
"type": "string"
|
|
2486
2538
|
},
|
|
2487
2539
|
"type": {
|
|
2488
|
-
"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{@
|
|
2540
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
2489
2541
|
"enum": [
|
|
2490
2542
|
"BingMapsAerial",
|
|
2491
2543
|
"BingMapsHybrid",
|
|
@@ -2567,7 +2619,7 @@
|
|
|
2567
2619
|
},
|
|
2568
2620
|
"esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
|
|
2569
2621
|
"additionalProperties": false,
|
|
2570
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
2622
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
|
|
2571
2623
|
"properties": {
|
|
2572
2624
|
"classMaxValue": {
|
|
2573
2625
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -2638,7 +2690,7 @@
|
|
|
2638
2690
|
},
|
|
2639
2691
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
2640
2692
|
"additionalProperties": false,
|
|
2641
|
-
"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. See{@
|
|
2693
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
|
|
2642
2694
|
"properties": {
|
|
2643
2695
|
"authoringInfo": {
|
|
2644
2696
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -2664,7 +2716,7 @@
|
|
|
2664
2716
|
},
|
|
2665
2717
|
"classificationMethod": {
|
|
2666
2718
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
|
|
2667
|
-
"description": "Determines the classification method that was used to generate class breaks. See{@
|
|
2719
|
+
"description": "Determines the classification method that was used to generate class breaks. See {@link ClassificationMethod}."
|
|
2668
2720
|
},
|
|
2669
2721
|
"defaultLabel": {
|
|
2670
2722
|
"description": "Default string for the default symbol used to draw unspecified values.",
|
|
@@ -2732,7 +2784,7 @@
|
|
|
2732
2784
|
},
|
|
2733
2785
|
"normalizationType": {
|
|
2734
2786
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
|
|
2735
|
-
"description": "One of the NormalizationType constants. See{@
|
|
2787
|
+
"description": "One of the NormalizationType constants. See {@link NormalizationType}."
|
|
2736
2788
|
},
|
|
2737
2789
|
"rotationExpression": {
|
|
2738
2790
|
"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.",
|
|
@@ -2740,10 +2792,10 @@
|
|
|
2740
2792
|
},
|
|
2741
2793
|
"rotationType": {
|
|
2742
2794
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
2743
|
-
"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{@
|
|
2795
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
2744
2796
|
},
|
|
2745
2797
|
"type": {
|
|
2746
|
-
"description": "The type of renderer. See{@
|
|
2798
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
2747
2799
|
"enum": [
|
|
2748
2800
|
"classBreaks"
|
|
2749
2801
|
],
|
|
@@ -2752,8 +2804,7 @@
|
|
|
2752
2804
|
"visualVariables": {
|
|
2753
2805
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
2754
2806
|
"items": {
|
|
2755
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
2756
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
2807
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
2757
2808
|
},
|
|
2758
2809
|
"type": "array"
|
|
2759
2810
|
}
|
|
@@ -2789,7 +2840,7 @@
|
|
|
2789
2840
|
},
|
|
2790
2841
|
"esri.rest-api.CodedValueDomain.CodedValue": {
|
|
2791
2842
|
"additionalProperties": false,
|
|
2792
|
-
"description": "A set of valid coded values with unique names. See{@
|
|
2843
|
+
"description": "A set of valid coded values with unique names. See {@link https://developers.arcgis.com/web-map-specification/objects/codedValue/} {@link https://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
|
|
2793
2844
|
"properties": {
|
|
2794
2845
|
"code": {
|
|
2795
2846
|
"description": "Value indicating which unique code is used to identify the feature attribute.",
|
|
@@ -2811,7 +2862,7 @@
|
|
|
2811
2862
|
},
|
|
2812
2863
|
"esri.rest-api.CodedValueDomain.CodedValueDomain": {
|
|
2813
2864
|
"additionalProperties": false,
|
|
2814
|
-
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See{@
|
|
2865
|
+
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See {@link https://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
|
|
2815
2866
|
"properties": {
|
|
2816
2867
|
"codedValues": {
|
|
2817
2868
|
"description": "The set of valid coded values.",
|
|
@@ -2825,7 +2876,7 @@
|
|
|
2825
2876
|
"type": "string"
|
|
2826
2877
|
},
|
|
2827
2878
|
"type": {
|
|
2828
|
-
"description": "Type of domain. See{@
|
|
2879
|
+
"description": "Type of domain. See {@link portal /Domain!DomainType}.",
|
|
2829
2880
|
"enum": [
|
|
2830
2881
|
"codedValue"
|
|
2831
2882
|
],
|
|
@@ -2841,7 +2892,7 @@
|
|
|
2841
2892
|
},
|
|
2842
2893
|
"esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
|
|
2843
2894
|
"additionalProperties": false,
|
|
2844
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
2895
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
|
|
2845
2896
|
"properties": {
|
|
2846
2897
|
"classMaxValue": {
|
|
2847
2898
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -2868,7 +2919,7 @@
|
|
|
2868
2919
|
},
|
|
2869
2920
|
"esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
|
|
2870
2921
|
"additionalProperties": false,
|
|
2871
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
2922
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
|
|
2872
2923
|
"properties": {
|
|
2873
2924
|
"color": {
|
|
2874
2925
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -2907,11 +2958,11 @@
|
|
|
2907
2958
|
"$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
|
|
2908
2959
|
}
|
|
2909
2960
|
],
|
|
2910
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@
|
|
2961
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
2911
2962
|
},
|
|
2912
2963
|
"esri.rest-api.DefinitionEditor.DefinitionEditor": {
|
|
2913
2964
|
"additionalProperties": false,
|
|
2914
|
-
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See{@
|
|
2965
|
+
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/} {@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
|
|
2915
2966
|
"properties": {
|
|
2916
2967
|
"inputs": {
|
|
2917
2968
|
"description": "An array of input objects.",
|
|
@@ -2929,7 +2980,7 @@
|
|
|
2929
2980
|
},
|
|
2930
2981
|
"esri.rest-api.DefinitionEditor.Input": {
|
|
2931
2982
|
"additionalProperties": false,
|
|
2932
|
-
"description": "The input objects specified by the definitionEditor. See{@
|
|
2983
|
+
"description": "The input objects specified by the definitionEditor. See {@link https://developers.arcgis.com/web-map-specification/objects/input/} {@link https://developers.arcgis.com/web-scene-specification/objects/input/}.",
|
|
2933
2984
|
"properties": {
|
|
2934
2985
|
"hint": {
|
|
2935
2986
|
"description": "A string value representing a hint for the input.",
|
|
@@ -2951,7 +3002,7 @@
|
|
|
2951
3002
|
},
|
|
2952
3003
|
"esri.rest-api.DefinitionEditor.Parameter": {
|
|
2953
3004
|
"additionalProperties": false,
|
|
2954
|
-
"description": "Objects defined by a definitionEditor input. See{@
|
|
3005
|
+
"description": "Objects defined by a definitionEditor input. See {@link https://developers.arcgis.com/web-map-specification/objects/parameter/} {@link https://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
|
|
2955
3006
|
"properties": {
|
|
2956
3007
|
"defaultValue": {
|
|
2957
3008
|
"description": "The default value that is automatically given if nothing is provided.",
|
|
@@ -2987,27 +3038,16 @@
|
|
|
2987
3038
|
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
2988
3039
|
}
|
|
2989
3040
|
],
|
|
2990
|
-
"description": "A domain specifies the set of valid values for a field. See{@
|
|
3041
|
+
"description": "A domain specifies the set of valid values for a field. See {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
|
|
2991
3042
|
},
|
|
2992
3043
|
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
2993
3044
|
"additionalProperties": false,
|
|
2994
|
-
"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. See{@
|
|
3045
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/drawingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
|
|
2995
3046
|
"properties": {
|
|
2996
3047
|
"filters": {
|
|
2997
3048
|
"description": "Filters for PointCloud layers.",
|
|
2998
3049
|
"items": {
|
|
2999
|
-
"
|
|
3000
|
-
{
|
|
3001
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
3002
|
-
},
|
|
3003
|
-
{
|
|
3004
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
3005
|
-
},
|
|
3006
|
-
{
|
|
3007
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
3008
|
-
}
|
|
3009
|
-
],
|
|
3010
|
-
"description": "Filters applied to the pointCloud which will hide a point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
3050
|
+
"$ref": "#/definitions/PointCloudFilter"
|
|
3011
3051
|
},
|
|
3012
3052
|
"type": "array"
|
|
3013
3053
|
},
|
|
@@ -3043,11 +3083,11 @@
|
|
|
3043
3083
|
},
|
|
3044
3084
|
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
3045
3085
|
"additionalProperties": false,
|
|
3046
|
-
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See{@
|
|
3086
|
+
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See {@link https://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
|
|
3047
3087
|
"properties": {
|
|
3048
3088
|
"dataSource": {
|
|
3049
3089
|
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
3050
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@
|
|
3090
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
3051
3091
|
},
|
|
3052
3092
|
"fields": {
|
|
3053
3093
|
"description": "An array of objects specifying information about an attribute field.",
|
|
@@ -3071,7 +3111,7 @@
|
|
|
3071
3111
|
},
|
|
3072
3112
|
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
3073
3113
|
"additionalProperties": false,
|
|
3074
|
-
"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. See{@
|
|
3114
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
|
|
3075
3115
|
"properties": {
|
|
3076
3116
|
"gdbVersion": {
|
|
3077
3117
|
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
@@ -3315,42 +3355,7 @@
|
|
|
3315
3355
|
},
|
|
3316
3356
|
{
|
|
3317
3357
|
"items": {
|
|
3318
|
-
"
|
|
3319
|
-
{
|
|
3320
|
-
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
3321
|
-
},
|
|
3322
|
-
{
|
|
3323
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
3324
|
-
},
|
|
3325
|
-
{
|
|
3326
|
-
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
3327
|
-
},
|
|
3328
|
-
{
|
|
3329
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
3330
|
-
},
|
|
3331
|
-
{
|
|
3332
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
3333
|
-
},
|
|
3334
|
-
{
|
|
3335
|
-
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
3339
|
-
},
|
|
3340
|
-
{
|
|
3341
|
-
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
3342
|
-
},
|
|
3343
|
-
{
|
|
3344
|
-
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
3345
|
-
},
|
|
3346
|
-
{
|
|
3347
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
3348
|
-
},
|
|
3349
|
-
{
|
|
3350
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
3351
|
-
}
|
|
3352
|
-
],
|
|
3353
|
-
"description": "Effect functions that can be combined to build a layer effect."
|
|
3358
|
+
"$ref": "#/definitions/EffectFunction"
|
|
3354
3359
|
},
|
|
3355
3360
|
"type": "array"
|
|
3356
3361
|
}
|
|
@@ -3473,42 +3478,7 @@
|
|
|
3473
3478
|
"value": {
|
|
3474
3479
|
"description": "The effect to be applied at the corresponding scale.",
|
|
3475
3480
|
"items": {
|
|
3476
|
-
"
|
|
3477
|
-
{
|
|
3478
|
-
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
3482
|
-
},
|
|
3483
|
-
{
|
|
3484
|
-
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
3485
|
-
},
|
|
3486
|
-
{
|
|
3487
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
3488
|
-
},
|
|
3489
|
-
{
|
|
3490
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
3491
|
-
},
|
|
3492
|
-
{
|
|
3493
|
-
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
3497
|
-
},
|
|
3498
|
-
{
|
|
3499
|
-
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
3500
|
-
},
|
|
3501
|
-
{
|
|
3502
|
-
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
3503
|
-
},
|
|
3504
|
-
{
|
|
3505
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
3506
|
-
},
|
|
3507
|
-
{
|
|
3508
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
3509
|
-
}
|
|
3510
|
-
],
|
|
3511
|
-
"description": "Effect functions that can be combined to build a layer effect."
|
|
3481
|
+
"$ref": "#/definitions/EffectFunction"
|
|
3512
3482
|
},
|
|
3513
3483
|
"type": "array"
|
|
3514
3484
|
}
|
|
@@ -3542,7 +3512,7 @@
|
|
|
3542
3512
|
},
|
|
3543
3513
|
"esri.rest-api.ElevationInfo.ElevationInfo": {
|
|
3544
3514
|
"additionalProperties": false,
|
|
3545
|
-
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See{@
|
|
3515
|
+
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
|
|
3546
3516
|
"properties": {
|
|
3547
3517
|
"featureExpression": {
|
|
3548
3518
|
"description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
|
|
@@ -3553,7 +3523,7 @@
|
|
|
3553
3523
|
},
|
|
3554
3524
|
"mode": {
|
|
3555
3525
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
|
|
3556
|
-
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@
|
|
3526
|
+
"description": "Determines how the service elevation values are combined with the basemap elevation. See {@link ElevationMode}."
|
|
3557
3527
|
},
|
|
3558
3528
|
"offset": {
|
|
3559
3529
|
"description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
|
|
@@ -3593,7 +3563,7 @@
|
|
|
3593
3563
|
},
|
|
3594
3564
|
"esri.rest-api.ElevationLayer.ElevationLayer": {
|
|
3595
3565
|
"additionalProperties": false,
|
|
3596
|
-
"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. See{@
|
|
3566
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
|
|
3597
3567
|
"properties": {
|
|
3598
3568
|
"blendMode": {
|
|
3599
3569
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3624,7 +3594,7 @@
|
|
|
3624
3594
|
},
|
|
3625
3595
|
"listMode": {
|
|
3626
3596
|
"$ref": "esri.ListMode",
|
|
3627
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3597
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3628
3598
|
},
|
|
3629
3599
|
"maxScale": {
|
|
3630
3600
|
"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.",
|
|
@@ -3639,7 +3609,7 @@
|
|
|
3639
3609
|
"type": "number"
|
|
3640
3610
|
},
|
|
3641
3611
|
"refreshInterval": {
|
|
3642
|
-
"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. See{@
|
|
3612
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3643
3613
|
"type": "number"
|
|
3644
3614
|
},
|
|
3645
3615
|
"showLegend": {
|
|
@@ -3651,7 +3621,7 @@
|
|
|
3651
3621
|
"type": "string"
|
|
3652
3622
|
},
|
|
3653
3623
|
"type": {
|
|
3654
|
-
"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{@
|
|
3624
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3655
3625
|
"enum": [
|
|
3656
3626
|
"BingMapsAerial",
|
|
3657
3627
|
"BingMapsHybrid",
|
|
@@ -3680,7 +3650,7 @@
|
|
|
3680
3650
|
},
|
|
3681
3651
|
"esri.rest-api.Extent.Extent": {
|
|
3682
3652
|
"additionalProperties": false,
|
|
3683
|
-
"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. See{@
|
|
3653
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/envelope_geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/extent/} {@link https://developers.arcgis.com/web-scene-specification/objects/extent/}.",
|
|
3684
3654
|
"properties": {
|
|
3685
3655
|
"spatialReference": {
|
|
3686
3656
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -3707,7 +3677,7 @@
|
|
|
3707
3677
|
},
|
|
3708
3678
|
"esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
|
|
3709
3679
|
"additionalProperties": false,
|
|
3710
|
-
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See{@
|
|
3680
|
+
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
|
|
3711
3681
|
"properties": {
|
|
3712
3682
|
"enable": {
|
|
3713
3683
|
"description": "Type: Boolean.",
|
|
@@ -3722,7 +3692,7 @@
|
|
|
3722
3692
|
"type": "number"
|
|
3723
3693
|
},
|
|
3724
3694
|
"type": {
|
|
3725
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
3695
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
3726
3696
|
"enum": [
|
|
3727
3697
|
"Extrude"
|
|
3728
3698
|
],
|
|
@@ -3736,7 +3706,7 @@
|
|
|
3736
3706
|
},
|
|
3737
3707
|
"esri.rest-api.Feature.Feature": {
|
|
3738
3708
|
"additionalProperties": false,
|
|
3739
|
-
"description": "Contains information about an attribute field and feature geometry. See{@
|
|
3709
|
+
"description": "Contains information about an attribute field and feature geometry. See {@link https://developers.arcgis.com/web-map-specification/objects/feature/} {@link https://developers.arcgis.com/web-scene-specification/objects/feature/}.",
|
|
3740
3710
|
"properties": {
|
|
3741
3711
|
"attributes": {
|
|
3742
3712
|
"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."
|
|
@@ -3798,7 +3768,7 @@
|
|
|
3798
3768
|
},
|
|
3799
3769
|
"esri.rest-api.FeatureCollection.FeatureCollection": {
|
|
3800
3770
|
"additionalProperties": false,
|
|
3801
|
-
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See{@
|
|
3771
|
+
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See {@link https://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
|
|
3802
3772
|
"properties": {
|
|
3803
3773
|
"layers": {
|
|
3804
3774
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -3828,7 +3798,7 @@
|
|
|
3828
3798
|
},
|
|
3829
3799
|
"esri.rest-api.FeatureLayer.FeatureLayer": {
|
|
3830
3800
|
"additionalProperties": false,
|
|
3831
|
-
"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. See{@
|
|
3801
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
|
|
3832
3802
|
"properties": {
|
|
3833
3803
|
"blendMode": {
|
|
3834
3804
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3886,7 +3856,7 @@
|
|
|
3886
3856
|
},
|
|
3887
3857
|
"listMode": {
|
|
3888
3858
|
"$ref": "esri.ListMode",
|
|
3889
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3859
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3890
3860
|
},
|
|
3891
3861
|
"maxScale": {
|
|
3892
3862
|
"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.",
|
|
@@ -3898,7 +3868,7 @@
|
|
|
3898
3868
|
},
|
|
3899
3869
|
"mode": {
|
|
3900
3870
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
3901
|
-
"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{@
|
|
3871
|
+
"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 {@link portal /FeatureLayer!FeatureLayerMode}."
|
|
3902
3872
|
},
|
|
3903
3873
|
"opacity": {
|
|
3904
3874
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -3909,7 +3879,7 @@
|
|
|
3909
3879
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3910
3880
|
},
|
|
3911
3881
|
"refreshInterval": {
|
|
3912
|
-
"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. See{@
|
|
3882
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3913
3883
|
"type": "number"
|
|
3914
3884
|
},
|
|
3915
3885
|
"screenSizePerspective": {
|
|
@@ -3936,7 +3906,7 @@
|
|
|
3936
3906
|
"type": "string"
|
|
3937
3907
|
},
|
|
3938
3908
|
"type": {
|
|
3939
|
-
"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{@
|
|
3909
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3940
3910
|
"enum": [
|
|
3941
3911
|
"BingMapsAerial",
|
|
3942
3912
|
"BingMapsHybrid",
|
|
@@ -4055,7 +4025,7 @@
|
|
|
4055
4025
|
},
|
|
4056
4026
|
"esri.rest-api.FeatureSet.FeatureSet": {
|
|
4057
4027
|
"additionalProperties": false,
|
|
4058
|
-
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer. See{@
|
|
4028
|
+
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer. See {@link https://developers.arcgis.com/web-map-specification/objects/featureSet/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
|
|
4059
4029
|
"properties": {
|
|
4060
4030
|
"features": {
|
|
4061
4031
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -4077,7 +4047,7 @@
|
|
|
4077
4047
|
},
|
|
4078
4048
|
"esri.rest-api.Field.Field": {
|
|
4079
4049
|
"additionalProperties": false,
|
|
4080
|
-
"description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition. See{@
|
|
4050
|
+
"description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/field/} {@link https://developers.arcgis.com/web-scene-specification/objects/field/}.",
|
|
4081
4051
|
"properties": {
|
|
4082
4052
|
"alias": {
|
|
4083
4053
|
"description": "The field alias (human-readable name).",
|
|
@@ -4109,7 +4079,7 @@
|
|
|
4109
4079
|
},
|
|
4110
4080
|
"type": {
|
|
4111
4081
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
4112
|
-
"description": "Type of the Field. See{@
|
|
4082
|
+
"description": "Type of the Field. See {@link portal /Field!FieldType}."
|
|
4113
4083
|
}
|
|
4114
4084
|
},
|
|
4115
4085
|
"type": "object"
|
|
@@ -4135,7 +4105,7 @@
|
|
|
4135
4105
|
},
|
|
4136
4106
|
"esri.rest-api.FieldInfo.FieldInfo": {
|
|
4137
4107
|
"additionalProperties": false,
|
|
4138
|
-
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See{@
|
|
4108
|
+
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See {@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
|
|
4139
4109
|
"properties": {
|
|
4140
4110
|
"fieldName": {
|
|
4141
4111
|
"description": "The field name as defined by the service.",
|
|
@@ -4155,7 +4125,7 @@
|
|
|
4155
4125
|
},
|
|
4156
4126
|
"stringFieldOption": {
|
|
4157
4127
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
|
|
4158
|
-
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@
|
|
4128
|
+
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See {@link StringFieldOption}."
|
|
4159
4129
|
},
|
|
4160
4130
|
"tooltip": {
|
|
4161
4131
|
"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.",
|
|
@@ -4172,7 +4142,7 @@
|
|
|
4172
4142
|
"type": "object"
|
|
4173
4143
|
},
|
|
4174
4144
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
4175
|
-
"description": "The type of string field to use with{@
|
|
4145
|
+
"description": "The type of string field to use with {@link portal /FieldInfo!FieldInfo.stringFieldOption}..",
|
|
4176
4146
|
"enum": [
|
|
4177
4147
|
"richtext",
|
|
4178
4148
|
"textarea",
|
|
@@ -4182,7 +4152,7 @@
|
|
|
4182
4152
|
},
|
|
4183
4153
|
"esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
|
|
4184
4154
|
"additionalProperties": false,
|
|
4185
|
-
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See{@
|
|
4155
|
+
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
|
|
4186
4156
|
"properties": {
|
|
4187
4157
|
"castShadows": {
|
|
4188
4158
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -4205,7 +4175,7 @@
|
|
|
4205
4175
|
"description": "The outline of the point, line or polygon."
|
|
4206
4176
|
},
|
|
4207
4177
|
"type": {
|
|
4208
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
4178
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
4209
4179
|
"enum": [
|
|
4210
4180
|
"Fill"
|
|
4211
4181
|
],
|
|
@@ -4219,7 +4189,7 @@
|
|
|
4219
4189
|
},
|
|
4220
4190
|
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
4221
4191
|
"additionalProperties": false,
|
|
4222
|
-
"description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element. See{@
|
|
4192
|
+
"description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element. See {@link https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
|
|
4223
4193
|
"properties": {
|
|
4224
4194
|
"attachmentKeyword": {
|
|
4225
4195
|
"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.",
|
|
@@ -4260,7 +4230,7 @@
|
|
|
4260
4230
|
},
|
|
4261
4231
|
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
4262
4232
|
"additionalProperties": false,
|
|
4263
|
-
"description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used. See{@
|
|
4233
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
|
|
4264
4234
|
"properties": {
|
|
4265
4235
|
"maxLength": {
|
|
4266
4236
|
"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.",
|
|
@@ -4285,7 +4255,7 @@
|
|
|
4285
4255
|
},
|
|
4286
4256
|
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
4287
4257
|
"additionalProperties": false,
|
|
4288
|
-
"description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time. See{@
|
|
4258
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
|
|
4289
4259
|
"properties": {
|
|
4290
4260
|
"noValueOptionLabel": {
|
|
4291
4261
|
"description": "The text used to represent a null value.",
|
|
@@ -4310,7 +4280,7 @@
|
|
|
4310
4280
|
},
|
|
4311
4281
|
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
4312
4282
|
"additionalProperties": false,
|
|
4313
|
-
"description": "Defines the desired user interface is a calendar date picker. See{@
|
|
4283
|
+
"description": "Defines the desired user interface is a calendar date picker. See {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
4314
4284
|
"properties": {
|
|
4315
4285
|
"includeTime": {
|
|
4316
4286
|
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
@@ -4339,7 +4309,7 @@
|
|
|
4339
4309
|
},
|
|
4340
4310
|
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
4341
4311
|
"additionalProperties": false,
|
|
4342
|
-
"description": "Arcade expression used in the form. See{@
|
|
4312
|
+
"description": "Arcade expression used in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
4343
4313
|
"properties": {
|
|
4344
4314
|
"expression": {
|
|
4345
4315
|
"description": "The Arcade expression.",
|
|
@@ -4365,7 +4335,7 @@
|
|
|
4365
4335
|
},
|
|
4366
4336
|
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
4367
4337
|
"additionalProperties": false,
|
|
4368
|
-
"description": "Defines how a field in the dataset participates in the form. See{@
|
|
4338
|
+
"description": "Defines how a field in the dataset participates in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
4369
4339
|
"properties": {
|
|
4370
4340
|
"description": {
|
|
4371
4341
|
"description": "A string that describes the element in detail.",
|
|
@@ -4436,7 +4406,7 @@
|
|
|
4436
4406
|
},
|
|
4437
4407
|
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
4438
4408
|
"additionalProperties": false,
|
|
4439
|
-
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See{@
|
|
4409
|
+
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See {@link https://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
|
|
4440
4410
|
"properties": {
|
|
4441
4411
|
"description": {
|
|
4442
4412
|
"description": "A string that describes the element in detail.",
|
|
@@ -4490,7 +4460,7 @@
|
|
|
4490
4460
|
},
|
|
4491
4461
|
"esri.rest-api.FormInfo.FormInfo": {
|
|
4492
4462
|
"additionalProperties": false,
|
|
4493
|
-
"description": "Defines the form configuration when a user edits a feature. See{@
|
|
4463
|
+
"description": "Defines the form configuration when a user edits a feature. See {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
4494
4464
|
"properties": {
|
|
4495
4465
|
"description": {
|
|
4496
4466
|
"description": "A string that appears in the body of the form as a description.",
|
|
@@ -4532,7 +4502,7 @@
|
|
|
4532
4502
|
},
|
|
4533
4503
|
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
4534
4504
|
"additionalProperties": false,
|
|
4535
|
-
"description": "Defines the desired user interface is a radio button group. See{@
|
|
4505
|
+
"description": "Defines the desired user interface is a radio button group. See {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
4536
4506
|
"properties": {
|
|
4537
4507
|
"noValueOptionLabel": {
|
|
4538
4508
|
"description": "The text used to represent a null value.",
|
|
@@ -4557,7 +4527,7 @@
|
|
|
4557
4527
|
},
|
|
4558
4528
|
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
4559
4529
|
"additionalProperties": false,
|
|
4560
|
-
"description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records. See{@
|
|
4530
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
|
|
4561
4531
|
"properties": {
|
|
4562
4532
|
"description": {
|
|
4563
4533
|
"description": "A string that describes the element in detail.",
|
|
@@ -4601,7 +4571,7 @@
|
|
|
4601
4571
|
},
|
|
4602
4572
|
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
4603
4573
|
"additionalProperties": false,
|
|
4604
|
-
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See{@
|
|
4574
|
+
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See {@link https://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
|
|
4605
4575
|
"properties": {
|
|
4606
4576
|
"offValue": {
|
|
4607
4577
|
"description": "The coded value when switch state is off.",
|
|
@@ -4632,7 +4602,7 @@
|
|
|
4632
4602
|
},
|
|
4633
4603
|
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
4634
4604
|
"additionalProperties": false,
|
|
4635
|
-
"description": "Defines the desired user interface is a multi-line text area. See{@
|
|
4605
|
+
"description": "Defines the desired user interface is a multi-line text area. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
4636
4606
|
"properties": {
|
|
4637
4607
|
"maxLength": {
|
|
4638
4608
|
"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.",
|
|
@@ -4657,7 +4627,7 @@
|
|
|
4657
4627
|
},
|
|
4658
4628
|
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
4659
4629
|
"additionalProperties": false,
|
|
4660
|
-
"description": "Defines the desired user interface is a single-line text box. See{@
|
|
4630
|
+
"description": "Defines the desired user interface is a single-line text box. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
4661
4631
|
"properties": {
|
|
4662
4632
|
"maxLength": {
|
|
4663
4633
|
"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.",
|
|
@@ -4681,7 +4651,7 @@
|
|
|
4681
4651
|
"type": "object"
|
|
4682
4652
|
},
|
|
4683
4653
|
"esri.rest-api.Format.DateFormat": {
|
|
4684
|
-
"description": "Possible date formats for{@
|
|
4654
|
+
"description": "Possible date formats for {@link Format.dateFormat}.",
|
|
4685
4655
|
"enum": [
|
|
4686
4656
|
"dayShortMonthYear",
|
|
4687
4657
|
"longDate",
|
|
@@ -4704,11 +4674,11 @@
|
|
|
4704
4674
|
},
|
|
4705
4675
|
"esri.rest-api.Format.Format": {
|
|
4706
4676
|
"additionalProperties": false,
|
|
4707
|
-
"description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows. See{@
|
|
4677
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/format/} {@link https://developers.arcgis.com/web-scene-specification/objects/format/}.",
|
|
4708
4678
|
"properties": {
|
|
4709
4679
|
"dateFormat": {
|
|
4710
4680
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
4711
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@
|
|
4681
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link utilities /date!DateFormat}."
|
|
4712
4682
|
},
|
|
4713
4683
|
"digitSeparator": {
|
|
4714
4684
|
"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.",
|
|
@@ -4723,7 +4693,7 @@
|
|
|
4723
4693
|
},
|
|
4724
4694
|
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
4725
4695
|
"additionalProperties": false,
|
|
4726
|
-
"description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec:{@
|
|
4696
|
+
"description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec: {@link https://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec: {@link https://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
|
|
4727
4697
|
"properties": {
|
|
4728
4698
|
"blendMode": {
|
|
4729
4699
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4754,7 +4724,7 @@
|
|
|
4754
4724
|
},
|
|
4755
4725
|
"listMode": {
|
|
4756
4726
|
"$ref": "esri.ListMode",
|
|
4757
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4727
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4758
4728
|
},
|
|
4759
4729
|
"maxScale": {
|
|
4760
4730
|
"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.",
|
|
@@ -4773,7 +4743,7 @@
|
|
|
4773
4743
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
4774
4744
|
},
|
|
4775
4745
|
"refreshInterval": {
|
|
4776
|
-
"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. See{@
|
|
4746
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4777
4747
|
"type": "number"
|
|
4778
4748
|
},
|
|
4779
4749
|
"screenSizePerspective": {
|
|
@@ -4793,7 +4763,7 @@
|
|
|
4793
4763
|
"type": "string"
|
|
4794
4764
|
},
|
|
4795
4765
|
"type": {
|
|
4796
|
-
"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{@
|
|
4766
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
4797
4767
|
"enum": [
|
|
4798
4768
|
"BingMapsAerial",
|
|
4799
4769
|
"BingMapsHybrid",
|
|
@@ -4822,7 +4792,7 @@
|
|
|
4822
4792
|
},
|
|
4823
4793
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
4824
4794
|
"additionalProperties": false,
|
|
4825
|
-
"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. See{@
|
|
4795
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
4826
4796
|
"properties": {
|
|
4827
4797
|
"blendMode": {
|
|
4828
4798
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4849,7 +4819,7 @@
|
|
|
4849
4819
|
},
|
|
4850
4820
|
"listMode": {
|
|
4851
4821
|
"$ref": "esri.ListMode",
|
|
4852
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4822
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4853
4823
|
},
|
|
4854
4824
|
"maxScale": {
|
|
4855
4825
|
"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.",
|
|
@@ -4872,7 +4842,7 @@
|
|
|
4872
4842
|
"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."
|
|
4873
4843
|
},
|
|
4874
4844
|
"refreshInterval": {
|
|
4875
|
-
"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. See{@
|
|
4845
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4876
4846
|
"type": "number"
|
|
4877
4847
|
},
|
|
4878
4848
|
"showLegend": {
|
|
@@ -4884,7 +4854,7 @@
|
|
|
4884
4854
|
"type": "string"
|
|
4885
4855
|
},
|
|
4886
4856
|
"type": {
|
|
4887
|
-
"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{@
|
|
4857
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
4888
4858
|
"enum": [
|
|
4889
4859
|
"BingMapsAerial",
|
|
4890
4860
|
"BingMapsHybrid",
|
|
@@ -4929,11 +4899,11 @@
|
|
|
4929
4899
|
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
4930
4900
|
}
|
|
4931
4901
|
],
|
|
4932
|
-
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@
|
|
4902
|
+
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."
|
|
4933
4903
|
},
|
|
4934
4904
|
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
4935
4905
|
"additionalProperties": false,
|
|
4936
|
-
"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. See{@
|
|
4906
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
|
|
4937
4907
|
"properties": {
|
|
4938
4908
|
"blendMode": {
|
|
4939
4909
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4963,7 +4933,7 @@
|
|
|
4963
4933
|
},
|
|
4964
4934
|
"listMode": {
|
|
4965
4935
|
"$ref": "esri.ListMode",
|
|
4966
|
-
"description": "To show or hide the group layer in the layer list. See{@
|
|
4936
|
+
"description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
|
|
4967
4937
|
},
|
|
4968
4938
|
"maxScale": {
|
|
4969
4939
|
"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.",
|
|
@@ -4978,7 +4948,7 @@
|
|
|
4978
4948
|
"type": "number"
|
|
4979
4949
|
},
|
|
4980
4950
|
"refreshInterval": {
|
|
4981
|
-
"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. See{@
|
|
4951
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4982
4952
|
"type": "number"
|
|
4983
4953
|
},
|
|
4984
4954
|
"showLegend": {
|
|
@@ -4990,7 +4960,7 @@
|
|
|
4990
4960
|
"type": "string"
|
|
4991
4961
|
},
|
|
4992
4962
|
"type": {
|
|
4993
|
-
"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{@
|
|
4963
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
4994
4964
|
"enum": [
|
|
4995
4965
|
"BingMapsAerial",
|
|
4996
4966
|
"BingMapsHybrid",
|
|
@@ -5009,7 +4979,7 @@
|
|
|
5009
4979
|
},
|
|
5010
4980
|
"visibilityMode": {
|
|
5011
4981
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
|
|
5012
|
-
"description": "How visibility of children is affected: independent, exclusive, inherited. See{@
|
|
4982
|
+
"description": "How visibility of children is affected: independent, exclusive, inherited. See {@link GroupLayerVisibilityMode}."
|
|
5013
4983
|
}
|
|
5014
4984
|
},
|
|
5015
4985
|
"required": [
|
|
@@ -5028,7 +4998,7 @@
|
|
|
5028
4998
|
},
|
|
5029
4999
|
"esri.rest-api.HeatmapRenderer.ColorStop": {
|
|
5030
5000
|
"additionalProperties": false,
|
|
5031
|
-
"description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required. See{@
|
|
5001
|
+
"description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required. See {@link https://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
|
|
5032
5002
|
"properties": {
|
|
5033
5003
|
"color": {
|
|
5034
5004
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -5047,7 +5017,7 @@
|
|
|
5047
5017
|
},
|
|
5048
5018
|
"esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
|
|
5049
5019
|
"additionalProperties": false,
|
|
5050
|
-
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See{@
|
|
5020
|
+
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See {@link https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
|
|
5051
5021
|
"properties": {
|
|
5052
5022
|
"authoringInfo": {
|
|
5053
5023
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5082,10 +5052,10 @@
|
|
|
5082
5052
|
},
|
|
5083
5053
|
"rotationType": {
|
|
5084
5054
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5085
|
-
"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{@
|
|
5055
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
5086
5056
|
},
|
|
5087
5057
|
"type": {
|
|
5088
|
-
"description": "The type of renderer. See{@
|
|
5058
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
5089
5059
|
"enum": [
|
|
5090
5060
|
"heatmap"
|
|
5091
5061
|
],
|
|
@@ -5094,8 +5064,7 @@
|
|
|
5094
5064
|
"visualVariables": {
|
|
5095
5065
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5096
5066
|
"items": {
|
|
5097
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5098
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
5067
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5099
5068
|
},
|
|
5100
5069
|
"type": "array"
|
|
5101
5070
|
}
|
|
@@ -5107,7 +5076,7 @@
|
|
|
5107
5076
|
},
|
|
5108
5077
|
"esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
|
|
5109
5078
|
"additionalProperties": false,
|
|
5110
|
-
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See{@
|
|
5079
|
+
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
|
|
5111
5080
|
"properties": {
|
|
5112
5081
|
"anchor": {
|
|
5113
5082
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -5145,7 +5114,7 @@
|
|
|
5145
5114
|
"type": "number"
|
|
5146
5115
|
},
|
|
5147
5116
|
"type": {
|
|
5148
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
5117
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
5149
5118
|
"enum": [
|
|
5150
5119
|
"Icon"
|
|
5151
5120
|
],
|
|
@@ -5159,7 +5128,7 @@
|
|
|
5159
5128
|
},
|
|
5160
5129
|
"esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
|
|
5161
5130
|
"additionalProperties": false,
|
|
5162
|
-
"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. See{@
|
|
5131
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
|
|
5163
5132
|
"properties": {
|
|
5164
5133
|
"bandIds": {
|
|
5165
5134
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
@@ -5240,7 +5209,7 @@
|
|
|
5240
5209
|
},
|
|
5241
5210
|
"listMode": {
|
|
5242
5211
|
"$ref": "esri.ListMode",
|
|
5243
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5212
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
5244
5213
|
},
|
|
5245
5214
|
"maxScale": {
|
|
5246
5215
|
"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.",
|
|
@@ -5275,7 +5244,7 @@
|
|
|
5275
5244
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
5276
5245
|
},
|
|
5277
5246
|
"refreshInterval": {
|
|
5278
|
-
"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. See{@
|
|
5247
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5279
5248
|
"type": "number"
|
|
5280
5249
|
},
|
|
5281
5250
|
"renderingRule": {
|
|
@@ -5295,7 +5264,7 @@
|
|
|
5295
5264
|
"type": "string"
|
|
5296
5265
|
},
|
|
5297
5266
|
"type": {
|
|
5298
|
-
"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{@
|
|
5267
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
5299
5268
|
"enum": [
|
|
5300
5269
|
"BingMapsAerial",
|
|
5301
5270
|
"BingMapsHybrid",
|
|
@@ -5324,7 +5293,7 @@
|
|
|
5324
5293
|
},
|
|
5325
5294
|
"esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
|
|
5326
5295
|
"additionalProperties": false,
|
|
5327
|
-
"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. See{@
|
|
5296
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
|
|
5328
5297
|
"properties": {
|
|
5329
5298
|
"blendMode": {
|
|
5330
5299
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5370,7 +5339,7 @@
|
|
|
5370
5339
|
},
|
|
5371
5340
|
"listMode": {
|
|
5372
5341
|
"$ref": "esri.ListMode",
|
|
5373
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5342
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
5374
5343
|
},
|
|
5375
5344
|
"maxScale": {
|
|
5376
5345
|
"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.",
|
|
@@ -5389,7 +5358,7 @@
|
|
|
5389
5358
|
"type": "number"
|
|
5390
5359
|
},
|
|
5391
5360
|
"refreshInterval": {
|
|
5392
|
-
"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. See{@
|
|
5361
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5393
5362
|
"type": "number"
|
|
5394
5363
|
},
|
|
5395
5364
|
"showLegend": {
|
|
@@ -5405,7 +5374,7 @@
|
|
|
5405
5374
|
"type": "string"
|
|
5406
5375
|
},
|
|
5407
5376
|
"type": {
|
|
5408
|
-
"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{@
|
|
5377
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
5409
5378
|
"enum": [
|
|
5410
5379
|
"BingMapsAerial",
|
|
5411
5380
|
"BingMapsHybrid",
|
|
@@ -5436,7 +5405,7 @@
|
|
|
5436
5405
|
},
|
|
5437
5406
|
"esri.rest-api.InheritedDomain.InheritedDomain": {
|
|
5438
5407
|
"additionalProperties": false,
|
|
5439
|
-
"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. See{@
|
|
5408
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/inherited_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
|
|
5440
5409
|
"properties": {
|
|
5441
5410
|
"type": {
|
|
5442
5411
|
"description": "The type of domain.",
|
|
@@ -5453,7 +5422,7 @@
|
|
|
5453
5422
|
},
|
|
5454
5423
|
"esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
|
|
5455
5424
|
"additionalProperties": false,
|
|
5456
|
-
"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. See{@
|
|
5425
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
|
|
5457
5426
|
"properties": {
|
|
5458
5427
|
"blendMode": {
|
|
5459
5428
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5480,7 +5449,7 @@
|
|
|
5480
5449
|
},
|
|
5481
5450
|
"listMode": {
|
|
5482
5451
|
"$ref": "esri.ListMode",
|
|
5483
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5452
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
5484
5453
|
},
|
|
5485
5454
|
"maxScale": {
|
|
5486
5455
|
"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.",
|
|
@@ -5495,7 +5464,7 @@
|
|
|
5495
5464
|
"type": "number"
|
|
5496
5465
|
},
|
|
5497
5466
|
"refreshInterval": {
|
|
5498
|
-
"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. See{@
|
|
5467
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5499
5468
|
"type": "number"
|
|
5500
5469
|
},
|
|
5501
5470
|
"showLegend": {
|
|
@@ -5507,7 +5476,7 @@
|
|
|
5507
5476
|
"type": "string"
|
|
5508
5477
|
},
|
|
5509
5478
|
"type": {
|
|
5510
|
-
"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{@
|
|
5479
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
5511
5480
|
"enum": [
|
|
5512
5481
|
"BingMapsAerial",
|
|
5513
5482
|
"BingMapsHybrid",
|
|
@@ -5536,11 +5505,11 @@
|
|
|
5536
5505
|
},
|
|
5537
5506
|
"esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
|
|
5538
5507
|
"additionalProperties": false,
|
|
5539
|
-
"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. See{@
|
|
5508
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
|
|
5540
5509
|
"properties": {
|
|
5541
5510
|
"joinType": {
|
|
5542
5511
|
"$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
|
|
5543
|
-
"description": "The type of join (left outer or left inner). See{@
|
|
5512
|
+
"description": "The type of join (left outer or left inner). See {@link JoinType}."
|
|
5544
5513
|
},
|
|
5545
5514
|
"leftTableKey": {
|
|
5546
5515
|
"description": "Field name from the left table.",
|
|
@@ -5573,7 +5542,7 @@
|
|
|
5573
5542
|
"description": "The right table source."
|
|
5574
5543
|
},
|
|
5575
5544
|
"type": {
|
|
5576
|
-
"description": "Type of the DataSource. See{@
|
|
5545
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
5577
5546
|
"enum": [
|
|
5578
5547
|
"joinTable"
|
|
5579
5548
|
],
|
|
@@ -5599,7 +5568,7 @@
|
|
|
5599
5568
|
},
|
|
5600
5569
|
"esri.rest-api.KMLLayer.KMLLayer": {
|
|
5601
5570
|
"additionalProperties": false,
|
|
5602
|
-
"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. See{@
|
|
5571
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
|
|
5603
5572
|
"properties": {
|
|
5604
5573
|
"blendMode": {
|
|
5605
5574
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5626,7 +5595,7 @@
|
|
|
5626
5595
|
},
|
|
5627
5596
|
"listMode": {
|
|
5628
5597
|
"$ref": "esri.ListMode",
|
|
5629
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5598
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
5630
5599
|
},
|
|
5631
5600
|
"maxScale": {
|
|
5632
5601
|
"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.",
|
|
@@ -5641,7 +5610,7 @@
|
|
|
5641
5610
|
"type": "number"
|
|
5642
5611
|
},
|
|
5643
5612
|
"refreshInterval": {
|
|
5644
|
-
"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. See{@
|
|
5613
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5645
5614
|
"type": "number"
|
|
5646
5615
|
},
|
|
5647
5616
|
"showLegend": {
|
|
@@ -5653,7 +5622,7 @@
|
|
|
5653
5622
|
"type": "string"
|
|
5654
5623
|
},
|
|
5655
5624
|
"type": {
|
|
5656
|
-
"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{@
|
|
5625
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
5657
5626
|
"enum": [
|
|
5658
5627
|
"BingMapsAerial",
|
|
5659
5628
|
"BingMapsHybrid",
|
|
@@ -5689,7 +5658,7 @@
|
|
|
5689
5658
|
},
|
|
5690
5659
|
"esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
|
|
5691
5660
|
"additionalProperties": false,
|
|
5692
|
-
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See{@
|
|
5661
|
+
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
|
|
5693
5662
|
"properties": {
|
|
5694
5663
|
"callout": {
|
|
5695
5664
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -5703,7 +5672,7 @@
|
|
|
5703
5672
|
"type": "array"
|
|
5704
5673
|
},
|
|
5705
5674
|
"type": {
|
|
5706
|
-
"description": "The type of symbol. See{@
|
|
5675
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
5707
5676
|
"enum": [
|
|
5708
5677
|
"LabelSymbol3D"
|
|
5709
5678
|
],
|
|
@@ -5721,7 +5690,7 @@
|
|
|
5721
5690
|
"type": "object"
|
|
5722
5691
|
},
|
|
5723
5692
|
"esri.rest-api.LabelingInfo.LabelPlacement": {
|
|
5724
|
-
"description": "Possible values used with{@
|
|
5693
|
+
"description": "Possible values used with {@link LabelingInfo.labelPlacement}.",
|
|
5725
5694
|
"enum": [
|
|
5726
5695
|
"esriServerLinePlacementAboveAfter",
|
|
5727
5696
|
"esriServerLinePlacementAboveAlong",
|
|
@@ -5753,7 +5722,7 @@
|
|
|
5753
5722
|
},
|
|
5754
5723
|
"esri.rest-api.LabelingInfo.LabelingInfo": {
|
|
5755
5724
|
"additionalProperties": false,
|
|
5756
|
-
"description": "The labelingInfo object specifies the label definition for a layer. See{@
|
|
5725
|
+
"description": "The labelingInfo object specifies the label definition for a layer. See {@link https://developers.arcgis.com/web-map-specification/objects/labelingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
|
|
5757
5726
|
"properties": {
|
|
5758
5727
|
"labelExpression": {
|
|
5759
5728
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
@@ -5761,11 +5730,11 @@
|
|
|
5761
5730
|
},
|
|
5762
5731
|
"labelExpressionInfo": {
|
|
5763
5732
|
"$ref": "__type",
|
|
5764
|
-
"description": "This object allows label text to be read similar to that of the popupInfo's description property. See{@
|
|
5733
|
+
"description": "This object allows label text to be read similar to that of the popupInfo's description property. See {@link https://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}."
|
|
5765
5734
|
},
|
|
5766
5735
|
"labelPlacement": {
|
|
5767
5736
|
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
|
|
5768
|
-
"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{@
|
|
5737
|
+
"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 {@link LabelPlacement}."
|
|
5769
5738
|
},
|
|
5770
5739
|
"maxScale": {
|
|
5771
5740
|
"description": "Represents the maximum scale at which the layer definition will be applied.",
|
|
@@ -5803,7 +5772,7 @@
|
|
|
5803
5772
|
},
|
|
5804
5773
|
"esri.rest-api.Layer.Layer": {
|
|
5805
5774
|
"additionalProperties": false,
|
|
5806
|
-
"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. See{@
|
|
5775
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/layer/} {@link https://developers.arcgis.com/web-scene-specification/objects/layer/}.",
|
|
5807
5776
|
"properties": {
|
|
5808
5777
|
"defaultVisibility": {
|
|
5809
5778
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -5880,7 +5849,7 @@
|
|
|
5880
5849
|
},
|
|
5881
5850
|
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
5882
5851
|
"additionalProperties": false,
|
|
5883
|
-
"description": "Defines overridden properties on a field for a specific view of the data. See{@
|
|
5852
|
+
"description": "Defines overridden properties on a field for a specific view of the data. See {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
|
|
5884
5853
|
"properties": {
|
|
5885
5854
|
"alias": {
|
|
5886
5855
|
"description": "A string containing the overridden field alias.",
|
|
@@ -5908,7 +5877,7 @@
|
|
|
5908
5877
|
},
|
|
5909
5878
|
"esri.rest-api.LayerDefinition.LayerDefinition": {
|
|
5910
5879
|
"additionalProperties": false,
|
|
5911
|
-
"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. See{@
|
|
5880
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/} {@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
|
|
5912
5881
|
"properties": {
|
|
5913
5882
|
"allowGeometryUpdates": {
|
|
5914
5883
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -5978,7 +5947,7 @@
|
|
|
5978
5947
|
},
|
|
5979
5948
|
"floorInfo": {
|
|
5980
5949
|
"$ref": "__type",
|
|
5981
|
-
"description": "Contains floor-awareness information for the layer. See{@
|
|
5950
|
+
"description": "Contains floor-awareness information for the layer. See {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
5982
5951
|
},
|
|
5983
5952
|
"geometryType": {
|
|
5984
5953
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
@@ -6006,7 +5975,7 @@
|
|
|
6006
5975
|
},
|
|
6007
5976
|
"htmlPopupType": {
|
|
6008
5977
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
|
|
6009
|
-
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@
|
|
5978
|
+
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See {@link HtmlPopupType}."
|
|
6010
5979
|
},
|
|
6011
5980
|
"id": {
|
|
6012
5981
|
"description": "The identifier assigned to the layer.",
|
|
@@ -6063,7 +6032,7 @@
|
|
|
6063
6032
|
"$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
|
|
6064
6033
|
}
|
|
6065
6034
|
],
|
|
6066
|
-
"description": "An object indicating the layerDefinition's layer source. See{@
|
|
6035
|
+
"description": "An object indicating the layerDefinition's layer source. See {@link https://developers.arcgis.com/web-map-specification/objects/source/} {@link https://developers.arcgis.com/web-scene-specification/objects/source/}."
|
|
6067
6036
|
},
|
|
6068
6037
|
"spatialReference": {
|
|
6069
6038
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -6132,7 +6101,7 @@
|
|
|
6132
6101
|
},
|
|
6133
6102
|
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
6134
6103
|
"additionalProperties": false,
|
|
6135
|
-
"description": "Time info if the layer/table supports querying and exporting maps based on time. See{@
|
|
6104
|
+
"description": "Time info if the layer/table supports querying and exporting maps based on time. See {@link https://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
|
|
6136
6105
|
"properties": {
|
|
6137
6106
|
"endTimeField": {
|
|
6138
6107
|
"description": "The name of the attribute field that contains the end time information.",
|
|
@@ -6174,7 +6143,7 @@
|
|
|
6174
6143
|
},
|
|
6175
6144
|
"timeReference": {
|
|
6176
6145
|
"$ref": "__type",
|
|
6177
|
-
"description": "Defines information about daylight savings time and the time zone in which data was collected. See{@
|
|
6146
|
+
"description": "Defines information about daylight savings time and the time zone in which data was collected. See {@link https://developers.arcgis.com/web-map-specification/objects/timeReference/}."
|
|
6178
6147
|
},
|
|
6179
6148
|
"trackIdField": {
|
|
6180
6149
|
"description": "The field that contains the trackId.",
|
|
@@ -6251,7 +6220,7 @@
|
|
|
6251
6220
|
},
|
|
6252
6221
|
"esri.rest-api.LineSymbol3D.LineSymbol3D": {
|
|
6253
6222
|
"additionalProperties": false,
|
|
6254
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See{@
|
|
6223
|
+
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
|
|
6255
6224
|
"properties": {
|
|
6256
6225
|
"symbolLayers": {
|
|
6257
6226
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -6268,7 +6237,7 @@
|
|
|
6268
6237
|
"type": "array"
|
|
6269
6238
|
},
|
|
6270
6239
|
"type": {
|
|
6271
|
-
"description": "The type of symbol. See{@
|
|
6240
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6272
6241
|
"enum": [
|
|
6273
6242
|
"LineSymbol3D"
|
|
6274
6243
|
],
|
|
@@ -6283,7 +6252,7 @@
|
|
|
6283
6252
|
},
|
|
6284
6253
|
"esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
|
|
6285
6254
|
"additionalProperties": false,
|
|
6286
|
-
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See{@
|
|
6255
|
+
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
|
|
6287
6256
|
"properties": {
|
|
6288
6257
|
"enable": {
|
|
6289
6258
|
"description": "Type: Boolean.",
|
|
@@ -6298,7 +6267,7 @@
|
|
|
6298
6267
|
"type": "number"
|
|
6299
6268
|
},
|
|
6300
6269
|
"type": {
|
|
6301
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6270
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
6302
6271
|
"enum": [
|
|
6303
6272
|
"Line"
|
|
6304
6273
|
],
|
|
@@ -6312,7 +6281,7 @@
|
|
|
6312
6281
|
},
|
|
6313
6282
|
"esri.rest-api.LocationInfo.LocationInfo": {
|
|
6314
6283
|
"additionalProperties": false,
|
|
6315
|
-
"description": "Defines how location information will be retrieved from a CSV file referenced through the web. See{@
|
|
6284
|
+
"description": "Defines how location information will be retrieved from a CSV file referenced through the web. See {@link https://developers.arcgis.com/web-map-specification/objects/locationInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
|
|
6316
6285
|
"properties": {
|
|
6317
6286
|
"latitudeFieldName": {
|
|
6318
6287
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -6331,7 +6300,7 @@
|
|
|
6331
6300
|
},
|
|
6332
6301
|
"esri.rest-api.MapServiceLayer.MapServiceLayer": {
|
|
6333
6302
|
"additionalProperties": false,
|
|
6334
|
-
"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. See{@
|
|
6303
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
|
|
6335
6304
|
"properties": {
|
|
6336
6305
|
"blendMode": {
|
|
6337
6306
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6372,7 +6341,7 @@
|
|
|
6372
6341
|
},
|
|
6373
6342
|
"listMode": {
|
|
6374
6343
|
"$ref": "esri.ListMode",
|
|
6375
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6344
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6376
6345
|
},
|
|
6377
6346
|
"maxScale": {
|
|
6378
6347
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -6387,7 +6356,7 @@
|
|
|
6387
6356
|
"type": "number"
|
|
6388
6357
|
},
|
|
6389
6358
|
"refreshInterval": {
|
|
6390
|
-
"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. See{@
|
|
6359
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
6391
6360
|
"type": "number"
|
|
6392
6361
|
},
|
|
6393
6362
|
"showLegend": {
|
|
@@ -6403,7 +6372,7 @@
|
|
|
6403
6372
|
"type": "string"
|
|
6404
6373
|
},
|
|
6405
6374
|
"type": {
|
|
6406
|
-
"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{@
|
|
6375
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
6407
6376
|
"enum": [
|
|
6408
6377
|
"BingMapsAerial",
|
|
6409
6378
|
"BingMapsHybrid",
|
|
@@ -6458,7 +6427,7 @@
|
|
|
6458
6427
|
"type": "string"
|
|
6459
6428
|
},
|
|
6460
6429
|
"type": {
|
|
6461
|
-
"description": "Defines the type of media. One of the{@
|
|
6430
|
+
"description": "Defines the type of media. One of the {@link MediaType} constants.",
|
|
6462
6431
|
"type": "string"
|
|
6463
6432
|
},
|
|
6464
6433
|
"value": {
|
|
@@ -6470,7 +6439,7 @@
|
|
|
6470
6439
|
},
|
|
6471
6440
|
"esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
|
|
6472
6441
|
"additionalProperties": false,
|
|
6473
|
-
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See{@
|
|
6442
|
+
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
|
|
6474
6443
|
"properties": {
|
|
6475
6444
|
"symbolLayers": {
|
|
6476
6445
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -6480,7 +6449,7 @@
|
|
|
6480
6449
|
"type": "array"
|
|
6481
6450
|
},
|
|
6482
6451
|
"type": {
|
|
6483
|
-
"description": "The type of symbol. See{@
|
|
6452
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6484
6453
|
"enum": [
|
|
6485
6454
|
"MeshSymbol3D"
|
|
6486
6455
|
],
|
|
@@ -6522,7 +6491,7 @@
|
|
|
6522
6491
|
},
|
|
6523
6492
|
"esri.rest-api.MosaicRule.MosaicRule": {
|
|
6524
6493
|
"additionalProperties": false,
|
|
6525
|
-
"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. See{@
|
|
6494
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/mosaicRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
|
|
6526
6495
|
"properties": {
|
|
6527
6496
|
"ascending": {
|
|
6528
6497
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -6548,11 +6517,11 @@
|
|
|
6548
6517
|
},
|
|
6549
6518
|
"mosaicMethod": {
|
|
6550
6519
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
|
|
6551
|
-
"description": "The mosaic method determines how the selected rasters are ordered. See{@
|
|
6520
|
+
"description": "The mosaic method determines how the selected rasters are ordered. See {@link MosaicMethodType}."
|
|
6552
6521
|
},
|
|
6553
6522
|
"mosaicOperation": {
|
|
6554
6523
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
6555
|
-
"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{@
|
|
6524
|
+
"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}."
|
|
6556
6525
|
},
|
|
6557
6526
|
"multidimensionalDefinition": {
|
|
6558
6527
|
"description": "Definition of multidimensional variables. See https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/ and https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/.",
|
|
@@ -6585,7 +6554,7 @@
|
|
|
6585
6554
|
},
|
|
6586
6555
|
"esri.rest-api.Multipoint.Multipoint": {
|
|
6587
6556
|
"additionalProperties": false,
|
|
6588
|
-
"description": "Contains an array of points, along with a spatial reference field. See{@
|
|
6557
|
+
"description": "Contains an array of points, along with a spatial reference field. See {@link https://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
|
|
6589
6558
|
"properties": {
|
|
6590
6559
|
"hasM": {
|
|
6591
6560
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -6617,7 +6586,7 @@
|
|
|
6617
6586
|
},
|
|
6618
6587
|
"esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
|
|
6619
6588
|
"additionalProperties": false,
|
|
6620
|
-
"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. See{@
|
|
6589
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
|
|
6621
6590
|
"properties": {
|
|
6622
6591
|
"anchor": {
|
|
6623
6592
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -6652,7 +6621,7 @@
|
|
|
6652
6621
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
6653
6622
|
},
|
|
6654
6623
|
"type": {
|
|
6655
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6624
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
6656
6625
|
"enum": [
|
|
6657
6626
|
"Object"
|
|
6658
6627
|
],
|
|
@@ -6670,7 +6639,7 @@
|
|
|
6670
6639
|
},
|
|
6671
6640
|
"esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
|
|
6672
6641
|
"additionalProperties": false,
|
|
6673
|
-
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See{@
|
|
6642
|
+
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
|
|
6674
6643
|
"properties": {
|
|
6675
6644
|
"material": {
|
|
6676
6645
|
"$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
|
|
@@ -6681,7 +6650,7 @@
|
|
|
6681
6650
|
"type": "number"
|
|
6682
6651
|
},
|
|
6683
6652
|
"type": {
|
|
6684
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6653
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
6685
6654
|
"enum": [
|
|
6686
6655
|
"Path"
|
|
6687
6656
|
],
|
|
@@ -6699,7 +6668,7 @@
|
|
|
6699
6668
|
},
|
|
6700
6669
|
"esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
|
|
6701
6670
|
"additionalProperties": false,
|
|
6702
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries. See{@
|
|
6671
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
6703
6672
|
"properties": {
|
|
6704
6673
|
"angle": {
|
|
6705
6674
|
"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.",
|
|
@@ -6722,7 +6691,7 @@
|
|
|
6722
6691
|
"description": "Sets the outline of the symbol."
|
|
6723
6692
|
},
|
|
6724
6693
|
"type": {
|
|
6725
|
-
"description": "The type of symbol. See{@
|
|
6694
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6726
6695
|
"enum": [
|
|
6727
6696
|
"esriPFS"
|
|
6728
6697
|
],
|
|
@@ -6760,7 +6729,7 @@
|
|
|
6760
6729
|
},
|
|
6761
6730
|
"esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
6762
6731
|
"additionalProperties": false,
|
|
6763
|
-
"description": "Picture marker symbols can be used to symbolize point geometries. See{@
|
|
6732
|
+
"description": "Picture marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
6764
6733
|
"properties": {
|
|
6765
6734
|
"angle": {
|
|
6766
6735
|
"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.",
|
|
@@ -6779,7 +6748,7 @@
|
|
|
6779
6748
|
"type": "string"
|
|
6780
6749
|
},
|
|
6781
6750
|
"type": {
|
|
6782
|
-
"description": "The type of symbol. See{@
|
|
6751
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6783
6752
|
"enum": [
|
|
6784
6753
|
"esriPMS"
|
|
6785
6754
|
],
|
|
@@ -6809,7 +6778,7 @@
|
|
|
6809
6778
|
},
|
|
6810
6779
|
"esri.rest-api.Point.Point": {
|
|
6811
6780
|
"additionalProperties": false,
|
|
6812
|
-
"description": "Defines the JSON formats of the point and spatial reference objects. See{@
|
|
6781
|
+
"description": "Defines the JSON formats of the point and spatial reference objects. See {@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}. See {@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
|
|
6813
6782
|
"properties": {
|
|
6814
6783
|
"m": {
|
|
6815
6784
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -6849,7 +6818,7 @@
|
|
|
6849
6818
|
},
|
|
6850
6819
|
"esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
|
|
6851
6820
|
"additionalProperties": false,
|
|
6852
|
-
"description": "Filters points based on the value of the specified bitfield attribute. See{@
|
|
6821
|
+
"description": "Filters points based on the value of the specified bitfield attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
6853
6822
|
"properties": {
|
|
6854
6823
|
"field": {
|
|
6855
6824
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -6884,7 +6853,7 @@
|
|
|
6884
6853
|
},
|
|
6885
6854
|
"esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
|
|
6886
6855
|
"additionalProperties": false,
|
|
6887
|
-
"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. See{@
|
|
6856
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
|
|
6888
6857
|
"properties": {
|
|
6889
6858
|
"authoringInfo": {
|
|
6890
6859
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6899,7 +6868,7 @@
|
|
|
6899
6868
|
},
|
|
6900
6869
|
"colorModulation": {
|
|
6901
6870
|
"$ref": "__type",
|
|
6902
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
6871
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
6903
6872
|
},
|
|
6904
6873
|
"field": {
|
|
6905
6874
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -6937,10 +6906,10 @@
|
|
|
6937
6906
|
},
|
|
6938
6907
|
"rotationType": {
|
|
6939
6908
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6940
|
-
"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{@
|
|
6909
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
6941
6910
|
},
|
|
6942
6911
|
"type": {
|
|
6943
|
-
"description": "The type of renderer. See{@
|
|
6912
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
6944
6913
|
"enum": [
|
|
6945
6914
|
"pointCloudClassBreaksRenderer"
|
|
6946
6915
|
],
|
|
@@ -6949,8 +6918,7 @@
|
|
|
6949
6918
|
"visualVariables": {
|
|
6950
6919
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6951
6920
|
"items": {
|
|
6952
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6953
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
6921
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6954
6922
|
},
|
|
6955
6923
|
"type": "array"
|
|
6956
6924
|
}
|
|
@@ -6962,7 +6930,7 @@
|
|
|
6962
6930
|
},
|
|
6963
6931
|
"esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
|
|
6964
6932
|
"additionalProperties": false,
|
|
6965
|
-
"description": "Render points with fixed real world or screen space size. See{@
|
|
6933
|
+
"description": "Render points with fixed real world or screen space size. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
6966
6934
|
"properties": {
|
|
6967
6935
|
"size": {
|
|
6968
6936
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -6987,7 +6955,7 @@
|
|
|
6987
6955
|
},
|
|
6988
6956
|
"esri.rest-api.PointCloudLayer.PointCloudLayer": {
|
|
6989
6957
|
"additionalProperties": false,
|
|
6990
|
-
"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. See{@
|
|
6958
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
|
|
6991
6959
|
"properties": {
|
|
6992
6960
|
"blendMode": {
|
|
6993
6961
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7018,7 +6986,7 @@
|
|
|
7018
6986
|
},
|
|
7019
6987
|
"listMode": {
|
|
7020
6988
|
"$ref": "esri.ListMode",
|
|
7021
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6989
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7022
6990
|
},
|
|
7023
6991
|
"maxScale": {
|
|
7024
6992
|
"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.",
|
|
@@ -7037,7 +7005,7 @@
|
|
|
7037
7005
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
7038
7006
|
},
|
|
7039
7007
|
"refreshInterval": {
|
|
7040
|
-
"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. See{@
|
|
7008
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7041
7009
|
"type": "number"
|
|
7042
7010
|
},
|
|
7043
7011
|
"showLegend": {
|
|
@@ -7049,7 +7017,7 @@
|
|
|
7049
7017
|
"type": "string"
|
|
7050
7018
|
},
|
|
7051
7019
|
"type": {
|
|
7052
|
-
"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{@
|
|
7020
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
7053
7021
|
"enum": [
|
|
7054
7022
|
"BingMapsAerial",
|
|
7055
7023
|
"BingMapsHybrid",
|
|
@@ -7078,7 +7046,7 @@
|
|
|
7078
7046
|
},
|
|
7079
7047
|
"esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
|
|
7080
7048
|
"additionalProperties": false,
|
|
7081
|
-
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See{@
|
|
7049
|
+
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
|
|
7082
7050
|
"properties": {
|
|
7083
7051
|
"authoringInfo": {
|
|
7084
7052
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7086,7 +7054,7 @@
|
|
|
7086
7054
|
},
|
|
7087
7055
|
"colorModulation": {
|
|
7088
7056
|
"$ref": "__type",
|
|
7089
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
7057
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7090
7058
|
},
|
|
7091
7059
|
"field": {
|
|
7092
7060
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -7124,10 +7092,10 @@
|
|
|
7124
7092
|
},
|
|
7125
7093
|
"rotationType": {
|
|
7126
7094
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7127
|
-
"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{@
|
|
7095
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
7128
7096
|
},
|
|
7129
7097
|
"type": {
|
|
7130
|
-
"description": "The type of renderer. See{@
|
|
7098
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
7131
7099
|
"enum": [
|
|
7132
7100
|
"pointCloudRGBRenderer"
|
|
7133
7101
|
],
|
|
@@ -7136,8 +7104,7 @@
|
|
|
7136
7104
|
"visualVariables": {
|
|
7137
7105
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7138
7106
|
"items": {
|
|
7139
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7140
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
7107
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7141
7108
|
},
|
|
7142
7109
|
"type": "array"
|
|
7143
7110
|
}
|
|
@@ -7149,7 +7116,7 @@
|
|
|
7149
7116
|
},
|
|
7150
7117
|
"esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
|
|
7151
7118
|
"additionalProperties": false,
|
|
7152
|
-
"description": "Filters points based on the value of the return number/return count. See{@
|
|
7119
|
+
"description": "Filters points based on the value of the return number/return count. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
7153
7120
|
"properties": {
|
|
7154
7121
|
"field": {
|
|
7155
7122
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -7177,7 +7144,7 @@
|
|
|
7177
7144
|
},
|
|
7178
7145
|
"esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
|
|
7179
7146
|
"additionalProperties": false,
|
|
7180
|
-
"description": "Render points using sizes depending on point density. See{@
|
|
7147
|
+
"description": "Render points using sizes depending on point density. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
7181
7148
|
"properties": {
|
|
7182
7149
|
"minSize": {
|
|
7183
7150
|
"description": "Minimum display space point size in points.",
|
|
@@ -7202,7 +7169,7 @@
|
|
|
7202
7169
|
},
|
|
7203
7170
|
"esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
|
|
7204
7171
|
"additionalProperties": false,
|
|
7205
|
-
"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. See{@
|
|
7172
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
|
|
7206
7173
|
"properties": {
|
|
7207
7174
|
"authoringInfo": {
|
|
7208
7175
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7210,7 +7177,7 @@
|
|
|
7210
7177
|
},
|
|
7211
7178
|
"colorModulation": {
|
|
7212
7179
|
"$ref": "__type",
|
|
7213
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
7180
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7214
7181
|
},
|
|
7215
7182
|
"field": {
|
|
7216
7183
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -7248,10 +7215,10 @@
|
|
|
7248
7215
|
},
|
|
7249
7216
|
"rotationType": {
|
|
7250
7217
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7251
|
-
"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{@
|
|
7218
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
7252
7219
|
},
|
|
7253
7220
|
"type": {
|
|
7254
|
-
"description": "The type of renderer. See{@
|
|
7221
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
7255
7222
|
"enum": [
|
|
7256
7223
|
"pointCloudStretchRenderer"
|
|
7257
7224
|
],
|
|
@@ -7260,8 +7227,7 @@
|
|
|
7260
7227
|
"visualVariables": {
|
|
7261
7228
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7262
7229
|
"items": {
|
|
7263
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7264
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
7230
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7265
7231
|
},
|
|
7266
7232
|
"type": "array"
|
|
7267
7233
|
}
|
|
@@ -7273,7 +7239,7 @@
|
|
|
7273
7239
|
},
|
|
7274
7240
|
"esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
|
|
7275
7241
|
"additionalProperties": false,
|
|
7276
|
-
"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. See{@
|
|
7242
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
|
|
7277
7243
|
"properties": {
|
|
7278
7244
|
"authoringInfo": {
|
|
7279
7245
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7281,7 +7247,7 @@
|
|
|
7281
7247
|
},
|
|
7282
7248
|
"colorModulation": {
|
|
7283
7249
|
"$ref": "__type",
|
|
7284
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
7250
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7285
7251
|
},
|
|
7286
7252
|
"colorUniqueValueInfos": {
|
|
7287
7253
|
"description": "Unique value infos.",
|
|
@@ -7326,10 +7292,10 @@
|
|
|
7326
7292
|
},
|
|
7327
7293
|
"rotationType": {
|
|
7328
7294
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7329
|
-
"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{@
|
|
7295
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
7330
7296
|
},
|
|
7331
7297
|
"type": {
|
|
7332
|
-
"description": "The type of renderer. See{@
|
|
7298
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
7333
7299
|
"enum": [
|
|
7334
7300
|
"pointCloudUniqueValueRenderer"
|
|
7335
7301
|
],
|
|
@@ -7338,8 +7304,7 @@
|
|
|
7338
7304
|
"visualVariables": {
|
|
7339
7305
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7340
7306
|
"items": {
|
|
7341
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7342
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
7307
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7343
7308
|
},
|
|
7344
7309
|
"type": "array"
|
|
7345
7310
|
}
|
|
@@ -7351,7 +7316,7 @@
|
|
|
7351
7316
|
},
|
|
7352
7317
|
"esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
|
|
7353
7318
|
"additionalProperties": false,
|
|
7354
|
-
"description": "Filters points based on the value of an specified attribute. See{@
|
|
7319
|
+
"description": "Filters points based on the value of an specified attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
7355
7320
|
"properties": {
|
|
7356
7321
|
"field": {
|
|
7357
7322
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -7383,7 +7348,7 @@
|
|
|
7383
7348
|
},
|
|
7384
7349
|
"esri.rest-api.PointSymbol3D.PointSymbol3D": {
|
|
7385
7350
|
"additionalProperties": false,
|
|
7386
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See{@
|
|
7351
|
+
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
|
|
7387
7352
|
"properties": {
|
|
7388
7353
|
"callout": {
|
|
7389
7354
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -7391,7 +7356,7 @@
|
|
|
7391
7356
|
},
|
|
7392
7357
|
"styleOrigin": {
|
|
7393
7358
|
"$ref": "__type",
|
|
7394
|
-
"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. See{@
|
|
7359
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
|
|
7395
7360
|
},
|
|
7396
7361
|
"symbolLayers": {
|
|
7397
7362
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -7408,7 +7373,7 @@
|
|
|
7408
7373
|
"type": "array"
|
|
7409
7374
|
},
|
|
7410
7375
|
"type": {
|
|
7411
|
-
"description": "The type of symbol. See{@
|
|
7376
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
7412
7377
|
"enum": [
|
|
7413
7378
|
"PointSymbol3D"
|
|
7414
7379
|
],
|
|
@@ -7427,7 +7392,7 @@
|
|
|
7427
7392
|
},
|
|
7428
7393
|
"esri.rest-api.Polygon.Polygon": {
|
|
7429
7394
|
"additionalProperties": false,
|
|
7430
|
-
"description": "A polygon contains an array of rings and a spatial reference. See{@
|
|
7395
|
+
"description": "A polygon contains an array of rings and a spatial reference. See {@link https://developers.arcgis.com/web-map-specification/objects/polygon_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
|
|
7431
7396
|
"properties": {
|
|
7432
7397
|
"hasM": {
|
|
7433
7398
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -7462,7 +7427,7 @@
|
|
|
7462
7427
|
},
|
|
7463
7428
|
"esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
|
|
7464
7429
|
"additionalProperties": false,
|
|
7465
|
-
"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. See{@
|
|
7430
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
7466
7431
|
"properties": {
|
|
7467
7432
|
"symbolLayers": {
|
|
7468
7433
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -7482,7 +7447,7 @@
|
|
|
7482
7447
|
"type": "array"
|
|
7483
7448
|
},
|
|
7484
7449
|
"type": {
|
|
7485
|
-
"description": "The type of symbol. See{@
|
|
7450
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
7486
7451
|
"enum": [
|
|
7487
7452
|
"PolygonSymbol3D"
|
|
7488
7453
|
],
|
|
@@ -7497,7 +7462,7 @@
|
|
|
7497
7462
|
},
|
|
7498
7463
|
"esri.rest-api.Polyline.Polyline": {
|
|
7499
7464
|
"additionalProperties": false,
|
|
7500
|
-
"description": "Contains an array of paths and a spatialReference. See{@
|
|
7465
|
+
"description": "Contains an array of paths and a spatialReference. See {@link https://developers.arcgis.com/web-map-specification/objects/polyline_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
|
|
7501
7466
|
"properties": {
|
|
7502
7467
|
"hasM": {
|
|
7503
7468
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -7540,7 +7505,7 @@
|
|
|
7540
7505
|
},
|
|
7541
7506
|
"esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
|
|
7542
7507
|
"additionalProperties": false,
|
|
7543
|
-
"description": "Arcade expression added to the pop-up. See{@
|
|
7508
|
+
"description": "Arcade expression added to the pop-up. See {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
7544
7509
|
"properties": {
|
|
7545
7510
|
"expression": {
|
|
7546
7511
|
"description": "The Arcade expression.",
|
|
@@ -7563,7 +7528,7 @@
|
|
|
7563
7528
|
},
|
|
7564
7529
|
"esri.rest-api.PopupInfo.OrderByFields": {
|
|
7565
7530
|
"additionalProperties": false,
|
|
7566
|
-
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See{@
|
|
7531
|
+
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See {@link https://developers.arcgis.com/web-map-specification/objects/orderByFields/} {@link https://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
|
|
7567
7532
|
"properties": {
|
|
7568
7533
|
"field": {
|
|
7569
7534
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -7667,7 +7632,7 @@
|
|
|
7667
7632
|
"type": "array"
|
|
7668
7633
|
},
|
|
7669
7634
|
"fieldInfos": {
|
|
7670
|
-
"description": "An array of{@
|
|
7635
|
+
"description": "An array of {@link portal /FieldInfo!FieldInfo} objects defining how each field in the dataset participates (or does not participate) in the pop-up window. The order of the array is the order that fields are shown in the pop-up window.",
|
|
7671
7636
|
"items": {
|
|
7672
7637
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
7673
7638
|
},
|
|
@@ -7704,7 +7669,7 @@
|
|
|
7704
7669
|
},
|
|
7705
7670
|
"esri.rest-api.PopupInfo.RelatedRecordsInfo": {
|
|
7706
7671
|
"additionalProperties": false,
|
|
7707
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See{@
|
|
7672
|
+
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See {@link https://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
|
|
7708
7673
|
"properties": {
|
|
7709
7674
|
"orderByFields": {
|
|
7710
7675
|
"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.",
|
|
@@ -7725,7 +7690,7 @@
|
|
|
7725
7690
|
},
|
|
7726
7691
|
"esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
|
|
7727
7692
|
"additionalProperties": false,
|
|
7728
|
-
"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. See{@
|
|
7693
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
|
|
7729
7694
|
"properties": {
|
|
7730
7695
|
"authoringInfo": {
|
|
7731
7696
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7749,10 +7714,10 @@
|
|
|
7749
7714
|
},
|
|
7750
7715
|
"rotationType": {
|
|
7751
7716
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7752
|
-
"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{@
|
|
7717
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
7753
7718
|
},
|
|
7754
7719
|
"type": {
|
|
7755
|
-
"description": "The type of renderer. See{@
|
|
7720
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
7756
7721
|
"enum": [
|
|
7757
7722
|
"predominance"
|
|
7758
7723
|
],
|
|
@@ -7768,8 +7733,7 @@
|
|
|
7768
7733
|
"visualVariables": {
|
|
7769
7734
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7770
7735
|
"items": {
|
|
7771
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7772
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
7736
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7773
7737
|
},
|
|
7774
7738
|
"type": "array"
|
|
7775
7739
|
}
|
|
@@ -7783,7 +7747,7 @@
|
|
|
7783
7747
|
},
|
|
7784
7748
|
"esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
|
|
7785
7749
|
"additionalProperties": false,
|
|
7786
|
-
"description": "Query table data source is a layer/table that is defined by a SQL query. See{@
|
|
7750
|
+
"description": "Query table data source is a layer/table that is defined by a SQL query. See {@link https://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
|
|
7787
7751
|
"properties": {
|
|
7788
7752
|
"geometryType": {
|
|
7789
7753
|
"description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
|
|
@@ -7808,7 +7772,7 @@
|
|
|
7808
7772
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
7809
7773
|
},
|
|
7810
7774
|
"type": {
|
|
7811
|
-
"description": "Type of the DataSource. See{@
|
|
7775
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
7812
7776
|
"enum": [
|
|
7813
7777
|
"queryTable"
|
|
7814
7778
|
],
|
|
@@ -7826,7 +7790,7 @@
|
|
|
7826
7790
|
},
|
|
7827
7791
|
"esri.rest-api.RangeDomain.RangeDomain": {
|
|
7828
7792
|
"additionalProperties": false,
|
|
7829
|
-
"description": "Range domain specifies a range of valid values for a field. See{@
|
|
7793
|
+
"description": "Range domain specifies a range of valid values for a field. See {@link https://developers.arcgis.com/web-map-specification/objects/range_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
|
|
7830
7794
|
"properties": {
|
|
7831
7795
|
"name": {
|
|
7832
7796
|
"description": "The name of the domain.",
|
|
@@ -7840,7 +7804,7 @@
|
|
|
7840
7804
|
"type": "array"
|
|
7841
7805
|
},
|
|
7842
7806
|
"type": {
|
|
7843
|
-
"description": "Type of domain. See{@
|
|
7807
|
+
"description": "Type of domain. See {@link portal /Domain!DomainType}.",
|
|
7844
7808
|
"enum": [
|
|
7845
7809
|
"range"
|
|
7846
7810
|
],
|
|
@@ -7856,7 +7820,7 @@
|
|
|
7856
7820
|
},
|
|
7857
7821
|
"esri.rest-api.RangeInfo.RangeInfo": {
|
|
7858
7822
|
"additionalProperties": false,
|
|
7859
|
-
"description": "Range Information. See{@
|
|
7823
|
+
"description": "Range Information. See {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
7860
7824
|
"properties": {
|
|
7861
7825
|
"currentRangeExtent": {
|
|
7862
7826
|
"description": "Contains the min and max values within which the features are visible.",
|
|
@@ -7909,14 +7873,14 @@
|
|
|
7909
7873
|
},
|
|
7910
7874
|
"esri.rest-api.RasterDataSource.RasterDataSource": {
|
|
7911
7875
|
"additionalProperties": false,
|
|
7912
|
-
"description": "Raster data source is a file-based raster that resides in a registered raster workspace. See{@
|
|
7876
|
+
"description": "Raster data source is a file-based raster that resides in a registered raster workspace. See {@link https://developers.arcgis.com/web-map-specification/objects/rasterDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
|
|
7913
7877
|
"properties": {
|
|
7914
7878
|
"dataSourceName": {
|
|
7915
7879
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
7916
7880
|
"type": "string"
|
|
7917
7881
|
},
|
|
7918
7882
|
"type": {
|
|
7919
|
-
"description": "Type of the DataSource. See{@
|
|
7883
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
7920
7884
|
"enum": [
|
|
7921
7885
|
"raster"
|
|
7922
7886
|
],
|
|
@@ -7934,11 +7898,11 @@
|
|
|
7934
7898
|
},
|
|
7935
7899
|
"esri.rest-api.Renderer.AuthoringInfo": {
|
|
7936
7900
|
"additionalProperties": false,
|
|
7937
|
-
"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. See{@
|
|
7901
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
|
|
7938
7902
|
"properties": {
|
|
7939
7903
|
"classificationMethod": {
|
|
7940
7904
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
7941
|
-
"description": "Used for classed color or size. The default value is esriClassifyManual. See{@
|
|
7905
|
+
"description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
|
|
7942
7906
|
},
|
|
7943
7907
|
"colorRamp": {
|
|
7944
7908
|
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
|
|
@@ -7958,7 +7922,7 @@
|
|
|
7958
7922
|
},
|
|
7959
7923
|
"type": {
|
|
7960
7924
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
|
|
7961
|
-
"description": "In case of classed renderers this is set to either classedSize or classedColor. See{@
|
|
7925
|
+
"description": "In case of classed renderers this is set to either classedSize or classedColor. See {@link AuthoringInfoType}."
|
|
7962
7926
|
},
|
|
7963
7927
|
"visualVariables": {
|
|
7964
7928
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
@@ -7989,7 +7953,7 @@
|
|
|
7989
7953
|
},
|
|
7990
7954
|
"esri.rest-api.Renderer.ColorRamp": {
|
|
7991
7955
|
"additionalProperties": false,
|
|
7992
|
-
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See{@
|
|
7956
|
+
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See {@link https://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
|
|
7993
7957
|
"properties": {
|
|
7994
7958
|
"algorithm": {
|
|
7995
7959
|
"description": "Algorithm used for calculating the ramp.",
|
|
@@ -8132,14 +8096,14 @@
|
|
|
8132
8096
|
},
|
|
8133
8097
|
"esri.rest-api.RenderingRule.RenderingRule": {
|
|
8134
8098
|
"additionalProperties": false,
|
|
8135
|
-
"description": "Specifies the rendering rule for how the requested image should be rendered. See{@
|
|
8099
|
+
"description": "Specifies the rendering rule for how the requested image should be rendered. See {@link https://developers.arcgis.com/web-map-specification/objects/renderingRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
|
|
8136
8100
|
"properties": {
|
|
8137
8101
|
"outputPixelType": {
|
|
8138
8102
|
"$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
|
|
8139
|
-
"description": "Defines the pixel type of the output image. See{@
|
|
8103
|
+
"description": "Defines the pixel type of the output image. See {@link PixelType}."
|
|
8140
8104
|
},
|
|
8141
8105
|
"rasterFunction": {
|
|
8142
|
-
"description": "The raster function name identifies the processing or rendering to be performed. See{@
|
|
8106
|
+
"description": "The raster function name identifies the processing or rendering to be performed. See {@link http://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
|
|
8143
8107
|
"type": "string"
|
|
8144
8108
|
},
|
|
8145
8109
|
"rasterFunctionArguments": {
|
|
@@ -8154,7 +8118,7 @@
|
|
|
8154
8118
|
},
|
|
8155
8119
|
"esri.rest-api.SceneLayer.SceneLayer": {
|
|
8156
8120
|
"additionalProperties": false,
|
|
8157
|
-
"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). See{@
|
|
8121
|
+
"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). See {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
|
|
8158
8122
|
"properties": {
|
|
8159
8123
|
"blendMode": {
|
|
8160
8124
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8189,7 +8153,7 @@
|
|
|
8189
8153
|
},
|
|
8190
8154
|
"listMode": {
|
|
8191
8155
|
"$ref": "esri.ListMode",
|
|
8192
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8156
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8193
8157
|
},
|
|
8194
8158
|
"maxScale": {
|
|
8195
8159
|
"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.",
|
|
@@ -8208,7 +8172,7 @@
|
|
|
8208
8172
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
8209
8173
|
},
|
|
8210
8174
|
"refreshInterval": {
|
|
8211
|
-
"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. See{@
|
|
8175
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8212
8176
|
"type": "number"
|
|
8213
8177
|
},
|
|
8214
8178
|
"screenSizePerspective": {
|
|
@@ -8228,7 +8192,7 @@
|
|
|
8228
8192
|
"type": "string"
|
|
8229
8193
|
},
|
|
8230
8194
|
"type": {
|
|
8231
|
-
"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{@
|
|
8195
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
8232
8196
|
"enum": [
|
|
8233
8197
|
"BingMapsAerial",
|
|
8234
8198
|
"BingMapsHybrid",
|
|
@@ -8271,7 +8235,7 @@
|
|
|
8271
8235
|
},
|
|
8272
8236
|
"esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
|
|
8273
8237
|
"additionalProperties": false,
|
|
8274
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries. See{@
|
|
8238
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
8275
8239
|
"properties": {
|
|
8276
8240
|
"color": {
|
|
8277
8241
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -8283,10 +8247,10 @@
|
|
|
8283
8247
|
},
|
|
8284
8248
|
"style": {
|
|
8285
8249
|
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
|
|
8286
|
-
"description": "The fill style. See{@
|
|
8250
|
+
"description": "The fill style. See {@link SimpleFillStyle}."
|
|
8287
8251
|
},
|
|
8288
8252
|
"type": {
|
|
8289
|
-
"description": "The type of symbol. See{@
|
|
8253
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
8290
8254
|
"enum": [
|
|
8291
8255
|
"esriSFS"
|
|
8292
8256
|
],
|
|
@@ -8312,7 +8276,7 @@
|
|
|
8312
8276
|
},
|
|
8313
8277
|
"esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
|
|
8314
8278
|
"additionalProperties": false,
|
|
8315
|
-
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See{@
|
|
8279
|
+
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
|
|
8316
8280
|
"properties": {
|
|
8317
8281
|
"color": {
|
|
8318
8282
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -8320,10 +8284,10 @@
|
|
|
8320
8284
|
},
|
|
8321
8285
|
"style": {
|
|
8322
8286
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
|
|
8323
|
-
"description": "The line style. See{@
|
|
8287
|
+
"description": "The line style. See {@link SimpleLineStyle}."
|
|
8324
8288
|
},
|
|
8325
8289
|
"type": {
|
|
8326
|
-
"description": "The type of symbol. See{@
|
|
8290
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
8327
8291
|
"enum": [
|
|
8328
8292
|
"esriSLS"
|
|
8329
8293
|
],
|
|
@@ -8354,7 +8318,7 @@
|
|
|
8354
8318
|
},
|
|
8355
8319
|
"esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
8356
8320
|
"additionalProperties": false,
|
|
8357
|
-
"description": "Simple marker symbols can be used to symbolize point geometries. See{@
|
|
8321
|
+
"description": "Simple marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
8358
8322
|
"properties": {
|
|
8359
8323
|
"angle": {
|
|
8360
8324
|
"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.",
|
|
@@ -8374,10 +8338,10 @@
|
|
|
8374
8338
|
},
|
|
8375
8339
|
"style": {
|
|
8376
8340
|
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
|
|
8377
|
-
"description": "The marker style. See{@
|
|
8341
|
+
"description": "The marker style. See {@link SimpleMarkerStyle}."
|
|
8378
8342
|
},
|
|
8379
8343
|
"type": {
|
|
8380
|
-
"description": "The type of symbol. See{@
|
|
8344
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
8381
8345
|
"enum": [
|
|
8382
8346
|
"esriSMS"
|
|
8383
8347
|
],
|
|
@@ -8399,7 +8363,7 @@
|
|
|
8399
8363
|
},
|
|
8400
8364
|
"esri.rest-api.SimpleRenderer.SimpleRenderer": {
|
|
8401
8365
|
"additionalProperties": false,
|
|
8402
|
-
"description": "A simple renderer is a renderer that uses one symbol only. See{@
|
|
8366
|
+
"description": "A simple renderer is a renderer that uses one symbol only. See {@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
|
|
8403
8367
|
"properties": {
|
|
8404
8368
|
"authoringInfo": {
|
|
8405
8369
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8419,7 +8383,7 @@
|
|
|
8419
8383
|
},
|
|
8420
8384
|
"rotationType": {
|
|
8421
8385
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8422
|
-
"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{@
|
|
8386
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
8423
8387
|
},
|
|
8424
8388
|
"symbol": {
|
|
8425
8389
|
"anyOf": [
|
|
@@ -8466,7 +8430,7 @@
|
|
|
8466
8430
|
"description": "An object that represents how all features will be drawn."
|
|
8467
8431
|
},
|
|
8468
8432
|
"type": {
|
|
8469
|
-
"description": "The type of renderer. See{@
|
|
8433
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
8470
8434
|
"enum": [
|
|
8471
8435
|
"simple"
|
|
8472
8436
|
],
|
|
@@ -8475,8 +8439,7 @@
|
|
|
8475
8439
|
"visualVariables": {
|
|
8476
8440
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8477
8441
|
"items": {
|
|
8478
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8479
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8442
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8480
8443
|
},
|
|
8481
8444
|
"type": "array"
|
|
8482
8445
|
}
|
|
@@ -8489,7 +8452,7 @@
|
|
|
8489
8452
|
},
|
|
8490
8453
|
"esri.rest-api.SpatialReference.SpatialReference": {
|
|
8491
8454
|
"additionalProperties": false,
|
|
8492
|
-
"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. See{@
|
|
8455
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/} {@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
|
|
8493
8456
|
"properties": {
|
|
8494
8457
|
"latestVcsWkid": {
|
|
8495
8458
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -8516,7 +8479,7 @@
|
|
|
8516
8479
|
},
|
|
8517
8480
|
"esri.rest-api.StreamLayer.StreamLayer": {
|
|
8518
8481
|
"additionalProperties": false,
|
|
8519
|
-
"description": "A stream layer in a web map. See{@
|
|
8482
|
+
"description": "A stream layer in a web map. See {@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
|
|
8520
8483
|
"properties": {
|
|
8521
8484
|
"blendMode": {
|
|
8522
8485
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8574,7 +8537,7 @@
|
|
|
8574
8537
|
},
|
|
8575
8538
|
"listMode": {
|
|
8576
8539
|
"$ref": "esri.ListMode",
|
|
8577
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8540
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8578
8541
|
},
|
|
8579
8542
|
"maxScale": {
|
|
8580
8543
|
"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.",
|
|
@@ -8586,7 +8549,7 @@
|
|
|
8586
8549
|
},
|
|
8587
8550
|
"mode": {
|
|
8588
8551
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
8589
|
-
"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{@
|
|
8552
|
+
"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 {@link portal /FeatureLayer!FeatureLayerMode}."
|
|
8590
8553
|
},
|
|
8591
8554
|
"opacity": {
|
|
8592
8555
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -8597,7 +8560,7 @@
|
|
|
8597
8560
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
8598
8561
|
},
|
|
8599
8562
|
"refreshInterval": {
|
|
8600
|
-
"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. See{@
|
|
8563
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8601
8564
|
"type": "number"
|
|
8602
8565
|
},
|
|
8603
8566
|
"screenSizePerspective": {
|
|
@@ -8624,7 +8587,7 @@
|
|
|
8624
8587
|
"type": "string"
|
|
8625
8588
|
},
|
|
8626
8589
|
"type": {
|
|
8627
|
-
"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{@
|
|
8590
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
8628
8591
|
"enum": [
|
|
8629
8592
|
"BingMapsAerial",
|
|
8630
8593
|
"BingMapsHybrid",
|
|
@@ -8660,7 +8623,7 @@
|
|
|
8660
8623
|
},
|
|
8661
8624
|
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
8662
8625
|
"additionalProperties": false,
|
|
8663
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See{@
|
|
8626
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
8664
8627
|
"properties": {
|
|
8665
8628
|
"name": {
|
|
8666
8629
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -8688,7 +8651,7 @@
|
|
|
8688
8651
|
},
|
|
8689
8652
|
"esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
|
|
8690
8653
|
"additionalProperties": false,
|
|
8691
|
-
"description": "SubtypeGroupLayer 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 SubtypeGroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See{@
|
|
8654
|
+
"description": "SubtypeGroupLayer 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 SubtypeGroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
|
|
8692
8655
|
"properties": {
|
|
8693
8656
|
"blendMode": {
|
|
8694
8657
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8725,7 +8688,7 @@
|
|
|
8725
8688
|
},
|
|
8726
8689
|
"listMode": {
|
|
8727
8690
|
"$ref": "esri.ListMode",
|
|
8728
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8691
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8729
8692
|
},
|
|
8730
8693
|
"maxScale": {
|
|
8731
8694
|
"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.",
|
|
@@ -8740,7 +8703,7 @@
|
|
|
8740
8703
|
"type": "number"
|
|
8741
8704
|
},
|
|
8742
8705
|
"refreshInterval": {
|
|
8743
|
-
"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. See{@
|
|
8706
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8744
8707
|
"type": "number"
|
|
8745
8708
|
},
|
|
8746
8709
|
"showLegend": {
|
|
@@ -8752,7 +8715,7 @@
|
|
|
8752
8715
|
"type": "string"
|
|
8753
8716
|
},
|
|
8754
8717
|
"type": {
|
|
8755
|
-
"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{@
|
|
8718
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
8756
8719
|
"enum": [
|
|
8757
8720
|
"BingMapsAerial",
|
|
8758
8721
|
"BingMapsHybrid",
|
|
@@ -8780,7 +8743,7 @@
|
|
|
8780
8743
|
"type": "object"
|
|
8781
8744
|
},
|
|
8782
8745
|
"esri.rest-api.Symbol.Color": {
|
|
8783
|
-
"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. See{@
|
|
8746
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}.",
|
|
8784
8747
|
"items": {
|
|
8785
8748
|
"type": "number"
|
|
8786
8749
|
},
|
|
@@ -8788,11 +8751,11 @@
|
|
|
8788
8751
|
},
|
|
8789
8752
|
"esri.rest-api.Symbol.Font": {
|
|
8790
8753
|
"additionalProperties": false,
|
|
8791
|
-
"description": "Font used for text symbols. See{@
|
|
8754
|
+
"description": "Font used for text symbols. See {@link https://developers.arcgis.com/web-map-specification/objects/font/} {@link https://developers.arcgis.com/web-scene-specification/objects/font/}.",
|
|
8792
8755
|
"properties": {
|
|
8793
8756
|
"decoration": {
|
|
8794
8757
|
"$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
|
|
8795
|
-
"description": "The text decoration. See{@
|
|
8758
|
+
"description": "The text decoration. See {@link TextDecoration}."
|
|
8796
8759
|
},
|
|
8797
8760
|
"family": {
|
|
8798
8761
|
"description": "The font family.",
|
|
@@ -8804,11 +8767,11 @@
|
|
|
8804
8767
|
},
|
|
8805
8768
|
"style": {
|
|
8806
8769
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
|
|
8807
|
-
"description": "The text style. See{@
|
|
8770
|
+
"description": "The text style. See {@link FontStyle}."
|
|
8808
8771
|
},
|
|
8809
8772
|
"weight": {
|
|
8810
8773
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
|
|
8811
|
-
"description": "The text weight. See{@
|
|
8774
|
+
"description": "The text weight. See {@link FontWeight}."
|
|
8812
8775
|
}
|
|
8813
8776
|
},
|
|
8814
8777
|
"type": "object"
|
|
@@ -8866,7 +8829,7 @@
|
|
|
8866
8829
|
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
8867
8830
|
}
|
|
8868
8831
|
],
|
|
8869
|
-
"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). See{@
|
|
8832
|
+
"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). See {@link https://developers.arcgis.com/web-map-specification/objects/symbol/}."
|
|
8870
8833
|
},
|
|
8871
8834
|
"esri.rest-api.Symbol.TextDecoration": {
|
|
8872
8835
|
"description": "The text decoration for the Font.",
|
|
@@ -8889,7 +8852,7 @@
|
|
|
8889
8852
|
},
|
|
8890
8853
|
"esri.rest-api.Symbol3D.Material": {
|
|
8891
8854
|
"additionalProperties": false,
|
|
8892
|
-
"description": "The material used to shade the geometry. See{@
|
|
8855
|
+
"description": "The material used to shade the geometry. See {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
8893
8856
|
"properties": {
|
|
8894
8857
|
"color": {
|
|
8895
8858
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -8916,7 +8879,7 @@
|
|
|
8916
8879
|
},
|
|
8917
8880
|
"esri.rest-api.Symbol3D.Outline": {
|
|
8918
8881
|
"additionalProperties": false,
|
|
8919
|
-
"description": "The outline of the point, line or polygon. See{@
|
|
8882
|
+
"description": "The outline of the point, line or polygon. See {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
8920
8883
|
"properties": {
|
|
8921
8884
|
"color": {
|
|
8922
8885
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -8939,7 +8902,7 @@
|
|
|
8939
8902
|
},
|
|
8940
8903
|
"esri.rest-api.Symbol3D.ResourceIconSymbol": {
|
|
8941
8904
|
"additionalProperties": false,
|
|
8942
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features. See{@
|
|
8905
|
+
"description": "The shape (primitive) or image URL (href) used to visualize the features. See {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
|
|
8943
8906
|
"properties": {
|
|
8944
8907
|
"dataURI": {
|
|
8945
8908
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -8958,7 +8921,7 @@
|
|
|
8958
8921
|
},
|
|
8959
8922
|
"esri.rest-api.Symbol3D.ResourceObjectSymbol": {
|
|
8960
8923
|
"additionalProperties": false,
|
|
8961
|
-
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See{@
|
|
8924
|
+
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
|
|
8962
8925
|
"properties": {
|
|
8963
8926
|
"href": {
|
|
8964
8927
|
"description": "Must be an absolute URL or a relative path starting with \"./\".",
|
|
@@ -8992,11 +8955,11 @@
|
|
|
8992
8955
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
8993
8956
|
}
|
|
8994
8957
|
],
|
|
8995
|
-
"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. See{@
|
|
8958
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
|
|
8996
8959
|
},
|
|
8997
8960
|
"esri.rest-api.TableDataSource.TableDataSource": {
|
|
8998
8961
|
"additionalProperties": false,
|
|
8999
|
-
"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. See{@
|
|
8962
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/tableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
|
|
9000
8963
|
"properties": {
|
|
9001
8964
|
"dataSourceName": {
|
|
9002
8965
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
@@ -9007,7 +8970,7 @@
|
|
|
9007
8970
|
"type": "string"
|
|
9008
8971
|
},
|
|
9009
8972
|
"type": {
|
|
9010
|
-
"description": "Type of the DataSource. See{@
|
|
8973
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
9011
8974
|
"enum": [
|
|
9012
8975
|
"table"
|
|
9013
8976
|
],
|
|
@@ -9024,7 +8987,7 @@
|
|
|
9024
8987
|
"type": "object"
|
|
9025
8988
|
},
|
|
9026
8989
|
"esri.rest-api.Template.DrawingTool": {
|
|
9027
|
-
"description": "Possible drawing tool value to use with{@
|
|
8990
|
+
"description": "Possible drawing tool value to use with {@link Template.drawingTool}.",
|
|
9028
8991
|
"enum": [
|
|
9029
8992
|
"esriFeatureEditToolCircle",
|
|
9030
8993
|
"esriFeatureEditToolDownArrow",
|
|
@@ -9044,7 +9007,7 @@
|
|
|
9044
9007
|
},
|
|
9045
9008
|
"esri.rest-api.Template.Template": {
|
|
9046
9009
|
"additionalProperties": false,
|
|
9047
|
-
"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. See{@
|
|
9010
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/template/} {@link https://developers.arcgis.com/web-scene-specification/objects/template/}.",
|
|
9048
9011
|
"properties": {
|
|
9049
9012
|
"description": {
|
|
9050
9013
|
"description": "A detailed description of the template.",
|
|
@@ -9052,7 +9015,7 @@
|
|
|
9052
9015
|
},
|
|
9053
9016
|
"drawingTool": {
|
|
9054
9017
|
"$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
|
|
9055
|
-
"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{@
|
|
9018
|
+
"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 {@link DrawingTool}."
|
|
9056
9019
|
},
|
|
9057
9020
|
"name": {
|
|
9058
9021
|
"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.",
|
|
@@ -9067,7 +9030,7 @@
|
|
|
9067
9030
|
},
|
|
9068
9031
|
"esri.rest-api.TemporalRenderer.TemporalRenderer": {
|
|
9069
9032
|
"additionalProperties": false,
|
|
9070
|
-
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See{@
|
|
9033
|
+
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See {@link https://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
|
|
9071
9034
|
"properties": {
|
|
9072
9035
|
"authoringInfo": {
|
|
9073
9036
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9087,14 +9050,14 @@
|
|
|
9087
9050
|
},
|
|
9088
9051
|
"rotationType": {
|
|
9089
9052
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9090
|
-
"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{@
|
|
9053
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
9091
9054
|
},
|
|
9092
9055
|
"trackRenderer": {
|
|
9093
9056
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
9094
9057
|
"description": "Simple renderer used to symbolize the tracks."
|
|
9095
9058
|
},
|
|
9096
9059
|
"type": {
|
|
9097
|
-
"description": "The type of renderer. See{@
|
|
9060
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
9098
9061
|
"enum": [
|
|
9099
9062
|
"temporal"
|
|
9100
9063
|
],
|
|
@@ -9103,8 +9066,7 @@
|
|
|
9103
9066
|
"visualVariables": {
|
|
9104
9067
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9105
9068
|
"items": {
|
|
9106
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9107
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
9069
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9108
9070
|
},
|
|
9109
9071
|
"type": "array"
|
|
9110
9072
|
}
|
|
@@ -9116,7 +9078,7 @@
|
|
|
9116
9078
|
},
|
|
9117
9079
|
"esri.rest-api.TextSymbol.TextSymbol": {
|
|
9118
9080
|
"additionalProperties": false,
|
|
9119
|
-
"description": "Text symbols are used to add text to a feature (labeling). See{@
|
|
9081
|
+
"description": "Text symbols are used to add text to a feature (labeling). See {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
9120
9082
|
"properties": {
|
|
9121
9083
|
"angle": {
|
|
9122
9084
|
"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.",
|
|
@@ -9152,7 +9114,7 @@
|
|
|
9152
9114
|
},
|
|
9153
9115
|
"horizontalAlignment": {
|
|
9154
9116
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
9155
|
-
"description": "The horizontal alignment of the text. See{@
|
|
9117
|
+
"description": "The horizontal alignment of the text. See {@link portal /Symbol!HorizontalAlignment}."
|
|
9156
9118
|
},
|
|
9157
9119
|
"kerning": {
|
|
9158
9120
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -9171,7 +9133,7 @@
|
|
|
9171
9133
|
"type": "string"
|
|
9172
9134
|
},
|
|
9173
9135
|
"type": {
|
|
9174
|
-
"description": "The type of symbol. See{@
|
|
9136
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
9175
9137
|
"enum": [
|
|
9176
9138
|
"esriTS"
|
|
9177
9139
|
],
|
|
@@ -9179,7 +9141,7 @@
|
|
|
9179
9141
|
},
|
|
9180
9142
|
"verticalAlignment": {
|
|
9181
9143
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
9182
|
-
"description": "The vertical alignment of the text. See{@
|
|
9144
|
+
"description": "The vertical alignment of the text. See {@link portal /Symbol!VerticalAlignment}."
|
|
9183
9145
|
},
|
|
9184
9146
|
"xoffset": {
|
|
9185
9147
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -9197,7 +9159,7 @@
|
|
|
9197
9159
|
},
|
|
9198
9160
|
"esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
|
|
9199
9161
|
"additionalProperties": false,
|
|
9200
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See{@
|
|
9162
|
+
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See {@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
|
|
9201
9163
|
"properties": {
|
|
9202
9164
|
"font": {
|
|
9203
9165
|
"$ref": "#/definitions/esri.rest-api.Symbol.Font",
|
|
@@ -9216,7 +9178,7 @@
|
|
|
9216
9178
|
"type": "string"
|
|
9217
9179
|
},
|
|
9218
9180
|
"type": {
|
|
9219
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
9181
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
9220
9182
|
"enum": [
|
|
9221
9183
|
"Text"
|
|
9222
9184
|
],
|
|
@@ -9230,7 +9192,7 @@
|
|
|
9230
9192
|
},
|
|
9231
9193
|
"esri.rest-api.TileInfo.TileInfo": {
|
|
9232
9194
|
"additionalProperties": false,
|
|
9233
|
-
"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. See{@
|
|
9195
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/tileInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
|
|
9234
9196
|
"properties": {
|
|
9235
9197
|
"cols": {
|
|
9236
9198
|
"description": "Requested tile's column.",
|
|
@@ -9249,7 +9211,7 @@
|
|
|
9249
9211
|
"type": "string"
|
|
9250
9212
|
},
|
|
9251
9213
|
"lods": {
|
|
9252
|
-
"description": "An array of levels of detail that define the tiling scheme. See{@
|
|
9214
|
+
"description": "An array of levels of detail that define the tiling scheme. See {@link https://developers.arcgis.com/web-map-specification/objects/lod/} {@link https://developers.arcgis.com/web-scene-specification/objects/lod/}.",
|
|
9253
9215
|
"items": {
|
|
9254
9216
|
"$ref": "__type"
|
|
9255
9217
|
},
|
|
@@ -9272,7 +9234,7 @@
|
|
|
9272
9234
|
},
|
|
9273
9235
|
"esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
|
|
9274
9236
|
"additionalProperties": false,
|
|
9275
|
-
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See{@
|
|
9237
|
+
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See {@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
|
|
9276
9238
|
"properties": {
|
|
9277
9239
|
"blendMode": {
|
|
9278
9240
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9306,7 +9268,7 @@
|
|
|
9306
9268
|
},
|
|
9307
9269
|
"listMode": {
|
|
9308
9270
|
"$ref": "esri.ListMode",
|
|
9309
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9271
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9310
9272
|
},
|
|
9311
9273
|
"maxScale": {
|
|
9312
9274
|
"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.",
|
|
@@ -9321,7 +9283,7 @@
|
|
|
9321
9283
|
"type": "number"
|
|
9322
9284
|
},
|
|
9323
9285
|
"refreshInterval": {
|
|
9324
|
-
"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. See{@
|
|
9286
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
9325
9287
|
"type": "number"
|
|
9326
9288
|
},
|
|
9327
9289
|
"showLegend": {
|
|
@@ -9333,7 +9295,7 @@
|
|
|
9333
9295
|
"type": "string"
|
|
9334
9296
|
},
|
|
9335
9297
|
"type": {
|
|
9336
|
-
"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{@
|
|
9298
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9337
9299
|
"enum": [
|
|
9338
9300
|
"BingMapsAerial",
|
|
9339
9301
|
"BingMapsHybrid",
|
|
@@ -9363,7 +9325,7 @@
|
|
|
9363
9325
|
},
|
|
9364
9326
|
"esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
|
|
9365
9327
|
"additionalProperties": false,
|
|
9366
|
-
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See{@
|
|
9328
|
+
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See {@link https://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
|
|
9367
9329
|
"properties": {
|
|
9368
9330
|
"blendMode": {
|
|
9369
9331
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9385,7 +9347,7 @@
|
|
|
9385
9347
|
},
|
|
9386
9348
|
"exclusionAreas": {
|
|
9387
9349
|
"$ref": "__type",
|
|
9388
|
-
"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. See{@
|
|
9350
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
|
|
9389
9351
|
},
|
|
9390
9352
|
"id": {
|
|
9391
9353
|
"description": "A unique identifying string for the layer.",
|
|
@@ -9415,7 +9377,7 @@
|
|
|
9415
9377
|
},
|
|
9416
9378
|
"listMode": {
|
|
9417
9379
|
"$ref": "esri.ListMode",
|
|
9418
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9380
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9419
9381
|
},
|
|
9420
9382
|
"maxScale": {
|
|
9421
9383
|
"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.",
|
|
@@ -9434,7 +9396,7 @@
|
|
|
9434
9396
|
"type": "string"
|
|
9435
9397
|
},
|
|
9436
9398
|
"refreshInterval": {
|
|
9437
|
-
"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. See{@
|
|
9399
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
9438
9400
|
"type": "number"
|
|
9439
9401
|
},
|
|
9440
9402
|
"showLegend": {
|
|
@@ -9446,7 +9408,7 @@
|
|
|
9446
9408
|
"type": "string"
|
|
9447
9409
|
},
|
|
9448
9410
|
"type": {
|
|
9449
|
-
"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{@
|
|
9411
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9450
9412
|
"enum": [
|
|
9451
9413
|
"BingMapsAerial",
|
|
9452
9414
|
"BingMapsHybrid",
|
|
@@ -9475,7 +9437,7 @@
|
|
|
9475
9437
|
},
|
|
9476
9438
|
"esri.rest-api.Type.Type": {
|
|
9477
9439
|
"additionalProperties": false,
|
|
9478
|
-
"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. See{@
|
|
9440
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/type/} {@link https://developers.arcgis.com/web-scene-specification/objects/type/}.",
|
|
9479
9441
|
"properties": {
|
|
9480
9442
|
"domains": {
|
|
9481
9443
|
"description": "A set of domain objects for each domain in the type."
|
|
@@ -9503,7 +9465,7 @@
|
|
|
9503
9465
|
},
|
|
9504
9466
|
"esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
|
|
9505
9467
|
"additionalProperties": false,
|
|
9506
|
-
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See{@
|
|
9468
|
+
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
|
|
9507
9469
|
"properties": {
|
|
9508
9470
|
"authoringInfo": {
|
|
9509
9471
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9527,7 +9489,7 @@
|
|
|
9527
9489
|
},
|
|
9528
9490
|
"rotationType": {
|
|
9529
9491
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9530
|
-
"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{@
|
|
9492
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
9531
9493
|
},
|
|
9532
9494
|
"styleName": {
|
|
9533
9495
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -9538,7 +9500,7 @@
|
|
|
9538
9500
|
"type": "string"
|
|
9539
9501
|
},
|
|
9540
9502
|
"type": {
|
|
9541
|
-
"description": "The type of renderer. See{@
|
|
9503
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
9542
9504
|
"enum": [
|
|
9543
9505
|
"uniqueValue"
|
|
9544
9506
|
],
|
|
@@ -9547,8 +9509,7 @@
|
|
|
9547
9509
|
"visualVariables": {
|
|
9548
9510
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9549
9511
|
"items": {
|
|
9550
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9551
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
9512
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9552
9513
|
},
|
|
9553
9514
|
"type": "array"
|
|
9554
9515
|
}
|
|
@@ -9561,7 +9522,7 @@
|
|
|
9561
9522
|
},
|
|
9562
9523
|
"esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
|
|
9563
9524
|
"additionalProperties": false,
|
|
9564
|
-
"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. See{@
|
|
9525
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
|
|
9565
9526
|
"properties": {
|
|
9566
9527
|
"description": {
|
|
9567
9528
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -9628,7 +9589,7 @@
|
|
|
9628
9589
|
},
|
|
9629
9590
|
"esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
|
|
9630
9591
|
"additionalProperties": false,
|
|
9631
|
-
"description": "A unique value renderer symbolizes groups of features that have matching field values. See{@
|
|
9592
|
+
"description": "A unique value renderer symbolizes groups of features that have matching field values. See {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
|
|
9632
9593
|
"properties": {
|
|
9633
9594
|
"authoringInfo": {
|
|
9634
9595
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9708,10 +9669,10 @@
|
|
|
9708
9669
|
},
|
|
9709
9670
|
"rotationType": {
|
|
9710
9671
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9711
|
-
"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{@
|
|
9672
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
9712
9673
|
},
|
|
9713
9674
|
"type": {
|
|
9714
|
-
"description": "The type of renderer. See{@
|
|
9675
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
9715
9676
|
"enum": [
|
|
9716
9677
|
"uniqueValue"
|
|
9717
9678
|
],
|
|
@@ -9727,8 +9688,7 @@
|
|
|
9727
9688
|
"visualVariables": {
|
|
9728
9689
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9729
9690
|
"items": {
|
|
9730
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9731
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
9691
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9732
9692
|
},
|
|
9733
9693
|
"type": "array"
|
|
9734
9694
|
}
|
|
@@ -9742,7 +9702,7 @@
|
|
|
9742
9702
|
},
|
|
9743
9703
|
"esri.rest-api.Value.Value": {
|
|
9744
9704
|
"additionalProperties": false,
|
|
9745
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See{@
|
|
9705
|
+
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See {@link https://developers.arcgis.com/web-map-specification/objects/value/} {@link https://developers.arcgis.com/web-scene-specification/objects/value/}.",
|
|
9746
9706
|
"properties": {
|
|
9747
9707
|
"fields": {
|
|
9748
9708
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -9818,7 +9778,7 @@
|
|
|
9818
9778
|
},
|
|
9819
9779
|
"rotationType": {
|
|
9820
9780
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9821
|
-
"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{@
|
|
9781
|
+
"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 {@link portal /Renderer!RotationType}."
|
|
9822
9782
|
},
|
|
9823
9783
|
"style": {
|
|
9824
9784
|
"description": "A predefined style.",
|
|
@@ -9842,7 +9802,7 @@
|
|
|
9842
9802
|
"type": "number"
|
|
9843
9803
|
},
|
|
9844
9804
|
"type": {
|
|
9845
|
-
"description": "The type of renderer. See{@
|
|
9805
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
9846
9806
|
"enum": [
|
|
9847
9807
|
"vectorField"
|
|
9848
9808
|
],
|
|
@@ -9851,8 +9811,7 @@
|
|
|
9851
9811
|
"visualVariables": {
|
|
9852
9812
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9853
9813
|
"items": {
|
|
9854
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9855
|
-
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
9814
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9856
9815
|
},
|
|
9857
9816
|
"type": "array"
|
|
9858
9817
|
}
|
|
@@ -9867,7 +9826,7 @@
|
|
|
9867
9826
|
},
|
|
9868
9827
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
9869
9828
|
"additionalProperties": false,
|
|
9870
|
-
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. See{@
|
|
9829
|
+
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. See {@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
|
|
9871
9830
|
"properties": {
|
|
9872
9831
|
"blendMode": {
|
|
9873
9832
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9901,7 +9860,7 @@
|
|
|
9901
9860
|
},
|
|
9902
9861
|
"listMode": {
|
|
9903
9862
|
"$ref": "esri.ListMode",
|
|
9904
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9863
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9905
9864
|
},
|
|
9906
9865
|
"maxScale": {
|
|
9907
9866
|
"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.",
|
|
@@ -9920,7 +9879,7 @@
|
|
|
9920
9879
|
"type": "string"
|
|
9921
9880
|
},
|
|
9922
9881
|
"refreshInterval": {
|
|
9923
|
-
"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. See{@
|
|
9882
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
9924
9883
|
"type": "number"
|
|
9925
9884
|
},
|
|
9926
9885
|
"showLegend": {
|
|
@@ -9936,7 +9895,7 @@
|
|
|
9936
9895
|
"type": "string"
|
|
9937
9896
|
},
|
|
9938
9897
|
"type": {
|
|
9939
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
9898
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9940
9899
|
"enum": [
|
|
9941
9900
|
"BingMapsAerial",
|
|
9942
9901
|
"BingMapsHybrid",
|
|
@@ -9961,7 +9920,7 @@
|
|
|
9961
9920
|
},
|
|
9962
9921
|
"esri.rest-api.VerticalOffset.VerticalOffset": {
|
|
9963
9922
|
"additionalProperties": false,
|
|
9964
|
-
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See{@
|
|
9923
|
+
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See {@link https://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
|
|
9965
9924
|
"properties": {
|
|
9966
9925
|
"maxWorldLength": {
|
|
9967
9926
|
"description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
|
|
@@ -9983,13 +9942,13 @@
|
|
|
9983
9942
|
},
|
|
9984
9943
|
"esri.rest-api.VisualVariable.ColorInfo": {
|
|
9985
9944
|
"additionalProperties": false,
|
|
9986
|
-
"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. See{@
|
|
9945
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
|
|
9987
9946
|
"properties": {
|
|
9988
9947
|
"colors": {
|
|
9989
9948
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
9990
9949
|
"items": {
|
|
9991
9950
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
9992
|
-
"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. See{@
|
|
9951
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
9993
9952
|
},
|
|
9994
9953
|
"type": "array"
|
|
9995
9954
|
},
|
|
@@ -9999,7 +9958,7 @@
|
|
|
9999
9958
|
},
|
|
10000
9959
|
"legendOptions": {
|
|
10001
9960
|
"$ref": "__type",
|
|
10002
|
-
"description": "Options available for the legend. See{@
|
|
9961
|
+
"description": "Options available for the legend. See {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
10003
9962
|
},
|
|
10004
9963
|
"maxDataValue": {
|
|
10005
9964
|
"description": "The maximum data value.",
|
|
@@ -10021,7 +9980,7 @@
|
|
|
10021
9980
|
"type": "array"
|
|
10022
9981
|
},
|
|
10023
9982
|
"type": {
|
|
10024
|
-
"description": "The type of the VisualVariable. See{@
|
|
9983
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
10025
9984
|
"enum": [
|
|
10026
9985
|
"colorInfo"
|
|
10027
9986
|
],
|
|
@@ -10042,7 +10001,7 @@
|
|
|
10042
10001
|
"anyOf": [
|
|
10043
10002
|
{
|
|
10044
10003
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
10045
|
-
"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. See{@
|
|
10004
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
10046
10005
|
},
|
|
10047
10006
|
{
|
|
10048
10007
|
"type": "string"
|
|
@@ -10063,7 +10022,7 @@
|
|
|
10063
10022
|
},
|
|
10064
10023
|
"esri.rest-api.VisualVariable.RotationInfo": {
|
|
10065
10024
|
"additionalProperties": false,
|
|
10066
|
-
"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. See{@
|
|
10025
|
+
"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. See {@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/} {@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
|
|
10067
10026
|
"properties": {
|
|
10068
10027
|
"field": {
|
|
10069
10028
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -10071,7 +10030,7 @@
|
|
|
10071
10030
|
},
|
|
10072
10031
|
"legendOptions": {
|
|
10073
10032
|
"$ref": "__type",
|
|
10074
|
-
"description": "Options available for the legend. See{@
|
|
10033
|
+
"description": "Options available for the legend. See {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
10075
10034
|
},
|
|
10076
10035
|
"normalizationField": {
|
|
10077
10036
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -10082,7 +10041,7 @@
|
|
|
10082
10041
|
"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."
|
|
10083
10042
|
},
|
|
10084
10043
|
"type": {
|
|
10085
|
-
"description": "The type of the VisualVariable. See{@
|
|
10044
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
10086
10045
|
"enum": [
|
|
10087
10046
|
"rotationInfo"
|
|
10088
10047
|
],
|
|
@@ -10109,7 +10068,7 @@
|
|
|
10109
10068
|
},
|
|
10110
10069
|
"esri.rest-api.VisualVariable.Size": {
|
|
10111
10070
|
"additionalProperties": false,
|
|
10112
|
-
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See{@
|
|
10071
|
+
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See {@link https://developers.arcgis.com/web-map-specification/objects/maxSize/} {@link https://developers.arcgis.com/web-map-specification/objects/minSize/} {@link https://developers.arcgis.com/web-scene-specification/objects/maxSize/} {@link https://developers.arcgis.com/web-scene-specification/objects/minSize/}.",
|
|
10113
10072
|
"properties": {
|
|
10114
10073
|
"expression": {
|
|
10115
10074
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -10135,7 +10094,7 @@
|
|
|
10135
10094
|
},
|
|
10136
10095
|
"esri.rest-api.VisualVariable.SizeInfo": {
|
|
10137
10096
|
"additionalProperties": false,
|
|
10138
|
-
"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. See{@
|
|
10097
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
|
|
10139
10098
|
"properties": {
|
|
10140
10099
|
"axis": {
|
|
10141
10100
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -10154,7 +10113,7 @@
|
|
|
10154
10113
|
},
|
|
10155
10114
|
"legendOptions": {
|
|
10156
10115
|
"$ref": "__type",
|
|
10157
|
-
"description": "Options available for the legend. See{@
|
|
10116
|
+
"description": "Options available for the legend. See {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
10158
10117
|
},
|
|
10159
10118
|
"maxDataValue": {
|
|
10160
10119
|
"description": "The maximum data value.",
|
|
@@ -10191,7 +10150,7 @@
|
|
|
10191
10150
|
"type": "string"
|
|
10192
10151
|
},
|
|
10193
10152
|
"type": {
|
|
10194
|
-
"description": "The type of the VisualVariable. See{@
|
|
10153
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
10195
10154
|
"enum": [
|
|
10196
10155
|
"sizeInfo"
|
|
10197
10156
|
],
|
|
@@ -10258,7 +10217,7 @@
|
|
|
10258
10217
|
},
|
|
10259
10218
|
"esri.rest-api.VisualVariable.TransparencyInfo": {
|
|
10260
10219
|
"additionalProperties": false,
|
|
10261
|
-
"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). See{@
|
|
10220
|
+
"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). See {@link https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
|
|
10262
10221
|
"properties": {
|
|
10263
10222
|
"field": {
|
|
10264
10223
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -10280,7 +10239,7 @@
|
|
|
10280
10239
|
"type": "array"
|
|
10281
10240
|
},
|
|
10282
10241
|
"type": {
|
|
10283
|
-
"description": "The type of the VisualVariable. See{@
|
|
10242
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
10284
10243
|
"enum": [
|
|
10285
10244
|
"transparencyInfo"
|
|
10286
10245
|
],
|
|
@@ -10332,11 +10291,11 @@
|
|
|
10332
10291
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
10333
10292
|
}
|
|
10334
10293
|
],
|
|
10335
|
-
"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'. See{@
|
|
10294
|
+
"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'. See {@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
10336
10295
|
},
|
|
10337
10296
|
"esri.rest-api.WMSLayer.WMSLayer": {
|
|
10338
10297
|
"additionalProperties": false,
|
|
10339
|
-
"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. See{@
|
|
10298
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
|
|
10340
10299
|
"properties": {
|
|
10341
10300
|
"blendMode": {
|
|
10342
10301
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10414,7 +10373,7 @@
|
|
|
10414
10373
|
},
|
|
10415
10374
|
"listMode": {
|
|
10416
10375
|
"$ref": "esri.ListMode",
|
|
10417
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10376
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
10418
10377
|
},
|
|
10419
10378
|
"mapUrl": {
|
|
10420
10379
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -10441,7 +10400,7 @@
|
|
|
10441
10400
|
"type": "number"
|
|
10442
10401
|
},
|
|
10443
10402
|
"refreshInterval": {
|
|
10444
|
-
"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. See{@
|
|
10403
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
10445
10404
|
"type": "number"
|
|
10446
10405
|
},
|
|
10447
10406
|
"showLegend": {
|
|
@@ -10460,7 +10419,7 @@
|
|
|
10460
10419
|
"type": "string"
|
|
10461
10420
|
},
|
|
10462
10421
|
"type": {
|
|
10463
|
-
"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{@
|
|
10422
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
10464
10423
|
"enum": [
|
|
10465
10424
|
"BingMapsAerial",
|
|
10466
10425
|
"BingMapsHybrid",
|
|
@@ -10500,7 +10459,7 @@
|
|
|
10500
10459
|
},
|
|
10501
10460
|
"esri.rest-api.WMSSublayer.WMSSublayer": {
|
|
10502
10461
|
"additionalProperties": false,
|
|
10503
|
-
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See{@
|
|
10462
|
+
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
|
|
10504
10463
|
"properties": {
|
|
10505
10464
|
"legendUrl": {
|
|
10506
10465
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -10527,7 +10486,7 @@
|
|
|
10527
10486
|
},
|
|
10528
10487
|
"esri.rest-api.WMTSInfo.WMTSInfo": {
|
|
10529
10488
|
"additionalProperties": false,
|
|
10530
|
-
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See{@
|
|
10489
|
+
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See {@link https://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
|
|
10531
10490
|
"properties": {
|
|
10532
10491
|
"customLayerParameters": {
|
|
10533
10492
|
"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."
|
|
@@ -10552,7 +10511,7 @@
|
|
|
10552
10511
|
},
|
|
10553
10512
|
"esri.rest-api.WebTileLayer.WebTileLayer": {
|
|
10554
10513
|
"additionalProperties": false,
|
|
10555
|
-
"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. See{@
|
|
10514
|
+
"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. See {@link https://developers.arcgis.com/web-map-specification/objects/tiledLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
|
|
10556
10515
|
"properties": {
|
|
10557
10516
|
"blendMode": {
|
|
10558
10517
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10591,7 +10550,7 @@
|
|
|
10591
10550
|
},
|
|
10592
10551
|
"listMode": {
|
|
10593
10552
|
"$ref": "esri.ListMode",
|
|
10594
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10553
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
10595
10554
|
},
|
|
10596
10555
|
"maxScale": {
|
|
10597
10556
|
"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.",
|
|
@@ -10606,7 +10565,7 @@
|
|
|
10606
10565
|
"type": "number"
|
|
10607
10566
|
},
|
|
10608
10567
|
"refreshInterval": {
|
|
10609
|
-
"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. See{@
|
|
10568
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
10610
10569
|
"type": "number"
|
|
10611
10570
|
},
|
|
10612
10571
|
"showLegend": {
|
|
@@ -10633,7 +10592,7 @@
|
|
|
10633
10592
|
"type": "string"
|
|
10634
10593
|
},
|
|
10635
10594
|
"type": {
|
|
10636
|
-
"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{@
|
|
10595
|
+
"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 {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
10637
10596
|
"enum": [
|
|
10638
10597
|
"BingMapsAerial",
|
|
10639
10598
|
"BingMapsHybrid",
|