@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
|
{
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
},
|
|
456
456
|
"@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties": {
|
|
457
457
|
"additionalProperties": false,
|
|
458
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
458
|
+
"description": "Properties that can be passed into the constructor for {@link mapping /Bookmark!Bookmark}.",
|
|
459
459
|
"properties": {
|
|
460
460
|
"id": {
|
|
461
461
|
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
@@ -463,10 +463,10 @@
|
|
|
463
463
|
},
|
|
464
464
|
"source": {
|
|
465
465
|
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkSource",
|
|
466
|
-
"description": "See{@
|
|
466
|
+
"description": "See {@link mapping /Bookmark!Bookmark.source}."
|
|
467
467
|
},
|
|
468
468
|
"title": {
|
|
469
|
-
"description": "See{@
|
|
469
|
+
"description": "See {@link mapping /Bookmark!Bookmark.title}.",
|
|
470
470
|
"type": "string"
|
|
471
471
|
},
|
|
472
472
|
"viewpoint": {
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
"$ref": "#/definitions/esri.rest-api.Viewpoint.Viewpoint"
|
|
479
479
|
}
|
|
480
480
|
],
|
|
481
|
-
"description": "See{@
|
|
481
|
+
"description": "See {@link mapping /Bookmark!Bookmark.viewpoint}."
|
|
482
482
|
}
|
|
483
483
|
},
|
|
484
484
|
"type": "object"
|
|
@@ -508,14 +508,14 @@
|
|
|
508
508
|
},
|
|
509
509
|
"@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
|
|
510
510
|
"additionalProperties": false,
|
|
511
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
511
|
+
"description": "Properties that can be passed into the constructor for {@link FormatSettings}.",
|
|
512
512
|
"properties": {
|
|
513
513
|
"currency": {
|
|
514
514
|
"description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
|
|
515
515
|
"type": "string"
|
|
516
516
|
},
|
|
517
517
|
"dateFormat": {
|
|
518
|
-
"description": "The default format for date values. Either a{@
|
|
518
|
+
"description": "The default format for date values. Either a {@link utilities /date!DateFormat} constant, or a custom date format string.",
|
|
519
519
|
"type": "string"
|
|
520
520
|
},
|
|
521
521
|
"fractionalDigits": {
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
"type": "string"
|
|
528
528
|
},
|
|
529
529
|
"numberFormat": {
|
|
530
|
-
"description": "The default format for number values. Either a{@
|
|
530
|
+
"description": "The default format for number values. Either a {@link utilities /number!NumberFormat} constant, or a custom number format string.",
|
|
531
531
|
"type": "string"
|
|
532
532
|
},
|
|
533
533
|
"timeZone": {
|
|
@@ -578,10 +578,10 @@
|
|
|
578
578
|
"properties": {
|
|
579
579
|
"cancelToken": {
|
|
580
580
|
"$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
|
|
581
|
-
"description": "An optional cancel token from a{@
|
|
581
|
+
"description": "An optional cancel token from a {@link support /Cancellable!Cancellable} that can be used to cancel the geocode operation."
|
|
582
582
|
},
|
|
583
583
|
"maxResults": {
|
|
584
|
-
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@
|
|
584
|
+
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see {@link tasks /geocoding/Geocoder!Geocoder.capabilities}).",
|
|
585
585
|
"type": "number"
|
|
586
586
|
},
|
|
587
587
|
"outFields": {
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
},
|
|
732
732
|
"AddNodeToGeometryArgs": {
|
|
733
733
|
"additionalProperties": false,
|
|
734
|
-
"description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" with{@
|
|
734
|
+
"description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" with {@link AddPointArgs} or \"sketching.insert-point\" with {@link InsertPointArgs} instead.",
|
|
735
735
|
"properties": {
|
|
736
736
|
"geometry": {
|
|
737
737
|
"$ref": "#/definitions/esri.Geometry",
|
|
@@ -818,18 +818,7 @@
|
|
|
818
818
|
"anyOf": [
|
|
819
819
|
{
|
|
820
820
|
"items": {
|
|
821
|
-
"
|
|
822
|
-
"enum": [
|
|
823
|
-
"circle",
|
|
824
|
-
"extent",
|
|
825
|
-
"line",
|
|
826
|
-
"multipoint",
|
|
827
|
-
"point",
|
|
828
|
-
"polygon",
|
|
829
|
-
"polyline",
|
|
830
|
-
"square"
|
|
831
|
-
],
|
|
832
|
-
"type": "string"
|
|
821
|
+
"$ref": "#/definitions/SketchTool"
|
|
833
822
|
},
|
|
834
823
|
"type": "array"
|
|
835
824
|
},
|
|
@@ -1474,6 +1463,44 @@
|
|
|
1474
1463
|
],
|
|
1475
1464
|
"type": "string"
|
|
1476
1465
|
},
|
|
1466
|
+
"EffectFunction": {
|
|
1467
|
+
"anyOf": [
|
|
1468
|
+
{
|
|
1469
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
1500
|
+
}
|
|
1501
|
+
],
|
|
1502
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
1503
|
+
},
|
|
1477
1504
|
"EvaluateWorkflowArgs": {
|
|
1478
1505
|
"additionalProperties": false,
|
|
1479
1506
|
"description": "Arguments for the workflow.evaluate command.",
|
|
@@ -1975,6 +2002,35 @@
|
|
|
1975
2002
|
"description": "A set of parameters used to run a job.",
|
|
1976
2003
|
"type": "object"
|
|
1977
2004
|
},
|
|
2005
|
+
"LayerLike": {
|
|
2006
|
+
"anyOf": [
|
|
2007
|
+
{
|
|
2008
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"$ref": "#/definitions/esri.Layer"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"$ref": "esri.SublayerLike"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"$ref": "@vertigis.arcgis-extensions.data._TableExtension.TableExtension"
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"type": "string"
|
|
2030
|
+
}
|
|
2031
|
+
],
|
|
2032
|
+
"description": "A (sub)layer extension, or an object that is convertible to one."
|
|
2033
|
+
},
|
|
1978
2034
|
"LayersLike": {
|
|
1979
2035
|
"anyOf": [
|
|
1980
2036
|
{
|
|
@@ -2000,33 +2056,7 @@
|
|
|
2000
2056
|
},
|
|
2001
2057
|
{
|
|
2002
2058
|
"items": {
|
|
2003
|
-
"
|
|
2004
|
-
{
|
|
2005
|
-
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"$ref": "#/definitions/esri.Layer"
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"$ref": "esri.SublayerLike"
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"$ref": "@vertigis.arcgis-extensions.data._TableExtension.TableExtension"
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"type": "string"
|
|
2027
|
-
}
|
|
2028
|
-
],
|
|
2029
|
-
"description": "A (sub)layer extension, or an object that is convertible to one."
|
|
2059
|
+
"$ref": "#/definitions/LayerLike"
|
|
2030
2060
|
},
|
|
2031
2061
|
"type": "array"
|
|
2032
2062
|
},
|
|
@@ -2218,6 +2248,20 @@
|
|
|
2218
2248
|
],
|
|
2219
2249
|
"description": "An operational layer in a web map/scene."
|
|
2220
2250
|
},
|
|
2251
|
+
"PointCloudFilter": {
|
|
2252
|
+
"anyOf": [
|
|
2253
|
+
{
|
|
2254
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
2261
|
+
}
|
|
2262
|
+
],
|
|
2263
|
+
"description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
2264
|
+
},
|
|
2221
2265
|
"Results": {
|
|
2222
2266
|
"additionalProperties": false,
|
|
2223
2267
|
"description": "Feature results from an operation.",
|
|
@@ -2556,11 +2600,43 @@
|
|
|
2556
2600
|
},
|
|
2557
2601
|
{
|
|
2558
2602
|
"additionalProperties": false,
|
|
2559
|
-
"properties": {
|
|
2603
|
+
"properties": {
|
|
2604
|
+
"activate": {
|
|
2605
|
+
"description": "Whether to activate the component showing the results of the operation. False by default.",
|
|
2606
|
+
"type": "boolean"
|
|
2607
|
+
},
|
|
2608
|
+
"features": {
|
|
2609
|
+
"$ref": "#/definitions/FeaturesLike",
|
|
2610
|
+
"description": "Features to use for the command/operation."
|
|
2611
|
+
},
|
|
2612
|
+
"results": {
|
|
2613
|
+
"$ref": "#/definitions/ModelRef",
|
|
2614
|
+
"description": "The result component to update, referenced by results model or its ID."
|
|
2615
|
+
},
|
|
2616
|
+
"resultsSetId": {
|
|
2617
|
+
"description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results.",
|
|
2618
|
+
"type": "string"
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
"type": "object"
|
|
2560
2622
|
}
|
|
2561
2623
|
],
|
|
2562
2624
|
"description": "Arguments for various commands that manipulate the current set of shown results."
|
|
2563
2625
|
},
|
|
2626
|
+
"SketchTool": {
|
|
2627
|
+
"description": "The type of tool used for sketching.",
|
|
2628
|
+
"enum": [
|
|
2629
|
+
"circle",
|
|
2630
|
+
"extent",
|
|
2631
|
+
"line",
|
|
2632
|
+
"multipoint",
|
|
2633
|
+
"point",
|
|
2634
|
+
"polygon",
|
|
2635
|
+
"polyline",
|
|
2636
|
+
"square"
|
|
2637
|
+
],
|
|
2638
|
+
"type": "string"
|
|
2639
|
+
},
|
|
2564
2640
|
"SnappingConnections": {
|
|
2565
2641
|
"additionalProperties": false,
|
|
2566
2642
|
"description": "Well known connection points for Snapping.",
|
|
@@ -2875,11 +2951,11 @@
|
|
|
2875
2951
|
"type": "array"
|
|
2876
2952
|
},
|
|
2877
2953
|
"currency": {
|
|
2878
|
-
"description": "The default unit of currency to use when formatting currency. See{@
|
|
2954
|
+
"description": "The default unit of currency to use when formatting currency. See {@link utilities /number!NumberSettings.currency}.",
|
|
2879
2955
|
"type": "string"
|
|
2880
2956
|
},
|
|
2881
2957
|
"dateFormat": {
|
|
2882
|
-
"description": "The default format to use when formatting dates. See{@
|
|
2958
|
+
"description": "The default format to use when formatting dates. See {@link utilities /date!DateFormatter.format}.",
|
|
2883
2959
|
"type": "string"
|
|
2884
2960
|
},
|
|
2885
2961
|
"defaultValue": {
|
|
@@ -2887,7 +2963,7 @@
|
|
|
2887
2963
|
"type": "string"
|
|
2888
2964
|
},
|
|
2889
2965
|
"fractionalDigits": {
|
|
2890
|
-
"description": "The default number of digits to show after the decimal point when formatting numbers. See{@
|
|
2966
|
+
"description": "The default number of digits to show after the decimal point when formatting numbers. See {@link utilities /number!NumberSettings.fractionalDigits}.",
|
|
2891
2967
|
"type": "number"
|
|
2892
2968
|
},
|
|
2893
2969
|
"locale": {
|
|
@@ -2895,7 +2971,7 @@
|
|
|
2895
2971
|
"type": "string"
|
|
2896
2972
|
},
|
|
2897
2973
|
"numberFormat": {
|
|
2898
|
-
"description": "The default format to use when formatting numbers. See{@
|
|
2974
|
+
"description": "The default format to use when formatting numbers. See {@link utilities /number!NumberFormatter.format}.",
|
|
2899
2975
|
"type": "string"
|
|
2900
2976
|
},
|
|
2901
2977
|
"text": {
|
|
@@ -3561,7 +3637,7 @@
|
|
|
3561
3637
|
},
|
|
3562
3638
|
"listMode": {
|
|
3563
3639
|
"$ref": "esri.ListMode",
|
|
3564
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3640
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3565
3641
|
},
|
|
3566
3642
|
"maxScale": {
|
|
3567
3643
|
"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.",
|
|
@@ -3576,7 +3652,7 @@
|
|
|
3576
3652
|
"type": "number"
|
|
3577
3653
|
},
|
|
3578
3654
|
"refreshInterval": {
|
|
3579
|
-
"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{@
|
|
3655
|
+
"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}.",
|
|
3580
3656
|
"type": "number"
|
|
3581
3657
|
},
|
|
3582
3658
|
"showLegend": {
|
|
@@ -3595,7 +3671,7 @@
|
|
|
3595
3671
|
"type": "string"
|
|
3596
3672
|
},
|
|
3597
3673
|
"type": {
|
|
3598
|
-
"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{@
|
|
3674
|
+
"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}.",
|
|
3599
3675
|
"enum": [
|
|
3600
3676
|
"BingMapsAerial",
|
|
3601
3677
|
"BingMapsHybrid",
|
|
@@ -3788,7 +3864,7 @@
|
|
|
3788
3864
|
},
|
|
3789
3865
|
"esri.rest-api.CIMSymbol.CIMSymbol": {
|
|
3790
3866
|
"additionalProperties": false,
|
|
3791
|
-
"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{@
|
|
3867
|
+
"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/}.",
|
|
3792
3868
|
"properties": {
|
|
3793
3869
|
"type": {
|
|
3794
3870
|
"description": "Specifies the type of symbol used.",
|
|
@@ -3805,7 +3881,7 @@
|
|
|
3805
3881
|
},
|
|
3806
3882
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
3807
3883
|
"additionalProperties": false,
|
|
3808
|
-
"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{@
|
|
3884
|
+
"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/}.",
|
|
3809
3885
|
"properties": {
|
|
3810
3886
|
"blendMode": {
|
|
3811
3887
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3840,7 +3916,7 @@
|
|
|
3840
3916
|
},
|
|
3841
3917
|
"listMode": {
|
|
3842
3918
|
"$ref": "esri.ListMode",
|
|
3843
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3919
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3844
3920
|
},
|
|
3845
3921
|
"locationInfo": {
|
|
3846
3922
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -3863,7 +3939,7 @@
|
|
|
3863
3939
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3864
3940
|
},
|
|
3865
3941
|
"refreshInterval": {
|
|
3866
|
-
"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{@
|
|
3942
|
+
"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}.",
|
|
3867
3943
|
"type": "number"
|
|
3868
3944
|
},
|
|
3869
3945
|
"screenSizePerspective": {
|
|
@@ -3883,7 +3959,7 @@
|
|
|
3883
3959
|
"type": "string"
|
|
3884
3960
|
},
|
|
3885
3961
|
"type": {
|
|
3886
|
-
"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{@
|
|
3962
|
+
"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}.",
|
|
3887
3963
|
"enum": [
|
|
3888
3964
|
"BingMapsAerial",
|
|
3889
3965
|
"BingMapsHybrid",
|
|
@@ -3965,7 +4041,7 @@
|
|
|
3965
4041
|
},
|
|
3966
4042
|
"esri.rest-api.Camera.Camera": {
|
|
3967
4043
|
"additionalProperties": false,
|
|
3968
|
-
"description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed. See{@
|
|
4044
|
+
"description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed. See {@link https://developers.arcgis.com/web-scene-specification/objects/camera/}.",
|
|
3969
4045
|
"properties": {
|
|
3970
4046
|
"heading": {
|
|
3971
4047
|
"description": "The heading of the camera in degrees. Heading is zero when north is the top of the screen. It increases as the view rotates clockwise. The angles are always normalized between 0 and 360 degrees.",
|
|
@@ -3987,7 +4063,7 @@
|
|
|
3987
4063
|
},
|
|
3988
4064
|
"esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
|
|
3989
4065
|
"additionalProperties": false,
|
|
3990
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
4066
|
+
"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/}.",
|
|
3991
4067
|
"properties": {
|
|
3992
4068
|
"classMaxValue": {
|
|
3993
4069
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -4058,7 +4134,7 @@
|
|
|
4058
4134
|
},
|
|
4059
4135
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
4060
4136
|
"additionalProperties": false,
|
|
4061
|
-
"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{@
|
|
4137
|
+
"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/}.",
|
|
4062
4138
|
"properties": {
|
|
4063
4139
|
"authoringInfo": {
|
|
4064
4140
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -4084,7 +4160,7 @@
|
|
|
4084
4160
|
},
|
|
4085
4161
|
"classificationMethod": {
|
|
4086
4162
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
|
|
4087
|
-
"description": "Determines the classification method that was used to generate class breaks. See{@
|
|
4163
|
+
"description": "Determines the classification method that was used to generate class breaks. See {@link ClassificationMethod}."
|
|
4088
4164
|
},
|
|
4089
4165
|
"defaultLabel": {
|
|
4090
4166
|
"description": "Default string for the default symbol used to draw unspecified values.",
|
|
@@ -4152,7 +4228,7 @@
|
|
|
4152
4228
|
},
|
|
4153
4229
|
"normalizationType": {
|
|
4154
4230
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
|
|
4155
|
-
"description": "One of the NormalizationType constants. See{@
|
|
4231
|
+
"description": "One of the NormalizationType constants. See {@link NormalizationType}."
|
|
4156
4232
|
},
|
|
4157
4233
|
"rotationExpression": {
|
|
4158
4234
|
"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.",
|
|
@@ -4160,10 +4236,10 @@
|
|
|
4160
4236
|
},
|
|
4161
4237
|
"rotationType": {
|
|
4162
4238
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
4163
|
-
"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{@
|
|
4239
|
+
"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}."
|
|
4164
4240
|
},
|
|
4165
4241
|
"type": {
|
|
4166
|
-
"description": "The type of renderer. See{@
|
|
4242
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
4167
4243
|
"enum": [
|
|
4168
4244
|
"classBreaks"
|
|
4169
4245
|
],
|
|
@@ -4172,8 +4248,7 @@
|
|
|
4172
4248
|
"visualVariables": {
|
|
4173
4249
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
4174
4250
|
"items": {
|
|
4175
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
4176
|
-
"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/}."
|
|
4251
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
4177
4252
|
},
|
|
4178
4253
|
"type": "array"
|
|
4179
4254
|
}
|
|
@@ -4209,7 +4284,7 @@
|
|
|
4209
4284
|
},
|
|
4210
4285
|
"esri.rest-api.CodedValueDomain.CodedValue": {
|
|
4211
4286
|
"additionalProperties": false,
|
|
4212
|
-
"description": "A set of valid coded values with unique names. See{@
|
|
4287
|
+
"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/}.",
|
|
4213
4288
|
"properties": {
|
|
4214
4289
|
"code": {
|
|
4215
4290
|
"description": "Value indicating which unique code is used to identify the feature attribute.",
|
|
@@ -4231,7 +4306,7 @@
|
|
|
4231
4306
|
},
|
|
4232
4307
|
"esri.rest-api.CodedValueDomain.CodedValueDomain": {
|
|
4233
4308
|
"additionalProperties": false,
|
|
4234
|
-
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See{@
|
|
4309
|
+
"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/}.",
|
|
4235
4310
|
"properties": {
|
|
4236
4311
|
"codedValues": {
|
|
4237
4312
|
"description": "The set of valid coded values.",
|
|
@@ -4245,7 +4320,7 @@
|
|
|
4245
4320
|
"type": "string"
|
|
4246
4321
|
},
|
|
4247
4322
|
"type": {
|
|
4248
|
-
"description": "Type of domain. See{@
|
|
4323
|
+
"description": "Type of domain. See {@link portal /Domain!DomainType}.",
|
|
4249
4324
|
"enum": [
|
|
4250
4325
|
"codedValue"
|
|
4251
4326
|
],
|
|
@@ -4261,7 +4336,7 @@
|
|
|
4261
4336
|
},
|
|
4262
4337
|
"esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
|
|
4263
4338
|
"additionalProperties": false,
|
|
4264
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
4339
|
+
"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/}.",
|
|
4265
4340
|
"properties": {
|
|
4266
4341
|
"classMaxValue": {
|
|
4267
4342
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -4288,7 +4363,7 @@
|
|
|
4288
4363
|
},
|
|
4289
4364
|
"esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
|
|
4290
4365
|
"additionalProperties": false,
|
|
4291
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
4366
|
+
"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/}.",
|
|
4292
4367
|
"properties": {
|
|
4293
4368
|
"color": {
|
|
4294
4369
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -4327,11 +4402,11 @@
|
|
|
4327
4402
|
"$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
|
|
4328
4403
|
}
|
|
4329
4404
|
],
|
|
4330
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@
|
|
4405
|
+
"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/}."
|
|
4331
4406
|
},
|
|
4332
4407
|
"esri.rest-api.DefinitionEditor.DefinitionEditor": {
|
|
4333
4408
|
"additionalProperties": false,
|
|
4334
|
-
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See{@
|
|
4409
|
+
"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/}.",
|
|
4335
4410
|
"properties": {
|
|
4336
4411
|
"inputs": {
|
|
4337
4412
|
"description": "An array of input objects.",
|
|
@@ -4349,7 +4424,7 @@
|
|
|
4349
4424
|
},
|
|
4350
4425
|
"esri.rest-api.DefinitionEditor.Input": {
|
|
4351
4426
|
"additionalProperties": false,
|
|
4352
|
-
"description": "The input objects specified by the definitionEditor. See{@
|
|
4427
|
+
"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/}.",
|
|
4353
4428
|
"properties": {
|
|
4354
4429
|
"hint": {
|
|
4355
4430
|
"description": "A string value representing a hint for the input.",
|
|
@@ -4371,7 +4446,7 @@
|
|
|
4371
4446
|
},
|
|
4372
4447
|
"esri.rest-api.DefinitionEditor.Parameter": {
|
|
4373
4448
|
"additionalProperties": false,
|
|
4374
|
-
"description": "Objects defined by a definitionEditor input. See{@
|
|
4449
|
+
"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/}.",
|
|
4375
4450
|
"properties": {
|
|
4376
4451
|
"defaultValue": {
|
|
4377
4452
|
"description": "The default value that is automatically given if nothing is provided.",
|
|
@@ -4407,27 +4482,16 @@
|
|
|
4407
4482
|
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
4408
4483
|
}
|
|
4409
4484
|
],
|
|
4410
|
-
"description": "A domain specifies the set of valid values for a field. See{@
|
|
4485
|
+
"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/}."
|
|
4411
4486
|
},
|
|
4412
4487
|
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
4413
4488
|
"additionalProperties": false,
|
|
4414
|
-
"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{@
|
|
4489
|
+
"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/}.",
|
|
4415
4490
|
"properties": {
|
|
4416
4491
|
"filters": {
|
|
4417
4492
|
"description": "Filters for PointCloud layers.",
|
|
4418
4493
|
"items": {
|
|
4419
|
-
"
|
|
4420
|
-
{
|
|
4421
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
4422
|
-
},
|
|
4423
|
-
{
|
|
4424
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
4425
|
-
},
|
|
4426
|
-
{
|
|
4427
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
4428
|
-
}
|
|
4429
|
-
],
|
|
4430
|
-
"description": "Filters applied to the pointCloud which will hide a point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
4494
|
+
"$ref": "#/definitions/PointCloudFilter"
|
|
4431
4495
|
},
|
|
4432
4496
|
"type": "array"
|
|
4433
4497
|
},
|
|
@@ -4463,11 +4527,11 @@
|
|
|
4463
4527
|
},
|
|
4464
4528
|
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
4465
4529
|
"additionalProperties": false,
|
|
4466
|
-
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See{@
|
|
4530
|
+
"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/}.",
|
|
4467
4531
|
"properties": {
|
|
4468
4532
|
"dataSource": {
|
|
4469
4533
|
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
4470
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@
|
|
4534
|
+
"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/}."
|
|
4471
4535
|
},
|
|
4472
4536
|
"fields": {
|
|
4473
4537
|
"description": "An array of objects specifying information about an attribute field.",
|
|
@@ -4491,7 +4555,7 @@
|
|
|
4491
4555
|
},
|
|
4492
4556
|
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
4493
4557
|
"additionalProperties": false,
|
|
4494
|
-
"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{@
|
|
4558
|
+
"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/}.",
|
|
4495
4559
|
"properties": {
|
|
4496
4560
|
"gdbVersion": {
|
|
4497
4561
|
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
@@ -4735,42 +4799,7 @@
|
|
|
4735
4799
|
},
|
|
4736
4800
|
{
|
|
4737
4801
|
"items": {
|
|
4738
|
-
"
|
|
4739
|
-
{
|
|
4740
|
-
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
4741
|
-
},
|
|
4742
|
-
{
|
|
4743
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
4744
|
-
},
|
|
4745
|
-
{
|
|
4746
|
-
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
4747
|
-
},
|
|
4748
|
-
{
|
|
4749
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
4750
|
-
},
|
|
4751
|
-
{
|
|
4752
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
4753
|
-
},
|
|
4754
|
-
{
|
|
4755
|
-
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
4756
|
-
},
|
|
4757
|
-
{
|
|
4758
|
-
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
4759
|
-
},
|
|
4760
|
-
{
|
|
4761
|
-
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
4762
|
-
},
|
|
4763
|
-
{
|
|
4764
|
-
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
4765
|
-
},
|
|
4766
|
-
{
|
|
4767
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
4768
|
-
},
|
|
4769
|
-
{
|
|
4770
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
4771
|
-
}
|
|
4772
|
-
],
|
|
4773
|
-
"description": "Effect functions that can be combined to build a layer effect."
|
|
4802
|
+
"$ref": "#/definitions/EffectFunction"
|
|
4774
4803
|
},
|
|
4775
4804
|
"type": "array"
|
|
4776
4805
|
}
|
|
@@ -4893,42 +4922,7 @@
|
|
|
4893
4922
|
"value": {
|
|
4894
4923
|
"description": "The effect to be applied at the corresponding scale.",
|
|
4895
4924
|
"items": {
|
|
4896
|
-
"
|
|
4897
|
-
{
|
|
4898
|
-
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
4899
|
-
},
|
|
4900
|
-
{
|
|
4901
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
4902
|
-
},
|
|
4903
|
-
{
|
|
4904
|
-
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
4905
|
-
},
|
|
4906
|
-
{
|
|
4907
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
4908
|
-
},
|
|
4909
|
-
{
|
|
4910
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
4911
|
-
},
|
|
4912
|
-
{
|
|
4913
|
-
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
4914
|
-
},
|
|
4915
|
-
{
|
|
4916
|
-
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
4917
|
-
},
|
|
4918
|
-
{
|
|
4919
|
-
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
4920
|
-
},
|
|
4921
|
-
{
|
|
4922
|
-
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
4923
|
-
},
|
|
4924
|
-
{
|
|
4925
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
4926
|
-
},
|
|
4927
|
-
{
|
|
4928
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
4929
|
-
}
|
|
4930
|
-
],
|
|
4931
|
-
"description": "Effect functions that can be combined to build a layer effect."
|
|
4925
|
+
"$ref": "#/definitions/EffectFunction"
|
|
4932
4926
|
},
|
|
4933
4927
|
"type": "array"
|
|
4934
4928
|
}
|
|
@@ -4962,7 +4956,7 @@
|
|
|
4962
4956
|
},
|
|
4963
4957
|
"esri.rest-api.ElevationInfo.ElevationInfo": {
|
|
4964
4958
|
"additionalProperties": false,
|
|
4965
|
-
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See{@
|
|
4959
|
+
"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/}.",
|
|
4966
4960
|
"properties": {
|
|
4967
4961
|
"featureExpression": {
|
|
4968
4962
|
"description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
|
|
@@ -4973,7 +4967,7 @@
|
|
|
4973
4967
|
},
|
|
4974
4968
|
"mode": {
|
|
4975
4969
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
|
|
4976
|
-
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@
|
|
4970
|
+
"description": "Determines how the service elevation values are combined with the basemap elevation. See {@link ElevationMode}."
|
|
4977
4971
|
},
|
|
4978
4972
|
"offset": {
|
|
4979
4973
|
"description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
|
|
@@ -5013,7 +5007,7 @@
|
|
|
5013
5007
|
},
|
|
5014
5008
|
"esri.rest-api.ElevationLayer.ElevationLayer": {
|
|
5015
5009
|
"additionalProperties": false,
|
|
5016
|
-
"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{@
|
|
5010
|
+
"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/}.",
|
|
5017
5011
|
"properties": {
|
|
5018
5012
|
"blendMode": {
|
|
5019
5013
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5044,7 +5038,7 @@
|
|
|
5044
5038
|
},
|
|
5045
5039
|
"listMode": {
|
|
5046
5040
|
"$ref": "esri.ListMode",
|
|
5047
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5041
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
5048
5042
|
},
|
|
5049
5043
|
"maxScale": {
|
|
5050
5044
|
"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.",
|
|
@@ -5059,7 +5053,7 @@
|
|
|
5059
5053
|
"type": "number"
|
|
5060
5054
|
},
|
|
5061
5055
|
"refreshInterval": {
|
|
5062
|
-
"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{@
|
|
5056
|
+
"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}.",
|
|
5063
5057
|
"type": "number"
|
|
5064
5058
|
},
|
|
5065
5059
|
"showLegend": {
|
|
@@ -5071,7 +5065,7 @@
|
|
|
5071
5065
|
"type": "string"
|
|
5072
5066
|
},
|
|
5073
5067
|
"type": {
|
|
5074
|
-
"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{@
|
|
5068
|
+
"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}.",
|
|
5075
5069
|
"enum": [
|
|
5076
5070
|
"BingMapsAerial",
|
|
5077
5071
|
"BingMapsHybrid",
|
|
@@ -5100,7 +5094,7 @@
|
|
|
5100
5094
|
},
|
|
5101
5095
|
"esri.rest-api.Extent.Extent": {
|
|
5102
5096
|
"additionalProperties": false,
|
|
5103
|
-
"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{@
|
|
5097
|
+
"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/}.",
|
|
5104
5098
|
"properties": {
|
|
5105
5099
|
"spatialReference": {
|
|
5106
5100
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -5127,7 +5121,7 @@
|
|
|
5127
5121
|
},
|
|
5128
5122
|
"esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
|
|
5129
5123
|
"additionalProperties": false,
|
|
5130
|
-
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See{@
|
|
5124
|
+
"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/}.",
|
|
5131
5125
|
"properties": {
|
|
5132
5126
|
"enable": {
|
|
5133
5127
|
"description": "Type: Boolean.",
|
|
@@ -5142,7 +5136,7 @@
|
|
|
5142
5136
|
"type": "number"
|
|
5143
5137
|
},
|
|
5144
5138
|
"type": {
|
|
5145
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
5139
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
5146
5140
|
"enum": [
|
|
5147
5141
|
"Extrude"
|
|
5148
5142
|
],
|
|
@@ -5156,7 +5150,7 @@
|
|
|
5156
5150
|
},
|
|
5157
5151
|
"esri.rest-api.Feature.Feature": {
|
|
5158
5152
|
"additionalProperties": false,
|
|
5159
|
-
"description": "Contains information about an attribute field and feature geometry. See{@
|
|
5153
|
+
"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/}.",
|
|
5160
5154
|
"properties": {
|
|
5161
5155
|
"attributes": {
|
|
5162
5156
|
"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."
|
|
@@ -5218,7 +5212,7 @@
|
|
|
5218
5212
|
},
|
|
5219
5213
|
"esri.rest-api.FeatureCollection.FeatureCollection": {
|
|
5220
5214
|
"additionalProperties": false,
|
|
5221
|
-
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See{@
|
|
5215
|
+
"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/}.",
|
|
5222
5216
|
"properties": {
|
|
5223
5217
|
"layers": {
|
|
5224
5218
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -5248,7 +5242,7 @@
|
|
|
5248
5242
|
},
|
|
5249
5243
|
"esri.rest-api.FeatureLayer.FeatureLayer": {
|
|
5250
5244
|
"additionalProperties": false,
|
|
5251
|
-
"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{@
|
|
5245
|
+
"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/}.",
|
|
5252
5246
|
"properties": {
|
|
5253
5247
|
"blendMode": {
|
|
5254
5248
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5306,7 +5300,7 @@
|
|
|
5306
5300
|
},
|
|
5307
5301
|
"listMode": {
|
|
5308
5302
|
"$ref": "esri.ListMode",
|
|
5309
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5303
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
5310
5304
|
},
|
|
5311
5305
|
"maxScale": {
|
|
5312
5306
|
"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.",
|
|
@@ -5318,7 +5312,7 @@
|
|
|
5318
5312
|
},
|
|
5319
5313
|
"mode": {
|
|
5320
5314
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
5321
|
-
"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{@
|
|
5315
|
+
"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}."
|
|
5322
5316
|
},
|
|
5323
5317
|
"opacity": {
|
|
5324
5318
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -5329,7 +5323,7 @@
|
|
|
5329
5323
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
5330
5324
|
},
|
|
5331
5325
|
"refreshInterval": {
|
|
5332
|
-
"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{@
|
|
5326
|
+
"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}.",
|
|
5333
5327
|
"type": "number"
|
|
5334
5328
|
},
|
|
5335
5329
|
"screenSizePerspective": {
|
|
@@ -5356,7 +5350,7 @@
|
|
|
5356
5350
|
"type": "string"
|
|
5357
5351
|
},
|
|
5358
5352
|
"type": {
|
|
5359
|
-
"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{@
|
|
5353
|
+
"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}.",
|
|
5360
5354
|
"enum": [
|
|
5361
5355
|
"BingMapsAerial",
|
|
5362
5356
|
"BingMapsHybrid",
|
|
@@ -5475,7 +5469,7 @@
|
|
|
5475
5469
|
},
|
|
5476
5470
|
"esri.rest-api.FeatureSet.FeatureSet": {
|
|
5477
5471
|
"additionalProperties": false,
|
|
5478
|
-
"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{@
|
|
5472
|
+
"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/}.",
|
|
5479
5473
|
"properties": {
|
|
5480
5474
|
"features": {
|
|
5481
5475
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -5497,7 +5491,7 @@
|
|
|
5497
5491
|
},
|
|
5498
5492
|
"esri.rest-api.Field.Field": {
|
|
5499
5493
|
"additionalProperties": false,
|
|
5500
|
-
"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{@
|
|
5494
|
+
"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/}.",
|
|
5501
5495
|
"properties": {
|
|
5502
5496
|
"alias": {
|
|
5503
5497
|
"description": "The field alias (human-readable name).",
|
|
@@ -5529,7 +5523,7 @@
|
|
|
5529
5523
|
},
|
|
5530
5524
|
"type": {
|
|
5531
5525
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
5532
|
-
"description": "Type of the Field. See{@
|
|
5526
|
+
"description": "Type of the Field. See {@link portal /Field!FieldType}."
|
|
5533
5527
|
}
|
|
5534
5528
|
},
|
|
5535
5529
|
"type": "object"
|
|
@@ -5555,7 +5549,7 @@
|
|
|
5555
5549
|
},
|
|
5556
5550
|
"esri.rest-api.FieldInfo.FieldInfo": {
|
|
5557
5551
|
"additionalProperties": false,
|
|
5558
|
-
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See{@
|
|
5552
|
+
"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/}.",
|
|
5559
5553
|
"properties": {
|
|
5560
5554
|
"fieldName": {
|
|
5561
5555
|
"description": "The field name as defined by the service.",
|
|
@@ -5575,7 +5569,7 @@
|
|
|
5575
5569
|
},
|
|
5576
5570
|
"stringFieldOption": {
|
|
5577
5571
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
|
|
5578
|
-
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@
|
|
5572
|
+
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See {@link StringFieldOption}."
|
|
5579
5573
|
},
|
|
5580
5574
|
"tooltip": {
|
|
5581
5575
|
"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.",
|
|
@@ -5592,7 +5586,7 @@
|
|
|
5592
5586
|
"type": "object"
|
|
5593
5587
|
},
|
|
5594
5588
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
5595
|
-
"description": "The type of string field to use with{@
|
|
5589
|
+
"description": "The type of string field to use with {@link portal /FieldInfo!FieldInfo.stringFieldOption}..",
|
|
5596
5590
|
"enum": [
|
|
5597
5591
|
"richtext",
|
|
5598
5592
|
"textarea",
|
|
@@ -5602,7 +5596,7 @@
|
|
|
5602
5596
|
},
|
|
5603
5597
|
"esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
|
|
5604
5598
|
"additionalProperties": false,
|
|
5605
|
-
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See{@
|
|
5599
|
+
"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/}.",
|
|
5606
5600
|
"properties": {
|
|
5607
5601
|
"castShadows": {
|
|
5608
5602
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -5625,7 +5619,7 @@
|
|
|
5625
5619
|
"description": "The outline of the point, line or polygon."
|
|
5626
5620
|
},
|
|
5627
5621
|
"type": {
|
|
5628
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
5622
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
5629
5623
|
"enum": [
|
|
5630
5624
|
"Fill"
|
|
5631
5625
|
],
|
|
@@ -5639,7 +5633,7 @@
|
|
|
5639
5633
|
},
|
|
5640
5634
|
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
5641
5635
|
"additionalProperties": false,
|
|
5642
|
-
"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{@
|
|
5636
|
+
"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/}.",
|
|
5643
5637
|
"properties": {
|
|
5644
5638
|
"attachmentKeyword": {
|
|
5645
5639
|
"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.",
|
|
@@ -5680,7 +5674,7 @@
|
|
|
5680
5674
|
},
|
|
5681
5675
|
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
5682
5676
|
"additionalProperties": false,
|
|
5683
|
-
"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{@
|
|
5677
|
+
"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/}.",
|
|
5684
5678
|
"properties": {
|
|
5685
5679
|
"maxLength": {
|
|
5686
5680
|
"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.",
|
|
@@ -5705,7 +5699,7 @@
|
|
|
5705
5699
|
},
|
|
5706
5700
|
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
5707
5701
|
"additionalProperties": false,
|
|
5708
|
-
"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{@
|
|
5702
|
+
"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/}.",
|
|
5709
5703
|
"properties": {
|
|
5710
5704
|
"noValueOptionLabel": {
|
|
5711
5705
|
"description": "The text used to represent a null value.",
|
|
@@ -5730,7 +5724,7 @@
|
|
|
5730
5724
|
},
|
|
5731
5725
|
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
5732
5726
|
"additionalProperties": false,
|
|
5733
|
-
"description": "Defines the desired user interface is a calendar date picker. See{@
|
|
5727
|
+
"description": "Defines the desired user interface is a calendar date picker. See {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
5734
5728
|
"properties": {
|
|
5735
5729
|
"includeTime": {
|
|
5736
5730
|
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
@@ -5759,7 +5753,7 @@
|
|
|
5759
5753
|
},
|
|
5760
5754
|
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
5761
5755
|
"additionalProperties": false,
|
|
5762
|
-
"description": "Arcade expression used in the form. See{@
|
|
5756
|
+
"description": "Arcade expression used in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
5763
5757
|
"properties": {
|
|
5764
5758
|
"expression": {
|
|
5765
5759
|
"description": "The Arcade expression.",
|
|
@@ -5785,7 +5779,7 @@
|
|
|
5785
5779
|
},
|
|
5786
5780
|
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
5787
5781
|
"additionalProperties": false,
|
|
5788
|
-
"description": "Defines how a field in the dataset participates in the form. See{@
|
|
5782
|
+
"description": "Defines how a field in the dataset participates in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
5789
5783
|
"properties": {
|
|
5790
5784
|
"description": {
|
|
5791
5785
|
"description": "A string that describes the element in detail.",
|
|
@@ -5856,7 +5850,7 @@
|
|
|
5856
5850
|
},
|
|
5857
5851
|
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
5858
5852
|
"additionalProperties": false,
|
|
5859
|
-
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See{@
|
|
5853
|
+
"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/}.",
|
|
5860
5854
|
"properties": {
|
|
5861
5855
|
"description": {
|
|
5862
5856
|
"description": "A string that describes the element in detail.",
|
|
@@ -5910,7 +5904,7 @@
|
|
|
5910
5904
|
},
|
|
5911
5905
|
"esri.rest-api.FormInfo.FormInfo": {
|
|
5912
5906
|
"additionalProperties": false,
|
|
5913
|
-
"description": "Defines the form configuration when a user edits a feature. See{@
|
|
5907
|
+
"description": "Defines the form configuration when a user edits a feature. See {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
5914
5908
|
"properties": {
|
|
5915
5909
|
"description": {
|
|
5916
5910
|
"description": "A string that appears in the body of the form as a description.",
|
|
@@ -5952,7 +5946,7 @@
|
|
|
5952
5946
|
},
|
|
5953
5947
|
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
5954
5948
|
"additionalProperties": false,
|
|
5955
|
-
"description": "Defines the desired user interface is a radio button group. See{@
|
|
5949
|
+
"description": "Defines the desired user interface is a radio button group. See {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
5956
5950
|
"properties": {
|
|
5957
5951
|
"noValueOptionLabel": {
|
|
5958
5952
|
"description": "The text used to represent a null value.",
|
|
@@ -5977,7 +5971,7 @@
|
|
|
5977
5971
|
},
|
|
5978
5972
|
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
5979
5973
|
"additionalProperties": false,
|
|
5980
|
-
"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{@
|
|
5974
|
+
"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/}.",
|
|
5981
5975
|
"properties": {
|
|
5982
5976
|
"description": {
|
|
5983
5977
|
"description": "A string that describes the element in detail.",
|
|
@@ -6021,7 +6015,7 @@
|
|
|
6021
6015
|
},
|
|
6022
6016
|
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
6023
6017
|
"additionalProperties": false,
|
|
6024
|
-
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See{@
|
|
6018
|
+
"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/}.",
|
|
6025
6019
|
"properties": {
|
|
6026
6020
|
"offValue": {
|
|
6027
6021
|
"description": "The coded value when switch state is off.",
|
|
@@ -6052,7 +6046,7 @@
|
|
|
6052
6046
|
},
|
|
6053
6047
|
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
6054
6048
|
"additionalProperties": false,
|
|
6055
|
-
"description": "Defines the desired user interface is a multi-line text area. See{@
|
|
6049
|
+
"description": "Defines the desired user interface is a multi-line text area. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
6056
6050
|
"properties": {
|
|
6057
6051
|
"maxLength": {
|
|
6058
6052
|
"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.",
|
|
@@ -6077,7 +6071,7 @@
|
|
|
6077
6071
|
},
|
|
6078
6072
|
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
6079
6073
|
"additionalProperties": false,
|
|
6080
|
-
"description": "Defines the desired user interface is a single-line text box. See{@
|
|
6074
|
+
"description": "Defines the desired user interface is a single-line text box. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
6081
6075
|
"properties": {
|
|
6082
6076
|
"maxLength": {
|
|
6083
6077
|
"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.",
|
|
@@ -6101,7 +6095,7 @@
|
|
|
6101
6095
|
"type": "object"
|
|
6102
6096
|
},
|
|
6103
6097
|
"esri.rest-api.Format.DateFormat": {
|
|
6104
|
-
"description": "Possible date formats for{@
|
|
6098
|
+
"description": "Possible date formats for {@link Format.dateFormat}.",
|
|
6105
6099
|
"enum": [
|
|
6106
6100
|
"dayShortMonthYear",
|
|
6107
6101
|
"longDate",
|
|
@@ -6124,11 +6118,11 @@
|
|
|
6124
6118
|
},
|
|
6125
6119
|
"esri.rest-api.Format.Format": {
|
|
6126
6120
|
"additionalProperties": false,
|
|
6127
|
-
"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{@
|
|
6121
|
+
"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/}.",
|
|
6128
6122
|
"properties": {
|
|
6129
6123
|
"dateFormat": {
|
|
6130
6124
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
6131
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@
|
|
6125
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link utilities /date!DateFormat}."
|
|
6132
6126
|
},
|
|
6133
6127
|
"digitSeparator": {
|
|
6134
6128
|
"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.",
|
|
@@ -6143,7 +6137,7 @@
|
|
|
6143
6137
|
},
|
|
6144
6138
|
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
6145
6139
|
"additionalProperties": false,
|
|
6146
|
-
"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:{@
|
|
6140
|
+
"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/}.",
|
|
6147
6141
|
"properties": {
|
|
6148
6142
|
"blendMode": {
|
|
6149
6143
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6174,7 +6168,7 @@
|
|
|
6174
6168
|
},
|
|
6175
6169
|
"listMode": {
|
|
6176
6170
|
"$ref": "esri.ListMode",
|
|
6177
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6171
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6178
6172
|
},
|
|
6179
6173
|
"maxScale": {
|
|
6180
6174
|
"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.",
|
|
@@ -6193,7 +6187,7 @@
|
|
|
6193
6187
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6194
6188
|
},
|
|
6195
6189
|
"refreshInterval": {
|
|
6196
|
-
"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{@
|
|
6190
|
+
"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}.",
|
|
6197
6191
|
"type": "number"
|
|
6198
6192
|
},
|
|
6199
6193
|
"screenSizePerspective": {
|
|
@@ -6213,7 +6207,7 @@
|
|
|
6213
6207
|
"type": "string"
|
|
6214
6208
|
},
|
|
6215
6209
|
"type": {
|
|
6216
|
-
"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{@
|
|
6210
|
+
"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}.",
|
|
6217
6211
|
"enum": [
|
|
6218
6212
|
"BingMapsAerial",
|
|
6219
6213
|
"BingMapsHybrid",
|
|
@@ -6242,7 +6236,7 @@
|
|
|
6242
6236
|
},
|
|
6243
6237
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
6244
6238
|
"additionalProperties": false,
|
|
6245
|
-
"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{@
|
|
6239
|
+
"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/}.",
|
|
6246
6240
|
"properties": {
|
|
6247
6241
|
"blendMode": {
|
|
6248
6242
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6269,7 +6263,7 @@
|
|
|
6269
6263
|
},
|
|
6270
6264
|
"listMode": {
|
|
6271
6265
|
"$ref": "esri.ListMode",
|
|
6272
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6266
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6273
6267
|
},
|
|
6274
6268
|
"maxScale": {
|
|
6275
6269
|
"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.",
|
|
@@ -6292,7 +6286,7 @@
|
|
|
6292
6286
|
"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."
|
|
6293
6287
|
},
|
|
6294
6288
|
"refreshInterval": {
|
|
6295
|
-
"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{@
|
|
6289
|
+
"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}.",
|
|
6296
6290
|
"type": "number"
|
|
6297
6291
|
},
|
|
6298
6292
|
"showLegend": {
|
|
@@ -6304,7 +6298,7 @@
|
|
|
6304
6298
|
"type": "string"
|
|
6305
6299
|
},
|
|
6306
6300
|
"type": {
|
|
6307
|
-
"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{@
|
|
6301
|
+
"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}.",
|
|
6308
6302
|
"enum": [
|
|
6309
6303
|
"BingMapsAerial",
|
|
6310
6304
|
"BingMapsHybrid",
|
|
@@ -6349,11 +6343,11 @@
|
|
|
6349
6343
|
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
6350
6344
|
}
|
|
6351
6345
|
],
|
|
6352
|
-
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@
|
|
6346
|
+
"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/}."
|
|
6353
6347
|
},
|
|
6354
6348
|
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
6355
6349
|
"additionalProperties": false,
|
|
6356
|
-
"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{@
|
|
6350
|
+
"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/}.",
|
|
6357
6351
|
"properties": {
|
|
6358
6352
|
"blendMode": {
|
|
6359
6353
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6383,7 +6377,7 @@
|
|
|
6383
6377
|
},
|
|
6384
6378
|
"listMode": {
|
|
6385
6379
|
"$ref": "esri.ListMode",
|
|
6386
|
-
"description": "To show or hide the group layer in the layer list. See{@
|
|
6380
|
+
"description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
|
|
6387
6381
|
},
|
|
6388
6382
|
"maxScale": {
|
|
6389
6383
|
"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.",
|
|
@@ -6398,7 +6392,7 @@
|
|
|
6398
6392
|
"type": "number"
|
|
6399
6393
|
},
|
|
6400
6394
|
"refreshInterval": {
|
|
6401
|
-
"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{@
|
|
6395
|
+
"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}.",
|
|
6402
6396
|
"type": "number"
|
|
6403
6397
|
},
|
|
6404
6398
|
"showLegend": {
|
|
@@ -6410,7 +6404,7 @@
|
|
|
6410
6404
|
"type": "string"
|
|
6411
6405
|
},
|
|
6412
6406
|
"type": {
|
|
6413
|
-
"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{@
|
|
6407
|
+
"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}.",
|
|
6414
6408
|
"enum": [
|
|
6415
6409
|
"BingMapsAerial",
|
|
6416
6410
|
"BingMapsHybrid",
|
|
@@ -6429,7 +6423,7 @@
|
|
|
6429
6423
|
},
|
|
6430
6424
|
"visibilityMode": {
|
|
6431
6425
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
|
|
6432
|
-
"description": "How visibility of children is affected: independent, exclusive, inherited. See{@
|
|
6426
|
+
"description": "How visibility of children is affected: independent, exclusive, inherited. See {@link GroupLayerVisibilityMode}."
|
|
6433
6427
|
}
|
|
6434
6428
|
},
|
|
6435
6429
|
"required": [
|
|
@@ -6448,7 +6442,7 @@
|
|
|
6448
6442
|
},
|
|
6449
6443
|
"esri.rest-api.HeatmapRenderer.ColorStop": {
|
|
6450
6444
|
"additionalProperties": false,
|
|
6451
|
-
"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{@
|
|
6445
|
+
"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/}.",
|
|
6452
6446
|
"properties": {
|
|
6453
6447
|
"color": {
|
|
6454
6448
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -6467,7 +6461,7 @@
|
|
|
6467
6461
|
},
|
|
6468
6462
|
"esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
|
|
6469
6463
|
"additionalProperties": false,
|
|
6470
|
-
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See{@
|
|
6464
|
+
"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/}.",
|
|
6471
6465
|
"properties": {
|
|
6472
6466
|
"authoringInfo": {
|
|
6473
6467
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6502,10 +6496,10 @@
|
|
|
6502
6496
|
},
|
|
6503
6497
|
"rotationType": {
|
|
6504
6498
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6505
|
-
"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{@
|
|
6499
|
+
"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}."
|
|
6506
6500
|
},
|
|
6507
6501
|
"type": {
|
|
6508
|
-
"description": "The type of renderer. See{@
|
|
6502
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
6509
6503
|
"enum": [
|
|
6510
6504
|
"heatmap"
|
|
6511
6505
|
],
|
|
@@ -6514,8 +6508,7 @@
|
|
|
6514
6508
|
"visualVariables": {
|
|
6515
6509
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6516
6510
|
"items": {
|
|
6517
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6518
|
-
"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/}."
|
|
6511
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6519
6512
|
},
|
|
6520
6513
|
"type": "array"
|
|
6521
6514
|
}
|
|
@@ -6527,7 +6520,7 @@
|
|
|
6527
6520
|
},
|
|
6528
6521
|
"esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
|
|
6529
6522
|
"additionalProperties": false,
|
|
6530
|
-
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See{@
|
|
6523
|
+
"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/}.",
|
|
6531
6524
|
"properties": {
|
|
6532
6525
|
"anchor": {
|
|
6533
6526
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -6565,7 +6558,7 @@
|
|
|
6565
6558
|
"type": "number"
|
|
6566
6559
|
},
|
|
6567
6560
|
"type": {
|
|
6568
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6561
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
6569
6562
|
"enum": [
|
|
6570
6563
|
"Icon"
|
|
6571
6564
|
],
|
|
@@ -6579,7 +6572,7 @@
|
|
|
6579
6572
|
},
|
|
6580
6573
|
"esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
|
|
6581
6574
|
"additionalProperties": false,
|
|
6582
|
-
"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{@
|
|
6575
|
+
"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/}.",
|
|
6583
6576
|
"properties": {
|
|
6584
6577
|
"bandIds": {
|
|
6585
6578
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
@@ -6660,7 +6653,7 @@
|
|
|
6660
6653
|
},
|
|
6661
6654
|
"listMode": {
|
|
6662
6655
|
"$ref": "esri.ListMode",
|
|
6663
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6656
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6664
6657
|
},
|
|
6665
6658
|
"maxScale": {
|
|
6666
6659
|
"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.",
|
|
@@ -6695,7 +6688,7 @@
|
|
|
6695
6688
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6696
6689
|
},
|
|
6697
6690
|
"refreshInterval": {
|
|
6698
|
-
"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{@
|
|
6691
|
+
"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}.",
|
|
6699
6692
|
"type": "number"
|
|
6700
6693
|
},
|
|
6701
6694
|
"renderingRule": {
|
|
@@ -6715,7 +6708,7 @@
|
|
|
6715
6708
|
"type": "string"
|
|
6716
6709
|
},
|
|
6717
6710
|
"type": {
|
|
6718
|
-
"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{@
|
|
6711
|
+
"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}.",
|
|
6719
6712
|
"enum": [
|
|
6720
6713
|
"BingMapsAerial",
|
|
6721
6714
|
"BingMapsHybrid",
|
|
@@ -6744,7 +6737,7 @@
|
|
|
6744
6737
|
},
|
|
6745
6738
|
"esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
|
|
6746
6739
|
"additionalProperties": false,
|
|
6747
|
-
"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{@
|
|
6740
|
+
"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/}.",
|
|
6748
6741
|
"properties": {
|
|
6749
6742
|
"blendMode": {
|
|
6750
6743
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6790,7 +6783,7 @@
|
|
|
6790
6783
|
},
|
|
6791
6784
|
"listMode": {
|
|
6792
6785
|
"$ref": "esri.ListMode",
|
|
6793
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6786
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6794
6787
|
},
|
|
6795
6788
|
"maxScale": {
|
|
6796
6789
|
"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.",
|
|
@@ -6809,7 +6802,7 @@
|
|
|
6809
6802
|
"type": "number"
|
|
6810
6803
|
},
|
|
6811
6804
|
"refreshInterval": {
|
|
6812
|
-
"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{@
|
|
6805
|
+
"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}.",
|
|
6813
6806
|
"type": "number"
|
|
6814
6807
|
},
|
|
6815
6808
|
"showLegend": {
|
|
@@ -6825,7 +6818,7 @@
|
|
|
6825
6818
|
"type": "string"
|
|
6826
6819
|
},
|
|
6827
6820
|
"type": {
|
|
6828
|
-
"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{@
|
|
6821
|
+
"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}.",
|
|
6829
6822
|
"enum": [
|
|
6830
6823
|
"BingMapsAerial",
|
|
6831
6824
|
"BingMapsHybrid",
|
|
@@ -6856,7 +6849,7 @@
|
|
|
6856
6849
|
},
|
|
6857
6850
|
"esri.rest-api.InheritedDomain.InheritedDomain": {
|
|
6858
6851
|
"additionalProperties": false,
|
|
6859
|
-
"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{@
|
|
6852
|
+
"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/}.",
|
|
6860
6853
|
"properties": {
|
|
6861
6854
|
"type": {
|
|
6862
6855
|
"description": "The type of domain.",
|
|
@@ -6873,7 +6866,7 @@
|
|
|
6873
6866
|
},
|
|
6874
6867
|
"esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
|
|
6875
6868
|
"additionalProperties": false,
|
|
6876
|
-
"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{@
|
|
6869
|
+
"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/}.",
|
|
6877
6870
|
"properties": {
|
|
6878
6871
|
"blendMode": {
|
|
6879
6872
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6900,7 +6893,7 @@
|
|
|
6900
6893
|
},
|
|
6901
6894
|
"listMode": {
|
|
6902
6895
|
"$ref": "esri.ListMode",
|
|
6903
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6896
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6904
6897
|
},
|
|
6905
6898
|
"maxScale": {
|
|
6906
6899
|
"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.",
|
|
@@ -6915,7 +6908,7 @@
|
|
|
6915
6908
|
"type": "number"
|
|
6916
6909
|
},
|
|
6917
6910
|
"refreshInterval": {
|
|
6918
|
-
"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{@
|
|
6911
|
+
"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}.",
|
|
6919
6912
|
"type": "number"
|
|
6920
6913
|
},
|
|
6921
6914
|
"showLegend": {
|
|
@@ -6927,7 +6920,7 @@
|
|
|
6927
6920
|
"type": "string"
|
|
6928
6921
|
},
|
|
6929
6922
|
"type": {
|
|
6930
|
-
"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{@
|
|
6923
|
+
"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}.",
|
|
6931
6924
|
"enum": [
|
|
6932
6925
|
"BingMapsAerial",
|
|
6933
6926
|
"BingMapsHybrid",
|
|
@@ -6956,7 +6949,7 @@
|
|
|
6956
6949
|
},
|
|
6957
6950
|
"esri.rest-api.Item.Item": {
|
|
6958
6951
|
"additionalProperties": false,
|
|
6959
|
-
"description": "An item (a unit of content) in the portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item can have associated binary or textual data that's available via the item data resource. For example, an item of type Map Package returns the actual bits corresponding to the map package via the item data resource. The numViews is incremented when an item is opened. See{@
|
|
6952
|
+
"description": "An item (a unit of content) in the portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item can have associated binary or textual data that's available via the item data resource. For example, an item of type Map Package returns the actual bits corresponding to the map package via the item data resource. The numViews is incremented when an item is opened. See {@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.",
|
|
6960
6953
|
"properties": {
|
|
6961
6954
|
"$portal": {
|
|
6962
6955
|
"description": "The portal to load the item from.",
|
|
@@ -7163,7 +7156,7 @@
|
|
|
7163
7156
|
"type": "string"
|
|
7164
7157
|
},
|
|
7165
7158
|
"type": {
|
|
7166
|
-
"description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application. See{@
|
|
7159
|
+
"description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application. See {@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.",
|
|
7167
7160
|
"type": "string"
|
|
7168
7161
|
},
|
|
7169
7162
|
"typeKeywords": {
|
|
@@ -7185,11 +7178,11 @@
|
|
|
7185
7178
|
},
|
|
7186
7179
|
"esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
|
|
7187
7180
|
"additionalProperties": false,
|
|
7188
|
-
"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{@
|
|
7181
|
+
"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/}.",
|
|
7189
7182
|
"properties": {
|
|
7190
7183
|
"joinType": {
|
|
7191
7184
|
"$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
|
|
7192
|
-
"description": "The type of join (left outer or left inner). See{@
|
|
7185
|
+
"description": "The type of join (left outer or left inner). See {@link JoinType}."
|
|
7193
7186
|
},
|
|
7194
7187
|
"leftTableKey": {
|
|
7195
7188
|
"description": "Field name from the left table.",
|
|
@@ -7222,7 +7215,7 @@
|
|
|
7222
7215
|
"description": "The right table source."
|
|
7223
7216
|
},
|
|
7224
7217
|
"type": {
|
|
7225
|
-
"description": "Type of the DataSource. See{@
|
|
7218
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
7226
7219
|
"enum": [
|
|
7227
7220
|
"joinTable"
|
|
7228
7221
|
],
|
|
@@ -7248,7 +7241,7 @@
|
|
|
7248
7241
|
},
|
|
7249
7242
|
"esri.rest-api.KMLLayer.KMLLayer": {
|
|
7250
7243
|
"additionalProperties": false,
|
|
7251
|
-
"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{@
|
|
7244
|
+
"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/}.",
|
|
7252
7245
|
"properties": {
|
|
7253
7246
|
"blendMode": {
|
|
7254
7247
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7275,7 +7268,7 @@
|
|
|
7275
7268
|
},
|
|
7276
7269
|
"listMode": {
|
|
7277
7270
|
"$ref": "esri.ListMode",
|
|
7278
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7271
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7279
7272
|
},
|
|
7280
7273
|
"maxScale": {
|
|
7281
7274
|
"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.",
|
|
@@ -7290,7 +7283,7 @@
|
|
|
7290
7283
|
"type": "number"
|
|
7291
7284
|
},
|
|
7292
7285
|
"refreshInterval": {
|
|
7293
|
-
"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{@
|
|
7286
|
+
"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}.",
|
|
7294
7287
|
"type": "number"
|
|
7295
7288
|
},
|
|
7296
7289
|
"showLegend": {
|
|
@@ -7302,7 +7295,7 @@
|
|
|
7302
7295
|
"type": "string"
|
|
7303
7296
|
},
|
|
7304
7297
|
"type": {
|
|
7305
|
-
"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{@
|
|
7298
|
+
"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}.",
|
|
7306
7299
|
"enum": [
|
|
7307
7300
|
"BingMapsAerial",
|
|
7308
7301
|
"BingMapsHybrid",
|
|
@@ -7338,7 +7331,7 @@
|
|
|
7338
7331
|
},
|
|
7339
7332
|
"esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
|
|
7340
7333
|
"additionalProperties": false,
|
|
7341
|
-
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See{@
|
|
7334
|
+
"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/}.",
|
|
7342
7335
|
"properties": {
|
|
7343
7336
|
"callout": {
|
|
7344
7337
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -7352,7 +7345,7 @@
|
|
|
7352
7345
|
"type": "array"
|
|
7353
7346
|
},
|
|
7354
7347
|
"type": {
|
|
7355
|
-
"description": "The type of symbol. See{@
|
|
7348
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
7356
7349
|
"enum": [
|
|
7357
7350
|
"LabelSymbol3D"
|
|
7358
7351
|
],
|
|
@@ -7370,7 +7363,7 @@
|
|
|
7370
7363
|
"type": "object"
|
|
7371
7364
|
},
|
|
7372
7365
|
"esri.rest-api.LabelingInfo.LabelPlacement": {
|
|
7373
|
-
"description": "Possible values used with{@
|
|
7366
|
+
"description": "Possible values used with {@link LabelingInfo.labelPlacement}.",
|
|
7374
7367
|
"enum": [
|
|
7375
7368
|
"esriServerLinePlacementAboveAfter",
|
|
7376
7369
|
"esriServerLinePlacementAboveAlong",
|
|
@@ -7402,7 +7395,7 @@
|
|
|
7402
7395
|
},
|
|
7403
7396
|
"esri.rest-api.LabelingInfo.LabelingInfo": {
|
|
7404
7397
|
"additionalProperties": false,
|
|
7405
|
-
"description": "The labelingInfo object specifies the label definition for a layer. See{@
|
|
7398
|
+
"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/}.",
|
|
7406
7399
|
"properties": {
|
|
7407
7400
|
"labelExpression": {
|
|
7408
7401
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
@@ -7410,11 +7403,11 @@
|
|
|
7410
7403
|
},
|
|
7411
7404
|
"labelExpressionInfo": {
|
|
7412
7405
|
"$ref": "__type",
|
|
7413
|
-
"description": "This object allows label text to be read similar to that of the popupInfo's description property. See{@
|
|
7406
|
+
"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/}."
|
|
7414
7407
|
},
|
|
7415
7408
|
"labelPlacement": {
|
|
7416
7409
|
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
|
|
7417
|
-
"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{@
|
|
7410
|
+
"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}."
|
|
7418
7411
|
},
|
|
7419
7412
|
"maxScale": {
|
|
7420
7413
|
"description": "Represents the maximum scale at which the layer definition will be applied.",
|
|
@@ -7452,7 +7445,7 @@
|
|
|
7452
7445
|
},
|
|
7453
7446
|
"esri.rest-api.Layer.Layer": {
|
|
7454
7447
|
"additionalProperties": false,
|
|
7455
|
-
"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{@
|
|
7448
|
+
"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/}.",
|
|
7456
7449
|
"properties": {
|
|
7457
7450
|
"defaultVisibility": {
|
|
7458
7451
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -7529,7 +7522,7 @@
|
|
|
7529
7522
|
},
|
|
7530
7523
|
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
7531
7524
|
"additionalProperties": false,
|
|
7532
|
-
"description": "Defines overridden properties on a field for a specific view of the data. See{@
|
|
7525
|
+
"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/}.",
|
|
7533
7526
|
"properties": {
|
|
7534
7527
|
"alias": {
|
|
7535
7528
|
"description": "A string containing the overridden field alias.",
|
|
@@ -7557,7 +7550,7 @@
|
|
|
7557
7550
|
},
|
|
7558
7551
|
"esri.rest-api.LayerDefinition.LayerDefinition": {
|
|
7559
7552
|
"additionalProperties": false,
|
|
7560
|
-
"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{@
|
|
7553
|
+
"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/}.",
|
|
7561
7554
|
"properties": {
|
|
7562
7555
|
"allowGeometryUpdates": {
|
|
7563
7556
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -7627,7 +7620,7 @@
|
|
|
7627
7620
|
},
|
|
7628
7621
|
"floorInfo": {
|
|
7629
7622
|
"$ref": "__type",
|
|
7630
|
-
"description": "Contains floor-awareness information for the layer. See{@
|
|
7623
|
+
"description": "Contains floor-awareness information for the layer. See {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
7631
7624
|
},
|
|
7632
7625
|
"geometryType": {
|
|
7633
7626
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
@@ -7655,7 +7648,7 @@
|
|
|
7655
7648
|
},
|
|
7656
7649
|
"htmlPopupType": {
|
|
7657
7650
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
|
|
7658
|
-
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@
|
|
7651
|
+
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See {@link HtmlPopupType}."
|
|
7659
7652
|
},
|
|
7660
7653
|
"id": {
|
|
7661
7654
|
"description": "The identifier assigned to the layer.",
|
|
@@ -7712,7 +7705,7 @@
|
|
|
7712
7705
|
"$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
|
|
7713
7706
|
}
|
|
7714
7707
|
],
|
|
7715
|
-
"description": "An object indicating the layerDefinition's layer source. See{@
|
|
7708
|
+
"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/}."
|
|
7716
7709
|
},
|
|
7717
7710
|
"spatialReference": {
|
|
7718
7711
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -7781,7 +7774,7 @@
|
|
|
7781
7774
|
},
|
|
7782
7775
|
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
7783
7776
|
"additionalProperties": false,
|
|
7784
|
-
"description": "Time info if the layer/table supports querying and exporting maps based on time. See{@
|
|
7777
|
+
"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/}.",
|
|
7785
7778
|
"properties": {
|
|
7786
7779
|
"endTimeField": {
|
|
7787
7780
|
"description": "The name of the attribute field that contains the end time information.",
|
|
@@ -7823,7 +7816,7 @@
|
|
|
7823
7816
|
},
|
|
7824
7817
|
"timeReference": {
|
|
7825
7818
|
"$ref": "__type",
|
|
7826
|
-
"description": "Defines information about daylight savings time and the time zone in which data was collected. See{@
|
|
7819
|
+
"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/}."
|
|
7827
7820
|
},
|
|
7828
7821
|
"trackIdField": {
|
|
7829
7822
|
"description": "The field that contains the trackId.",
|
|
@@ -7900,7 +7893,7 @@
|
|
|
7900
7893
|
},
|
|
7901
7894
|
"esri.rest-api.LineSymbol3D.LineSymbol3D": {
|
|
7902
7895
|
"additionalProperties": false,
|
|
7903
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See{@
|
|
7896
|
+
"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/}.",
|
|
7904
7897
|
"properties": {
|
|
7905
7898
|
"symbolLayers": {
|
|
7906
7899
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -7917,7 +7910,7 @@
|
|
|
7917
7910
|
"type": "array"
|
|
7918
7911
|
},
|
|
7919
7912
|
"type": {
|
|
7920
|
-
"description": "The type of symbol. See{@
|
|
7913
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
7921
7914
|
"enum": [
|
|
7922
7915
|
"LineSymbol3D"
|
|
7923
7916
|
],
|
|
@@ -7932,7 +7925,7 @@
|
|
|
7932
7925
|
},
|
|
7933
7926
|
"esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
|
|
7934
7927
|
"additionalProperties": false,
|
|
7935
|
-
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See{@
|
|
7928
|
+
"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/}.",
|
|
7936
7929
|
"properties": {
|
|
7937
7930
|
"enable": {
|
|
7938
7931
|
"description": "Type: Boolean.",
|
|
@@ -7947,7 +7940,7 @@
|
|
|
7947
7940
|
"type": "number"
|
|
7948
7941
|
},
|
|
7949
7942
|
"type": {
|
|
7950
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
7943
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
7951
7944
|
"enum": [
|
|
7952
7945
|
"Line"
|
|
7953
7946
|
],
|
|
@@ -7961,7 +7954,7 @@
|
|
|
7961
7954
|
},
|
|
7962
7955
|
"esri.rest-api.LocationInfo.LocationInfo": {
|
|
7963
7956
|
"additionalProperties": false,
|
|
7964
|
-
"description": "Defines how location information will be retrieved from a CSV file referenced through the web. See{@
|
|
7957
|
+
"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/}.",
|
|
7965
7958
|
"properties": {
|
|
7966
7959
|
"latitudeFieldName": {
|
|
7967
7960
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -7980,7 +7973,7 @@
|
|
|
7980
7973
|
},
|
|
7981
7974
|
"esri.rest-api.MapServiceLayer.MapServiceLayer": {
|
|
7982
7975
|
"additionalProperties": false,
|
|
7983
|
-
"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{@
|
|
7976
|
+
"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/}.",
|
|
7984
7977
|
"properties": {
|
|
7985
7978
|
"blendMode": {
|
|
7986
7979
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8021,7 +8014,7 @@
|
|
|
8021
8014
|
},
|
|
8022
8015
|
"listMode": {
|
|
8023
8016
|
"$ref": "esri.ListMode",
|
|
8024
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8017
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8025
8018
|
},
|
|
8026
8019
|
"maxScale": {
|
|
8027
8020
|
"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.",
|
|
@@ -8036,7 +8029,7 @@
|
|
|
8036
8029
|
"type": "number"
|
|
8037
8030
|
},
|
|
8038
8031
|
"refreshInterval": {
|
|
8039
|
-
"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{@
|
|
8032
|
+
"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}.",
|
|
8040
8033
|
"type": "number"
|
|
8041
8034
|
},
|
|
8042
8035
|
"showLegend": {
|
|
@@ -8052,7 +8045,7 @@
|
|
|
8052
8045
|
"type": "string"
|
|
8053
8046
|
},
|
|
8054
8047
|
"type": {
|
|
8055
|
-
"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{@
|
|
8048
|
+
"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}.",
|
|
8056
8049
|
"enum": [
|
|
8057
8050
|
"BingMapsAerial",
|
|
8058
8051
|
"BingMapsHybrid",
|
|
@@ -8107,7 +8100,7 @@
|
|
|
8107
8100
|
"type": "string"
|
|
8108
8101
|
},
|
|
8109
8102
|
"type": {
|
|
8110
|
-
"description": "Defines the type of media. One of the{@
|
|
8103
|
+
"description": "Defines the type of media. One of the {@link MediaType} constants.",
|
|
8111
8104
|
"type": "string"
|
|
8112
8105
|
},
|
|
8113
8106
|
"value": {
|
|
@@ -8119,7 +8112,7 @@
|
|
|
8119
8112
|
},
|
|
8120
8113
|
"esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
|
|
8121
8114
|
"additionalProperties": false,
|
|
8122
|
-
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See{@
|
|
8115
|
+
"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/}.",
|
|
8123
8116
|
"properties": {
|
|
8124
8117
|
"symbolLayers": {
|
|
8125
8118
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -8129,7 +8122,7 @@
|
|
|
8129
8122
|
"type": "array"
|
|
8130
8123
|
},
|
|
8131
8124
|
"type": {
|
|
8132
|
-
"description": "The type of symbol. See{@
|
|
8125
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
8133
8126
|
"enum": [
|
|
8134
8127
|
"MeshSymbol3D"
|
|
8135
8128
|
],
|
|
@@ -8171,7 +8164,7 @@
|
|
|
8171
8164
|
},
|
|
8172
8165
|
"esri.rest-api.MosaicRule.MosaicRule": {
|
|
8173
8166
|
"additionalProperties": false,
|
|
8174
|
-
"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{@
|
|
8167
|
+
"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/}.",
|
|
8175
8168
|
"properties": {
|
|
8176
8169
|
"ascending": {
|
|
8177
8170
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -8197,11 +8190,11 @@
|
|
|
8197
8190
|
},
|
|
8198
8191
|
"mosaicMethod": {
|
|
8199
8192
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
|
|
8200
|
-
"description": "The mosaic method determines how the selected rasters are ordered. See{@
|
|
8193
|
+
"description": "The mosaic method determines how the selected rasters are ordered. See {@link MosaicMethodType}."
|
|
8201
8194
|
},
|
|
8202
8195
|
"mosaicOperation": {
|
|
8203
8196
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
8204
|
-
"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{@
|
|
8197
|
+
"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}."
|
|
8205
8198
|
},
|
|
8206
8199
|
"multidimensionalDefinition": {
|
|
8207
8200
|
"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/.",
|
|
@@ -8234,7 +8227,7 @@
|
|
|
8234
8227
|
},
|
|
8235
8228
|
"esri.rest-api.Multipoint.Multipoint": {
|
|
8236
8229
|
"additionalProperties": false,
|
|
8237
|
-
"description": "Contains an array of points, along with a spatial reference field. See{@
|
|
8230
|
+
"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/}.",
|
|
8238
8231
|
"properties": {
|
|
8239
8232
|
"hasM": {
|
|
8240
8233
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -8266,7 +8259,7 @@
|
|
|
8266
8259
|
},
|
|
8267
8260
|
"esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
|
|
8268
8261
|
"additionalProperties": false,
|
|
8269
|
-
"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{@
|
|
8262
|
+
"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/}.",
|
|
8270
8263
|
"properties": {
|
|
8271
8264
|
"anchor": {
|
|
8272
8265
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -8301,7 +8294,7 @@
|
|
|
8301
8294
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
8302
8295
|
},
|
|
8303
8296
|
"type": {
|
|
8304
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
8297
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
8305
8298
|
"enum": [
|
|
8306
8299
|
"Object"
|
|
8307
8300
|
],
|
|
@@ -8319,7 +8312,7 @@
|
|
|
8319
8312
|
},
|
|
8320
8313
|
"esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
|
|
8321
8314
|
"additionalProperties": false,
|
|
8322
|
-
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See{@
|
|
8315
|
+
"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/}.",
|
|
8323
8316
|
"properties": {
|
|
8324
8317
|
"material": {
|
|
8325
8318
|
"$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
|
|
@@ -8330,7 +8323,7 @@
|
|
|
8330
8323
|
"type": "number"
|
|
8331
8324
|
},
|
|
8332
8325
|
"type": {
|
|
8333
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
8326
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
8334
8327
|
"enum": [
|
|
8335
8328
|
"Path"
|
|
8336
8329
|
],
|
|
@@ -8348,7 +8341,7 @@
|
|
|
8348
8341
|
},
|
|
8349
8342
|
"esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
|
|
8350
8343
|
"additionalProperties": false,
|
|
8351
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries. See{@
|
|
8344
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
8352
8345
|
"properties": {
|
|
8353
8346
|
"angle": {
|
|
8354
8347
|
"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.",
|
|
@@ -8371,7 +8364,7 @@
|
|
|
8371
8364
|
"description": "Sets the outline of the symbol."
|
|
8372
8365
|
},
|
|
8373
8366
|
"type": {
|
|
8374
|
-
"description": "The type of symbol. See{@
|
|
8367
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
8375
8368
|
"enum": [
|
|
8376
8369
|
"esriPFS"
|
|
8377
8370
|
],
|
|
@@ -8409,7 +8402,7 @@
|
|
|
8409
8402
|
},
|
|
8410
8403
|
"esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
8411
8404
|
"additionalProperties": false,
|
|
8412
|
-
"description": "Picture marker symbols can be used to symbolize point geometries. See{@
|
|
8405
|
+
"description": "Picture marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
8413
8406
|
"properties": {
|
|
8414
8407
|
"angle": {
|
|
8415
8408
|
"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.",
|
|
@@ -8428,7 +8421,7 @@
|
|
|
8428
8421
|
"type": "string"
|
|
8429
8422
|
},
|
|
8430
8423
|
"type": {
|
|
8431
|
-
"description": "The type of symbol. See{@
|
|
8424
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
8432
8425
|
"enum": [
|
|
8433
8426
|
"esriPMS"
|
|
8434
8427
|
],
|
|
@@ -8458,7 +8451,7 @@
|
|
|
8458
8451
|
},
|
|
8459
8452
|
"esri.rest-api.Point.Point": {
|
|
8460
8453
|
"additionalProperties": false,
|
|
8461
|
-
"description": "Defines the JSON formats of the point and spatial reference objects. See{@
|
|
8454
|
+
"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/}.",
|
|
8462
8455
|
"properties": {
|
|
8463
8456
|
"m": {
|
|
8464
8457
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -8498,7 +8491,7 @@
|
|
|
8498
8491
|
},
|
|
8499
8492
|
"esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
|
|
8500
8493
|
"additionalProperties": false,
|
|
8501
|
-
"description": "Filters points based on the value of the specified bitfield attribute. See{@
|
|
8494
|
+
"description": "Filters points based on the value of the specified bitfield attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
8502
8495
|
"properties": {
|
|
8503
8496
|
"field": {
|
|
8504
8497
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -8533,7 +8526,7 @@
|
|
|
8533
8526
|
},
|
|
8534
8527
|
"esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
|
|
8535
8528
|
"additionalProperties": false,
|
|
8536
|
-
"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{@
|
|
8529
|
+
"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/}.",
|
|
8537
8530
|
"properties": {
|
|
8538
8531
|
"authoringInfo": {
|
|
8539
8532
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8548,7 +8541,7 @@
|
|
|
8548
8541
|
},
|
|
8549
8542
|
"colorModulation": {
|
|
8550
8543
|
"$ref": "__type",
|
|
8551
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
8544
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
8552
8545
|
},
|
|
8553
8546
|
"field": {
|
|
8554
8547
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -8586,10 +8579,10 @@
|
|
|
8586
8579
|
},
|
|
8587
8580
|
"rotationType": {
|
|
8588
8581
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8589
|
-
"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{@
|
|
8582
|
+
"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}."
|
|
8590
8583
|
},
|
|
8591
8584
|
"type": {
|
|
8592
|
-
"description": "The type of renderer. See{@
|
|
8585
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
8593
8586
|
"enum": [
|
|
8594
8587
|
"pointCloudClassBreaksRenderer"
|
|
8595
8588
|
],
|
|
@@ -8598,8 +8591,7 @@
|
|
|
8598
8591
|
"visualVariables": {
|
|
8599
8592
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8600
8593
|
"items": {
|
|
8601
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8602
|
-
"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/}."
|
|
8594
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8603
8595
|
},
|
|
8604
8596
|
"type": "array"
|
|
8605
8597
|
}
|
|
@@ -8611,7 +8603,7 @@
|
|
|
8611
8603
|
},
|
|
8612
8604
|
"esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
|
|
8613
8605
|
"additionalProperties": false,
|
|
8614
|
-
"description": "Render points with fixed real world or screen space size. See{@
|
|
8606
|
+
"description": "Render points with fixed real world or screen space size. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
8615
8607
|
"properties": {
|
|
8616
8608
|
"size": {
|
|
8617
8609
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -8636,7 +8628,7 @@
|
|
|
8636
8628
|
},
|
|
8637
8629
|
"esri.rest-api.PointCloudLayer.PointCloudLayer": {
|
|
8638
8630
|
"additionalProperties": false,
|
|
8639
|
-
"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{@
|
|
8631
|
+
"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/}.",
|
|
8640
8632
|
"properties": {
|
|
8641
8633
|
"blendMode": {
|
|
8642
8634
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8667,7 +8659,7 @@
|
|
|
8667
8659
|
},
|
|
8668
8660
|
"listMode": {
|
|
8669
8661
|
"$ref": "esri.ListMode",
|
|
8670
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8662
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8671
8663
|
},
|
|
8672
8664
|
"maxScale": {
|
|
8673
8665
|
"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.",
|
|
@@ -8686,7 +8678,7 @@
|
|
|
8686
8678
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
8687
8679
|
},
|
|
8688
8680
|
"refreshInterval": {
|
|
8689
|
-
"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{@
|
|
8681
|
+
"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}.",
|
|
8690
8682
|
"type": "number"
|
|
8691
8683
|
},
|
|
8692
8684
|
"showLegend": {
|
|
@@ -8698,7 +8690,7 @@
|
|
|
8698
8690
|
"type": "string"
|
|
8699
8691
|
},
|
|
8700
8692
|
"type": {
|
|
8701
|
-
"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{@
|
|
8693
|
+
"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}.",
|
|
8702
8694
|
"enum": [
|
|
8703
8695
|
"BingMapsAerial",
|
|
8704
8696
|
"BingMapsHybrid",
|
|
@@ -8727,7 +8719,7 @@
|
|
|
8727
8719
|
},
|
|
8728
8720
|
"esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
|
|
8729
8721
|
"additionalProperties": false,
|
|
8730
|
-
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See{@
|
|
8722
|
+
"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/}.",
|
|
8731
8723
|
"properties": {
|
|
8732
8724
|
"authoringInfo": {
|
|
8733
8725
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8735,7 +8727,7 @@
|
|
|
8735
8727
|
},
|
|
8736
8728
|
"colorModulation": {
|
|
8737
8729
|
"$ref": "__type",
|
|
8738
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
8730
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
8739
8731
|
},
|
|
8740
8732
|
"field": {
|
|
8741
8733
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -8773,10 +8765,10 @@
|
|
|
8773
8765
|
},
|
|
8774
8766
|
"rotationType": {
|
|
8775
8767
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8776
|
-
"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{@
|
|
8768
|
+
"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}."
|
|
8777
8769
|
},
|
|
8778
8770
|
"type": {
|
|
8779
|
-
"description": "The type of renderer. See{@
|
|
8771
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
8780
8772
|
"enum": [
|
|
8781
8773
|
"pointCloudRGBRenderer"
|
|
8782
8774
|
],
|
|
@@ -8785,8 +8777,7 @@
|
|
|
8785
8777
|
"visualVariables": {
|
|
8786
8778
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8787
8779
|
"items": {
|
|
8788
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8789
|
-
"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/}."
|
|
8780
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8790
8781
|
},
|
|
8791
8782
|
"type": "array"
|
|
8792
8783
|
}
|
|
@@ -8798,7 +8789,7 @@
|
|
|
8798
8789
|
},
|
|
8799
8790
|
"esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
|
|
8800
8791
|
"additionalProperties": false,
|
|
8801
|
-
"description": "Filters points based on the value of the return number/return count. See{@
|
|
8792
|
+
"description": "Filters points based on the value of the return number/return count. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
8802
8793
|
"properties": {
|
|
8803
8794
|
"field": {
|
|
8804
8795
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -8826,7 +8817,7 @@
|
|
|
8826
8817
|
},
|
|
8827
8818
|
"esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
|
|
8828
8819
|
"additionalProperties": false,
|
|
8829
|
-
"description": "Render points using sizes depending on point density. See{@
|
|
8820
|
+
"description": "Render points using sizes depending on point density. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
8830
8821
|
"properties": {
|
|
8831
8822
|
"minSize": {
|
|
8832
8823
|
"description": "Minimum display space point size in points.",
|
|
@@ -8851,7 +8842,7 @@
|
|
|
8851
8842
|
},
|
|
8852
8843
|
"esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
|
|
8853
8844
|
"additionalProperties": false,
|
|
8854
|
-
"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{@
|
|
8845
|
+
"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/}.",
|
|
8855
8846
|
"properties": {
|
|
8856
8847
|
"authoringInfo": {
|
|
8857
8848
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8859,7 +8850,7 @@
|
|
|
8859
8850
|
},
|
|
8860
8851
|
"colorModulation": {
|
|
8861
8852
|
"$ref": "__type",
|
|
8862
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
8853
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
8863
8854
|
},
|
|
8864
8855
|
"field": {
|
|
8865
8856
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -8897,10 +8888,10 @@
|
|
|
8897
8888
|
},
|
|
8898
8889
|
"rotationType": {
|
|
8899
8890
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8900
|
-
"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{@
|
|
8891
|
+
"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}."
|
|
8901
8892
|
},
|
|
8902
8893
|
"type": {
|
|
8903
|
-
"description": "The type of renderer. See{@
|
|
8894
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
8904
8895
|
"enum": [
|
|
8905
8896
|
"pointCloudStretchRenderer"
|
|
8906
8897
|
],
|
|
@@ -8909,8 +8900,7 @@
|
|
|
8909
8900
|
"visualVariables": {
|
|
8910
8901
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8911
8902
|
"items": {
|
|
8912
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8913
|
-
"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/}."
|
|
8903
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8914
8904
|
},
|
|
8915
8905
|
"type": "array"
|
|
8916
8906
|
}
|
|
@@ -8922,7 +8912,7 @@
|
|
|
8922
8912
|
},
|
|
8923
8913
|
"esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
|
|
8924
8914
|
"additionalProperties": false,
|
|
8925
|
-
"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{@
|
|
8915
|
+
"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/}.",
|
|
8926
8916
|
"properties": {
|
|
8927
8917
|
"authoringInfo": {
|
|
8928
8918
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8930,7 +8920,7 @@
|
|
|
8930
8920
|
},
|
|
8931
8921
|
"colorModulation": {
|
|
8932
8922
|
"$ref": "__type",
|
|
8933
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
8923
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
8934
8924
|
},
|
|
8935
8925
|
"colorUniqueValueInfos": {
|
|
8936
8926
|
"description": "Unique value infos.",
|
|
@@ -8975,10 +8965,10 @@
|
|
|
8975
8965
|
},
|
|
8976
8966
|
"rotationType": {
|
|
8977
8967
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8978
|
-
"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{@
|
|
8968
|
+
"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}."
|
|
8979
8969
|
},
|
|
8980
8970
|
"type": {
|
|
8981
|
-
"description": "The type of renderer. See{@
|
|
8971
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
8982
8972
|
"enum": [
|
|
8983
8973
|
"pointCloudUniqueValueRenderer"
|
|
8984
8974
|
],
|
|
@@ -8987,8 +8977,7 @@
|
|
|
8987
8977
|
"visualVariables": {
|
|
8988
8978
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8989
8979
|
"items": {
|
|
8990
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8991
|
-
"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/}."
|
|
8980
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8992
8981
|
},
|
|
8993
8982
|
"type": "array"
|
|
8994
8983
|
}
|
|
@@ -9000,7 +8989,7 @@
|
|
|
9000
8989
|
},
|
|
9001
8990
|
"esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
|
|
9002
8991
|
"additionalProperties": false,
|
|
9003
|
-
"description": "Filters points based on the value of an specified attribute. See{@
|
|
8992
|
+
"description": "Filters points based on the value of an specified attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
9004
8993
|
"properties": {
|
|
9005
8994
|
"field": {
|
|
9006
8995
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -9032,7 +9021,7 @@
|
|
|
9032
9021
|
},
|
|
9033
9022
|
"esri.rest-api.PointSymbol3D.PointSymbol3D": {
|
|
9034
9023
|
"additionalProperties": false,
|
|
9035
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See{@
|
|
9024
|
+
"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/}.",
|
|
9036
9025
|
"properties": {
|
|
9037
9026
|
"callout": {
|
|
9038
9027
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -9040,7 +9029,7 @@
|
|
|
9040
9029
|
},
|
|
9041
9030
|
"styleOrigin": {
|
|
9042
9031
|
"$ref": "__type",
|
|
9043
|
-
"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{@
|
|
9032
|
+
"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/}."
|
|
9044
9033
|
},
|
|
9045
9034
|
"symbolLayers": {
|
|
9046
9035
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -9057,7 +9046,7 @@
|
|
|
9057
9046
|
"type": "array"
|
|
9058
9047
|
},
|
|
9059
9048
|
"type": {
|
|
9060
|
-
"description": "The type of symbol. See{@
|
|
9049
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
9061
9050
|
"enum": [
|
|
9062
9051
|
"PointSymbol3D"
|
|
9063
9052
|
],
|
|
@@ -9076,7 +9065,7 @@
|
|
|
9076
9065
|
},
|
|
9077
9066
|
"esri.rest-api.Polygon.Polygon": {
|
|
9078
9067
|
"additionalProperties": false,
|
|
9079
|
-
"description": "A polygon contains an array of rings and a spatial reference. See{@
|
|
9068
|
+
"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/}.",
|
|
9080
9069
|
"properties": {
|
|
9081
9070
|
"hasM": {
|
|
9082
9071
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -9111,7 +9100,7 @@
|
|
|
9111
9100
|
},
|
|
9112
9101
|
"esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
|
|
9113
9102
|
"additionalProperties": false,
|
|
9114
|
-
"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{@
|
|
9103
|
+
"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/}.",
|
|
9115
9104
|
"properties": {
|
|
9116
9105
|
"symbolLayers": {
|
|
9117
9106
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -9131,7 +9120,7 @@
|
|
|
9131
9120
|
"type": "array"
|
|
9132
9121
|
},
|
|
9133
9122
|
"type": {
|
|
9134
|
-
"description": "The type of symbol. See{@
|
|
9123
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
9135
9124
|
"enum": [
|
|
9136
9125
|
"PolygonSymbol3D"
|
|
9137
9126
|
],
|
|
@@ -9146,7 +9135,7 @@
|
|
|
9146
9135
|
},
|
|
9147
9136
|
"esri.rest-api.Polyline.Polyline": {
|
|
9148
9137
|
"additionalProperties": false,
|
|
9149
|
-
"description": "Contains an array of paths and a spatialReference. See{@
|
|
9138
|
+
"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/}.",
|
|
9150
9139
|
"properties": {
|
|
9151
9140
|
"hasM": {
|
|
9152
9141
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -9189,7 +9178,7 @@
|
|
|
9189
9178
|
},
|
|
9190
9179
|
"esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
|
|
9191
9180
|
"additionalProperties": false,
|
|
9192
|
-
"description": "Arcade expression added to the pop-up. See{@
|
|
9181
|
+
"description": "Arcade expression added to the pop-up. See {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
9193
9182
|
"properties": {
|
|
9194
9183
|
"expression": {
|
|
9195
9184
|
"description": "The Arcade expression.",
|
|
@@ -9212,7 +9201,7 @@
|
|
|
9212
9201
|
},
|
|
9213
9202
|
"esri.rest-api.PopupInfo.OrderByFields": {
|
|
9214
9203
|
"additionalProperties": false,
|
|
9215
|
-
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See{@
|
|
9204
|
+
"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/}.",
|
|
9216
9205
|
"properties": {
|
|
9217
9206
|
"field": {
|
|
9218
9207
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -9316,7 +9305,7 @@
|
|
|
9316
9305
|
"type": "array"
|
|
9317
9306
|
},
|
|
9318
9307
|
"fieldInfos": {
|
|
9319
|
-
"description": "An array of{@
|
|
9308
|
+
"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.",
|
|
9320
9309
|
"items": {
|
|
9321
9310
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
9322
9311
|
},
|
|
@@ -9353,7 +9342,7 @@
|
|
|
9353
9342
|
},
|
|
9354
9343
|
"esri.rest-api.PopupInfo.RelatedRecordsInfo": {
|
|
9355
9344
|
"additionalProperties": false,
|
|
9356
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See{@
|
|
9345
|
+
"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/}.",
|
|
9357
9346
|
"properties": {
|
|
9358
9347
|
"orderByFields": {
|
|
9359
9348
|
"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.",
|
|
@@ -9374,7 +9363,7 @@
|
|
|
9374
9363
|
},
|
|
9375
9364
|
"esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
|
|
9376
9365
|
"additionalProperties": false,
|
|
9377
|
-
"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{@
|
|
9366
|
+
"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/}.",
|
|
9378
9367
|
"properties": {
|
|
9379
9368
|
"authoringInfo": {
|
|
9380
9369
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9398,10 +9387,10 @@
|
|
|
9398
9387
|
},
|
|
9399
9388
|
"rotationType": {
|
|
9400
9389
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9401
|
-
"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{@
|
|
9390
|
+
"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}."
|
|
9402
9391
|
},
|
|
9403
9392
|
"type": {
|
|
9404
|
-
"description": "The type of renderer. See{@
|
|
9393
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
9405
9394
|
"enum": [
|
|
9406
9395
|
"predominance"
|
|
9407
9396
|
],
|
|
@@ -9417,8 +9406,7 @@
|
|
|
9417
9406
|
"visualVariables": {
|
|
9418
9407
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9419
9408
|
"items": {
|
|
9420
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9421
|
-
"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/}."
|
|
9409
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9422
9410
|
},
|
|
9423
9411
|
"type": "array"
|
|
9424
9412
|
}
|
|
@@ -9432,7 +9420,7 @@
|
|
|
9432
9420
|
},
|
|
9433
9421
|
"esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
|
|
9434
9422
|
"additionalProperties": false,
|
|
9435
|
-
"description": "Query table data source is a layer/table that is defined by a SQL query. See{@
|
|
9423
|
+
"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/}.",
|
|
9436
9424
|
"properties": {
|
|
9437
9425
|
"geometryType": {
|
|
9438
9426
|
"description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
|
|
@@ -9457,7 +9445,7 @@
|
|
|
9457
9445
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
9458
9446
|
},
|
|
9459
9447
|
"type": {
|
|
9460
|
-
"description": "Type of the DataSource. See{@
|
|
9448
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
9461
9449
|
"enum": [
|
|
9462
9450
|
"queryTable"
|
|
9463
9451
|
],
|
|
@@ -9475,7 +9463,7 @@
|
|
|
9475
9463
|
},
|
|
9476
9464
|
"esri.rest-api.RangeDomain.RangeDomain": {
|
|
9477
9465
|
"additionalProperties": false,
|
|
9478
|
-
"description": "Range domain specifies a range of valid values for a field. See{@
|
|
9466
|
+
"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/}.",
|
|
9479
9467
|
"properties": {
|
|
9480
9468
|
"name": {
|
|
9481
9469
|
"description": "The name of the domain.",
|
|
@@ -9489,7 +9477,7 @@
|
|
|
9489
9477
|
"type": "array"
|
|
9490
9478
|
},
|
|
9491
9479
|
"type": {
|
|
9492
|
-
"description": "Type of domain. See{@
|
|
9480
|
+
"description": "Type of domain. See {@link portal /Domain!DomainType}.",
|
|
9493
9481
|
"enum": [
|
|
9494
9482
|
"range"
|
|
9495
9483
|
],
|
|
@@ -9505,7 +9493,7 @@
|
|
|
9505
9493
|
},
|
|
9506
9494
|
"esri.rest-api.RangeInfo.RangeInfo": {
|
|
9507
9495
|
"additionalProperties": false,
|
|
9508
|
-
"description": "Range Information. See{@
|
|
9496
|
+
"description": "Range Information. See {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
9509
9497
|
"properties": {
|
|
9510
9498
|
"currentRangeExtent": {
|
|
9511
9499
|
"description": "Contains the min and max values within which the features are visible.",
|
|
@@ -9558,14 +9546,14 @@
|
|
|
9558
9546
|
},
|
|
9559
9547
|
"esri.rest-api.RasterDataSource.RasterDataSource": {
|
|
9560
9548
|
"additionalProperties": false,
|
|
9561
|
-
"description": "Raster data source is a file-based raster that resides in a registered raster workspace. See{@
|
|
9549
|
+
"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/}.",
|
|
9562
9550
|
"properties": {
|
|
9563
9551
|
"dataSourceName": {
|
|
9564
9552
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
9565
9553
|
"type": "string"
|
|
9566
9554
|
},
|
|
9567
9555
|
"type": {
|
|
9568
|
-
"description": "Type of the DataSource. See{@
|
|
9556
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
9569
9557
|
"enum": [
|
|
9570
9558
|
"raster"
|
|
9571
9559
|
],
|
|
@@ -9583,11 +9571,11 @@
|
|
|
9583
9571
|
},
|
|
9584
9572
|
"esri.rest-api.Renderer.AuthoringInfo": {
|
|
9585
9573
|
"additionalProperties": false,
|
|
9586
|
-
"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{@
|
|
9574
|
+
"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/}.",
|
|
9587
9575
|
"properties": {
|
|
9588
9576
|
"classificationMethod": {
|
|
9589
9577
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
9590
|
-
"description": "Used for classed color or size. The default value is esriClassifyManual. See{@
|
|
9578
|
+
"description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
|
|
9591
9579
|
},
|
|
9592
9580
|
"colorRamp": {
|
|
9593
9581
|
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
|
|
@@ -9607,7 +9595,7 @@
|
|
|
9607
9595
|
},
|
|
9608
9596
|
"type": {
|
|
9609
9597
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
|
|
9610
|
-
"description": "In case of classed renderers this is set to either classedSize or classedColor. See{@
|
|
9598
|
+
"description": "In case of classed renderers this is set to either classedSize or classedColor. See {@link AuthoringInfoType}."
|
|
9611
9599
|
},
|
|
9612
9600
|
"visualVariables": {
|
|
9613
9601
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
@@ -9638,7 +9626,7 @@
|
|
|
9638
9626
|
},
|
|
9639
9627
|
"esri.rest-api.Renderer.ColorRamp": {
|
|
9640
9628
|
"additionalProperties": false,
|
|
9641
|
-
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See{@
|
|
9629
|
+
"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/}.",
|
|
9642
9630
|
"properties": {
|
|
9643
9631
|
"algorithm": {
|
|
9644
9632
|
"description": "Algorithm used for calculating the ramp.",
|
|
@@ -9781,14 +9769,14 @@
|
|
|
9781
9769
|
},
|
|
9782
9770
|
"esri.rest-api.RenderingRule.RenderingRule": {
|
|
9783
9771
|
"additionalProperties": false,
|
|
9784
|
-
"description": "Specifies the rendering rule for how the requested image should be rendered. See{@
|
|
9772
|
+
"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/}.",
|
|
9785
9773
|
"properties": {
|
|
9786
9774
|
"outputPixelType": {
|
|
9787
9775
|
"$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
|
|
9788
|
-
"description": "Defines the pixel type of the output image. See{@
|
|
9776
|
+
"description": "Defines the pixel type of the output image. See {@link PixelType}."
|
|
9789
9777
|
},
|
|
9790
9778
|
"rasterFunction": {
|
|
9791
|
-
"description": "The raster function name identifies the processing or rendering to be performed. See{@
|
|
9779
|
+
"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/}.",
|
|
9792
9780
|
"type": "string"
|
|
9793
9781
|
},
|
|
9794
9782
|
"rasterFunctionArguments": {
|
|
@@ -9803,7 +9791,7 @@
|
|
|
9803
9791
|
},
|
|
9804
9792
|
"esri.rest-api.SceneLayer.SceneLayer": {
|
|
9805
9793
|
"additionalProperties": false,
|
|
9806
|
-
"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{@
|
|
9794
|
+
"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/}.",
|
|
9807
9795
|
"properties": {
|
|
9808
9796
|
"blendMode": {
|
|
9809
9797
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9838,7 +9826,7 @@
|
|
|
9838
9826
|
},
|
|
9839
9827
|
"listMode": {
|
|
9840
9828
|
"$ref": "esri.ListMode",
|
|
9841
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9829
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9842
9830
|
},
|
|
9843
9831
|
"maxScale": {
|
|
9844
9832
|
"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.",
|
|
@@ -9857,7 +9845,7 @@
|
|
|
9857
9845
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
9858
9846
|
},
|
|
9859
9847
|
"refreshInterval": {
|
|
9860
|
-
"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{@
|
|
9848
|
+
"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}.",
|
|
9861
9849
|
"type": "number"
|
|
9862
9850
|
},
|
|
9863
9851
|
"screenSizePerspective": {
|
|
@@ -9877,7 +9865,7 @@
|
|
|
9877
9865
|
"type": "string"
|
|
9878
9866
|
},
|
|
9879
9867
|
"type": {
|
|
9880
|
-
"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{@
|
|
9868
|
+
"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}.",
|
|
9881
9869
|
"enum": [
|
|
9882
9870
|
"BingMapsAerial",
|
|
9883
9871
|
"BingMapsHybrid",
|
|
@@ -9920,7 +9908,7 @@
|
|
|
9920
9908
|
},
|
|
9921
9909
|
"esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
|
|
9922
9910
|
"additionalProperties": false,
|
|
9923
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries. See{@
|
|
9911
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
9924
9912
|
"properties": {
|
|
9925
9913
|
"color": {
|
|
9926
9914
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -9932,10 +9920,10 @@
|
|
|
9932
9920
|
},
|
|
9933
9921
|
"style": {
|
|
9934
9922
|
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
|
|
9935
|
-
"description": "The fill style. See{@
|
|
9923
|
+
"description": "The fill style. See {@link SimpleFillStyle}."
|
|
9936
9924
|
},
|
|
9937
9925
|
"type": {
|
|
9938
|
-
"description": "The type of symbol. See{@
|
|
9926
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
9939
9927
|
"enum": [
|
|
9940
9928
|
"esriSFS"
|
|
9941
9929
|
],
|
|
@@ -9961,7 +9949,7 @@
|
|
|
9961
9949
|
},
|
|
9962
9950
|
"esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
|
|
9963
9951
|
"additionalProperties": false,
|
|
9964
|
-
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See{@
|
|
9952
|
+
"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/}.",
|
|
9965
9953
|
"properties": {
|
|
9966
9954
|
"color": {
|
|
9967
9955
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -9969,10 +9957,10 @@
|
|
|
9969
9957
|
},
|
|
9970
9958
|
"style": {
|
|
9971
9959
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
|
|
9972
|
-
"description": "The line style. See{@
|
|
9960
|
+
"description": "The line style. See {@link SimpleLineStyle}."
|
|
9973
9961
|
},
|
|
9974
9962
|
"type": {
|
|
9975
|
-
"description": "The type of symbol. See{@
|
|
9963
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
9976
9964
|
"enum": [
|
|
9977
9965
|
"esriSLS"
|
|
9978
9966
|
],
|
|
@@ -10003,7 +9991,7 @@
|
|
|
10003
9991
|
},
|
|
10004
9992
|
"esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
10005
9993
|
"additionalProperties": false,
|
|
10006
|
-
"description": "Simple marker symbols can be used to symbolize point geometries. See{@
|
|
9994
|
+
"description": "Simple marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
10007
9995
|
"properties": {
|
|
10008
9996
|
"angle": {
|
|
10009
9997
|
"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.",
|
|
@@ -10023,10 +10011,10 @@
|
|
|
10023
10011
|
},
|
|
10024
10012
|
"style": {
|
|
10025
10013
|
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
|
|
10026
|
-
"description": "The marker style. See{@
|
|
10014
|
+
"description": "The marker style. See {@link SimpleMarkerStyle}."
|
|
10027
10015
|
},
|
|
10028
10016
|
"type": {
|
|
10029
|
-
"description": "The type of symbol. See{@
|
|
10017
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
10030
10018
|
"enum": [
|
|
10031
10019
|
"esriSMS"
|
|
10032
10020
|
],
|
|
@@ -10048,7 +10036,7 @@
|
|
|
10048
10036
|
},
|
|
10049
10037
|
"esri.rest-api.SimpleRenderer.SimpleRenderer": {
|
|
10050
10038
|
"additionalProperties": false,
|
|
10051
|
-
"description": "A simple renderer is a renderer that uses one symbol only. See{@
|
|
10039
|
+
"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/}.",
|
|
10052
10040
|
"properties": {
|
|
10053
10041
|
"authoringInfo": {
|
|
10054
10042
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10068,7 +10056,7 @@
|
|
|
10068
10056
|
},
|
|
10069
10057
|
"rotationType": {
|
|
10070
10058
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10071
|
-
"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{@
|
|
10059
|
+
"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}."
|
|
10072
10060
|
},
|
|
10073
10061
|
"symbol": {
|
|
10074
10062
|
"anyOf": [
|
|
@@ -10115,7 +10103,7 @@
|
|
|
10115
10103
|
"description": "An object that represents how all features will be drawn."
|
|
10116
10104
|
},
|
|
10117
10105
|
"type": {
|
|
10118
|
-
"description": "The type of renderer. See{@
|
|
10106
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
10119
10107
|
"enum": [
|
|
10120
10108
|
"simple"
|
|
10121
10109
|
],
|
|
@@ -10124,8 +10112,7 @@
|
|
|
10124
10112
|
"visualVariables": {
|
|
10125
10113
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10126
10114
|
"items": {
|
|
10127
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
10128
|
-
"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/}."
|
|
10115
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
10129
10116
|
},
|
|
10130
10117
|
"type": "array"
|
|
10131
10118
|
}
|
|
@@ -10138,7 +10125,7 @@
|
|
|
10138
10125
|
},
|
|
10139
10126
|
"esri.rest-api.SpatialReference.SpatialReference": {
|
|
10140
10127
|
"additionalProperties": false,
|
|
10141
|
-
"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{@
|
|
10128
|
+
"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/}.",
|
|
10142
10129
|
"properties": {
|
|
10143
10130
|
"latestVcsWkid": {
|
|
10144
10131
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -10165,7 +10152,7 @@
|
|
|
10165
10152
|
},
|
|
10166
10153
|
"esri.rest-api.StreamLayer.StreamLayer": {
|
|
10167
10154
|
"additionalProperties": false,
|
|
10168
|
-
"description": "A stream layer in a web map. See{@
|
|
10155
|
+
"description": "A stream layer in a web map. See {@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
|
|
10169
10156
|
"properties": {
|
|
10170
10157
|
"blendMode": {
|
|
10171
10158
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10223,7 +10210,7 @@
|
|
|
10223
10210
|
},
|
|
10224
10211
|
"listMode": {
|
|
10225
10212
|
"$ref": "esri.ListMode",
|
|
10226
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10213
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
10227
10214
|
},
|
|
10228
10215
|
"maxScale": {
|
|
10229
10216
|
"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.",
|
|
@@ -10235,7 +10222,7 @@
|
|
|
10235
10222
|
},
|
|
10236
10223
|
"mode": {
|
|
10237
10224
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
10238
|
-
"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{@
|
|
10225
|
+
"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}."
|
|
10239
10226
|
},
|
|
10240
10227
|
"opacity": {
|
|
10241
10228
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -10246,7 +10233,7 @@
|
|
|
10246
10233
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
10247
10234
|
},
|
|
10248
10235
|
"refreshInterval": {
|
|
10249
|
-
"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{@
|
|
10236
|
+
"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}.",
|
|
10250
10237
|
"type": "number"
|
|
10251
10238
|
},
|
|
10252
10239
|
"screenSizePerspective": {
|
|
@@ -10273,7 +10260,7 @@
|
|
|
10273
10260
|
"type": "string"
|
|
10274
10261
|
},
|
|
10275
10262
|
"type": {
|
|
10276
|
-
"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{@
|
|
10263
|
+
"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}.",
|
|
10277
10264
|
"enum": [
|
|
10278
10265
|
"BingMapsAerial",
|
|
10279
10266
|
"BingMapsHybrid",
|
|
@@ -10309,7 +10296,7 @@
|
|
|
10309
10296
|
},
|
|
10310
10297
|
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
10311
10298
|
"additionalProperties": false,
|
|
10312
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See{@
|
|
10299
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
10313
10300
|
"properties": {
|
|
10314
10301
|
"name": {
|
|
10315
10302
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -10337,7 +10324,7 @@
|
|
|
10337
10324
|
},
|
|
10338
10325
|
"esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
|
|
10339
10326
|
"additionalProperties": false,
|
|
10340
|
-
"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{@
|
|
10327
|
+
"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/}.",
|
|
10341
10328
|
"properties": {
|
|
10342
10329
|
"blendMode": {
|
|
10343
10330
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10374,7 +10361,7 @@
|
|
|
10374
10361
|
},
|
|
10375
10362
|
"listMode": {
|
|
10376
10363
|
"$ref": "esri.ListMode",
|
|
10377
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10364
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
10378
10365
|
},
|
|
10379
10366
|
"maxScale": {
|
|
10380
10367
|
"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.",
|
|
@@ -10389,7 +10376,7 @@
|
|
|
10389
10376
|
"type": "number"
|
|
10390
10377
|
},
|
|
10391
10378
|
"refreshInterval": {
|
|
10392
|
-
"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{@
|
|
10379
|
+
"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}.",
|
|
10393
10380
|
"type": "number"
|
|
10394
10381
|
},
|
|
10395
10382
|
"showLegend": {
|
|
@@ -10401,7 +10388,7 @@
|
|
|
10401
10388
|
"type": "string"
|
|
10402
10389
|
},
|
|
10403
10390
|
"type": {
|
|
10404
|
-
"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{@
|
|
10391
|
+
"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}.",
|
|
10405
10392
|
"enum": [
|
|
10406
10393
|
"BingMapsAerial",
|
|
10407
10394
|
"BingMapsHybrid",
|
|
@@ -10429,7 +10416,7 @@
|
|
|
10429
10416
|
"type": "object"
|
|
10430
10417
|
},
|
|
10431
10418
|
"esri.rest-api.Symbol.Color": {
|
|
10432
|
-
"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{@
|
|
10419
|
+
"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/}.",
|
|
10433
10420
|
"items": {
|
|
10434
10421
|
"type": "number"
|
|
10435
10422
|
},
|
|
@@ -10437,11 +10424,11 @@
|
|
|
10437
10424
|
},
|
|
10438
10425
|
"esri.rest-api.Symbol.Font": {
|
|
10439
10426
|
"additionalProperties": false,
|
|
10440
|
-
"description": "Font used for text symbols. See{@
|
|
10427
|
+
"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/}.",
|
|
10441
10428
|
"properties": {
|
|
10442
10429
|
"decoration": {
|
|
10443
10430
|
"$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
|
|
10444
|
-
"description": "The text decoration. See{@
|
|
10431
|
+
"description": "The text decoration. See {@link TextDecoration}."
|
|
10445
10432
|
},
|
|
10446
10433
|
"family": {
|
|
10447
10434
|
"description": "The font family.",
|
|
@@ -10453,11 +10440,11 @@
|
|
|
10453
10440
|
},
|
|
10454
10441
|
"style": {
|
|
10455
10442
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
|
|
10456
|
-
"description": "The text style. See{@
|
|
10443
|
+
"description": "The text style. See {@link FontStyle}."
|
|
10457
10444
|
},
|
|
10458
10445
|
"weight": {
|
|
10459
10446
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
|
|
10460
|
-
"description": "The text weight. See{@
|
|
10447
|
+
"description": "The text weight. See {@link FontWeight}."
|
|
10461
10448
|
}
|
|
10462
10449
|
},
|
|
10463
10450
|
"type": "object"
|
|
@@ -10515,7 +10502,7 @@
|
|
|
10515
10502
|
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
10516
10503
|
}
|
|
10517
10504
|
],
|
|
10518
|
-
"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{@
|
|
10505
|
+
"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/}."
|
|
10519
10506
|
},
|
|
10520
10507
|
"esri.rest-api.Symbol.TextDecoration": {
|
|
10521
10508
|
"description": "The text decoration for the Font.",
|
|
@@ -10538,7 +10525,7 @@
|
|
|
10538
10525
|
},
|
|
10539
10526
|
"esri.rest-api.Symbol3D.Material": {
|
|
10540
10527
|
"additionalProperties": false,
|
|
10541
|
-
"description": "The material used to shade the geometry. See{@
|
|
10528
|
+
"description": "The material used to shade the geometry. See {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
10542
10529
|
"properties": {
|
|
10543
10530
|
"color": {
|
|
10544
10531
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -10565,7 +10552,7 @@
|
|
|
10565
10552
|
},
|
|
10566
10553
|
"esri.rest-api.Symbol3D.Outline": {
|
|
10567
10554
|
"additionalProperties": false,
|
|
10568
|
-
"description": "The outline of the point, line or polygon. See{@
|
|
10555
|
+
"description": "The outline of the point, line or polygon. See {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
10569
10556
|
"properties": {
|
|
10570
10557
|
"color": {
|
|
10571
10558
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -10588,7 +10575,7 @@
|
|
|
10588
10575
|
},
|
|
10589
10576
|
"esri.rest-api.Symbol3D.ResourceIconSymbol": {
|
|
10590
10577
|
"additionalProperties": false,
|
|
10591
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features. See{@
|
|
10578
|
+
"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/}.",
|
|
10592
10579
|
"properties": {
|
|
10593
10580
|
"dataURI": {
|
|
10594
10581
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -10607,7 +10594,7 @@
|
|
|
10607
10594
|
},
|
|
10608
10595
|
"esri.rest-api.Symbol3D.ResourceObjectSymbol": {
|
|
10609
10596
|
"additionalProperties": false,
|
|
10610
|
-
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See{@
|
|
10597
|
+
"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/}.",
|
|
10611
10598
|
"properties": {
|
|
10612
10599
|
"href": {
|
|
10613
10600
|
"description": "Must be an absolute URL or a relative path starting with \"./\".",
|
|
@@ -10641,11 +10628,11 @@
|
|
|
10641
10628
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
10642
10629
|
}
|
|
10643
10630
|
],
|
|
10644
|
-
"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{@
|
|
10631
|
+
"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/}."
|
|
10645
10632
|
},
|
|
10646
10633
|
"esri.rest-api.TableDataSource.TableDataSource": {
|
|
10647
10634
|
"additionalProperties": false,
|
|
10648
|
-
"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{@
|
|
10635
|
+
"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/}.",
|
|
10649
10636
|
"properties": {
|
|
10650
10637
|
"dataSourceName": {
|
|
10651
10638
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
@@ -10656,7 +10643,7 @@
|
|
|
10656
10643
|
"type": "string"
|
|
10657
10644
|
},
|
|
10658
10645
|
"type": {
|
|
10659
|
-
"description": "Type of the DataSource. See{@
|
|
10646
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
10660
10647
|
"enum": [
|
|
10661
10648
|
"table"
|
|
10662
10649
|
],
|
|
@@ -10673,7 +10660,7 @@
|
|
|
10673
10660
|
"type": "object"
|
|
10674
10661
|
},
|
|
10675
10662
|
"esri.rest-api.Template.DrawingTool": {
|
|
10676
|
-
"description": "Possible drawing tool value to use with{@
|
|
10663
|
+
"description": "Possible drawing tool value to use with {@link Template.drawingTool}.",
|
|
10677
10664
|
"enum": [
|
|
10678
10665
|
"esriFeatureEditToolCircle",
|
|
10679
10666
|
"esriFeatureEditToolDownArrow",
|
|
@@ -10693,7 +10680,7 @@
|
|
|
10693
10680
|
},
|
|
10694
10681
|
"esri.rest-api.Template.Template": {
|
|
10695
10682
|
"additionalProperties": false,
|
|
10696
|
-
"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{@
|
|
10683
|
+
"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/}.",
|
|
10697
10684
|
"properties": {
|
|
10698
10685
|
"description": {
|
|
10699
10686
|
"description": "A detailed description of the template.",
|
|
@@ -10701,7 +10688,7 @@
|
|
|
10701
10688
|
},
|
|
10702
10689
|
"drawingTool": {
|
|
10703
10690
|
"$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
|
|
10704
|
-
"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{@
|
|
10691
|
+
"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}."
|
|
10705
10692
|
},
|
|
10706
10693
|
"name": {
|
|
10707
10694
|
"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.",
|
|
@@ -10716,7 +10703,7 @@
|
|
|
10716
10703
|
},
|
|
10717
10704
|
"esri.rest-api.TemporalRenderer.TemporalRenderer": {
|
|
10718
10705
|
"additionalProperties": false,
|
|
10719
|
-
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See{@
|
|
10706
|
+
"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/}.",
|
|
10720
10707
|
"properties": {
|
|
10721
10708
|
"authoringInfo": {
|
|
10722
10709
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10736,14 +10723,14 @@
|
|
|
10736
10723
|
},
|
|
10737
10724
|
"rotationType": {
|
|
10738
10725
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10739
|
-
"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{@
|
|
10726
|
+
"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}."
|
|
10740
10727
|
},
|
|
10741
10728
|
"trackRenderer": {
|
|
10742
10729
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
10743
10730
|
"description": "Simple renderer used to symbolize the tracks."
|
|
10744
10731
|
},
|
|
10745
10732
|
"type": {
|
|
10746
|
-
"description": "The type of renderer. See{@
|
|
10733
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
10747
10734
|
"enum": [
|
|
10748
10735
|
"temporal"
|
|
10749
10736
|
],
|
|
@@ -10752,8 +10739,7 @@
|
|
|
10752
10739
|
"visualVariables": {
|
|
10753
10740
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10754
10741
|
"items": {
|
|
10755
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
10756
|
-
"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/}."
|
|
10742
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
10757
10743
|
},
|
|
10758
10744
|
"type": "array"
|
|
10759
10745
|
}
|
|
@@ -10765,7 +10751,7 @@
|
|
|
10765
10751
|
},
|
|
10766
10752
|
"esri.rest-api.TextSymbol.TextSymbol": {
|
|
10767
10753
|
"additionalProperties": false,
|
|
10768
|
-
"description": "Text symbols are used to add text to a feature (labeling). See{@
|
|
10754
|
+
"description": "Text symbols are used to add text to a feature (labeling). See {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
10769
10755
|
"properties": {
|
|
10770
10756
|
"angle": {
|
|
10771
10757
|
"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.",
|
|
@@ -10801,7 +10787,7 @@
|
|
|
10801
10787
|
},
|
|
10802
10788
|
"horizontalAlignment": {
|
|
10803
10789
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
10804
|
-
"description": "The horizontal alignment of the text. See{@
|
|
10790
|
+
"description": "The horizontal alignment of the text. See {@link portal /Symbol!HorizontalAlignment}."
|
|
10805
10791
|
},
|
|
10806
10792
|
"kerning": {
|
|
10807
10793
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -10820,7 +10806,7 @@
|
|
|
10820
10806
|
"type": "string"
|
|
10821
10807
|
},
|
|
10822
10808
|
"type": {
|
|
10823
|
-
"description": "The type of symbol. See{@
|
|
10809
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
10824
10810
|
"enum": [
|
|
10825
10811
|
"esriTS"
|
|
10826
10812
|
],
|
|
@@ -10828,7 +10814,7 @@
|
|
|
10828
10814
|
},
|
|
10829
10815
|
"verticalAlignment": {
|
|
10830
10816
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
10831
|
-
"description": "The vertical alignment of the text. See{@
|
|
10817
|
+
"description": "The vertical alignment of the text. See {@link portal /Symbol!VerticalAlignment}."
|
|
10832
10818
|
},
|
|
10833
10819
|
"xoffset": {
|
|
10834
10820
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -10846,7 +10832,7 @@
|
|
|
10846
10832
|
},
|
|
10847
10833
|
"esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
|
|
10848
10834
|
"additionalProperties": false,
|
|
10849
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See{@
|
|
10835
|
+
"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/}.",
|
|
10850
10836
|
"properties": {
|
|
10851
10837
|
"font": {
|
|
10852
10838
|
"$ref": "#/definitions/esri.rest-api.Symbol.Font",
|
|
@@ -10865,7 +10851,7 @@
|
|
|
10865
10851
|
"type": "string"
|
|
10866
10852
|
},
|
|
10867
10853
|
"type": {
|
|
10868
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
10854
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
10869
10855
|
"enum": [
|
|
10870
10856
|
"Text"
|
|
10871
10857
|
],
|
|
@@ -10879,7 +10865,7 @@
|
|
|
10879
10865
|
},
|
|
10880
10866
|
"esri.rest-api.TileInfo.TileInfo": {
|
|
10881
10867
|
"additionalProperties": false,
|
|
10882
|
-
"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{@
|
|
10868
|
+
"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/}.",
|
|
10883
10869
|
"properties": {
|
|
10884
10870
|
"cols": {
|
|
10885
10871
|
"description": "Requested tile's column.",
|
|
@@ -10898,7 +10884,7 @@
|
|
|
10898
10884
|
"type": "string"
|
|
10899
10885
|
},
|
|
10900
10886
|
"lods": {
|
|
10901
|
-
"description": "An array of levels of detail that define the tiling scheme. See{@
|
|
10887
|
+
"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/}.",
|
|
10902
10888
|
"items": {
|
|
10903
10889
|
"$ref": "__type"
|
|
10904
10890
|
},
|
|
@@ -10921,7 +10907,7 @@
|
|
|
10921
10907
|
},
|
|
10922
10908
|
"esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
|
|
10923
10909
|
"additionalProperties": false,
|
|
10924
|
-
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See{@
|
|
10910
|
+
"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/}.",
|
|
10925
10911
|
"properties": {
|
|
10926
10912
|
"blendMode": {
|
|
10927
10913
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10955,7 +10941,7 @@
|
|
|
10955
10941
|
},
|
|
10956
10942
|
"listMode": {
|
|
10957
10943
|
"$ref": "esri.ListMode",
|
|
10958
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10944
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
10959
10945
|
},
|
|
10960
10946
|
"maxScale": {
|
|
10961
10947
|
"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.",
|
|
@@ -10970,7 +10956,7 @@
|
|
|
10970
10956
|
"type": "number"
|
|
10971
10957
|
},
|
|
10972
10958
|
"refreshInterval": {
|
|
10973
|
-
"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{@
|
|
10959
|
+
"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}.",
|
|
10974
10960
|
"type": "number"
|
|
10975
10961
|
},
|
|
10976
10962
|
"showLegend": {
|
|
@@ -10982,7 +10968,7 @@
|
|
|
10982
10968
|
"type": "string"
|
|
10983
10969
|
},
|
|
10984
10970
|
"type": {
|
|
10985
|
-
"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{@
|
|
10971
|
+
"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}.",
|
|
10986
10972
|
"enum": [
|
|
10987
10973
|
"BingMapsAerial",
|
|
10988
10974
|
"BingMapsHybrid",
|
|
@@ -11012,7 +10998,7 @@
|
|
|
11012
10998
|
},
|
|
11013
10999
|
"esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
|
|
11014
11000
|
"additionalProperties": false,
|
|
11015
|
-
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See{@
|
|
11001
|
+
"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/}.",
|
|
11016
11002
|
"properties": {
|
|
11017
11003
|
"blendMode": {
|
|
11018
11004
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -11034,7 +11020,7 @@
|
|
|
11034
11020
|
},
|
|
11035
11021
|
"exclusionAreas": {
|
|
11036
11022
|
"$ref": "__type",
|
|
11037
|
-
"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{@
|
|
11023
|
+
"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/}."
|
|
11038
11024
|
},
|
|
11039
11025
|
"id": {
|
|
11040
11026
|
"description": "A unique identifying string for the layer.",
|
|
@@ -11064,7 +11050,7 @@
|
|
|
11064
11050
|
},
|
|
11065
11051
|
"listMode": {
|
|
11066
11052
|
"$ref": "esri.ListMode",
|
|
11067
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
11053
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
11068
11054
|
},
|
|
11069
11055
|
"maxScale": {
|
|
11070
11056
|
"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.",
|
|
@@ -11083,7 +11069,7 @@
|
|
|
11083
11069
|
"type": "string"
|
|
11084
11070
|
},
|
|
11085
11071
|
"refreshInterval": {
|
|
11086
|
-
"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{@
|
|
11072
|
+
"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}.",
|
|
11087
11073
|
"type": "number"
|
|
11088
11074
|
},
|
|
11089
11075
|
"showLegend": {
|
|
@@ -11095,7 +11081,7 @@
|
|
|
11095
11081
|
"type": "string"
|
|
11096
11082
|
},
|
|
11097
11083
|
"type": {
|
|
11098
|
-
"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{@
|
|
11084
|
+
"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}.",
|
|
11099
11085
|
"enum": [
|
|
11100
11086
|
"BingMapsAerial",
|
|
11101
11087
|
"BingMapsHybrid",
|
|
@@ -11124,7 +11110,7 @@
|
|
|
11124
11110
|
},
|
|
11125
11111
|
"esri.rest-api.Type.Type": {
|
|
11126
11112
|
"additionalProperties": false,
|
|
11127
|
-
"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{@
|
|
11113
|
+
"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/}.",
|
|
11128
11114
|
"properties": {
|
|
11129
11115
|
"domains": {
|
|
11130
11116
|
"description": "A set of domain objects for each domain in the type."
|
|
@@ -11152,7 +11138,7 @@
|
|
|
11152
11138
|
},
|
|
11153
11139
|
"esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
|
|
11154
11140
|
"additionalProperties": false,
|
|
11155
|
-
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See{@
|
|
11141
|
+
"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/}.",
|
|
11156
11142
|
"properties": {
|
|
11157
11143
|
"authoringInfo": {
|
|
11158
11144
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -11176,7 +11162,7 @@
|
|
|
11176
11162
|
},
|
|
11177
11163
|
"rotationType": {
|
|
11178
11164
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
11179
|
-
"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{@
|
|
11165
|
+
"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}."
|
|
11180
11166
|
},
|
|
11181
11167
|
"styleName": {
|
|
11182
11168
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -11187,7 +11173,7 @@
|
|
|
11187
11173
|
"type": "string"
|
|
11188
11174
|
},
|
|
11189
11175
|
"type": {
|
|
11190
|
-
"description": "The type of renderer. See{@
|
|
11176
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
11191
11177
|
"enum": [
|
|
11192
11178
|
"uniqueValue"
|
|
11193
11179
|
],
|
|
@@ -11196,8 +11182,7 @@
|
|
|
11196
11182
|
"visualVariables": {
|
|
11197
11183
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
11198
11184
|
"items": {
|
|
11199
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
11200
|
-
"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/}."
|
|
11185
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
11201
11186
|
},
|
|
11202
11187
|
"type": "array"
|
|
11203
11188
|
}
|
|
@@ -11210,7 +11195,7 @@
|
|
|
11210
11195
|
},
|
|
11211
11196
|
"esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
|
|
11212
11197
|
"additionalProperties": false,
|
|
11213
|
-
"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{@
|
|
11198
|
+
"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/}.",
|
|
11214
11199
|
"properties": {
|
|
11215
11200
|
"description": {
|
|
11216
11201
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -11277,7 +11262,7 @@
|
|
|
11277
11262
|
},
|
|
11278
11263
|
"esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
|
|
11279
11264
|
"additionalProperties": false,
|
|
11280
|
-
"description": "A unique value renderer symbolizes groups of features that have matching field values. See{@
|
|
11265
|
+
"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/}.",
|
|
11281
11266
|
"properties": {
|
|
11282
11267
|
"authoringInfo": {
|
|
11283
11268
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -11357,10 +11342,10 @@
|
|
|
11357
11342
|
},
|
|
11358
11343
|
"rotationType": {
|
|
11359
11344
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
11360
|
-
"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{@
|
|
11345
|
+
"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}."
|
|
11361
11346
|
},
|
|
11362
11347
|
"type": {
|
|
11363
|
-
"description": "The type of renderer. See{@
|
|
11348
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
11364
11349
|
"enum": [
|
|
11365
11350
|
"uniqueValue"
|
|
11366
11351
|
],
|
|
@@ -11376,8 +11361,7 @@
|
|
|
11376
11361
|
"visualVariables": {
|
|
11377
11362
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
11378
11363
|
"items": {
|
|
11379
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
11380
|
-
"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/}."
|
|
11364
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
11381
11365
|
},
|
|
11382
11366
|
"type": "array"
|
|
11383
11367
|
}
|
|
@@ -11391,7 +11375,7 @@
|
|
|
11391
11375
|
},
|
|
11392
11376
|
"esri.rest-api.Value.Value": {
|
|
11393
11377
|
"additionalProperties": false,
|
|
11394
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See{@
|
|
11378
|
+
"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/}.",
|
|
11395
11379
|
"properties": {
|
|
11396
11380
|
"fields": {
|
|
11397
11381
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -11467,7 +11451,7 @@
|
|
|
11467
11451
|
},
|
|
11468
11452
|
"rotationType": {
|
|
11469
11453
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
11470
|
-
"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{@
|
|
11454
|
+
"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}."
|
|
11471
11455
|
},
|
|
11472
11456
|
"style": {
|
|
11473
11457
|
"description": "A predefined style.",
|
|
@@ -11491,7 +11475,7 @@
|
|
|
11491
11475
|
"type": "number"
|
|
11492
11476
|
},
|
|
11493
11477
|
"type": {
|
|
11494
|
-
"description": "The type of renderer. See{@
|
|
11478
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
11495
11479
|
"enum": [
|
|
11496
11480
|
"vectorField"
|
|
11497
11481
|
],
|
|
@@ -11500,8 +11484,7 @@
|
|
|
11500
11484
|
"visualVariables": {
|
|
11501
11485
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
11502
11486
|
"items": {
|
|
11503
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
11504
|
-
"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/}."
|
|
11487
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
11505
11488
|
},
|
|
11506
11489
|
"type": "array"
|
|
11507
11490
|
}
|
|
@@ -11516,7 +11499,7 @@
|
|
|
11516
11499
|
},
|
|
11517
11500
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
11518
11501
|
"additionalProperties": false,
|
|
11519
|
-
"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{@
|
|
11502
|
+
"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/}.",
|
|
11520
11503
|
"properties": {
|
|
11521
11504
|
"blendMode": {
|
|
11522
11505
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -11550,7 +11533,7 @@
|
|
|
11550
11533
|
},
|
|
11551
11534
|
"listMode": {
|
|
11552
11535
|
"$ref": "esri.ListMode",
|
|
11553
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
11536
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
11554
11537
|
},
|
|
11555
11538
|
"maxScale": {
|
|
11556
11539
|
"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.",
|
|
@@ -11569,7 +11552,7 @@
|
|
|
11569
11552
|
"type": "string"
|
|
11570
11553
|
},
|
|
11571
11554
|
"refreshInterval": {
|
|
11572
|
-
"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{@
|
|
11555
|
+
"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}.",
|
|
11573
11556
|
"type": "number"
|
|
11574
11557
|
},
|
|
11575
11558
|
"showLegend": {
|
|
@@ -11585,7 +11568,7 @@
|
|
|
11585
11568
|
"type": "string"
|
|
11586
11569
|
},
|
|
11587
11570
|
"type": {
|
|
11588
|
-
"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{@
|
|
11571
|
+
"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}.",
|
|
11589
11572
|
"enum": [
|
|
11590
11573
|
"BingMapsAerial",
|
|
11591
11574
|
"BingMapsHybrid",
|
|
@@ -11610,7 +11593,7 @@
|
|
|
11610
11593
|
},
|
|
11611
11594
|
"esri.rest-api.VerticalOffset.VerticalOffset": {
|
|
11612
11595
|
"additionalProperties": false,
|
|
11613
|
-
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See{@
|
|
11596
|
+
"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/}.",
|
|
11614
11597
|
"properties": {
|
|
11615
11598
|
"maxWorldLength": {
|
|
11616
11599
|
"description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
|
|
@@ -11632,7 +11615,7 @@
|
|
|
11632
11615
|
},
|
|
11633
11616
|
"esri.rest-api.Viewpoint.Viewpoint": {
|
|
11634
11617
|
"additionalProperties": false,
|
|
11635
|
-
"description": "Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is determined using a center point and scale value. In a 3D view, it is determined using a camera position. The Viewpoint can be bookmarked for later use, or used for navigation purposes. See{@
|
|
11618
|
+
"description": "Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is determined using a center point and scale value. In a 3D view, it is determined using a camera position. The Viewpoint can be bookmarked for later use, or used for navigation purposes. See {@link https://developers.arcgis.com/web-map-specification/objects/viewpoint/} {@link https://developers.arcgis.com/web-scene-specification/objects/viewpoint/}.",
|
|
11636
11619
|
"properties": {
|
|
11637
11620
|
"camera": {
|
|
11638
11621
|
"$ref": "#/definitions/esri.rest-api.Camera.Camera",
|
|
@@ -11655,13 +11638,13 @@
|
|
|
11655
11638
|
},
|
|
11656
11639
|
"esri.rest-api.VisualVariable.ColorInfo": {
|
|
11657
11640
|
"additionalProperties": false,
|
|
11658
|
-
"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{@
|
|
11641
|
+
"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/}.",
|
|
11659
11642
|
"properties": {
|
|
11660
11643
|
"colors": {
|
|
11661
11644
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
11662
11645
|
"items": {
|
|
11663
11646
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
11664
|
-
"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{@
|
|
11647
|
+
"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/}."
|
|
11665
11648
|
},
|
|
11666
11649
|
"type": "array"
|
|
11667
11650
|
},
|
|
@@ -11671,7 +11654,7 @@
|
|
|
11671
11654
|
},
|
|
11672
11655
|
"legendOptions": {
|
|
11673
11656
|
"$ref": "__type",
|
|
11674
|
-
"description": "Options available for the legend. See{@
|
|
11657
|
+
"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/}."
|
|
11675
11658
|
},
|
|
11676
11659
|
"maxDataValue": {
|
|
11677
11660
|
"description": "The maximum data value.",
|
|
@@ -11693,7 +11676,7 @@
|
|
|
11693
11676
|
"type": "array"
|
|
11694
11677
|
},
|
|
11695
11678
|
"type": {
|
|
11696
|
-
"description": "The type of the VisualVariable. See{@
|
|
11679
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
11697
11680
|
"enum": [
|
|
11698
11681
|
"colorInfo"
|
|
11699
11682
|
],
|
|
@@ -11714,7 +11697,7 @@
|
|
|
11714
11697
|
"anyOf": [
|
|
11715
11698
|
{
|
|
11716
11699
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
11717
|
-
"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{@
|
|
11700
|
+
"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/}."
|
|
11718
11701
|
},
|
|
11719
11702
|
{
|
|
11720
11703
|
"type": "string"
|
|
@@ -11735,7 +11718,7 @@
|
|
|
11735
11718
|
},
|
|
11736
11719
|
"esri.rest-api.VisualVariable.RotationInfo": {
|
|
11737
11720
|
"additionalProperties": false,
|
|
11738
|
-
"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{@
|
|
11721
|
+
"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/}.",
|
|
11739
11722
|
"properties": {
|
|
11740
11723
|
"field": {
|
|
11741
11724
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -11743,7 +11726,7 @@
|
|
|
11743
11726
|
},
|
|
11744
11727
|
"legendOptions": {
|
|
11745
11728
|
"$ref": "__type",
|
|
11746
|
-
"description": "Options available for the legend. See{@
|
|
11729
|
+
"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/}."
|
|
11747
11730
|
},
|
|
11748
11731
|
"normalizationField": {
|
|
11749
11732
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -11754,7 +11737,7 @@
|
|
|
11754
11737
|
"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."
|
|
11755
11738
|
},
|
|
11756
11739
|
"type": {
|
|
11757
|
-
"description": "The type of the VisualVariable. See{@
|
|
11740
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
11758
11741
|
"enum": [
|
|
11759
11742
|
"rotationInfo"
|
|
11760
11743
|
],
|
|
@@ -11781,7 +11764,7 @@
|
|
|
11781
11764
|
},
|
|
11782
11765
|
"esri.rest-api.VisualVariable.Size": {
|
|
11783
11766
|
"additionalProperties": false,
|
|
11784
|
-
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See{@
|
|
11767
|
+
"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/}.",
|
|
11785
11768
|
"properties": {
|
|
11786
11769
|
"expression": {
|
|
11787
11770
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -11807,7 +11790,7 @@
|
|
|
11807
11790
|
},
|
|
11808
11791
|
"esri.rest-api.VisualVariable.SizeInfo": {
|
|
11809
11792
|
"additionalProperties": false,
|
|
11810
|
-
"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{@
|
|
11793
|
+
"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/}.",
|
|
11811
11794
|
"properties": {
|
|
11812
11795
|
"axis": {
|
|
11813
11796
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -11826,7 +11809,7 @@
|
|
|
11826
11809
|
},
|
|
11827
11810
|
"legendOptions": {
|
|
11828
11811
|
"$ref": "__type",
|
|
11829
|
-
"description": "Options available for the legend. See{@
|
|
11812
|
+
"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/}."
|
|
11830
11813
|
},
|
|
11831
11814
|
"maxDataValue": {
|
|
11832
11815
|
"description": "The maximum data value.",
|
|
@@ -11863,7 +11846,7 @@
|
|
|
11863
11846
|
"type": "string"
|
|
11864
11847
|
},
|
|
11865
11848
|
"type": {
|
|
11866
|
-
"description": "The type of the VisualVariable. See{@
|
|
11849
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
11867
11850
|
"enum": [
|
|
11868
11851
|
"sizeInfo"
|
|
11869
11852
|
],
|
|
@@ -11930,7 +11913,7 @@
|
|
|
11930
11913
|
},
|
|
11931
11914
|
"esri.rest-api.VisualVariable.TransparencyInfo": {
|
|
11932
11915
|
"additionalProperties": false,
|
|
11933
|
-
"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{@
|
|
11916
|
+
"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/}.",
|
|
11934
11917
|
"properties": {
|
|
11935
11918
|
"field": {
|
|
11936
11919
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -11952,7 +11935,7 @@
|
|
|
11952
11935
|
"type": "array"
|
|
11953
11936
|
},
|
|
11954
11937
|
"type": {
|
|
11955
|
-
"description": "The type of the VisualVariable. See{@
|
|
11938
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
11956
11939
|
"enum": [
|
|
11957
11940
|
"transparencyInfo"
|
|
11958
11941
|
],
|
|
@@ -12004,11 +11987,11 @@
|
|
|
12004
11987
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
12005
11988
|
}
|
|
12006
11989
|
],
|
|
12007
|
-
"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{@
|
|
11990
|
+
"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/}."
|
|
12008
11991
|
},
|
|
12009
11992
|
"esri.rest-api.WMSLayer.WMSLayer": {
|
|
12010
11993
|
"additionalProperties": false,
|
|
12011
|
-
"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{@
|
|
11994
|
+
"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/}.",
|
|
12012
11995
|
"properties": {
|
|
12013
11996
|
"blendMode": {
|
|
12014
11997
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -12086,7 +12069,7 @@
|
|
|
12086
12069
|
},
|
|
12087
12070
|
"listMode": {
|
|
12088
12071
|
"$ref": "esri.ListMode",
|
|
12089
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
12072
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
12090
12073
|
},
|
|
12091
12074
|
"mapUrl": {
|
|
12092
12075
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -12113,7 +12096,7 @@
|
|
|
12113
12096
|
"type": "number"
|
|
12114
12097
|
},
|
|
12115
12098
|
"refreshInterval": {
|
|
12116
|
-
"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{@
|
|
12099
|
+
"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}.",
|
|
12117
12100
|
"type": "number"
|
|
12118
12101
|
},
|
|
12119
12102
|
"showLegend": {
|
|
@@ -12132,7 +12115,7 @@
|
|
|
12132
12115
|
"type": "string"
|
|
12133
12116
|
},
|
|
12134
12117
|
"type": {
|
|
12135
|
-
"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{@
|
|
12118
|
+
"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}.",
|
|
12136
12119
|
"enum": [
|
|
12137
12120
|
"BingMapsAerial",
|
|
12138
12121
|
"BingMapsHybrid",
|
|
@@ -12172,7 +12155,7 @@
|
|
|
12172
12155
|
},
|
|
12173
12156
|
"esri.rest-api.WMSSublayer.WMSSublayer": {
|
|
12174
12157
|
"additionalProperties": false,
|
|
12175
|
-
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See{@
|
|
12158
|
+
"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/}.",
|
|
12176
12159
|
"properties": {
|
|
12177
12160
|
"legendUrl": {
|
|
12178
12161
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -12199,7 +12182,7 @@
|
|
|
12199
12182
|
},
|
|
12200
12183
|
"esri.rest-api.WMTSInfo.WMTSInfo": {
|
|
12201
12184
|
"additionalProperties": false,
|
|
12202
|
-
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See{@
|
|
12185
|
+
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See {@link https://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
|
|
12203
12186
|
"properties": {
|
|
12204
12187
|
"customLayerParameters": {
|
|
12205
12188
|
"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."
|
|
@@ -12224,7 +12207,7 @@
|
|
|
12224
12207
|
},
|
|
12225
12208
|
"esri.rest-api.WebTileLayer.WebTileLayer": {
|
|
12226
12209
|
"additionalProperties": false,
|
|
12227
|
-
"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{@
|
|
12210
|
+
"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/}.",
|
|
12228
12211
|
"properties": {
|
|
12229
12212
|
"blendMode": {
|
|
12230
12213
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -12263,7 +12246,7 @@
|
|
|
12263
12246
|
},
|
|
12264
12247
|
"listMode": {
|
|
12265
12248
|
"$ref": "esri.ListMode",
|
|
12266
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
12249
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
12267
12250
|
},
|
|
12268
12251
|
"maxScale": {
|
|
12269
12252
|
"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.",
|
|
@@ -12278,7 +12261,7 @@
|
|
|
12278
12261
|
"type": "number"
|
|
12279
12262
|
},
|
|
12280
12263
|
"refreshInterval": {
|
|
12281
|
-
"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{@
|
|
12264
|
+
"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}.",
|
|
12282
12265
|
"type": "number"
|
|
12283
12266
|
},
|
|
12284
12267
|
"showLegend": {
|
|
@@ -12305,7 +12288,7 @@
|
|
|
12305
12288
|
"type": "string"
|
|
12306
12289
|
},
|
|
12307
12290
|
"type": {
|
|
12308
|
-
"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{@
|
|
12291
|
+
"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}.",
|
|
12309
12292
|
"enum": [
|
|
12310
12293
|
"BingMapsAerial",
|
|
12311
12294
|
"BingMapsHybrid",
|