@vertigis/viewer-spec 52.1.0 → 53.1.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-web.xsd +13 -0
- package/messaging/common.d.ts +22 -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/drawing.d.ts +3 -12
- package/messaging/registry/layers.d.ts +83 -2
- package/messaging/registry/layers.js +1 -1
- package/messaging/registry/project.d.ts +141 -0
- package/messaging/registry/project.js +1 -0
- package/messaging/registry/results.d.ts +33 -17
- package/messaging/registry/results.js +1 -1
- package/messaging/registry/system.d.ts +25 -3
- package/messaging/registry/system.js +1 -1
- package/messaging/registry/ui.d.ts +9 -0
- package/messaging/registry/ui.js +1 -1
- package/messaging/schema/common-action.schema.json +634 -502
- package/messaging/schema/common-event.schema.json +371 -412
- package/messaging/schema/mobile-action.schema.json +665 -524
- package/messaging/schema/mobile-event.schema.json +406 -447
- package/messaging/schema/web-action.schema.json +2264 -856
- package/messaging/schema/web-event.schema.json +542 -481
- package/package.json +5 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"definitions": {
|
|
4
4
|
"@vertigis.arcgis-extensions.Entity.EntityProperties": {
|
|
5
5
|
"additionalProperties": false,
|
|
6
|
-
"description": "Serializable properties for{@
|
|
6
|
+
"description": "Serializable properties for {@link Entity}.",
|
|
7
7
|
"properties": {
|
|
8
8
|
"id": {
|
|
9
9
|
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
"description": "A hyperlink associated with a feature or layer.",
|
|
27
27
|
"properties": {
|
|
28
28
|
"iconUrl": {
|
|
29
|
-
"description": "See{@
|
|
29
|
+
"description": "See {@link Hyperlink.iconUrl}.",
|
|
30
30
|
"type": "string"
|
|
31
31
|
},
|
|
32
32
|
"target": {
|
|
33
|
-
"description": "See{@
|
|
33
|
+
"description": "See {@link Hyperlink.target}.",
|
|
34
34
|
"type": "string"
|
|
35
35
|
},
|
|
36
36
|
"text": {
|
|
37
|
-
"description": "See{@
|
|
37
|
+
"description": "See {@link Hyperlink.text}.",
|
|
38
38
|
"type": "string"
|
|
39
39
|
},
|
|
40
40
|
"tooltip": {
|
|
41
|
-
"description": "See{@
|
|
41
|
+
"description": "See {@link Hyperlink.tooltip}.",
|
|
42
42
|
"type": "string"
|
|
43
43
|
},
|
|
44
44
|
"url": {
|
|
45
|
-
"description": "See{@
|
|
45
|
+
"description": "See {@link Hyperlink.url}.",
|
|
46
46
|
"type": "string"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
|
|
56
56
|
"additionalProperties": false,
|
|
57
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
57
|
+
"description": "Properties that can be passed into the constructor for {@link data /Feature!Feature}.",
|
|
58
58
|
"properties": {
|
|
59
59
|
"attributes": {
|
|
60
60
|
"anyOf": [
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"failureMode": {
|
|
69
69
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
70
|
-
"description": "See{@
|
|
70
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
71
71
|
},
|
|
72
72
|
"geometry": {
|
|
73
73
|
"anyOf": [
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
"@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
|
|
115
115
|
"additionalProperties": false,
|
|
116
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
116
|
+
"description": "Properties that can be passed into the constructor for {@link data /FeatureSettings!FeatureSettings}.",
|
|
117
117
|
"properties": {
|
|
118
118
|
"formatSettings": {
|
|
119
119
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
|
|
@@ -134,11 +134,11 @@
|
|
|
134
134
|
"type": "array"
|
|
135
135
|
},
|
|
136
136
|
"maxAllowableOffset": {
|
|
137
|
-
"description": "See{@
|
|
137
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
|
|
138
138
|
"type": "number"
|
|
139
139
|
},
|
|
140
140
|
"outFields": {
|
|
141
|
-
"description": "See{@
|
|
141
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.outFields}.",
|
|
142
142
|
"items": {
|
|
143
143
|
"type": "string"
|
|
144
144
|
},
|
|
@@ -146,10 +146,10 @@
|
|
|
146
146
|
},
|
|
147
147
|
"outSpatialReference": {
|
|
148
148
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
149
|
-
"description": "See{@
|
|
149
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}."
|
|
150
150
|
},
|
|
151
151
|
"popupContentExtensions": {
|
|
152
|
-
"description": "See{@
|
|
152
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.popupContentExtensions}.",
|
|
153
153
|
"items": {
|
|
154
154
|
"anyOf": [
|
|
155
155
|
{
|
|
@@ -165,24 +165,24 @@
|
|
|
165
165
|
"popupTemplate": {
|
|
166
166
|
"anyOf": [
|
|
167
167
|
{
|
|
168
|
-
"$ref": "#/definitions/esri.
|
|
168
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
|
-
"$ref": "#/definitions/esri.
|
|
171
|
+
"$ref": "#/definitions/esri.PopupTemplate"
|
|
172
172
|
}
|
|
173
173
|
],
|
|
174
174
|
"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."
|
|
175
175
|
},
|
|
176
176
|
"returnGeometry": {
|
|
177
|
-
"description": "See{@
|
|
177
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.returnGeometry}.",
|
|
178
178
|
"type": "boolean"
|
|
179
179
|
},
|
|
180
180
|
"zoomFactor": {
|
|
181
|
-
"description": "See{@
|
|
181
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.zoomFactor}.",
|
|
182
182
|
"type": "number"
|
|
183
183
|
},
|
|
184
184
|
"zoomScale": {
|
|
185
|
-
"description": "See{@
|
|
185
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.zoomScale}.",
|
|
186
186
|
"type": "number"
|
|
187
187
|
}
|
|
188
188
|
},
|
|
@@ -190,11 +190,11 @@
|
|
|
190
190
|
},
|
|
191
191
|
"@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
|
|
192
192
|
"additionalProperties": false,
|
|
193
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
193
|
+
"description": "Properties that can be passed into the constructor for {@link data /FieldExtension!FieldExtension}.",
|
|
194
194
|
"properties": {
|
|
195
195
|
"failureMode": {
|
|
196
196
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
197
|
-
"description": "See{@
|
|
197
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
198
198
|
},
|
|
199
199
|
"field": {
|
|
200
200
|
"anyOf": [
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
},
|
|
268
268
|
"type": {
|
|
269
269
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
270
|
-
"description": "Type of the Field. See{@
|
|
270
|
+
"description": "Type of the Field. See {@link portal /Field!FieldType}."
|
|
271
271
|
}
|
|
272
272
|
},
|
|
273
273
|
"type": "object"
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
},
|
|
342
342
|
"@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties": {
|
|
343
343
|
"additionalProperties": false,
|
|
344
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
344
|
+
"description": "Properties that can be passed into the constructor for {@link PopupContentExtension}.",
|
|
345
345
|
"properties": {
|
|
346
346
|
"content": {
|
|
347
347
|
"anyOf": [
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
},
|
|
357
357
|
"failureMode": {
|
|
358
358
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
359
|
-
"description": "See{@
|
|
359
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
360
360
|
},
|
|
361
361
|
"id": {
|
|
362
362
|
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
@@ -378,14 +378,14 @@
|
|
|
378
378
|
},
|
|
379
379
|
"@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
|
|
380
380
|
"additionalProperties": false,
|
|
381
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
381
|
+
"description": "Properties that can be passed into the constructor for {@link data /Schema!Schema}.",
|
|
382
382
|
"properties": {
|
|
383
383
|
"displayField": {
|
|
384
|
-
"description": "See{@
|
|
384
|
+
"description": "See {@link data /Schema!Schema.displayField}.",
|
|
385
385
|
"type": "string"
|
|
386
386
|
},
|
|
387
387
|
"fieldExtensions": {
|
|
388
|
-
"description": "See{@
|
|
388
|
+
"description": "See {@link data /Schema!Schema.fieldExtensions}.",
|
|
389
389
|
"items": {
|
|
390
390
|
"anyOf": [
|
|
391
391
|
{
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
"type": "array"
|
|
400
400
|
},
|
|
401
401
|
"fields": {
|
|
402
|
-
"description": "See{@
|
|
402
|
+
"description": "See {@link data /Schema!Schema.fields}.",
|
|
403
403
|
"items": {
|
|
404
404
|
"anyOf": [
|
|
405
405
|
{
|
|
@@ -413,27 +413,27 @@
|
|
|
413
413
|
"type": "array"
|
|
414
414
|
},
|
|
415
415
|
"geometryType": {
|
|
416
|
-
"description": "See{@
|
|
416
|
+
"description": "See {@link data /Schema!Schema.geometryType}.",
|
|
417
417
|
"type": "string"
|
|
418
418
|
},
|
|
419
419
|
"primaryKeyField": {
|
|
420
|
-
"description": "See{@
|
|
420
|
+
"description": "See {@link data /Schema!Schema.primaryKeyField}.",
|
|
421
421
|
"type": "string"
|
|
422
422
|
},
|
|
423
423
|
"spatialReference": {
|
|
424
424
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
425
|
-
"description": "See{@
|
|
425
|
+
"description": "See {@link data /Schema!Schema.spatialReference}."
|
|
426
426
|
},
|
|
427
427
|
"timeZone": {
|
|
428
|
-
"description": "See{@
|
|
428
|
+
"description": "See {@link data /Schema!Schema.timeZone}.",
|
|
429
429
|
"type": "string"
|
|
430
430
|
},
|
|
431
431
|
"typeIdField": {
|
|
432
|
-
"description": "See{@
|
|
432
|
+
"description": "See {@link data /Schema!Schema.typeIdField}.",
|
|
433
433
|
"type": "string"
|
|
434
434
|
},
|
|
435
435
|
"types": {
|
|
436
|
-
"description": "See{@
|
|
436
|
+
"description": "See {@link data /Schema!Schema.types}.",
|
|
437
437
|
"items": {
|
|
438
438
|
"anyOf": [
|
|
439
439
|
{
|
|
@@ -464,6 +464,36 @@
|
|
|
464
464
|
},
|
|
465
465
|
"type": "object"
|
|
466
466
|
},
|
|
467
|
+
"@vertigis.arcgis-extensions.data.convert.CellData": {
|
|
468
|
+
"additionalProperties": false,
|
|
469
|
+
"description": "Data for a cell in a table.",
|
|
470
|
+
"properties": {
|
|
471
|
+
"formatted": {
|
|
472
|
+
"description": "The formatted value of the cell.",
|
|
473
|
+
"type": "string"
|
|
474
|
+
},
|
|
475
|
+
"raw": {
|
|
476
|
+
"anyOf": [
|
|
477
|
+
{
|
|
478
|
+
"format": "date-time",
|
|
479
|
+
"type": "string"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"type": [
|
|
483
|
+
"string",
|
|
484
|
+
"number",
|
|
485
|
+
"boolean"
|
|
486
|
+
]
|
|
487
|
+
}
|
|
488
|
+
],
|
|
489
|
+
"description": "The raw value of the cell."
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"required": [
|
|
493
|
+
"raw"
|
|
494
|
+
],
|
|
495
|
+
"type": "object"
|
|
496
|
+
},
|
|
467
497
|
"@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference": {
|
|
468
498
|
"additionalProperties": false,
|
|
469
499
|
"description": "Matches an existing layer.",
|
|
@@ -492,14 +522,14 @@
|
|
|
492
522
|
},
|
|
493
523
|
"@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
|
|
494
524
|
"additionalProperties": false,
|
|
495
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
525
|
+
"description": "Properties that can be passed into the constructor for {@link FormatSettings}.",
|
|
496
526
|
"properties": {
|
|
497
527
|
"currency": {
|
|
498
528
|
"description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
|
|
499
529
|
"type": "string"
|
|
500
530
|
},
|
|
501
531
|
"dateFormat": {
|
|
502
|
-
"description": "The default format for date values. Either a{@
|
|
532
|
+
"description": "The default format for date values. Either a {@link utilities /date!DateFormat} constant, or a custom date format string.",
|
|
503
533
|
"type": "string"
|
|
504
534
|
},
|
|
505
535
|
"fractionalDigits": {
|
|
@@ -511,7 +541,7 @@
|
|
|
511
541
|
"type": "string"
|
|
512
542
|
},
|
|
513
543
|
"numberFormat": {
|
|
514
|
-
"description": "The default format for number values. Either a{@
|
|
544
|
+
"description": "The default format for number values. Either a {@link utilities /number!NumberFormat} constant, or a custom number format string.",
|
|
515
545
|
"type": "string"
|
|
516
546
|
},
|
|
517
547
|
"timeZone": {
|
|
@@ -562,10 +592,10 @@
|
|
|
562
592
|
"properties": {
|
|
563
593
|
"cancelToken": {
|
|
564
594
|
"$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
|
|
565
|
-
"description": "An optional cancel token from a{@
|
|
595
|
+
"description": "An optional cancel token from a {@link support /Cancellable!Cancellable} that can be used to cancel the geocode operation."
|
|
566
596
|
},
|
|
567
597
|
"maxResults": {
|
|
568
|
-
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@
|
|
598
|
+
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see {@link tasks /geocoding/Geocoder!Geocoder.capabilities}).",
|
|
569
599
|
"type": "number"
|
|
570
600
|
},
|
|
571
601
|
"outFields": {
|
|
@@ -715,7 +745,7 @@
|
|
|
715
745
|
},
|
|
716
746
|
"AddNodeToGeometryArgs": {
|
|
717
747
|
"additionalProperties": false,
|
|
718
|
-
"description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" with{@
|
|
748
|
+
"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.",
|
|
719
749
|
"properties": {
|
|
720
750
|
"geometry": {
|
|
721
751
|
"$ref": "#/definitions/esri.Geometry",
|
|
@@ -919,18 +949,7 @@
|
|
|
919
949
|
"anyOf": [
|
|
920
950
|
{
|
|
921
951
|
"items": {
|
|
922
|
-
"
|
|
923
|
-
"enum": [
|
|
924
|
-
"circle",
|
|
925
|
-
"extent",
|
|
926
|
-
"line",
|
|
927
|
-
"multipoint",
|
|
928
|
-
"point",
|
|
929
|
-
"polygon",
|
|
930
|
-
"polyline",
|
|
931
|
-
"square"
|
|
932
|
-
],
|
|
933
|
-
"type": "string"
|
|
952
|
+
"$ref": "#/definitions/SketchTool"
|
|
934
953
|
},
|
|
935
954
|
"type": "array"
|
|
936
955
|
},
|
|
@@ -1748,6 +1767,44 @@
|
|
|
1748
1767
|
],
|
|
1749
1768
|
"type": "string"
|
|
1750
1769
|
},
|
|
1770
|
+
"EffectFunction": {
|
|
1771
|
+
"anyOf": [
|
|
1772
|
+
{
|
|
1773
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
1804
|
+
}
|
|
1805
|
+
],
|
|
1806
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
1807
|
+
},
|
|
1751
1808
|
"EnableBackgroundLocationUpdateArgs": {
|
|
1752
1809
|
"additionalProperties": false,
|
|
1753
1810
|
"description": "Arguments for the system.enable-background-location-updates command.",
|
|
@@ -2298,6 +2355,18 @@
|
|
|
2298
2355
|
],
|
|
2299
2356
|
"description": "An object that is convertible to Esri Graphic or set of graphics."
|
|
2300
2357
|
},
|
|
2358
|
+
"HapticStyle": {
|
|
2359
|
+
"description": "The haptic style.",
|
|
2360
|
+
"enum": [
|
|
2361
|
+
"error",
|
|
2362
|
+
"heavy",
|
|
2363
|
+
"light",
|
|
2364
|
+
"medium",
|
|
2365
|
+
"success",
|
|
2366
|
+
"warning"
|
|
2367
|
+
],
|
|
2368
|
+
"type": "string"
|
|
2369
|
+
},
|
|
2301
2370
|
"HasMaps": {
|
|
2302
2371
|
"additionalProperties": false,
|
|
2303
2372
|
"description": "Defines an object that has a `maps` property.",
|
|
@@ -2472,6 +2541,35 @@
|
|
|
2472
2541
|
"description": "A set of parameters used to run a job.",
|
|
2473
2542
|
"type": "object"
|
|
2474
2543
|
},
|
|
2544
|
+
"LayerLike": {
|
|
2545
|
+
"anyOf": [
|
|
2546
|
+
{
|
|
2547
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"$ref": "#/definitions/esri.Layer"
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"$ref": "esri.SublayerLike"
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
2563
|
+
},
|
|
2564
|
+
{
|
|
2565
|
+
"$ref": "@vertigis.arcgis-extensions.data._TableExtension.TableExtension"
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"type": "string"
|
|
2569
|
+
}
|
|
2570
|
+
],
|
|
2571
|
+
"description": "A (sub)layer extension, or an object that is convertible to one."
|
|
2572
|
+
},
|
|
2475
2573
|
"LayerPresetsArgs": {
|
|
2476
2574
|
"additionalProperties": false,
|
|
2477
2575
|
"description": "Arguments for the 'layer-presets.apply' command.",
|
|
@@ -2515,33 +2613,7 @@
|
|
|
2515
2613
|
},
|
|
2516
2614
|
{
|
|
2517
2615
|
"items": {
|
|
2518
|
-
"
|
|
2519
|
-
{
|
|
2520
|
-
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
|
|
2524
|
-
},
|
|
2525
|
-
{
|
|
2526
|
-
"$ref": "#/definitions/esri.Layer"
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
2530
|
-
},
|
|
2531
|
-
{
|
|
2532
|
-
"$ref": "esri.SublayerLike"
|
|
2533
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"$ref": "@vertigis.arcgis-extensions.data._TableExtension.TableExtension"
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
"type": "string"
|
|
2542
|
-
}
|
|
2543
|
-
],
|
|
2544
|
-
"description": "A (sub)layer extension, or an object that is convertible to one."
|
|
2616
|
+
"$ref": "#/definitions/LayerLike"
|
|
2545
2617
|
},
|
|
2546
2618
|
"type": "array"
|
|
2547
2619
|
},
|
|
@@ -2631,6 +2703,16 @@
|
|
|
2631
2703
|
],
|
|
2632
2704
|
"description": "A reference to a model (using its ID or model instance)."
|
|
2633
2705
|
},
|
|
2706
|
+
"NetworkStatus": {
|
|
2707
|
+
"description": "The status of a connection to a network host.",
|
|
2708
|
+
"enum": [
|
|
2709
|
+
"ConnectedToCarrierDataNetwork",
|
|
2710
|
+
"ConnectedToWiFiOrEthernet",
|
|
2711
|
+
"NoConnection",
|
|
2712
|
+
"Restricted"
|
|
2713
|
+
],
|
|
2714
|
+
"type": "string"
|
|
2715
|
+
},
|
|
2634
2716
|
"NotificationCategory": {
|
|
2635
2717
|
"description": "A category for a notification that affects the color and icon used.",
|
|
2636
2718
|
"enum": [
|
|
@@ -2920,6 +3002,20 @@
|
|
|
2920
3002
|
],
|
|
2921
3003
|
"type": "object"
|
|
2922
3004
|
},
|
|
3005
|
+
"PointCloudFilter": {
|
|
3006
|
+
"anyOf": [
|
|
3007
|
+
{
|
|
3008
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
3015
|
+
}
|
|
3016
|
+
],
|
|
3017
|
+
"description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
3018
|
+
},
|
|
2923
3019
|
"PublishEventArgs": {
|
|
2924
3020
|
"additionalProperties": false,
|
|
2925
3021
|
"description": "Arguments for the 'viewer.publish-event' command.",
|
|
@@ -3233,6 +3329,14 @@
|
|
|
3233
3329
|
],
|
|
3234
3330
|
"type": "object"
|
|
3235
3331
|
},
|
|
3332
|
+
"SearchSource": {
|
|
3333
|
+
"description": "The search source.",
|
|
3334
|
+
"enum": [
|
|
3335
|
+
"addresses",
|
|
3336
|
+
"features"
|
|
3337
|
+
],
|
|
3338
|
+
"type": "string"
|
|
3339
|
+
},
|
|
3236
3340
|
"SetBasemapArg": {
|
|
3237
3341
|
"anyOf": [
|
|
3238
3342
|
{
|
|
@@ -3386,7 +3490,7 @@
|
|
|
3386
3490
|
},
|
|
3387
3491
|
{
|
|
3388
3492
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
3389
|
-
"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{@
|
|
3493
|
+
"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/}."
|
|
3390
3494
|
},
|
|
3391
3495
|
{
|
|
3392
3496
|
"type": "string"
|
|
@@ -3471,11 +3575,43 @@
|
|
|
3471
3575
|
},
|
|
3472
3576
|
{
|
|
3473
3577
|
"additionalProperties": false,
|
|
3474
|
-
"properties": {
|
|
3578
|
+
"properties": {
|
|
3579
|
+
"activate": {
|
|
3580
|
+
"description": "Whether to activate the component showing the results of the operation. False by default.",
|
|
3581
|
+
"type": "boolean"
|
|
3582
|
+
},
|
|
3583
|
+
"features": {
|
|
3584
|
+
"$ref": "#/definitions/FeaturesLike",
|
|
3585
|
+
"description": "Features to use for the command/operation."
|
|
3586
|
+
},
|
|
3587
|
+
"results": {
|
|
3588
|
+
"$ref": "#/definitions/ModelRef",
|
|
3589
|
+
"description": "The result component to update, referenced by results model or its ID."
|
|
3590
|
+
},
|
|
3591
|
+
"resultsSetId": {
|
|
3592
|
+
"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.",
|
|
3593
|
+
"type": "string"
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
3596
|
+
"type": "object"
|
|
3475
3597
|
}
|
|
3476
3598
|
],
|
|
3477
3599
|
"description": "Arguments for various commands that manipulate the current set of shown results."
|
|
3478
3600
|
},
|
|
3601
|
+
"SketchTool": {
|
|
3602
|
+
"description": "The type of tool used for sketching.",
|
|
3603
|
+
"enum": [
|
|
3604
|
+
"circle",
|
|
3605
|
+
"extent",
|
|
3606
|
+
"line",
|
|
3607
|
+
"multipoint",
|
|
3608
|
+
"point",
|
|
3609
|
+
"polygon",
|
|
3610
|
+
"polyline",
|
|
3611
|
+
"square"
|
|
3612
|
+
],
|
|
3613
|
+
"type": "string"
|
|
3614
|
+
},
|
|
3479
3615
|
"SnapHostPanelArgs": {
|
|
3480
3616
|
"additionalProperties": false,
|
|
3481
3617
|
"description": "Arguments for the \"panel.snap-host-panel\" command.",
|
|
@@ -3882,11 +4018,11 @@
|
|
|
3882
4018
|
"type": "array"
|
|
3883
4019
|
},
|
|
3884
4020
|
"currency": {
|
|
3885
|
-
"description": "The default unit of currency to use when formatting currency. See{@
|
|
4021
|
+
"description": "The default unit of currency to use when formatting currency. See {@link utilities /number!NumberSettings.currency}.",
|
|
3886
4022
|
"type": "string"
|
|
3887
4023
|
},
|
|
3888
4024
|
"dateFormat": {
|
|
3889
|
-
"description": "The default format to use when formatting dates. See{@
|
|
4025
|
+
"description": "The default format to use when formatting dates. See {@link utilities /date!DateFormatter.format}.",
|
|
3890
4026
|
"type": "string"
|
|
3891
4027
|
},
|
|
3892
4028
|
"defaultValue": {
|
|
@@ -3894,7 +4030,7 @@
|
|
|
3894
4030
|
"type": "string"
|
|
3895
4031
|
},
|
|
3896
4032
|
"fractionalDigits": {
|
|
3897
|
-
"description": "The default number of digits to show after the decimal point when formatting numbers. See{@
|
|
4033
|
+
"description": "The default number of digits to show after the decimal point when formatting numbers. See {@link utilities /number!NumberSettings.fractionalDigits}.",
|
|
3898
4034
|
"type": "number"
|
|
3899
4035
|
},
|
|
3900
4036
|
"locale": {
|
|
@@ -3902,7 +4038,7 @@
|
|
|
3902
4038
|
"type": "string"
|
|
3903
4039
|
},
|
|
3904
4040
|
"numberFormat": {
|
|
3905
|
-
"description": "The default format to use when formatting numbers. See{@
|
|
4041
|
+
"description": "The default format to use when formatting numbers. See {@link utilities /number!NumberFormatter.format}.",
|
|
3906
4042
|
"type": "string"
|
|
3907
4043
|
},
|
|
3908
4044
|
"text": {
|
|
@@ -3938,6 +4074,88 @@
|
|
|
3938
4074
|
},
|
|
3939
4075
|
"type": "object"
|
|
3940
4076
|
},
|
|
4077
|
+
"UploadDataArgs": {
|
|
4078
|
+
"additionalProperties": false,
|
|
4079
|
+
"description": "Arguements for the \"results.upload-data-args-to-feature\" operation.",
|
|
4080
|
+
"properties": {
|
|
4081
|
+
"data": {
|
|
4082
|
+
"description": "The cells in the table.",
|
|
4083
|
+
"items": {
|
|
4084
|
+
"items": {
|
|
4085
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.convert.CellData"
|
|
4086
|
+
},
|
|
4087
|
+
"type": "array"
|
|
4088
|
+
},
|
|
4089
|
+
"type": "array"
|
|
4090
|
+
},
|
|
4091
|
+
"dateFormat": {
|
|
4092
|
+
"description": "The format for dates. The default is DateFormat.ROUND_TRIP. This can be a defined DateFormat string, the \"timestamp\" pseudo-format, or a custom format string.",
|
|
4093
|
+
"type": "string"
|
|
4094
|
+
},
|
|
4095
|
+
"displayField": {
|
|
4096
|
+
"description": "Typically a string field with text formatted for display.",
|
|
4097
|
+
"type": "string"
|
|
4098
|
+
},
|
|
4099
|
+
"escapeFormulaChars": {
|
|
4100
|
+
"description": "Whether to a prefix values that start with typical formula triggering chars (=,-,+,@).",
|
|
4101
|
+
"type": "boolean"
|
|
4102
|
+
},
|
|
4103
|
+
"generatePrimaryKey": {
|
|
4104
|
+
"description": "Indicates if a primary key should be generated if not found, defaults to true.",
|
|
4105
|
+
"type": "boolean"
|
|
4106
|
+
},
|
|
4107
|
+
"geometryFields": {
|
|
4108
|
+
"description": "The names of the geometry field(s).",
|
|
4109
|
+
"items": {
|
|
4110
|
+
"type": "string"
|
|
4111
|
+
},
|
|
4112
|
+
"type": "array"
|
|
4113
|
+
},
|
|
4114
|
+
"geometryFormat": {
|
|
4115
|
+
"$ref": "@vertigis.arcgis-extensions.data.convert.GeometryFormat",
|
|
4116
|
+
"description": "The format of the geometry in this table."
|
|
4117
|
+
},
|
|
4118
|
+
"inSpatialReference": {
|
|
4119
|
+
"$ref": "#/definitions/esri.SpatialReference",
|
|
4120
|
+
"description": "The spatial reference of the geometry in this table."
|
|
4121
|
+
},
|
|
4122
|
+
"includeHeaderRow": {
|
|
4123
|
+
"description": "The header row contains column names.",
|
|
4124
|
+
"type": "boolean"
|
|
4125
|
+
},
|
|
4126
|
+
"numberFormat": {
|
|
4127
|
+
"description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
|
|
4128
|
+
"type": "string"
|
|
4129
|
+
},
|
|
4130
|
+
"outFields": {
|
|
4131
|
+
"description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
|
|
4132
|
+
"items": {
|
|
4133
|
+
"type": "string"
|
|
4134
|
+
},
|
|
4135
|
+
"type": "array"
|
|
4136
|
+
},
|
|
4137
|
+
"outSpatialReference": {
|
|
4138
|
+
"$ref": "#/definitions/esri.SpatialReference",
|
|
4139
|
+
"description": "The output spatial reference of the converted table."
|
|
4140
|
+
},
|
|
4141
|
+
"primaryKeyField": {
|
|
4142
|
+
"description": "Optionally the primary key field.",
|
|
4143
|
+
"type": "string"
|
|
4144
|
+
},
|
|
4145
|
+
"title": {
|
|
4146
|
+
"description": "A title for this dataset.",
|
|
4147
|
+
"type": "string"
|
|
4148
|
+
},
|
|
4149
|
+
"useFormattedValues": {
|
|
4150
|
+
"description": "If true, the configured formatters will be run on the raw values in the supplied data and these values will be output with type information if possible. If false, the formatted or presentable values already present in the supplied data will be taken 'as-is'. Field types configured on the input will be ignored and all values will be output as strings.",
|
|
4151
|
+
"type": "boolean"
|
|
4152
|
+
}
|
|
4153
|
+
},
|
|
4154
|
+
"required": [
|
|
4155
|
+
"data"
|
|
4156
|
+
],
|
|
4157
|
+
"type": "object"
|
|
4158
|
+
},
|
|
3941
4159
|
"WebAddAttachmentArgs": {
|
|
3942
4160
|
"additionalProperties": false,
|
|
3943
4161
|
"description": "VertiGIS Studio Web's arguments for the \"edit.add-attachment\" command. Not supported by Mobile.",
|
|
@@ -4655,7 +4873,7 @@
|
|
|
4655
4873
|
},
|
|
4656
4874
|
"listMode": {
|
|
4657
4875
|
"$ref": "esri.ListMode",
|
|
4658
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4876
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4659
4877
|
},
|
|
4660
4878
|
"maxScale": {
|
|
4661
4879
|
"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.",
|
|
@@ -4670,7 +4888,7 @@
|
|
|
4670
4888
|
"type": "number"
|
|
4671
4889
|
},
|
|
4672
4890
|
"refreshInterval": {
|
|
4673
|
-
"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{@
|
|
4891
|
+
"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}.",
|
|
4674
4892
|
"type": "number"
|
|
4675
4893
|
},
|
|
4676
4894
|
"showLegend": {
|
|
@@ -4689,7 +4907,7 @@
|
|
|
4689
4907
|
"type": "string"
|
|
4690
4908
|
},
|
|
4691
4909
|
"type": {
|
|
4692
|
-
"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{@
|
|
4910
|
+
"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}.",
|
|
4693
4911
|
"enum": [
|
|
4694
4912
|
"BingMapsAerial",
|
|
4695
4913
|
"BingMapsHybrid",
|
|
@@ -4882,7 +5100,7 @@
|
|
|
4882
5100
|
},
|
|
4883
5101
|
"esri.rest-api.CIMSymbol.CIMSymbol": {
|
|
4884
5102
|
"additionalProperties": false,
|
|
4885
|
-
"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{@
|
|
5103
|
+
"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/}.",
|
|
4886
5104
|
"properties": {
|
|
4887
5105
|
"type": {
|
|
4888
5106
|
"description": "Specifies the type of symbol used.",
|
|
@@ -4899,7 +5117,7 @@
|
|
|
4899
5117
|
},
|
|
4900
5118
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
4901
5119
|
"additionalProperties": false,
|
|
4902
|
-
"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{@
|
|
5120
|
+
"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/}.",
|
|
4903
5121
|
"properties": {
|
|
4904
5122
|
"blendMode": {
|
|
4905
5123
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4934,7 +5152,7 @@
|
|
|
4934
5152
|
},
|
|
4935
5153
|
"listMode": {
|
|
4936
5154
|
"$ref": "esri.ListMode",
|
|
4937
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5155
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4938
5156
|
},
|
|
4939
5157
|
"locationInfo": {
|
|
4940
5158
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -4957,7 +5175,7 @@
|
|
|
4957
5175
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
4958
5176
|
},
|
|
4959
5177
|
"refreshInterval": {
|
|
4960
|
-
"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{@
|
|
5178
|
+
"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}.",
|
|
4961
5179
|
"type": "number"
|
|
4962
5180
|
},
|
|
4963
5181
|
"screenSizePerspective": {
|
|
@@ -4977,7 +5195,7 @@
|
|
|
4977
5195
|
"type": "string"
|
|
4978
5196
|
},
|
|
4979
5197
|
"type": {
|
|
4980
|
-
"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{@
|
|
5198
|
+
"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}.",
|
|
4981
5199
|
"enum": [
|
|
4982
5200
|
"BingMapsAerial",
|
|
4983
5201
|
"BingMapsHybrid",
|
|
@@ -5059,7 +5277,7 @@
|
|
|
5059
5277
|
},
|
|
5060
5278
|
"esri.rest-api.Camera.Camera": {
|
|
5061
5279
|
"additionalProperties": false,
|
|
5062
|
-
"description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed. See{@
|
|
5280
|
+
"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/}.",
|
|
5063
5281
|
"properties": {
|
|
5064
5282
|
"heading": {
|
|
5065
5283
|
"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.",
|
|
@@ -5081,7 +5299,7 @@
|
|
|
5081
5299
|
},
|
|
5082
5300
|
"esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
|
|
5083
5301
|
"additionalProperties": false,
|
|
5084
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
5302
|
+
"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/}.",
|
|
5085
5303
|
"properties": {
|
|
5086
5304
|
"classMaxValue": {
|
|
5087
5305
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -5152,7 +5370,7 @@
|
|
|
5152
5370
|
},
|
|
5153
5371
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
5154
5372
|
"additionalProperties": false,
|
|
5155
|
-
"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{@
|
|
5373
|
+
"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/}.",
|
|
5156
5374
|
"properties": {
|
|
5157
5375
|
"authoringInfo": {
|
|
5158
5376
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5178,7 +5396,7 @@
|
|
|
5178
5396
|
},
|
|
5179
5397
|
"classificationMethod": {
|
|
5180
5398
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
|
|
5181
|
-
"description": "Determines the classification method that was used to generate class breaks. See{@
|
|
5399
|
+
"description": "Determines the classification method that was used to generate class breaks. See {@link ClassificationMethod}."
|
|
5182
5400
|
},
|
|
5183
5401
|
"defaultLabel": {
|
|
5184
5402
|
"description": "Default string for the default symbol used to draw unspecified values.",
|
|
@@ -5246,7 +5464,7 @@
|
|
|
5246
5464
|
},
|
|
5247
5465
|
"normalizationType": {
|
|
5248
5466
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
|
|
5249
|
-
"description": "One of the NormalizationType constants. See{@
|
|
5467
|
+
"description": "One of the NormalizationType constants. See {@link NormalizationType}."
|
|
5250
5468
|
},
|
|
5251
5469
|
"rotationExpression": {
|
|
5252
5470
|
"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.",
|
|
@@ -5254,10 +5472,10 @@
|
|
|
5254
5472
|
},
|
|
5255
5473
|
"rotationType": {
|
|
5256
5474
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5257
|
-
"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{@
|
|
5475
|
+
"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}."
|
|
5258
5476
|
},
|
|
5259
5477
|
"type": {
|
|
5260
|
-
"description": "The type of renderer. See{@
|
|
5478
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
5261
5479
|
"enum": [
|
|
5262
5480
|
"classBreaks"
|
|
5263
5481
|
],
|
|
@@ -5266,8 +5484,7 @@
|
|
|
5266
5484
|
"visualVariables": {
|
|
5267
5485
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5268
5486
|
"items": {
|
|
5269
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5270
|
-
"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/}."
|
|
5487
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5271
5488
|
},
|
|
5272
5489
|
"type": "array"
|
|
5273
5490
|
}
|
|
@@ -5303,7 +5520,7 @@
|
|
|
5303
5520
|
},
|
|
5304
5521
|
"esri.rest-api.CodedValueDomain.CodedValue": {
|
|
5305
5522
|
"additionalProperties": false,
|
|
5306
|
-
"description": "A set of valid coded values with unique names. See{@
|
|
5523
|
+
"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/}.",
|
|
5307
5524
|
"properties": {
|
|
5308
5525
|
"code": {
|
|
5309
5526
|
"description": "Value indicating which unique code is used to identify the feature attribute.",
|
|
@@ -5325,7 +5542,7 @@
|
|
|
5325
5542
|
},
|
|
5326
5543
|
"esri.rest-api.CodedValueDomain.CodedValueDomain": {
|
|
5327
5544
|
"additionalProperties": false,
|
|
5328
|
-
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See{@
|
|
5545
|
+
"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/}.",
|
|
5329
5546
|
"properties": {
|
|
5330
5547
|
"codedValues": {
|
|
5331
5548
|
"description": "The set of valid coded values.",
|
|
@@ -5339,7 +5556,7 @@
|
|
|
5339
5556
|
"type": "string"
|
|
5340
5557
|
},
|
|
5341
5558
|
"type": {
|
|
5342
|
-
"description": "Type of domain. See{@
|
|
5559
|
+
"description": "Type of domain. See {@link portal /Domain!DomainType}.",
|
|
5343
5560
|
"enum": [
|
|
5344
5561
|
"codedValue"
|
|
5345
5562
|
],
|
|
@@ -5355,7 +5572,7 @@
|
|
|
5355
5572
|
},
|
|
5356
5573
|
"esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
|
|
5357
5574
|
"additionalProperties": false,
|
|
5358
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
5575
|
+
"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/}.",
|
|
5359
5576
|
"properties": {
|
|
5360
5577
|
"classMaxValue": {
|
|
5361
5578
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -5382,7 +5599,7 @@
|
|
|
5382
5599
|
},
|
|
5383
5600
|
"esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
|
|
5384
5601
|
"additionalProperties": false,
|
|
5385
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
5602
|
+
"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/}.",
|
|
5386
5603
|
"properties": {
|
|
5387
5604
|
"color": {
|
|
5388
5605
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -5421,11 +5638,11 @@
|
|
|
5421
5638
|
"$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
|
|
5422
5639
|
}
|
|
5423
5640
|
],
|
|
5424
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@
|
|
5641
|
+
"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/}."
|
|
5425
5642
|
},
|
|
5426
5643
|
"esri.rest-api.DefinitionEditor.DefinitionEditor": {
|
|
5427
5644
|
"additionalProperties": false,
|
|
5428
|
-
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See{@
|
|
5645
|
+
"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/}.",
|
|
5429
5646
|
"properties": {
|
|
5430
5647
|
"inputs": {
|
|
5431
5648
|
"description": "An array of input objects.",
|
|
@@ -5443,7 +5660,7 @@
|
|
|
5443
5660
|
},
|
|
5444
5661
|
"esri.rest-api.DefinitionEditor.Input": {
|
|
5445
5662
|
"additionalProperties": false,
|
|
5446
|
-
"description": "The input objects specified by the definitionEditor. See{@
|
|
5663
|
+
"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/}.",
|
|
5447
5664
|
"properties": {
|
|
5448
5665
|
"hint": {
|
|
5449
5666
|
"description": "A string value representing a hint for the input.",
|
|
@@ -5465,7 +5682,7 @@
|
|
|
5465
5682
|
},
|
|
5466
5683
|
"esri.rest-api.DefinitionEditor.Parameter": {
|
|
5467
5684
|
"additionalProperties": false,
|
|
5468
|
-
"description": "Objects defined by a definitionEditor input. See{@
|
|
5685
|
+
"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/}.",
|
|
5469
5686
|
"properties": {
|
|
5470
5687
|
"defaultValue": {
|
|
5471
5688
|
"description": "The default value that is automatically given if nothing is provided.",
|
|
@@ -5501,27 +5718,16 @@
|
|
|
5501
5718
|
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
5502
5719
|
}
|
|
5503
5720
|
],
|
|
5504
|
-
"description": "A domain specifies the set of valid values for a field. See{@
|
|
5721
|
+
"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/}."
|
|
5505
5722
|
},
|
|
5506
5723
|
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
5507
5724
|
"additionalProperties": false,
|
|
5508
|
-
"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{@
|
|
5725
|
+
"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/}.",
|
|
5509
5726
|
"properties": {
|
|
5510
5727
|
"filters": {
|
|
5511
5728
|
"description": "Filters for PointCloud layers.",
|
|
5512
5729
|
"items": {
|
|
5513
|
-
"
|
|
5514
|
-
{
|
|
5515
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
5516
|
-
},
|
|
5517
|
-
{
|
|
5518
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
5519
|
-
},
|
|
5520
|
-
{
|
|
5521
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
5522
|
-
}
|
|
5523
|
-
],
|
|
5524
|
-
"description": "Filters applied to the pointCloud which will hide a point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
5730
|
+
"$ref": "#/definitions/PointCloudFilter"
|
|
5525
5731
|
},
|
|
5526
5732
|
"type": "array"
|
|
5527
5733
|
},
|
|
@@ -5557,11 +5763,11 @@
|
|
|
5557
5763
|
},
|
|
5558
5764
|
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
5559
5765
|
"additionalProperties": false,
|
|
5560
|
-
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See{@
|
|
5766
|
+
"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/}.",
|
|
5561
5767
|
"properties": {
|
|
5562
5768
|
"dataSource": {
|
|
5563
5769
|
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
5564
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@
|
|
5770
|
+
"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/}."
|
|
5565
5771
|
},
|
|
5566
5772
|
"fields": {
|
|
5567
5773
|
"description": "An array of objects specifying information about an attribute field.",
|
|
@@ -5585,7 +5791,7 @@
|
|
|
5585
5791
|
},
|
|
5586
5792
|
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
5587
5793
|
"additionalProperties": false,
|
|
5588
|
-
"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{@
|
|
5794
|
+
"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/}.",
|
|
5589
5795
|
"properties": {
|
|
5590
5796
|
"gdbVersion": {
|
|
5591
5797
|
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
@@ -5829,42 +6035,7 @@
|
|
|
5829
6035
|
},
|
|
5830
6036
|
{
|
|
5831
6037
|
"items": {
|
|
5832
|
-
"
|
|
5833
|
-
{
|
|
5834
|
-
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
5835
|
-
},
|
|
5836
|
-
{
|
|
5837
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
5838
|
-
},
|
|
5839
|
-
{
|
|
5840
|
-
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
5841
|
-
},
|
|
5842
|
-
{
|
|
5843
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
5844
|
-
},
|
|
5845
|
-
{
|
|
5846
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
5847
|
-
},
|
|
5848
|
-
{
|
|
5849
|
-
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
5850
|
-
},
|
|
5851
|
-
{
|
|
5852
|
-
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
5853
|
-
},
|
|
5854
|
-
{
|
|
5855
|
-
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
5856
|
-
},
|
|
5857
|
-
{
|
|
5858
|
-
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
5859
|
-
},
|
|
5860
|
-
{
|
|
5861
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
5862
|
-
},
|
|
5863
|
-
{
|
|
5864
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
5865
|
-
}
|
|
5866
|
-
],
|
|
5867
|
-
"description": "Effect functions that can be combined to build a layer effect."
|
|
6038
|
+
"$ref": "#/definitions/EffectFunction"
|
|
5868
6039
|
},
|
|
5869
6040
|
"type": "array"
|
|
5870
6041
|
}
|
|
@@ -5987,42 +6158,7 @@
|
|
|
5987
6158
|
"value": {
|
|
5988
6159
|
"description": "The effect to be applied at the corresponding scale.",
|
|
5989
6160
|
"items": {
|
|
5990
|
-
"
|
|
5991
|
-
{
|
|
5992
|
-
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
5993
|
-
},
|
|
5994
|
-
{
|
|
5995
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
5996
|
-
},
|
|
5997
|
-
{
|
|
5998
|
-
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
5999
|
-
},
|
|
6000
|
-
{
|
|
6001
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
6002
|
-
},
|
|
6003
|
-
{
|
|
6004
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
6005
|
-
},
|
|
6006
|
-
{
|
|
6007
|
-
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
6008
|
-
},
|
|
6009
|
-
{
|
|
6010
|
-
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
6011
|
-
},
|
|
6012
|
-
{
|
|
6013
|
-
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
6014
|
-
},
|
|
6015
|
-
{
|
|
6016
|
-
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
6017
|
-
},
|
|
6018
|
-
{
|
|
6019
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
6020
|
-
},
|
|
6021
|
-
{
|
|
6022
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
6023
|
-
}
|
|
6024
|
-
],
|
|
6025
|
-
"description": "Effect functions that can be combined to build a layer effect."
|
|
6161
|
+
"$ref": "#/definitions/EffectFunction"
|
|
6026
6162
|
},
|
|
6027
6163
|
"type": "array"
|
|
6028
6164
|
}
|
|
@@ -6056,7 +6192,7 @@
|
|
|
6056
6192
|
},
|
|
6057
6193
|
"esri.rest-api.ElevationInfo.ElevationInfo": {
|
|
6058
6194
|
"additionalProperties": false,
|
|
6059
|
-
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See{@
|
|
6195
|
+
"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/}.",
|
|
6060
6196
|
"properties": {
|
|
6061
6197
|
"featureExpression": {
|
|
6062
6198
|
"description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
|
|
@@ -6067,7 +6203,7 @@
|
|
|
6067
6203
|
},
|
|
6068
6204
|
"mode": {
|
|
6069
6205
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
|
|
6070
|
-
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@
|
|
6206
|
+
"description": "Determines how the service elevation values are combined with the basemap elevation. See {@link ElevationMode}."
|
|
6071
6207
|
},
|
|
6072
6208
|
"offset": {
|
|
6073
6209
|
"description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
|
|
@@ -6107,7 +6243,7 @@
|
|
|
6107
6243
|
},
|
|
6108
6244
|
"esri.rest-api.ElevationLayer.ElevationLayer": {
|
|
6109
6245
|
"additionalProperties": false,
|
|
6110
|
-
"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{@
|
|
6246
|
+
"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/}.",
|
|
6111
6247
|
"properties": {
|
|
6112
6248
|
"blendMode": {
|
|
6113
6249
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6138,7 +6274,7 @@
|
|
|
6138
6274
|
},
|
|
6139
6275
|
"listMode": {
|
|
6140
6276
|
"$ref": "esri.ListMode",
|
|
6141
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6277
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6142
6278
|
},
|
|
6143
6279
|
"maxScale": {
|
|
6144
6280
|
"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.",
|
|
@@ -6153,7 +6289,7 @@
|
|
|
6153
6289
|
"type": "number"
|
|
6154
6290
|
},
|
|
6155
6291
|
"refreshInterval": {
|
|
6156
|
-
"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{@
|
|
6292
|
+
"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}.",
|
|
6157
6293
|
"type": "number"
|
|
6158
6294
|
},
|
|
6159
6295
|
"showLegend": {
|
|
@@ -6165,7 +6301,7 @@
|
|
|
6165
6301
|
"type": "string"
|
|
6166
6302
|
},
|
|
6167
6303
|
"type": {
|
|
6168
|
-
"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{@
|
|
6304
|
+
"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}.",
|
|
6169
6305
|
"enum": [
|
|
6170
6306
|
"BingMapsAerial",
|
|
6171
6307
|
"BingMapsHybrid",
|
|
@@ -6194,7 +6330,7 @@
|
|
|
6194
6330
|
},
|
|
6195
6331
|
"esri.rest-api.Extent.Extent": {
|
|
6196
6332
|
"additionalProperties": false,
|
|
6197
|
-
"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{@
|
|
6333
|
+
"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/}.",
|
|
6198
6334
|
"properties": {
|
|
6199
6335
|
"spatialReference": {
|
|
6200
6336
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -6221,7 +6357,7 @@
|
|
|
6221
6357
|
},
|
|
6222
6358
|
"esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
|
|
6223
6359
|
"additionalProperties": false,
|
|
6224
|
-
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See{@
|
|
6360
|
+
"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/}.",
|
|
6225
6361
|
"properties": {
|
|
6226
6362
|
"enable": {
|
|
6227
6363
|
"description": "Type: Boolean.",
|
|
@@ -6236,7 +6372,7 @@
|
|
|
6236
6372
|
"type": "number"
|
|
6237
6373
|
},
|
|
6238
6374
|
"type": {
|
|
6239
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6375
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
6240
6376
|
"enum": [
|
|
6241
6377
|
"Extrude"
|
|
6242
6378
|
],
|
|
@@ -6250,7 +6386,7 @@
|
|
|
6250
6386
|
},
|
|
6251
6387
|
"esri.rest-api.Feature.Feature": {
|
|
6252
6388
|
"additionalProperties": false,
|
|
6253
|
-
"description": "Contains information about an attribute field and feature geometry. See{@
|
|
6389
|
+
"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/}.",
|
|
6254
6390
|
"properties": {
|
|
6255
6391
|
"attributes": {
|
|
6256
6392
|
"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."
|
|
@@ -6312,7 +6448,7 @@
|
|
|
6312
6448
|
},
|
|
6313
6449
|
"esri.rest-api.FeatureCollection.FeatureCollection": {
|
|
6314
6450
|
"additionalProperties": false,
|
|
6315
|
-
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See{@
|
|
6451
|
+
"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/}.",
|
|
6316
6452
|
"properties": {
|
|
6317
6453
|
"layers": {
|
|
6318
6454
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -6342,7 +6478,7 @@
|
|
|
6342
6478
|
},
|
|
6343
6479
|
"esri.rest-api.FeatureLayer.FeatureLayer": {
|
|
6344
6480
|
"additionalProperties": false,
|
|
6345
|
-
"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{@
|
|
6481
|
+
"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/}.",
|
|
6346
6482
|
"properties": {
|
|
6347
6483
|
"blendMode": {
|
|
6348
6484
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6400,7 +6536,7 @@
|
|
|
6400
6536
|
},
|
|
6401
6537
|
"listMode": {
|
|
6402
6538
|
"$ref": "esri.ListMode",
|
|
6403
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6539
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6404
6540
|
},
|
|
6405
6541
|
"maxScale": {
|
|
6406
6542
|
"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.",
|
|
@@ -6412,7 +6548,7 @@
|
|
|
6412
6548
|
},
|
|
6413
6549
|
"mode": {
|
|
6414
6550
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
6415
|
-
"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{@
|
|
6551
|
+
"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}."
|
|
6416
6552
|
},
|
|
6417
6553
|
"opacity": {
|
|
6418
6554
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -6423,7 +6559,7 @@
|
|
|
6423
6559
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6424
6560
|
},
|
|
6425
6561
|
"refreshInterval": {
|
|
6426
|
-
"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{@
|
|
6562
|
+
"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}.",
|
|
6427
6563
|
"type": "number"
|
|
6428
6564
|
},
|
|
6429
6565
|
"screenSizePerspective": {
|
|
@@ -6450,7 +6586,7 @@
|
|
|
6450
6586
|
"type": "string"
|
|
6451
6587
|
},
|
|
6452
6588
|
"type": {
|
|
6453
|
-
"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{@
|
|
6589
|
+
"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}.",
|
|
6454
6590
|
"enum": [
|
|
6455
6591
|
"BingMapsAerial",
|
|
6456
6592
|
"BingMapsHybrid",
|
|
@@ -6569,7 +6705,7 @@
|
|
|
6569
6705
|
},
|
|
6570
6706
|
"esri.rest-api.FeatureSet.FeatureSet": {
|
|
6571
6707
|
"additionalProperties": false,
|
|
6572
|
-
"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{@
|
|
6708
|
+
"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/}.",
|
|
6573
6709
|
"properties": {
|
|
6574
6710
|
"features": {
|
|
6575
6711
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -6591,7 +6727,7 @@
|
|
|
6591
6727
|
},
|
|
6592
6728
|
"esri.rest-api.Field.Field": {
|
|
6593
6729
|
"additionalProperties": false,
|
|
6594
|
-
"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{@
|
|
6730
|
+
"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/}.",
|
|
6595
6731
|
"properties": {
|
|
6596
6732
|
"alias": {
|
|
6597
6733
|
"description": "The field alias (human-readable name).",
|
|
@@ -6623,7 +6759,7 @@
|
|
|
6623
6759
|
},
|
|
6624
6760
|
"type": {
|
|
6625
6761
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
6626
|
-
"description": "Type of the Field. See{@
|
|
6762
|
+
"description": "Type of the Field. See {@link portal /Field!FieldType}."
|
|
6627
6763
|
}
|
|
6628
6764
|
},
|
|
6629
6765
|
"type": "object"
|
|
@@ -6649,7 +6785,7 @@
|
|
|
6649
6785
|
},
|
|
6650
6786
|
"esri.rest-api.FieldInfo.FieldInfo": {
|
|
6651
6787
|
"additionalProperties": false,
|
|
6652
|
-
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See{@
|
|
6788
|
+
"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/}.",
|
|
6653
6789
|
"properties": {
|
|
6654
6790
|
"fieldName": {
|
|
6655
6791
|
"description": "The field name as defined by the service.",
|
|
@@ -6669,7 +6805,7 @@
|
|
|
6669
6805
|
},
|
|
6670
6806
|
"stringFieldOption": {
|
|
6671
6807
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
|
|
6672
|
-
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@
|
|
6808
|
+
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See {@link StringFieldOption}."
|
|
6673
6809
|
},
|
|
6674
6810
|
"tooltip": {
|
|
6675
6811
|
"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.",
|
|
@@ -6686,7 +6822,7 @@
|
|
|
6686
6822
|
"type": "object"
|
|
6687
6823
|
},
|
|
6688
6824
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
6689
|
-
"description": "The type of string field to use with{@
|
|
6825
|
+
"description": "The type of string field to use with {@link portal /FieldInfo!FieldInfo.stringFieldOption}..",
|
|
6690
6826
|
"enum": [
|
|
6691
6827
|
"richtext",
|
|
6692
6828
|
"textarea",
|
|
@@ -6696,7 +6832,7 @@
|
|
|
6696
6832
|
},
|
|
6697
6833
|
"esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
|
|
6698
6834
|
"additionalProperties": false,
|
|
6699
|
-
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See{@
|
|
6835
|
+
"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/}.",
|
|
6700
6836
|
"properties": {
|
|
6701
6837
|
"castShadows": {
|
|
6702
6838
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -6719,7 +6855,7 @@
|
|
|
6719
6855
|
"description": "The outline of the point, line or polygon."
|
|
6720
6856
|
},
|
|
6721
6857
|
"type": {
|
|
6722
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6858
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
6723
6859
|
"enum": [
|
|
6724
6860
|
"Fill"
|
|
6725
6861
|
],
|
|
@@ -6733,7 +6869,7 @@
|
|
|
6733
6869
|
},
|
|
6734
6870
|
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
6735
6871
|
"additionalProperties": false,
|
|
6736
|
-
"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{@
|
|
6872
|
+
"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/}.",
|
|
6737
6873
|
"properties": {
|
|
6738
6874
|
"attachmentKeyword": {
|
|
6739
6875
|
"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.",
|
|
@@ -6774,7 +6910,7 @@
|
|
|
6774
6910
|
},
|
|
6775
6911
|
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
6776
6912
|
"additionalProperties": false,
|
|
6777
|
-
"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{@
|
|
6913
|
+
"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/}.",
|
|
6778
6914
|
"properties": {
|
|
6779
6915
|
"maxLength": {
|
|
6780
6916
|
"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.",
|
|
@@ -6799,7 +6935,7 @@
|
|
|
6799
6935
|
},
|
|
6800
6936
|
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
6801
6937
|
"additionalProperties": false,
|
|
6802
|
-
"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{@
|
|
6938
|
+
"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/}.",
|
|
6803
6939
|
"properties": {
|
|
6804
6940
|
"noValueOptionLabel": {
|
|
6805
6941
|
"description": "The text used to represent a null value.",
|
|
@@ -6824,7 +6960,7 @@
|
|
|
6824
6960
|
},
|
|
6825
6961
|
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
6826
6962
|
"additionalProperties": false,
|
|
6827
|
-
"description": "Defines the desired user interface is a calendar date picker. See{@
|
|
6963
|
+
"description": "Defines the desired user interface is a calendar date picker. See {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
6828
6964
|
"properties": {
|
|
6829
6965
|
"includeTime": {
|
|
6830
6966
|
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
@@ -6853,7 +6989,7 @@
|
|
|
6853
6989
|
},
|
|
6854
6990
|
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
6855
6991
|
"additionalProperties": false,
|
|
6856
|
-
"description": "Arcade expression used in the form. See{@
|
|
6992
|
+
"description": "Arcade expression used in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
6857
6993
|
"properties": {
|
|
6858
6994
|
"expression": {
|
|
6859
6995
|
"description": "The Arcade expression.",
|
|
@@ -6879,7 +7015,7 @@
|
|
|
6879
7015
|
},
|
|
6880
7016
|
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
6881
7017
|
"additionalProperties": false,
|
|
6882
|
-
"description": "Defines how a field in the dataset participates in the form. See{@
|
|
7018
|
+
"description": "Defines how a field in the dataset participates in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
6883
7019
|
"properties": {
|
|
6884
7020
|
"description": {
|
|
6885
7021
|
"description": "A string that describes the element in detail.",
|
|
@@ -6950,7 +7086,7 @@
|
|
|
6950
7086
|
},
|
|
6951
7087
|
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
6952
7088
|
"additionalProperties": false,
|
|
6953
|
-
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See{@
|
|
7089
|
+
"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/}.",
|
|
6954
7090
|
"properties": {
|
|
6955
7091
|
"description": {
|
|
6956
7092
|
"description": "A string that describes the element in detail.",
|
|
@@ -7004,7 +7140,7 @@
|
|
|
7004
7140
|
},
|
|
7005
7141
|
"esri.rest-api.FormInfo.FormInfo": {
|
|
7006
7142
|
"additionalProperties": false,
|
|
7007
|
-
"description": "Defines the form configuration when a user edits a feature. See{@
|
|
7143
|
+
"description": "Defines the form configuration when a user edits a feature. See {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
7008
7144
|
"properties": {
|
|
7009
7145
|
"description": {
|
|
7010
7146
|
"description": "A string that appears in the body of the form as a description.",
|
|
@@ -7046,7 +7182,7 @@
|
|
|
7046
7182
|
},
|
|
7047
7183
|
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
7048
7184
|
"additionalProperties": false,
|
|
7049
|
-
"description": "Defines the desired user interface is a radio button group. See{@
|
|
7185
|
+
"description": "Defines the desired user interface is a radio button group. See {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
7050
7186
|
"properties": {
|
|
7051
7187
|
"noValueOptionLabel": {
|
|
7052
7188
|
"description": "The text used to represent a null value.",
|
|
@@ -7071,7 +7207,7 @@
|
|
|
7071
7207
|
},
|
|
7072
7208
|
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
7073
7209
|
"additionalProperties": false,
|
|
7074
|
-
"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{@
|
|
7210
|
+
"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/}.",
|
|
7075
7211
|
"properties": {
|
|
7076
7212
|
"description": {
|
|
7077
7213
|
"description": "A string that describes the element in detail.",
|
|
@@ -7115,7 +7251,7 @@
|
|
|
7115
7251
|
},
|
|
7116
7252
|
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
7117
7253
|
"additionalProperties": false,
|
|
7118
|
-
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See{@
|
|
7254
|
+
"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/}.",
|
|
7119
7255
|
"properties": {
|
|
7120
7256
|
"offValue": {
|
|
7121
7257
|
"description": "The coded value when switch state is off.",
|
|
@@ -7146,7 +7282,7 @@
|
|
|
7146
7282
|
},
|
|
7147
7283
|
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
7148
7284
|
"additionalProperties": false,
|
|
7149
|
-
"description": "Defines the desired user interface is a multi-line text area. See{@
|
|
7285
|
+
"description": "Defines the desired user interface is a multi-line text area. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
7150
7286
|
"properties": {
|
|
7151
7287
|
"maxLength": {
|
|
7152
7288
|
"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.",
|
|
@@ -7171,7 +7307,7 @@
|
|
|
7171
7307
|
},
|
|
7172
7308
|
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
7173
7309
|
"additionalProperties": false,
|
|
7174
|
-
"description": "Defines the desired user interface is a single-line text box. See{@
|
|
7310
|
+
"description": "Defines the desired user interface is a single-line text box. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
7175
7311
|
"properties": {
|
|
7176
7312
|
"maxLength": {
|
|
7177
7313
|
"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.",
|
|
@@ -7195,7 +7331,7 @@
|
|
|
7195
7331
|
"type": "object"
|
|
7196
7332
|
},
|
|
7197
7333
|
"esri.rest-api.Format.DateFormat": {
|
|
7198
|
-
"description": "Possible date formats for{@
|
|
7334
|
+
"description": "Possible date formats for {@link Format.dateFormat}.",
|
|
7199
7335
|
"enum": [
|
|
7200
7336
|
"dayShortMonthYear",
|
|
7201
7337
|
"longDate",
|
|
@@ -7218,11 +7354,11 @@
|
|
|
7218
7354
|
},
|
|
7219
7355
|
"esri.rest-api.Format.Format": {
|
|
7220
7356
|
"additionalProperties": false,
|
|
7221
|
-
"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{@
|
|
7357
|
+
"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/}.",
|
|
7222
7358
|
"properties": {
|
|
7223
7359
|
"dateFormat": {
|
|
7224
7360
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
7225
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@
|
|
7361
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link utilities /date!DateFormat}."
|
|
7226
7362
|
},
|
|
7227
7363
|
"digitSeparator": {
|
|
7228
7364
|
"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.",
|
|
@@ -7237,7 +7373,7 @@
|
|
|
7237
7373
|
},
|
|
7238
7374
|
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
7239
7375
|
"additionalProperties": false,
|
|
7240
|
-
"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:{@
|
|
7376
|
+
"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/}.",
|
|
7241
7377
|
"properties": {
|
|
7242
7378
|
"blendMode": {
|
|
7243
7379
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7268,7 +7404,7 @@
|
|
|
7268
7404
|
},
|
|
7269
7405
|
"listMode": {
|
|
7270
7406
|
"$ref": "esri.ListMode",
|
|
7271
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7407
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7272
7408
|
},
|
|
7273
7409
|
"maxScale": {
|
|
7274
7410
|
"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.",
|
|
@@ -7287,7 +7423,7 @@
|
|
|
7287
7423
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
7288
7424
|
},
|
|
7289
7425
|
"refreshInterval": {
|
|
7290
|
-
"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{@
|
|
7426
|
+
"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}.",
|
|
7291
7427
|
"type": "number"
|
|
7292
7428
|
},
|
|
7293
7429
|
"screenSizePerspective": {
|
|
@@ -7307,7 +7443,7 @@
|
|
|
7307
7443
|
"type": "string"
|
|
7308
7444
|
},
|
|
7309
7445
|
"type": {
|
|
7310
|
-
"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{@
|
|
7446
|
+
"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}.",
|
|
7311
7447
|
"enum": [
|
|
7312
7448
|
"BingMapsAerial",
|
|
7313
7449
|
"BingMapsHybrid",
|
|
@@ -7336,7 +7472,7 @@
|
|
|
7336
7472
|
},
|
|
7337
7473
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
7338
7474
|
"additionalProperties": false,
|
|
7339
|
-
"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{@
|
|
7475
|
+
"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/}.",
|
|
7340
7476
|
"properties": {
|
|
7341
7477
|
"blendMode": {
|
|
7342
7478
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7363,7 +7499,7 @@
|
|
|
7363
7499
|
},
|
|
7364
7500
|
"listMode": {
|
|
7365
7501
|
"$ref": "esri.ListMode",
|
|
7366
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7502
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7367
7503
|
},
|
|
7368
7504
|
"maxScale": {
|
|
7369
7505
|
"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.",
|
|
@@ -7386,7 +7522,7 @@
|
|
|
7386
7522
|
"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."
|
|
7387
7523
|
},
|
|
7388
7524
|
"refreshInterval": {
|
|
7389
|
-
"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{@
|
|
7525
|
+
"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}.",
|
|
7390
7526
|
"type": "number"
|
|
7391
7527
|
},
|
|
7392
7528
|
"showLegend": {
|
|
@@ -7398,7 +7534,7 @@
|
|
|
7398
7534
|
"type": "string"
|
|
7399
7535
|
},
|
|
7400
7536
|
"type": {
|
|
7401
|
-
"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{@
|
|
7537
|
+
"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}.",
|
|
7402
7538
|
"enum": [
|
|
7403
7539
|
"BingMapsAerial",
|
|
7404
7540
|
"BingMapsHybrid",
|
|
@@ -7443,7 +7579,7 @@
|
|
|
7443
7579
|
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
7444
7580
|
}
|
|
7445
7581
|
],
|
|
7446
|
-
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@
|
|
7582
|
+
"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/}."
|
|
7447
7583
|
},
|
|
7448
7584
|
"esri.rest-api.Geometry.GeometryType": {
|
|
7449
7585
|
"description": "The type of the Geometry.",
|
|
@@ -7458,7 +7594,7 @@
|
|
|
7458
7594
|
},
|
|
7459
7595
|
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
7460
7596
|
"additionalProperties": false,
|
|
7461
|
-
"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{@
|
|
7597
|
+
"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/}.",
|
|
7462
7598
|
"properties": {
|
|
7463
7599
|
"blendMode": {
|
|
7464
7600
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7488,7 +7624,7 @@
|
|
|
7488
7624
|
},
|
|
7489
7625
|
"listMode": {
|
|
7490
7626
|
"$ref": "esri.ListMode",
|
|
7491
|
-
"description": "To show or hide the group layer in the layer list. See{@
|
|
7627
|
+
"description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
|
|
7492
7628
|
},
|
|
7493
7629
|
"maxScale": {
|
|
7494
7630
|
"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.",
|
|
@@ -7503,7 +7639,7 @@
|
|
|
7503
7639
|
"type": "number"
|
|
7504
7640
|
},
|
|
7505
7641
|
"refreshInterval": {
|
|
7506
|
-
"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{@
|
|
7642
|
+
"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}.",
|
|
7507
7643
|
"type": "number"
|
|
7508
7644
|
},
|
|
7509
7645
|
"showLegend": {
|
|
@@ -7515,7 +7651,7 @@
|
|
|
7515
7651
|
"type": "string"
|
|
7516
7652
|
},
|
|
7517
7653
|
"type": {
|
|
7518
|
-
"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{@
|
|
7654
|
+
"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}.",
|
|
7519
7655
|
"enum": [
|
|
7520
7656
|
"BingMapsAerial",
|
|
7521
7657
|
"BingMapsHybrid",
|
|
@@ -7534,7 +7670,7 @@
|
|
|
7534
7670
|
},
|
|
7535
7671
|
"visibilityMode": {
|
|
7536
7672
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
|
|
7537
|
-
"description": "How visibility of children is affected: independent, exclusive, inherited. See{@
|
|
7673
|
+
"description": "How visibility of children is affected: independent, exclusive, inherited. See {@link GroupLayerVisibilityMode}."
|
|
7538
7674
|
}
|
|
7539
7675
|
},
|
|
7540
7676
|
"required": [
|
|
@@ -7553,7 +7689,7 @@
|
|
|
7553
7689
|
},
|
|
7554
7690
|
"esri.rest-api.HeatmapRenderer.ColorStop": {
|
|
7555
7691
|
"additionalProperties": false,
|
|
7556
|
-
"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{@
|
|
7692
|
+
"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/}.",
|
|
7557
7693
|
"properties": {
|
|
7558
7694
|
"color": {
|
|
7559
7695
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7572,7 +7708,7 @@
|
|
|
7572
7708
|
},
|
|
7573
7709
|
"esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
|
|
7574
7710
|
"additionalProperties": false,
|
|
7575
|
-
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See{@
|
|
7711
|
+
"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/}.",
|
|
7576
7712
|
"properties": {
|
|
7577
7713
|
"authoringInfo": {
|
|
7578
7714
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7607,10 +7743,10 @@
|
|
|
7607
7743
|
},
|
|
7608
7744
|
"rotationType": {
|
|
7609
7745
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7610
|
-
"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{@
|
|
7746
|
+
"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}."
|
|
7611
7747
|
},
|
|
7612
7748
|
"type": {
|
|
7613
|
-
"description": "The type of renderer. See{@
|
|
7749
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
7614
7750
|
"enum": [
|
|
7615
7751
|
"heatmap"
|
|
7616
7752
|
],
|
|
@@ -7619,8 +7755,7 @@
|
|
|
7619
7755
|
"visualVariables": {
|
|
7620
7756
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7621
7757
|
"items": {
|
|
7622
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7623
|
-
"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/}."
|
|
7758
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7624
7759
|
},
|
|
7625
7760
|
"type": "array"
|
|
7626
7761
|
}
|
|
@@ -7632,7 +7767,7 @@
|
|
|
7632
7767
|
},
|
|
7633
7768
|
"esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
|
|
7634
7769
|
"additionalProperties": false,
|
|
7635
|
-
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See{@
|
|
7770
|
+
"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/}.",
|
|
7636
7771
|
"properties": {
|
|
7637
7772
|
"anchor": {
|
|
7638
7773
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -7670,7 +7805,7 @@
|
|
|
7670
7805
|
"type": "number"
|
|
7671
7806
|
},
|
|
7672
7807
|
"type": {
|
|
7673
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
7808
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
7674
7809
|
"enum": [
|
|
7675
7810
|
"Icon"
|
|
7676
7811
|
],
|
|
@@ -7684,7 +7819,7 @@
|
|
|
7684
7819
|
},
|
|
7685
7820
|
"esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
|
|
7686
7821
|
"additionalProperties": false,
|
|
7687
|
-
"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{@
|
|
7822
|
+
"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/}.",
|
|
7688
7823
|
"properties": {
|
|
7689
7824
|
"bandIds": {
|
|
7690
7825
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
@@ -7765,7 +7900,7 @@
|
|
|
7765
7900
|
},
|
|
7766
7901
|
"listMode": {
|
|
7767
7902
|
"$ref": "esri.ListMode",
|
|
7768
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7903
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7769
7904
|
},
|
|
7770
7905
|
"maxScale": {
|
|
7771
7906
|
"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.",
|
|
@@ -7800,7 +7935,7 @@
|
|
|
7800
7935
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
7801
7936
|
},
|
|
7802
7937
|
"refreshInterval": {
|
|
7803
|
-
"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{@
|
|
7938
|
+
"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}.",
|
|
7804
7939
|
"type": "number"
|
|
7805
7940
|
},
|
|
7806
7941
|
"renderingRule": {
|
|
@@ -7820,7 +7955,7 @@
|
|
|
7820
7955
|
"type": "string"
|
|
7821
7956
|
},
|
|
7822
7957
|
"type": {
|
|
7823
|
-
"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{@
|
|
7958
|
+
"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}.",
|
|
7824
7959
|
"enum": [
|
|
7825
7960
|
"BingMapsAerial",
|
|
7826
7961
|
"BingMapsHybrid",
|
|
@@ -7849,7 +7984,7 @@
|
|
|
7849
7984
|
},
|
|
7850
7985
|
"esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
|
|
7851
7986
|
"additionalProperties": false,
|
|
7852
|
-
"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{@
|
|
7987
|
+
"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/}.",
|
|
7853
7988
|
"properties": {
|
|
7854
7989
|
"blendMode": {
|
|
7855
7990
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7895,7 +8030,7 @@
|
|
|
7895
8030
|
},
|
|
7896
8031
|
"listMode": {
|
|
7897
8032
|
"$ref": "esri.ListMode",
|
|
7898
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8033
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7899
8034
|
},
|
|
7900
8035
|
"maxScale": {
|
|
7901
8036
|
"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.",
|
|
@@ -7914,7 +8049,7 @@
|
|
|
7914
8049
|
"type": "number"
|
|
7915
8050
|
},
|
|
7916
8051
|
"refreshInterval": {
|
|
7917
|
-
"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{@
|
|
8052
|
+
"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}.",
|
|
7918
8053
|
"type": "number"
|
|
7919
8054
|
},
|
|
7920
8055
|
"showLegend": {
|
|
@@ -7930,7 +8065,7 @@
|
|
|
7930
8065
|
"type": "string"
|
|
7931
8066
|
},
|
|
7932
8067
|
"type": {
|
|
7933
|
-
"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{@
|
|
8068
|
+
"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}.",
|
|
7934
8069
|
"enum": [
|
|
7935
8070
|
"BingMapsAerial",
|
|
7936
8071
|
"BingMapsHybrid",
|
|
@@ -7961,7 +8096,7 @@
|
|
|
7961
8096
|
},
|
|
7962
8097
|
"esri.rest-api.InheritedDomain.InheritedDomain": {
|
|
7963
8098
|
"additionalProperties": false,
|
|
7964
|
-
"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{@
|
|
8099
|
+
"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/}.",
|
|
7965
8100
|
"properties": {
|
|
7966
8101
|
"type": {
|
|
7967
8102
|
"description": "The type of domain.",
|
|
@@ -7978,7 +8113,7 @@
|
|
|
7978
8113
|
},
|
|
7979
8114
|
"esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
|
|
7980
8115
|
"additionalProperties": false,
|
|
7981
|
-
"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{@
|
|
8116
|
+
"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/}.",
|
|
7982
8117
|
"properties": {
|
|
7983
8118
|
"blendMode": {
|
|
7984
8119
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8005,7 +8140,7 @@
|
|
|
8005
8140
|
},
|
|
8006
8141
|
"listMode": {
|
|
8007
8142
|
"$ref": "esri.ListMode",
|
|
8008
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8143
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8009
8144
|
},
|
|
8010
8145
|
"maxScale": {
|
|
8011
8146
|
"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.",
|
|
@@ -8020,7 +8155,7 @@
|
|
|
8020
8155
|
"type": "number"
|
|
8021
8156
|
},
|
|
8022
8157
|
"refreshInterval": {
|
|
8023
|
-
"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{@
|
|
8158
|
+
"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}.",
|
|
8024
8159
|
"type": "number"
|
|
8025
8160
|
},
|
|
8026
8161
|
"showLegend": {
|
|
@@ -8032,7 +8167,7 @@
|
|
|
8032
8167
|
"type": "string"
|
|
8033
8168
|
},
|
|
8034
8169
|
"type": {
|
|
8035
|
-
"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{@
|
|
8170
|
+
"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}.",
|
|
8036
8171
|
"enum": [
|
|
8037
8172
|
"BingMapsAerial",
|
|
8038
8173
|
"BingMapsHybrid",
|
|
@@ -8061,7 +8196,7 @@
|
|
|
8061
8196
|
},
|
|
8062
8197
|
"esri.rest-api.Item.Item": {
|
|
8063
8198
|
"additionalProperties": false,
|
|
8064
|
-
"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{@
|
|
8199
|
+
"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/}.",
|
|
8065
8200
|
"properties": {
|
|
8066
8201
|
"$portal": {
|
|
8067
8202
|
"description": "The portal to load the item from.",
|
|
@@ -8268,7 +8403,7 @@
|
|
|
8268
8403
|
"type": "string"
|
|
8269
8404
|
},
|
|
8270
8405
|
"type": {
|
|
8271
|
-
"description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application. See{@
|
|
8406
|
+
"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}.",
|
|
8272
8407
|
"type": "string"
|
|
8273
8408
|
},
|
|
8274
8409
|
"typeKeywords": {
|
|
@@ -8290,11 +8425,11 @@
|
|
|
8290
8425
|
},
|
|
8291
8426
|
"esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
|
|
8292
8427
|
"additionalProperties": false,
|
|
8293
|
-
"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{@
|
|
8428
|
+
"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/}.",
|
|
8294
8429
|
"properties": {
|
|
8295
8430
|
"joinType": {
|
|
8296
8431
|
"$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
|
|
8297
|
-
"description": "The type of join (left outer or left inner). See{@
|
|
8432
|
+
"description": "The type of join (left outer or left inner). See {@link JoinType}."
|
|
8298
8433
|
},
|
|
8299
8434
|
"leftTableKey": {
|
|
8300
8435
|
"description": "Field name from the left table.",
|
|
@@ -8327,7 +8462,7 @@
|
|
|
8327
8462
|
"description": "The right table source."
|
|
8328
8463
|
},
|
|
8329
8464
|
"type": {
|
|
8330
|
-
"description": "Type of the DataSource. See{@
|
|
8465
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
8331
8466
|
"enum": [
|
|
8332
8467
|
"joinTable"
|
|
8333
8468
|
],
|
|
@@ -8353,7 +8488,7 @@
|
|
|
8353
8488
|
},
|
|
8354
8489
|
"esri.rest-api.KMLLayer.KMLLayer": {
|
|
8355
8490
|
"additionalProperties": false,
|
|
8356
|
-
"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{@
|
|
8491
|
+
"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/}.",
|
|
8357
8492
|
"properties": {
|
|
8358
8493
|
"blendMode": {
|
|
8359
8494
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8380,7 +8515,7 @@
|
|
|
8380
8515
|
},
|
|
8381
8516
|
"listMode": {
|
|
8382
8517
|
"$ref": "esri.ListMode",
|
|
8383
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8518
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8384
8519
|
},
|
|
8385
8520
|
"maxScale": {
|
|
8386
8521
|
"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.",
|
|
@@ -8395,7 +8530,7 @@
|
|
|
8395
8530
|
"type": "number"
|
|
8396
8531
|
},
|
|
8397
8532
|
"refreshInterval": {
|
|
8398
|
-
"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{@
|
|
8533
|
+
"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}.",
|
|
8399
8534
|
"type": "number"
|
|
8400
8535
|
},
|
|
8401
8536
|
"showLegend": {
|
|
@@ -8407,7 +8542,7 @@
|
|
|
8407
8542
|
"type": "string"
|
|
8408
8543
|
},
|
|
8409
8544
|
"type": {
|
|
8410
|
-
"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{@
|
|
8545
|
+
"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}.",
|
|
8411
8546
|
"enum": [
|
|
8412
8547
|
"BingMapsAerial",
|
|
8413
8548
|
"BingMapsHybrid",
|
|
@@ -8443,7 +8578,7 @@
|
|
|
8443
8578
|
},
|
|
8444
8579
|
"esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
|
|
8445
8580
|
"additionalProperties": false,
|
|
8446
|
-
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See{@
|
|
8581
|
+
"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/}.",
|
|
8447
8582
|
"properties": {
|
|
8448
8583
|
"callout": {
|
|
8449
8584
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -8457,7 +8592,7 @@
|
|
|
8457
8592
|
"type": "array"
|
|
8458
8593
|
},
|
|
8459
8594
|
"type": {
|
|
8460
|
-
"description": "The type of symbol. See{@
|
|
8595
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
8461
8596
|
"enum": [
|
|
8462
8597
|
"LabelSymbol3D"
|
|
8463
8598
|
],
|
|
@@ -8475,7 +8610,7 @@
|
|
|
8475
8610
|
"type": "object"
|
|
8476
8611
|
},
|
|
8477
8612
|
"esri.rest-api.LabelingInfo.LabelPlacement": {
|
|
8478
|
-
"description": "Possible values used with{@
|
|
8613
|
+
"description": "Possible values used with {@link LabelingInfo.labelPlacement}.",
|
|
8479
8614
|
"enum": [
|
|
8480
8615
|
"esriServerLinePlacementAboveAfter",
|
|
8481
8616
|
"esriServerLinePlacementAboveAlong",
|
|
@@ -8507,7 +8642,7 @@
|
|
|
8507
8642
|
},
|
|
8508
8643
|
"esri.rest-api.LabelingInfo.LabelingInfo": {
|
|
8509
8644
|
"additionalProperties": false,
|
|
8510
|
-
"description": "The labelingInfo object specifies the label definition for a layer. See{@
|
|
8645
|
+
"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/}.",
|
|
8511
8646
|
"properties": {
|
|
8512
8647
|
"labelExpression": {
|
|
8513
8648
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
@@ -8515,11 +8650,11 @@
|
|
|
8515
8650
|
},
|
|
8516
8651
|
"labelExpressionInfo": {
|
|
8517
8652
|
"$ref": "__type",
|
|
8518
|
-
"description": "This object allows label text to be read similar to that of the popupInfo's description property. See{@
|
|
8653
|
+
"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/}."
|
|
8519
8654
|
},
|
|
8520
8655
|
"labelPlacement": {
|
|
8521
8656
|
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
|
|
8522
|
-
"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{@
|
|
8657
|
+
"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}."
|
|
8523
8658
|
},
|
|
8524
8659
|
"maxScale": {
|
|
8525
8660
|
"description": "Represents the maximum scale at which the layer definition will be applied.",
|
|
@@ -8557,7 +8692,7 @@
|
|
|
8557
8692
|
},
|
|
8558
8693
|
"esri.rest-api.Layer.Layer": {
|
|
8559
8694
|
"additionalProperties": false,
|
|
8560
|
-
"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{@
|
|
8695
|
+
"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/}.",
|
|
8561
8696
|
"properties": {
|
|
8562
8697
|
"defaultVisibility": {
|
|
8563
8698
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -8634,7 +8769,7 @@
|
|
|
8634
8769
|
},
|
|
8635
8770
|
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
8636
8771
|
"additionalProperties": false,
|
|
8637
|
-
"description": "Defines overridden properties on a field for a specific view of the data. See{@
|
|
8772
|
+
"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/}.",
|
|
8638
8773
|
"properties": {
|
|
8639
8774
|
"alias": {
|
|
8640
8775
|
"description": "A string containing the overridden field alias.",
|
|
@@ -8662,7 +8797,7 @@
|
|
|
8662
8797
|
},
|
|
8663
8798
|
"esri.rest-api.LayerDefinition.LayerDefinition": {
|
|
8664
8799
|
"additionalProperties": false,
|
|
8665
|
-
"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{@
|
|
8800
|
+
"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/}.",
|
|
8666
8801
|
"properties": {
|
|
8667
8802
|
"allowGeometryUpdates": {
|
|
8668
8803
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -8732,7 +8867,7 @@
|
|
|
8732
8867
|
},
|
|
8733
8868
|
"floorInfo": {
|
|
8734
8869
|
"$ref": "__type",
|
|
8735
|
-
"description": "Contains floor-awareness information for the layer. See{@
|
|
8870
|
+
"description": "Contains floor-awareness information for the layer. See {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
8736
8871
|
},
|
|
8737
8872
|
"geometryType": {
|
|
8738
8873
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
@@ -8760,7 +8895,7 @@
|
|
|
8760
8895
|
},
|
|
8761
8896
|
"htmlPopupType": {
|
|
8762
8897
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
|
|
8763
|
-
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@
|
|
8898
|
+
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See {@link HtmlPopupType}."
|
|
8764
8899
|
},
|
|
8765
8900
|
"id": {
|
|
8766
8901
|
"description": "The identifier assigned to the layer.",
|
|
@@ -8817,7 +8952,7 @@
|
|
|
8817
8952
|
"$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
|
|
8818
8953
|
}
|
|
8819
8954
|
],
|
|
8820
|
-
"description": "An object indicating the layerDefinition's layer source. See{@
|
|
8955
|
+
"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/}."
|
|
8821
8956
|
},
|
|
8822
8957
|
"spatialReference": {
|
|
8823
8958
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -8886,7 +9021,7 @@
|
|
|
8886
9021
|
},
|
|
8887
9022
|
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
8888
9023
|
"additionalProperties": false,
|
|
8889
|
-
"description": "Time info if the layer/table supports querying and exporting maps based on time. See{@
|
|
9024
|
+
"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/}.",
|
|
8890
9025
|
"properties": {
|
|
8891
9026
|
"endTimeField": {
|
|
8892
9027
|
"description": "The name of the attribute field that contains the end time information.",
|
|
@@ -8928,7 +9063,7 @@
|
|
|
8928
9063
|
},
|
|
8929
9064
|
"timeReference": {
|
|
8930
9065
|
"$ref": "__type",
|
|
8931
|
-
"description": "Defines information about daylight savings time and the time zone in which data was collected. See{@
|
|
9066
|
+
"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/}."
|
|
8932
9067
|
},
|
|
8933
9068
|
"trackIdField": {
|
|
8934
9069
|
"description": "The field that contains the trackId.",
|
|
@@ -9005,7 +9140,7 @@
|
|
|
9005
9140
|
},
|
|
9006
9141
|
"esri.rest-api.LineSymbol3D.LineSymbol3D": {
|
|
9007
9142
|
"additionalProperties": false,
|
|
9008
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See{@
|
|
9143
|
+
"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/}.",
|
|
9009
9144
|
"properties": {
|
|
9010
9145
|
"symbolLayers": {
|
|
9011
9146
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -9022,7 +9157,7 @@
|
|
|
9022
9157
|
"type": "array"
|
|
9023
9158
|
},
|
|
9024
9159
|
"type": {
|
|
9025
|
-
"description": "The type of symbol. See{@
|
|
9160
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
9026
9161
|
"enum": [
|
|
9027
9162
|
"LineSymbol3D"
|
|
9028
9163
|
],
|
|
@@ -9037,7 +9172,7 @@
|
|
|
9037
9172
|
},
|
|
9038
9173
|
"esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
|
|
9039
9174
|
"additionalProperties": false,
|
|
9040
|
-
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See{@
|
|
9175
|
+
"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/}.",
|
|
9041
9176
|
"properties": {
|
|
9042
9177
|
"enable": {
|
|
9043
9178
|
"description": "Type: Boolean.",
|
|
@@ -9052,7 +9187,7 @@
|
|
|
9052
9187
|
"type": "number"
|
|
9053
9188
|
},
|
|
9054
9189
|
"type": {
|
|
9055
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
9190
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
9056
9191
|
"enum": [
|
|
9057
9192
|
"Line"
|
|
9058
9193
|
],
|
|
@@ -9066,7 +9201,7 @@
|
|
|
9066
9201
|
},
|
|
9067
9202
|
"esri.rest-api.LocationInfo.LocationInfo": {
|
|
9068
9203
|
"additionalProperties": false,
|
|
9069
|
-
"description": "Defines how location information will be retrieved from a CSV file referenced through the web. See{@
|
|
9204
|
+
"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/}.",
|
|
9070
9205
|
"properties": {
|
|
9071
9206
|
"latitudeFieldName": {
|
|
9072
9207
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -9085,7 +9220,7 @@
|
|
|
9085
9220
|
},
|
|
9086
9221
|
"esri.rest-api.MapServiceLayer.MapServiceLayer": {
|
|
9087
9222
|
"additionalProperties": false,
|
|
9088
|
-
"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{@
|
|
9223
|
+
"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/}.",
|
|
9089
9224
|
"properties": {
|
|
9090
9225
|
"blendMode": {
|
|
9091
9226
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9126,7 +9261,7 @@
|
|
|
9126
9261
|
},
|
|
9127
9262
|
"listMode": {
|
|
9128
9263
|
"$ref": "esri.ListMode",
|
|
9129
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9264
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9130
9265
|
},
|
|
9131
9266
|
"maxScale": {
|
|
9132
9267
|
"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.",
|
|
@@ -9141,7 +9276,7 @@
|
|
|
9141
9276
|
"type": "number"
|
|
9142
9277
|
},
|
|
9143
9278
|
"refreshInterval": {
|
|
9144
|
-
"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{@
|
|
9279
|
+
"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}.",
|
|
9145
9280
|
"type": "number"
|
|
9146
9281
|
},
|
|
9147
9282
|
"showLegend": {
|
|
@@ -9157,7 +9292,7 @@
|
|
|
9157
9292
|
"type": "string"
|
|
9158
9293
|
},
|
|
9159
9294
|
"type": {
|
|
9160
|
-
"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{@
|
|
9295
|
+
"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}.",
|
|
9161
9296
|
"enum": [
|
|
9162
9297
|
"BingMapsAerial",
|
|
9163
9298
|
"BingMapsHybrid",
|
|
@@ -9212,7 +9347,7 @@
|
|
|
9212
9347
|
"type": "string"
|
|
9213
9348
|
},
|
|
9214
9349
|
"type": {
|
|
9215
|
-
"description": "Defines the type of media. One of the{@
|
|
9350
|
+
"description": "Defines the type of media. One of the {@link MediaType} constants.",
|
|
9216
9351
|
"type": "string"
|
|
9217
9352
|
},
|
|
9218
9353
|
"value": {
|
|
@@ -9224,7 +9359,7 @@
|
|
|
9224
9359
|
},
|
|
9225
9360
|
"esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
|
|
9226
9361
|
"additionalProperties": false,
|
|
9227
|
-
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See{@
|
|
9362
|
+
"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/}.",
|
|
9228
9363
|
"properties": {
|
|
9229
9364
|
"symbolLayers": {
|
|
9230
9365
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -9234,7 +9369,7 @@
|
|
|
9234
9369
|
"type": "array"
|
|
9235
9370
|
},
|
|
9236
9371
|
"type": {
|
|
9237
|
-
"description": "The type of symbol. See{@
|
|
9372
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
9238
9373
|
"enum": [
|
|
9239
9374
|
"MeshSymbol3D"
|
|
9240
9375
|
],
|
|
@@ -9276,7 +9411,7 @@
|
|
|
9276
9411
|
},
|
|
9277
9412
|
"esri.rest-api.MosaicRule.MosaicRule": {
|
|
9278
9413
|
"additionalProperties": false,
|
|
9279
|
-
"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{@
|
|
9414
|
+
"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/}.",
|
|
9280
9415
|
"properties": {
|
|
9281
9416
|
"ascending": {
|
|
9282
9417
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -9302,11 +9437,11 @@
|
|
|
9302
9437
|
},
|
|
9303
9438
|
"mosaicMethod": {
|
|
9304
9439
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
|
|
9305
|
-
"description": "The mosaic method determines how the selected rasters are ordered. See{@
|
|
9440
|
+
"description": "The mosaic method determines how the selected rasters are ordered. See {@link MosaicMethodType}."
|
|
9306
9441
|
},
|
|
9307
9442
|
"mosaicOperation": {
|
|
9308
9443
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
9309
|
-
"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{@
|
|
9444
|
+
"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}."
|
|
9310
9445
|
},
|
|
9311
9446
|
"multidimensionalDefinition": {
|
|
9312
9447
|
"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/.",
|
|
@@ -9339,7 +9474,7 @@
|
|
|
9339
9474
|
},
|
|
9340
9475
|
"esri.rest-api.Multipoint.Multipoint": {
|
|
9341
9476
|
"additionalProperties": false,
|
|
9342
|
-
"description": "Contains an array of points, along with a spatial reference field. See{@
|
|
9477
|
+
"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/}.",
|
|
9343
9478
|
"properties": {
|
|
9344
9479
|
"hasM": {
|
|
9345
9480
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -9371,7 +9506,7 @@
|
|
|
9371
9506
|
},
|
|
9372
9507
|
"esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
|
|
9373
9508
|
"additionalProperties": false,
|
|
9374
|
-
"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{@
|
|
9509
|
+
"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/}.",
|
|
9375
9510
|
"properties": {
|
|
9376
9511
|
"anchor": {
|
|
9377
9512
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -9406,7 +9541,7 @@
|
|
|
9406
9541
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
9407
9542
|
},
|
|
9408
9543
|
"type": {
|
|
9409
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
9544
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
9410
9545
|
"enum": [
|
|
9411
9546
|
"Object"
|
|
9412
9547
|
],
|
|
@@ -9424,7 +9559,7 @@
|
|
|
9424
9559
|
},
|
|
9425
9560
|
"esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
|
|
9426
9561
|
"additionalProperties": false,
|
|
9427
|
-
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See{@
|
|
9562
|
+
"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/}.",
|
|
9428
9563
|
"properties": {
|
|
9429
9564
|
"material": {
|
|
9430
9565
|
"$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
|
|
@@ -9435,7 +9570,7 @@
|
|
|
9435
9570
|
"type": "number"
|
|
9436
9571
|
},
|
|
9437
9572
|
"type": {
|
|
9438
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
9573
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
9439
9574
|
"enum": [
|
|
9440
9575
|
"Path"
|
|
9441
9576
|
],
|
|
@@ -9453,7 +9588,7 @@
|
|
|
9453
9588
|
},
|
|
9454
9589
|
"esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
|
|
9455
9590
|
"additionalProperties": false,
|
|
9456
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries. See{@
|
|
9591
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
9457
9592
|
"properties": {
|
|
9458
9593
|
"angle": {
|
|
9459
9594
|
"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.",
|
|
@@ -9476,7 +9611,7 @@
|
|
|
9476
9611
|
"description": "Sets the outline of the symbol."
|
|
9477
9612
|
},
|
|
9478
9613
|
"type": {
|
|
9479
|
-
"description": "The type of symbol. See{@
|
|
9614
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
9480
9615
|
"enum": [
|
|
9481
9616
|
"esriPFS"
|
|
9482
9617
|
],
|
|
@@ -9514,7 +9649,7 @@
|
|
|
9514
9649
|
},
|
|
9515
9650
|
"esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
9516
9651
|
"additionalProperties": false,
|
|
9517
|
-
"description": "Picture marker symbols can be used to symbolize point geometries. See{@
|
|
9652
|
+
"description": "Picture marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
9518
9653
|
"properties": {
|
|
9519
9654
|
"angle": {
|
|
9520
9655
|
"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.",
|
|
@@ -9533,7 +9668,7 @@
|
|
|
9533
9668
|
"type": "string"
|
|
9534
9669
|
},
|
|
9535
9670
|
"type": {
|
|
9536
|
-
"description": "The type of symbol. See{@
|
|
9671
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
9537
9672
|
"enum": [
|
|
9538
9673
|
"esriPMS"
|
|
9539
9674
|
],
|
|
@@ -9563,7 +9698,7 @@
|
|
|
9563
9698
|
},
|
|
9564
9699
|
"esri.rest-api.Point.Point": {
|
|
9565
9700
|
"additionalProperties": false,
|
|
9566
|
-
"description": "Defines the JSON formats of the point and spatial reference objects. See{@
|
|
9701
|
+
"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/}.",
|
|
9567
9702
|
"properties": {
|
|
9568
9703
|
"m": {
|
|
9569
9704
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -9603,7 +9738,7 @@
|
|
|
9603
9738
|
},
|
|
9604
9739
|
"esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
|
|
9605
9740
|
"additionalProperties": false,
|
|
9606
|
-
"description": "Filters points based on the value of the specified bitfield attribute. See{@
|
|
9741
|
+
"description": "Filters points based on the value of the specified bitfield attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
9607
9742
|
"properties": {
|
|
9608
9743
|
"field": {
|
|
9609
9744
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -9638,7 +9773,7 @@
|
|
|
9638
9773
|
},
|
|
9639
9774
|
"esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
|
|
9640
9775
|
"additionalProperties": false,
|
|
9641
|
-
"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{@
|
|
9776
|
+
"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/}.",
|
|
9642
9777
|
"properties": {
|
|
9643
9778
|
"authoringInfo": {
|
|
9644
9779
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9653,7 +9788,7 @@
|
|
|
9653
9788
|
},
|
|
9654
9789
|
"colorModulation": {
|
|
9655
9790
|
"$ref": "__type",
|
|
9656
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
9791
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
9657
9792
|
},
|
|
9658
9793
|
"field": {
|
|
9659
9794
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -9691,10 +9826,10 @@
|
|
|
9691
9826
|
},
|
|
9692
9827
|
"rotationType": {
|
|
9693
9828
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9694
|
-
"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{@
|
|
9829
|
+
"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}."
|
|
9695
9830
|
},
|
|
9696
9831
|
"type": {
|
|
9697
|
-
"description": "The type of renderer. See{@
|
|
9832
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
9698
9833
|
"enum": [
|
|
9699
9834
|
"pointCloudClassBreaksRenderer"
|
|
9700
9835
|
],
|
|
@@ -9703,8 +9838,7 @@
|
|
|
9703
9838
|
"visualVariables": {
|
|
9704
9839
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9705
9840
|
"items": {
|
|
9706
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9707
|
-
"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/}."
|
|
9841
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9708
9842
|
},
|
|
9709
9843
|
"type": "array"
|
|
9710
9844
|
}
|
|
@@ -9716,7 +9850,7 @@
|
|
|
9716
9850
|
},
|
|
9717
9851
|
"esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
|
|
9718
9852
|
"additionalProperties": false,
|
|
9719
|
-
"description": "Render points with fixed real world or screen space size. See{@
|
|
9853
|
+
"description": "Render points with fixed real world or screen space size. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
9720
9854
|
"properties": {
|
|
9721
9855
|
"size": {
|
|
9722
9856
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -9741,7 +9875,7 @@
|
|
|
9741
9875
|
},
|
|
9742
9876
|
"esri.rest-api.PointCloudLayer.PointCloudLayer": {
|
|
9743
9877
|
"additionalProperties": false,
|
|
9744
|
-
"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{@
|
|
9878
|
+
"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/}.",
|
|
9745
9879
|
"properties": {
|
|
9746
9880
|
"blendMode": {
|
|
9747
9881
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9772,7 +9906,7 @@
|
|
|
9772
9906
|
},
|
|
9773
9907
|
"listMode": {
|
|
9774
9908
|
"$ref": "esri.ListMode",
|
|
9775
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9909
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9776
9910
|
},
|
|
9777
9911
|
"maxScale": {
|
|
9778
9912
|
"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.",
|
|
@@ -9791,7 +9925,7 @@
|
|
|
9791
9925
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
9792
9926
|
},
|
|
9793
9927
|
"refreshInterval": {
|
|
9794
|
-
"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{@
|
|
9928
|
+
"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}.",
|
|
9795
9929
|
"type": "number"
|
|
9796
9930
|
},
|
|
9797
9931
|
"showLegend": {
|
|
@@ -9803,7 +9937,7 @@
|
|
|
9803
9937
|
"type": "string"
|
|
9804
9938
|
},
|
|
9805
9939
|
"type": {
|
|
9806
|
-
"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{@
|
|
9940
|
+
"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}.",
|
|
9807
9941
|
"enum": [
|
|
9808
9942
|
"BingMapsAerial",
|
|
9809
9943
|
"BingMapsHybrid",
|
|
@@ -9832,7 +9966,7 @@
|
|
|
9832
9966
|
},
|
|
9833
9967
|
"esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
|
|
9834
9968
|
"additionalProperties": false,
|
|
9835
|
-
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See{@
|
|
9969
|
+
"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/}.",
|
|
9836
9970
|
"properties": {
|
|
9837
9971
|
"authoringInfo": {
|
|
9838
9972
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9840,7 +9974,7 @@
|
|
|
9840
9974
|
},
|
|
9841
9975
|
"colorModulation": {
|
|
9842
9976
|
"$ref": "__type",
|
|
9843
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
9977
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
9844
9978
|
},
|
|
9845
9979
|
"field": {
|
|
9846
9980
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -9878,10 +10012,10 @@
|
|
|
9878
10012
|
},
|
|
9879
10013
|
"rotationType": {
|
|
9880
10014
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9881
|
-
"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{@
|
|
10015
|
+
"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}."
|
|
9882
10016
|
},
|
|
9883
10017
|
"type": {
|
|
9884
|
-
"description": "The type of renderer. See{@
|
|
10018
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
9885
10019
|
"enum": [
|
|
9886
10020
|
"pointCloudRGBRenderer"
|
|
9887
10021
|
],
|
|
@@ -9890,8 +10024,7 @@
|
|
|
9890
10024
|
"visualVariables": {
|
|
9891
10025
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9892
10026
|
"items": {
|
|
9893
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9894
|
-
"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/}."
|
|
10027
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9895
10028
|
},
|
|
9896
10029
|
"type": "array"
|
|
9897
10030
|
}
|
|
@@ -9903,7 +10036,7 @@
|
|
|
9903
10036
|
},
|
|
9904
10037
|
"esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
|
|
9905
10038
|
"additionalProperties": false,
|
|
9906
|
-
"description": "Filters points based on the value of the return number/return count. See{@
|
|
10039
|
+
"description": "Filters points based on the value of the return number/return count. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
9907
10040
|
"properties": {
|
|
9908
10041
|
"field": {
|
|
9909
10042
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -9931,7 +10064,7 @@
|
|
|
9931
10064
|
},
|
|
9932
10065
|
"esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
|
|
9933
10066
|
"additionalProperties": false,
|
|
9934
|
-
"description": "Render points using sizes depending on point density. See{@
|
|
10067
|
+
"description": "Render points using sizes depending on point density. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
9935
10068
|
"properties": {
|
|
9936
10069
|
"minSize": {
|
|
9937
10070
|
"description": "Minimum display space point size in points.",
|
|
@@ -9956,7 +10089,7 @@
|
|
|
9956
10089
|
},
|
|
9957
10090
|
"esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
|
|
9958
10091
|
"additionalProperties": false,
|
|
9959
|
-
"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{@
|
|
10092
|
+
"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/}.",
|
|
9960
10093
|
"properties": {
|
|
9961
10094
|
"authoringInfo": {
|
|
9962
10095
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9964,7 +10097,7 @@
|
|
|
9964
10097
|
},
|
|
9965
10098
|
"colorModulation": {
|
|
9966
10099
|
"$ref": "__type",
|
|
9967
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
10100
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
9968
10101
|
},
|
|
9969
10102
|
"field": {
|
|
9970
10103
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -10002,10 +10135,10 @@
|
|
|
10002
10135
|
},
|
|
10003
10136
|
"rotationType": {
|
|
10004
10137
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10005
|
-
"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{@
|
|
10138
|
+
"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}."
|
|
10006
10139
|
},
|
|
10007
10140
|
"type": {
|
|
10008
|
-
"description": "The type of renderer. See{@
|
|
10141
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
10009
10142
|
"enum": [
|
|
10010
10143
|
"pointCloudStretchRenderer"
|
|
10011
10144
|
],
|
|
@@ -10014,8 +10147,7 @@
|
|
|
10014
10147
|
"visualVariables": {
|
|
10015
10148
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10016
10149
|
"items": {
|
|
10017
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
10018
|
-
"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/}."
|
|
10150
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
10019
10151
|
},
|
|
10020
10152
|
"type": "array"
|
|
10021
10153
|
}
|
|
@@ -10027,7 +10159,7 @@
|
|
|
10027
10159
|
},
|
|
10028
10160
|
"esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
|
|
10029
10161
|
"additionalProperties": false,
|
|
10030
|
-
"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{@
|
|
10162
|
+
"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/}.",
|
|
10031
10163
|
"properties": {
|
|
10032
10164
|
"authoringInfo": {
|
|
10033
10165
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10035,7 +10167,7 @@
|
|
|
10035
10167
|
},
|
|
10036
10168
|
"colorModulation": {
|
|
10037
10169
|
"$ref": "__type",
|
|
10038
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
10170
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
10039
10171
|
},
|
|
10040
10172
|
"colorUniqueValueInfos": {
|
|
10041
10173
|
"description": "Unique value infos.",
|
|
@@ -10080,10 +10212,10 @@
|
|
|
10080
10212
|
},
|
|
10081
10213
|
"rotationType": {
|
|
10082
10214
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10083
|
-
"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{@
|
|
10215
|
+
"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}."
|
|
10084
10216
|
},
|
|
10085
10217
|
"type": {
|
|
10086
|
-
"description": "The type of renderer. See{@
|
|
10218
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
10087
10219
|
"enum": [
|
|
10088
10220
|
"pointCloudUniqueValueRenderer"
|
|
10089
10221
|
],
|
|
@@ -10092,8 +10224,7 @@
|
|
|
10092
10224
|
"visualVariables": {
|
|
10093
10225
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10094
10226
|
"items": {
|
|
10095
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
10096
|
-
"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/}."
|
|
10227
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
10097
10228
|
},
|
|
10098
10229
|
"type": "array"
|
|
10099
10230
|
}
|
|
@@ -10105,7 +10236,7 @@
|
|
|
10105
10236
|
},
|
|
10106
10237
|
"esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
|
|
10107
10238
|
"additionalProperties": false,
|
|
10108
|
-
"description": "Filters points based on the value of an specified attribute. See{@
|
|
10239
|
+
"description": "Filters points based on the value of an specified attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
10109
10240
|
"properties": {
|
|
10110
10241
|
"field": {
|
|
10111
10242
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -10137,7 +10268,7 @@
|
|
|
10137
10268
|
},
|
|
10138
10269
|
"esri.rest-api.PointSymbol3D.PointSymbol3D": {
|
|
10139
10270
|
"additionalProperties": false,
|
|
10140
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See{@
|
|
10271
|
+
"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/}.",
|
|
10141
10272
|
"properties": {
|
|
10142
10273
|
"callout": {
|
|
10143
10274
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -10145,7 +10276,7 @@
|
|
|
10145
10276
|
},
|
|
10146
10277
|
"styleOrigin": {
|
|
10147
10278
|
"$ref": "__type",
|
|
10148
|
-
"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{@
|
|
10279
|
+
"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/}."
|
|
10149
10280
|
},
|
|
10150
10281
|
"symbolLayers": {
|
|
10151
10282
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -10162,7 +10293,7 @@
|
|
|
10162
10293
|
"type": "array"
|
|
10163
10294
|
},
|
|
10164
10295
|
"type": {
|
|
10165
|
-
"description": "The type of symbol. See{@
|
|
10296
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
10166
10297
|
"enum": [
|
|
10167
10298
|
"PointSymbol3D"
|
|
10168
10299
|
],
|
|
@@ -10181,7 +10312,7 @@
|
|
|
10181
10312
|
},
|
|
10182
10313
|
"esri.rest-api.Polygon.Polygon": {
|
|
10183
10314
|
"additionalProperties": false,
|
|
10184
|
-
"description": "A polygon contains an array of rings and a spatial reference. See{@
|
|
10315
|
+
"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/}.",
|
|
10185
10316
|
"properties": {
|
|
10186
10317
|
"hasM": {
|
|
10187
10318
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -10216,7 +10347,7 @@
|
|
|
10216
10347
|
},
|
|
10217
10348
|
"esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
|
|
10218
10349
|
"additionalProperties": false,
|
|
10219
|
-
"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{@
|
|
10350
|
+
"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/}.",
|
|
10220
10351
|
"properties": {
|
|
10221
10352
|
"symbolLayers": {
|
|
10222
10353
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -10236,7 +10367,7 @@
|
|
|
10236
10367
|
"type": "array"
|
|
10237
10368
|
},
|
|
10238
10369
|
"type": {
|
|
10239
|
-
"description": "The type of symbol. See{@
|
|
10370
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
10240
10371
|
"enum": [
|
|
10241
10372
|
"PolygonSymbol3D"
|
|
10242
10373
|
],
|
|
@@ -10251,7 +10382,7 @@
|
|
|
10251
10382
|
},
|
|
10252
10383
|
"esri.rest-api.Polyline.Polyline": {
|
|
10253
10384
|
"additionalProperties": false,
|
|
10254
|
-
"description": "Contains an array of paths and a spatialReference. See{@
|
|
10385
|
+
"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/}.",
|
|
10255
10386
|
"properties": {
|
|
10256
10387
|
"hasM": {
|
|
10257
10388
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -10294,7 +10425,7 @@
|
|
|
10294
10425
|
},
|
|
10295
10426
|
"esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
|
|
10296
10427
|
"additionalProperties": false,
|
|
10297
|
-
"description": "Arcade expression added to the pop-up. See{@
|
|
10428
|
+
"description": "Arcade expression added to the pop-up. See {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
10298
10429
|
"properties": {
|
|
10299
10430
|
"expression": {
|
|
10300
10431
|
"description": "The Arcade expression.",
|
|
@@ -10317,7 +10448,7 @@
|
|
|
10317
10448
|
},
|
|
10318
10449
|
"esri.rest-api.PopupInfo.OrderByFields": {
|
|
10319
10450
|
"additionalProperties": false,
|
|
10320
|
-
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See{@
|
|
10451
|
+
"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/}.",
|
|
10321
10452
|
"properties": {
|
|
10322
10453
|
"field": {
|
|
10323
10454
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -10421,7 +10552,7 @@
|
|
|
10421
10552
|
"type": "array"
|
|
10422
10553
|
},
|
|
10423
10554
|
"fieldInfos": {
|
|
10424
|
-
"description": "An array of{@
|
|
10555
|
+
"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.",
|
|
10425
10556
|
"items": {
|
|
10426
10557
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
10427
10558
|
},
|
|
@@ -10458,7 +10589,7 @@
|
|
|
10458
10589
|
},
|
|
10459
10590
|
"esri.rest-api.PopupInfo.RelatedRecordsInfo": {
|
|
10460
10591
|
"additionalProperties": false,
|
|
10461
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See{@
|
|
10592
|
+
"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/}.",
|
|
10462
10593
|
"properties": {
|
|
10463
10594
|
"orderByFields": {
|
|
10464
10595
|
"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.",
|
|
@@ -10479,7 +10610,7 @@
|
|
|
10479
10610
|
},
|
|
10480
10611
|
"esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
|
|
10481
10612
|
"additionalProperties": false,
|
|
10482
|
-
"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{@
|
|
10613
|
+
"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/}.",
|
|
10483
10614
|
"properties": {
|
|
10484
10615
|
"authoringInfo": {
|
|
10485
10616
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10503,10 +10634,10 @@
|
|
|
10503
10634
|
},
|
|
10504
10635
|
"rotationType": {
|
|
10505
10636
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10506
|
-
"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{@
|
|
10637
|
+
"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}."
|
|
10507
10638
|
},
|
|
10508
10639
|
"type": {
|
|
10509
|
-
"description": "The type of renderer. See{@
|
|
10640
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
10510
10641
|
"enum": [
|
|
10511
10642
|
"predominance"
|
|
10512
10643
|
],
|
|
@@ -10522,8 +10653,7 @@
|
|
|
10522
10653
|
"visualVariables": {
|
|
10523
10654
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10524
10655
|
"items": {
|
|
10525
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
10526
|
-
"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/}."
|
|
10656
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
10527
10657
|
},
|
|
10528
10658
|
"type": "array"
|
|
10529
10659
|
}
|
|
@@ -10537,7 +10667,7 @@
|
|
|
10537
10667
|
},
|
|
10538
10668
|
"esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
|
|
10539
10669
|
"additionalProperties": false,
|
|
10540
|
-
"description": "Query table data source is a layer/table that is defined by a SQL query. See{@
|
|
10670
|
+
"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/}.",
|
|
10541
10671
|
"properties": {
|
|
10542
10672
|
"geometryType": {
|
|
10543
10673
|
"description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
|
|
@@ -10562,7 +10692,7 @@
|
|
|
10562
10692
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
10563
10693
|
},
|
|
10564
10694
|
"type": {
|
|
10565
|
-
"description": "Type of the DataSource. See{@
|
|
10695
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
10566
10696
|
"enum": [
|
|
10567
10697
|
"queryTable"
|
|
10568
10698
|
],
|
|
@@ -10580,7 +10710,7 @@
|
|
|
10580
10710
|
},
|
|
10581
10711
|
"esri.rest-api.RangeDomain.RangeDomain": {
|
|
10582
10712
|
"additionalProperties": false,
|
|
10583
|
-
"description": "Range domain specifies a range of valid values for a field. See{@
|
|
10713
|
+
"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/}.",
|
|
10584
10714
|
"properties": {
|
|
10585
10715
|
"name": {
|
|
10586
10716
|
"description": "The name of the domain.",
|
|
@@ -10594,7 +10724,7 @@
|
|
|
10594
10724
|
"type": "array"
|
|
10595
10725
|
},
|
|
10596
10726
|
"type": {
|
|
10597
|
-
"description": "Type of domain. See{@
|
|
10727
|
+
"description": "Type of domain. See {@link portal /Domain!DomainType}.",
|
|
10598
10728
|
"enum": [
|
|
10599
10729
|
"range"
|
|
10600
10730
|
],
|
|
@@ -10610,7 +10740,7 @@
|
|
|
10610
10740
|
},
|
|
10611
10741
|
"esri.rest-api.RangeInfo.RangeInfo": {
|
|
10612
10742
|
"additionalProperties": false,
|
|
10613
|
-
"description": "Range Information. See{@
|
|
10743
|
+
"description": "Range Information. See {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
10614
10744
|
"properties": {
|
|
10615
10745
|
"currentRangeExtent": {
|
|
10616
10746
|
"description": "Contains the min and max values within which the features are visible.",
|
|
@@ -10663,14 +10793,14 @@
|
|
|
10663
10793
|
},
|
|
10664
10794
|
"esri.rest-api.RasterDataSource.RasterDataSource": {
|
|
10665
10795
|
"additionalProperties": false,
|
|
10666
|
-
"description": "Raster data source is a file-based raster that resides in a registered raster workspace. See{@
|
|
10796
|
+
"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/}.",
|
|
10667
10797
|
"properties": {
|
|
10668
10798
|
"dataSourceName": {
|
|
10669
10799
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
10670
10800
|
"type": "string"
|
|
10671
10801
|
},
|
|
10672
10802
|
"type": {
|
|
10673
|
-
"description": "Type of the DataSource. See{@
|
|
10803
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
10674
10804
|
"enum": [
|
|
10675
10805
|
"raster"
|
|
10676
10806
|
],
|
|
@@ -10688,11 +10818,11 @@
|
|
|
10688
10818
|
},
|
|
10689
10819
|
"esri.rest-api.Renderer.AuthoringInfo": {
|
|
10690
10820
|
"additionalProperties": false,
|
|
10691
|
-
"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{@
|
|
10821
|
+
"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/}.",
|
|
10692
10822
|
"properties": {
|
|
10693
10823
|
"classificationMethod": {
|
|
10694
10824
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
10695
|
-
"description": "Used for classed color or size. The default value is esriClassifyManual. See{@
|
|
10825
|
+
"description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
|
|
10696
10826
|
},
|
|
10697
10827
|
"colorRamp": {
|
|
10698
10828
|
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
|
|
@@ -10712,7 +10842,7 @@
|
|
|
10712
10842
|
},
|
|
10713
10843
|
"type": {
|
|
10714
10844
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
|
|
10715
|
-
"description": "In case of classed renderers this is set to either classedSize or classedColor. See{@
|
|
10845
|
+
"description": "In case of classed renderers this is set to either classedSize or classedColor. See {@link AuthoringInfoType}."
|
|
10716
10846
|
},
|
|
10717
10847
|
"visualVariables": {
|
|
10718
10848
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
@@ -10743,7 +10873,7 @@
|
|
|
10743
10873
|
},
|
|
10744
10874
|
"esri.rest-api.Renderer.ColorRamp": {
|
|
10745
10875
|
"additionalProperties": false,
|
|
10746
|
-
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See{@
|
|
10876
|
+
"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/}.",
|
|
10747
10877
|
"properties": {
|
|
10748
10878
|
"algorithm": {
|
|
10749
10879
|
"description": "Algorithm used for calculating the ramp.",
|
|
@@ -10886,14 +11016,14 @@
|
|
|
10886
11016
|
},
|
|
10887
11017
|
"esri.rest-api.RenderingRule.RenderingRule": {
|
|
10888
11018
|
"additionalProperties": false,
|
|
10889
|
-
"description": "Specifies the rendering rule for how the requested image should be rendered. See{@
|
|
11019
|
+
"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/}.",
|
|
10890
11020
|
"properties": {
|
|
10891
11021
|
"outputPixelType": {
|
|
10892
11022
|
"$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
|
|
10893
|
-
"description": "Defines the pixel type of the output image. See{@
|
|
11023
|
+
"description": "Defines the pixel type of the output image. See {@link PixelType}."
|
|
10894
11024
|
},
|
|
10895
11025
|
"rasterFunction": {
|
|
10896
|
-
"description": "The raster function name identifies the processing or rendering to be performed. See{@
|
|
11026
|
+
"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/}.",
|
|
10897
11027
|
"type": "string"
|
|
10898
11028
|
},
|
|
10899
11029
|
"rasterFunctionArguments": {
|
|
@@ -10908,7 +11038,7 @@
|
|
|
10908
11038
|
},
|
|
10909
11039
|
"esri.rest-api.SceneLayer.SceneLayer": {
|
|
10910
11040
|
"additionalProperties": false,
|
|
10911
|
-
"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{@
|
|
11041
|
+
"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/}.",
|
|
10912
11042
|
"properties": {
|
|
10913
11043
|
"blendMode": {
|
|
10914
11044
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10943,7 +11073,7 @@
|
|
|
10943
11073
|
},
|
|
10944
11074
|
"listMode": {
|
|
10945
11075
|
"$ref": "esri.ListMode",
|
|
10946
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
11076
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
10947
11077
|
},
|
|
10948
11078
|
"maxScale": {
|
|
10949
11079
|
"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.",
|
|
@@ -10962,7 +11092,7 @@
|
|
|
10962
11092
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
10963
11093
|
},
|
|
10964
11094
|
"refreshInterval": {
|
|
10965
|
-
"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{@
|
|
11095
|
+
"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}.",
|
|
10966
11096
|
"type": "number"
|
|
10967
11097
|
},
|
|
10968
11098
|
"screenSizePerspective": {
|
|
@@ -10982,7 +11112,7 @@
|
|
|
10982
11112
|
"type": "string"
|
|
10983
11113
|
},
|
|
10984
11114
|
"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{@
|
|
11115
|
+
"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
11116
|
"enum": [
|
|
10987
11117
|
"BingMapsAerial",
|
|
10988
11118
|
"BingMapsHybrid",
|
|
@@ -11025,7 +11155,7 @@
|
|
|
11025
11155
|
},
|
|
11026
11156
|
"esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
|
|
11027
11157
|
"additionalProperties": false,
|
|
11028
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries. See{@
|
|
11158
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
11029
11159
|
"properties": {
|
|
11030
11160
|
"color": {
|
|
11031
11161
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -11037,10 +11167,10 @@
|
|
|
11037
11167
|
},
|
|
11038
11168
|
"style": {
|
|
11039
11169
|
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
|
|
11040
|
-
"description": "The fill style. See{@
|
|
11170
|
+
"description": "The fill style. See {@link SimpleFillStyle}."
|
|
11041
11171
|
},
|
|
11042
11172
|
"type": {
|
|
11043
|
-
"description": "The type of symbol. See{@
|
|
11173
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
11044
11174
|
"enum": [
|
|
11045
11175
|
"esriSFS"
|
|
11046
11176
|
],
|
|
@@ -11066,7 +11196,7 @@
|
|
|
11066
11196
|
},
|
|
11067
11197
|
"esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
|
|
11068
11198
|
"additionalProperties": false,
|
|
11069
|
-
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See{@
|
|
11199
|
+
"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/}.",
|
|
11070
11200
|
"properties": {
|
|
11071
11201
|
"color": {
|
|
11072
11202
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -11074,10 +11204,10 @@
|
|
|
11074
11204
|
},
|
|
11075
11205
|
"style": {
|
|
11076
11206
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
|
|
11077
|
-
"description": "The line style. See{@
|
|
11207
|
+
"description": "The line style. See {@link SimpleLineStyle}."
|
|
11078
11208
|
},
|
|
11079
11209
|
"type": {
|
|
11080
|
-
"description": "The type of symbol. See{@
|
|
11210
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
11081
11211
|
"enum": [
|
|
11082
11212
|
"esriSLS"
|
|
11083
11213
|
],
|
|
@@ -11108,7 +11238,7 @@
|
|
|
11108
11238
|
},
|
|
11109
11239
|
"esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
11110
11240
|
"additionalProperties": false,
|
|
11111
|
-
"description": "Simple marker symbols can be used to symbolize point geometries. See{@
|
|
11241
|
+
"description": "Simple marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
11112
11242
|
"properties": {
|
|
11113
11243
|
"angle": {
|
|
11114
11244
|
"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.",
|
|
@@ -11128,10 +11258,10 @@
|
|
|
11128
11258
|
},
|
|
11129
11259
|
"style": {
|
|
11130
11260
|
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
|
|
11131
|
-
"description": "The marker style. See{@
|
|
11261
|
+
"description": "The marker style. See {@link SimpleMarkerStyle}."
|
|
11132
11262
|
},
|
|
11133
11263
|
"type": {
|
|
11134
|
-
"description": "The type of symbol. See{@
|
|
11264
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
11135
11265
|
"enum": [
|
|
11136
11266
|
"esriSMS"
|
|
11137
11267
|
],
|
|
@@ -11153,7 +11283,7 @@
|
|
|
11153
11283
|
},
|
|
11154
11284
|
"esri.rest-api.SimpleRenderer.SimpleRenderer": {
|
|
11155
11285
|
"additionalProperties": false,
|
|
11156
|
-
"description": "A simple renderer is a renderer that uses one symbol only. See{@
|
|
11286
|
+
"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/}.",
|
|
11157
11287
|
"properties": {
|
|
11158
11288
|
"authoringInfo": {
|
|
11159
11289
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -11173,7 +11303,7 @@
|
|
|
11173
11303
|
},
|
|
11174
11304
|
"rotationType": {
|
|
11175
11305
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
11176
|
-
"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{@
|
|
11306
|
+
"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}."
|
|
11177
11307
|
},
|
|
11178
11308
|
"symbol": {
|
|
11179
11309
|
"anyOf": [
|
|
@@ -11220,7 +11350,7 @@
|
|
|
11220
11350
|
"description": "An object that represents how all features will be drawn."
|
|
11221
11351
|
},
|
|
11222
11352
|
"type": {
|
|
11223
|
-
"description": "The type of renderer. See{@
|
|
11353
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
11224
11354
|
"enum": [
|
|
11225
11355
|
"simple"
|
|
11226
11356
|
],
|
|
@@ -11229,8 +11359,7 @@
|
|
|
11229
11359
|
"visualVariables": {
|
|
11230
11360
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
11231
11361
|
"items": {
|
|
11232
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
11233
|
-
"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/}."
|
|
11362
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
11234
11363
|
},
|
|
11235
11364
|
"type": "array"
|
|
11236
11365
|
}
|
|
@@ -11243,7 +11372,7 @@
|
|
|
11243
11372
|
},
|
|
11244
11373
|
"esri.rest-api.SpatialReference.SpatialReference": {
|
|
11245
11374
|
"additionalProperties": false,
|
|
11246
|
-
"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{@
|
|
11375
|
+
"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/}.",
|
|
11247
11376
|
"properties": {
|
|
11248
11377
|
"latestVcsWkid": {
|
|
11249
11378
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -11270,7 +11399,7 @@
|
|
|
11270
11399
|
},
|
|
11271
11400
|
"esri.rest-api.StreamLayer.StreamLayer": {
|
|
11272
11401
|
"additionalProperties": false,
|
|
11273
|
-
"description": "A stream layer in a web map. See{@
|
|
11402
|
+
"description": "A stream layer in a web map. See {@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
|
|
11274
11403
|
"properties": {
|
|
11275
11404
|
"blendMode": {
|
|
11276
11405
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -11328,7 +11457,7 @@
|
|
|
11328
11457
|
},
|
|
11329
11458
|
"listMode": {
|
|
11330
11459
|
"$ref": "esri.ListMode",
|
|
11331
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
11460
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
11332
11461
|
},
|
|
11333
11462
|
"maxScale": {
|
|
11334
11463
|
"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.",
|
|
@@ -11340,7 +11469,7 @@
|
|
|
11340
11469
|
},
|
|
11341
11470
|
"mode": {
|
|
11342
11471
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
11343
|
-
"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{@
|
|
11472
|
+
"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}."
|
|
11344
11473
|
},
|
|
11345
11474
|
"opacity": {
|
|
11346
11475
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -11351,7 +11480,7 @@
|
|
|
11351
11480
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
11352
11481
|
},
|
|
11353
11482
|
"refreshInterval": {
|
|
11354
|
-
"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{@
|
|
11483
|
+
"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}.",
|
|
11355
11484
|
"type": "number"
|
|
11356
11485
|
},
|
|
11357
11486
|
"screenSizePerspective": {
|
|
@@ -11378,7 +11507,7 @@
|
|
|
11378
11507
|
"type": "string"
|
|
11379
11508
|
},
|
|
11380
11509
|
"type": {
|
|
11381
|
-
"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{@
|
|
11510
|
+
"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}.",
|
|
11382
11511
|
"enum": [
|
|
11383
11512
|
"BingMapsAerial",
|
|
11384
11513
|
"BingMapsHybrid",
|
|
@@ -11414,7 +11543,7 @@
|
|
|
11414
11543
|
},
|
|
11415
11544
|
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
11416
11545
|
"additionalProperties": false,
|
|
11417
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See{@
|
|
11546
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
11418
11547
|
"properties": {
|
|
11419
11548
|
"name": {
|
|
11420
11549
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -11442,7 +11571,7 @@
|
|
|
11442
11571
|
},
|
|
11443
11572
|
"esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
|
|
11444
11573
|
"additionalProperties": false,
|
|
11445
|
-
"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{@
|
|
11574
|
+
"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/}.",
|
|
11446
11575
|
"properties": {
|
|
11447
11576
|
"blendMode": {
|
|
11448
11577
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -11479,7 +11608,7 @@
|
|
|
11479
11608
|
},
|
|
11480
11609
|
"listMode": {
|
|
11481
11610
|
"$ref": "esri.ListMode",
|
|
11482
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
11611
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
11483
11612
|
},
|
|
11484
11613
|
"maxScale": {
|
|
11485
11614
|
"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.",
|
|
@@ -11494,7 +11623,7 @@
|
|
|
11494
11623
|
"type": "number"
|
|
11495
11624
|
},
|
|
11496
11625
|
"refreshInterval": {
|
|
11497
|
-
"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{@
|
|
11626
|
+
"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}.",
|
|
11498
11627
|
"type": "number"
|
|
11499
11628
|
},
|
|
11500
11629
|
"showLegend": {
|
|
@@ -11506,7 +11635,7 @@
|
|
|
11506
11635
|
"type": "string"
|
|
11507
11636
|
},
|
|
11508
11637
|
"type": {
|
|
11509
|
-
"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{@
|
|
11638
|
+
"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}.",
|
|
11510
11639
|
"enum": [
|
|
11511
11640
|
"BingMapsAerial",
|
|
11512
11641
|
"BingMapsHybrid",
|
|
@@ -11534,7 +11663,7 @@
|
|
|
11534
11663
|
"type": "object"
|
|
11535
11664
|
},
|
|
11536
11665
|
"esri.rest-api.Symbol.Color": {
|
|
11537
|
-
"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{@
|
|
11666
|
+
"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/}.",
|
|
11538
11667
|
"items": {
|
|
11539
11668
|
"type": "number"
|
|
11540
11669
|
},
|
|
@@ -11542,11 +11671,11 @@
|
|
|
11542
11671
|
},
|
|
11543
11672
|
"esri.rest-api.Symbol.Font": {
|
|
11544
11673
|
"additionalProperties": false,
|
|
11545
|
-
"description": "Font used for text symbols. See{@
|
|
11674
|
+
"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/}.",
|
|
11546
11675
|
"properties": {
|
|
11547
11676
|
"decoration": {
|
|
11548
11677
|
"$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
|
|
11549
|
-
"description": "The text decoration. See{@
|
|
11678
|
+
"description": "The text decoration. See {@link TextDecoration}."
|
|
11550
11679
|
},
|
|
11551
11680
|
"family": {
|
|
11552
11681
|
"description": "The font family.",
|
|
@@ -11558,11 +11687,11 @@
|
|
|
11558
11687
|
},
|
|
11559
11688
|
"style": {
|
|
11560
11689
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
|
|
11561
|
-
"description": "The text style. See{@
|
|
11690
|
+
"description": "The text style. See {@link FontStyle}."
|
|
11562
11691
|
},
|
|
11563
11692
|
"weight": {
|
|
11564
11693
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
|
|
11565
|
-
"description": "The text weight. See{@
|
|
11694
|
+
"description": "The text weight. See {@link FontWeight}."
|
|
11566
11695
|
}
|
|
11567
11696
|
},
|
|
11568
11697
|
"type": "object"
|
|
@@ -11620,7 +11749,7 @@
|
|
|
11620
11749
|
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
11621
11750
|
}
|
|
11622
11751
|
],
|
|
11623
|
-
"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{@
|
|
11752
|
+
"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/}."
|
|
11624
11753
|
},
|
|
11625
11754
|
"esri.rest-api.Symbol.TextDecoration": {
|
|
11626
11755
|
"description": "The text decoration for the Font.",
|
|
@@ -11643,7 +11772,7 @@
|
|
|
11643
11772
|
},
|
|
11644
11773
|
"esri.rest-api.Symbol3D.Material": {
|
|
11645
11774
|
"additionalProperties": false,
|
|
11646
|
-
"description": "The material used to shade the geometry. See{@
|
|
11775
|
+
"description": "The material used to shade the geometry. See {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
11647
11776
|
"properties": {
|
|
11648
11777
|
"color": {
|
|
11649
11778
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -11670,7 +11799,7 @@
|
|
|
11670
11799
|
},
|
|
11671
11800
|
"esri.rest-api.Symbol3D.Outline": {
|
|
11672
11801
|
"additionalProperties": false,
|
|
11673
|
-
"description": "The outline of the point, line or polygon. See{@
|
|
11802
|
+
"description": "The outline of the point, line or polygon. See {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
11674
11803
|
"properties": {
|
|
11675
11804
|
"color": {
|
|
11676
11805
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -11693,7 +11822,7 @@
|
|
|
11693
11822
|
},
|
|
11694
11823
|
"esri.rest-api.Symbol3D.ResourceIconSymbol": {
|
|
11695
11824
|
"additionalProperties": false,
|
|
11696
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features. See{@
|
|
11825
|
+
"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/}.",
|
|
11697
11826
|
"properties": {
|
|
11698
11827
|
"dataURI": {
|
|
11699
11828
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -11712,7 +11841,7 @@
|
|
|
11712
11841
|
},
|
|
11713
11842
|
"esri.rest-api.Symbol3D.ResourceObjectSymbol": {
|
|
11714
11843
|
"additionalProperties": false,
|
|
11715
|
-
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See{@
|
|
11844
|
+
"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/}.",
|
|
11716
11845
|
"properties": {
|
|
11717
11846
|
"href": {
|
|
11718
11847
|
"description": "Must be an absolute URL or a relative path starting with \"./\".",
|
|
@@ -11746,11 +11875,11 @@
|
|
|
11746
11875
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
11747
11876
|
}
|
|
11748
11877
|
],
|
|
11749
|
-
"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{@
|
|
11878
|
+
"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/}."
|
|
11750
11879
|
},
|
|
11751
11880
|
"esri.rest-api.TableDataSource.TableDataSource": {
|
|
11752
11881
|
"additionalProperties": false,
|
|
11753
|
-
"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{@
|
|
11882
|
+
"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/}.",
|
|
11754
11883
|
"properties": {
|
|
11755
11884
|
"dataSourceName": {
|
|
11756
11885
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
@@ -11761,7 +11890,7 @@
|
|
|
11761
11890
|
"type": "string"
|
|
11762
11891
|
},
|
|
11763
11892
|
"type": {
|
|
11764
|
-
"description": "Type of the DataSource. See{@
|
|
11893
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
11765
11894
|
"enum": [
|
|
11766
11895
|
"table"
|
|
11767
11896
|
],
|
|
@@ -11778,7 +11907,7 @@
|
|
|
11778
11907
|
"type": "object"
|
|
11779
11908
|
},
|
|
11780
11909
|
"esri.rest-api.Template.DrawingTool": {
|
|
11781
|
-
"description": "Possible drawing tool value to use with{@
|
|
11910
|
+
"description": "Possible drawing tool value to use with {@link Template.drawingTool}.",
|
|
11782
11911
|
"enum": [
|
|
11783
11912
|
"esriFeatureEditToolCircle",
|
|
11784
11913
|
"esriFeatureEditToolDownArrow",
|
|
@@ -11798,7 +11927,7 @@
|
|
|
11798
11927
|
},
|
|
11799
11928
|
"esri.rest-api.Template.Template": {
|
|
11800
11929
|
"additionalProperties": false,
|
|
11801
|
-
"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{@
|
|
11930
|
+
"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/}.",
|
|
11802
11931
|
"properties": {
|
|
11803
11932
|
"description": {
|
|
11804
11933
|
"description": "A detailed description of the template.",
|
|
@@ -11806,7 +11935,7 @@
|
|
|
11806
11935
|
},
|
|
11807
11936
|
"drawingTool": {
|
|
11808
11937
|
"$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
|
|
11809
|
-
"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{@
|
|
11938
|
+
"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}."
|
|
11810
11939
|
},
|
|
11811
11940
|
"name": {
|
|
11812
11941
|
"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.",
|
|
@@ -11821,7 +11950,7 @@
|
|
|
11821
11950
|
},
|
|
11822
11951
|
"esri.rest-api.TemporalRenderer.TemporalRenderer": {
|
|
11823
11952
|
"additionalProperties": false,
|
|
11824
|
-
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See{@
|
|
11953
|
+
"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/}.",
|
|
11825
11954
|
"properties": {
|
|
11826
11955
|
"authoringInfo": {
|
|
11827
11956
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -11841,14 +11970,14 @@
|
|
|
11841
11970
|
},
|
|
11842
11971
|
"rotationType": {
|
|
11843
11972
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
11844
|
-
"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{@
|
|
11973
|
+
"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}."
|
|
11845
11974
|
},
|
|
11846
11975
|
"trackRenderer": {
|
|
11847
11976
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
11848
11977
|
"description": "Simple renderer used to symbolize the tracks."
|
|
11849
11978
|
},
|
|
11850
11979
|
"type": {
|
|
11851
|
-
"description": "The type of renderer. See{@
|
|
11980
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
11852
11981
|
"enum": [
|
|
11853
11982
|
"temporal"
|
|
11854
11983
|
],
|
|
@@ -11857,8 +11986,7 @@
|
|
|
11857
11986
|
"visualVariables": {
|
|
11858
11987
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
11859
11988
|
"items": {
|
|
11860
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
11861
|
-
"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/}."
|
|
11989
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
11862
11990
|
},
|
|
11863
11991
|
"type": "array"
|
|
11864
11992
|
}
|
|
@@ -11870,7 +11998,7 @@
|
|
|
11870
11998
|
},
|
|
11871
11999
|
"esri.rest-api.TextSymbol.TextSymbol": {
|
|
11872
12000
|
"additionalProperties": false,
|
|
11873
|
-
"description": "Text symbols are used to add text to a feature (labeling). See{@
|
|
12001
|
+
"description": "Text symbols are used to add text to a feature (labeling). See {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
11874
12002
|
"properties": {
|
|
11875
12003
|
"angle": {
|
|
11876
12004
|
"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.",
|
|
@@ -11906,7 +12034,7 @@
|
|
|
11906
12034
|
},
|
|
11907
12035
|
"horizontalAlignment": {
|
|
11908
12036
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
11909
|
-
"description": "The horizontal alignment of the text. See{@
|
|
12037
|
+
"description": "The horizontal alignment of the text. See {@link portal /Symbol!HorizontalAlignment}."
|
|
11910
12038
|
},
|
|
11911
12039
|
"kerning": {
|
|
11912
12040
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -11925,7 +12053,7 @@
|
|
|
11925
12053
|
"type": "string"
|
|
11926
12054
|
},
|
|
11927
12055
|
"type": {
|
|
11928
|
-
"description": "The type of symbol. See{@
|
|
12056
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
11929
12057
|
"enum": [
|
|
11930
12058
|
"esriTS"
|
|
11931
12059
|
],
|
|
@@ -11933,7 +12061,7 @@
|
|
|
11933
12061
|
},
|
|
11934
12062
|
"verticalAlignment": {
|
|
11935
12063
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
11936
|
-
"description": "The vertical alignment of the text. See{@
|
|
12064
|
+
"description": "The vertical alignment of the text. See {@link portal /Symbol!VerticalAlignment}."
|
|
11937
12065
|
},
|
|
11938
12066
|
"xoffset": {
|
|
11939
12067
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -11951,7 +12079,7 @@
|
|
|
11951
12079
|
},
|
|
11952
12080
|
"esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
|
|
11953
12081
|
"additionalProperties": false,
|
|
11954
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See{@
|
|
12082
|
+
"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/}.",
|
|
11955
12083
|
"properties": {
|
|
11956
12084
|
"font": {
|
|
11957
12085
|
"$ref": "#/definitions/esri.rest-api.Symbol.Font",
|
|
@@ -11970,7 +12098,7 @@
|
|
|
11970
12098
|
"type": "string"
|
|
11971
12099
|
},
|
|
11972
12100
|
"type": {
|
|
11973
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
12101
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
11974
12102
|
"enum": [
|
|
11975
12103
|
"Text"
|
|
11976
12104
|
],
|
|
@@ -11984,7 +12112,7 @@
|
|
|
11984
12112
|
},
|
|
11985
12113
|
"esri.rest-api.TileInfo.TileInfo": {
|
|
11986
12114
|
"additionalProperties": false,
|
|
11987
|
-
"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{@
|
|
12115
|
+
"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/}.",
|
|
11988
12116
|
"properties": {
|
|
11989
12117
|
"cols": {
|
|
11990
12118
|
"description": "Requested tile's column.",
|
|
@@ -12003,7 +12131,7 @@
|
|
|
12003
12131
|
"type": "string"
|
|
12004
12132
|
},
|
|
12005
12133
|
"lods": {
|
|
12006
|
-
"description": "An array of levels of detail that define the tiling scheme. See{@
|
|
12134
|
+
"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/}.",
|
|
12007
12135
|
"items": {
|
|
12008
12136
|
"$ref": "__type"
|
|
12009
12137
|
},
|
|
@@ -12026,7 +12154,7 @@
|
|
|
12026
12154
|
},
|
|
12027
12155
|
"esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
|
|
12028
12156
|
"additionalProperties": false,
|
|
12029
|
-
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See{@
|
|
12157
|
+
"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/}.",
|
|
12030
12158
|
"properties": {
|
|
12031
12159
|
"blendMode": {
|
|
12032
12160
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -12060,7 +12188,7 @@
|
|
|
12060
12188
|
},
|
|
12061
12189
|
"listMode": {
|
|
12062
12190
|
"$ref": "esri.ListMode",
|
|
12063
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
12191
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
12064
12192
|
},
|
|
12065
12193
|
"maxScale": {
|
|
12066
12194
|
"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.",
|
|
@@ -12075,7 +12203,7 @@
|
|
|
12075
12203
|
"type": "number"
|
|
12076
12204
|
},
|
|
12077
12205
|
"refreshInterval": {
|
|
12078
|
-
"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{@
|
|
12206
|
+
"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}.",
|
|
12079
12207
|
"type": "number"
|
|
12080
12208
|
},
|
|
12081
12209
|
"showLegend": {
|
|
@@ -12087,7 +12215,7 @@
|
|
|
12087
12215
|
"type": "string"
|
|
12088
12216
|
},
|
|
12089
12217
|
"type": {
|
|
12090
|
-
"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{@
|
|
12218
|
+
"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}.",
|
|
12091
12219
|
"enum": [
|
|
12092
12220
|
"BingMapsAerial",
|
|
12093
12221
|
"BingMapsHybrid",
|
|
@@ -12117,7 +12245,7 @@
|
|
|
12117
12245
|
},
|
|
12118
12246
|
"esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
|
|
12119
12247
|
"additionalProperties": false,
|
|
12120
|
-
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See{@
|
|
12248
|
+
"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/}.",
|
|
12121
12249
|
"properties": {
|
|
12122
12250
|
"blendMode": {
|
|
12123
12251
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -12139,7 +12267,7 @@
|
|
|
12139
12267
|
},
|
|
12140
12268
|
"exclusionAreas": {
|
|
12141
12269
|
"$ref": "__type",
|
|
12142
|
-
"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{@
|
|
12270
|
+
"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/}."
|
|
12143
12271
|
},
|
|
12144
12272
|
"id": {
|
|
12145
12273
|
"description": "A unique identifying string for the layer.",
|
|
@@ -12169,7 +12297,7 @@
|
|
|
12169
12297
|
},
|
|
12170
12298
|
"listMode": {
|
|
12171
12299
|
"$ref": "esri.ListMode",
|
|
12172
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
12300
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
12173
12301
|
},
|
|
12174
12302
|
"maxScale": {
|
|
12175
12303
|
"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.",
|
|
@@ -12188,7 +12316,7 @@
|
|
|
12188
12316
|
"type": "string"
|
|
12189
12317
|
},
|
|
12190
12318
|
"refreshInterval": {
|
|
12191
|
-
"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{@
|
|
12319
|
+
"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}.",
|
|
12192
12320
|
"type": "number"
|
|
12193
12321
|
},
|
|
12194
12322
|
"showLegend": {
|
|
@@ -12200,7 +12328,7 @@
|
|
|
12200
12328
|
"type": "string"
|
|
12201
12329
|
},
|
|
12202
12330
|
"type": {
|
|
12203
|
-
"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{@
|
|
12331
|
+
"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}.",
|
|
12204
12332
|
"enum": [
|
|
12205
12333
|
"BingMapsAerial",
|
|
12206
12334
|
"BingMapsHybrid",
|
|
@@ -12229,7 +12357,7 @@
|
|
|
12229
12357
|
},
|
|
12230
12358
|
"esri.rest-api.Type.Type": {
|
|
12231
12359
|
"additionalProperties": false,
|
|
12232
|
-
"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{@
|
|
12360
|
+
"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/}.",
|
|
12233
12361
|
"properties": {
|
|
12234
12362
|
"domains": {
|
|
12235
12363
|
"description": "A set of domain objects for each domain in the type."
|
|
@@ -12257,7 +12385,7 @@
|
|
|
12257
12385
|
},
|
|
12258
12386
|
"esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
|
|
12259
12387
|
"additionalProperties": false,
|
|
12260
|
-
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See{@
|
|
12388
|
+
"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/}.",
|
|
12261
12389
|
"properties": {
|
|
12262
12390
|
"authoringInfo": {
|
|
12263
12391
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -12281,7 +12409,7 @@
|
|
|
12281
12409
|
},
|
|
12282
12410
|
"rotationType": {
|
|
12283
12411
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
12284
|
-
"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{@
|
|
12412
|
+
"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}."
|
|
12285
12413
|
},
|
|
12286
12414
|
"styleName": {
|
|
12287
12415
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -12292,7 +12420,7 @@
|
|
|
12292
12420
|
"type": "string"
|
|
12293
12421
|
},
|
|
12294
12422
|
"type": {
|
|
12295
|
-
"description": "The type of renderer. See{@
|
|
12423
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
12296
12424
|
"enum": [
|
|
12297
12425
|
"uniqueValue"
|
|
12298
12426
|
],
|
|
@@ -12301,8 +12429,7 @@
|
|
|
12301
12429
|
"visualVariables": {
|
|
12302
12430
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
12303
12431
|
"items": {
|
|
12304
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
12305
|
-
"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/}."
|
|
12432
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
12306
12433
|
},
|
|
12307
12434
|
"type": "array"
|
|
12308
12435
|
}
|
|
@@ -12315,7 +12442,7 @@
|
|
|
12315
12442
|
},
|
|
12316
12443
|
"esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
|
|
12317
12444
|
"additionalProperties": false,
|
|
12318
|
-
"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{@
|
|
12445
|
+
"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/}.",
|
|
12319
12446
|
"properties": {
|
|
12320
12447
|
"description": {
|
|
12321
12448
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -12382,7 +12509,7 @@
|
|
|
12382
12509
|
},
|
|
12383
12510
|
"esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
|
|
12384
12511
|
"additionalProperties": false,
|
|
12385
|
-
"description": "A unique value renderer symbolizes groups of features that have matching field values. See{@
|
|
12512
|
+
"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/}.",
|
|
12386
12513
|
"properties": {
|
|
12387
12514
|
"authoringInfo": {
|
|
12388
12515
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -12462,10 +12589,10 @@
|
|
|
12462
12589
|
},
|
|
12463
12590
|
"rotationType": {
|
|
12464
12591
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
12465
|
-
"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{@
|
|
12592
|
+
"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}."
|
|
12466
12593
|
},
|
|
12467
12594
|
"type": {
|
|
12468
|
-
"description": "The type of renderer. See{@
|
|
12595
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
12469
12596
|
"enum": [
|
|
12470
12597
|
"uniqueValue"
|
|
12471
12598
|
],
|
|
@@ -12481,8 +12608,7 @@
|
|
|
12481
12608
|
"visualVariables": {
|
|
12482
12609
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
12483
12610
|
"items": {
|
|
12484
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
12485
|
-
"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/}."
|
|
12611
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
12486
12612
|
},
|
|
12487
12613
|
"type": "array"
|
|
12488
12614
|
}
|
|
@@ -12496,7 +12622,7 @@
|
|
|
12496
12622
|
},
|
|
12497
12623
|
"esri.rest-api.Value.Value": {
|
|
12498
12624
|
"additionalProperties": false,
|
|
12499
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See{@
|
|
12625
|
+
"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/}.",
|
|
12500
12626
|
"properties": {
|
|
12501
12627
|
"fields": {
|
|
12502
12628
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -12572,7 +12698,7 @@
|
|
|
12572
12698
|
},
|
|
12573
12699
|
"rotationType": {
|
|
12574
12700
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
12575
|
-
"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{@
|
|
12701
|
+
"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}."
|
|
12576
12702
|
},
|
|
12577
12703
|
"style": {
|
|
12578
12704
|
"description": "A predefined style.",
|
|
@@ -12596,7 +12722,7 @@
|
|
|
12596
12722
|
"type": "number"
|
|
12597
12723
|
},
|
|
12598
12724
|
"type": {
|
|
12599
|
-
"description": "The type of renderer. See{@
|
|
12725
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
12600
12726
|
"enum": [
|
|
12601
12727
|
"vectorField"
|
|
12602
12728
|
],
|
|
@@ -12605,8 +12731,7 @@
|
|
|
12605
12731
|
"visualVariables": {
|
|
12606
12732
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
12607
12733
|
"items": {
|
|
12608
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
12609
|
-
"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/}."
|
|
12734
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
12610
12735
|
},
|
|
12611
12736
|
"type": "array"
|
|
12612
12737
|
}
|
|
@@ -12621,7 +12746,7 @@
|
|
|
12621
12746
|
},
|
|
12622
12747
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
12623
12748
|
"additionalProperties": false,
|
|
12624
|
-
"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{@
|
|
12749
|
+
"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/}.",
|
|
12625
12750
|
"properties": {
|
|
12626
12751
|
"blendMode": {
|
|
12627
12752
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -12655,7 +12780,7 @@
|
|
|
12655
12780
|
},
|
|
12656
12781
|
"listMode": {
|
|
12657
12782
|
"$ref": "esri.ListMode",
|
|
12658
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
12783
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
12659
12784
|
},
|
|
12660
12785
|
"maxScale": {
|
|
12661
12786
|
"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.",
|
|
@@ -12674,7 +12799,7 @@
|
|
|
12674
12799
|
"type": "string"
|
|
12675
12800
|
},
|
|
12676
12801
|
"refreshInterval": {
|
|
12677
|
-
"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{@
|
|
12802
|
+
"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}.",
|
|
12678
12803
|
"type": "number"
|
|
12679
12804
|
},
|
|
12680
12805
|
"showLegend": {
|
|
@@ -12690,7 +12815,7 @@
|
|
|
12690
12815
|
"type": "string"
|
|
12691
12816
|
},
|
|
12692
12817
|
"type": {
|
|
12693
|
-
"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{@
|
|
12818
|
+
"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}.",
|
|
12694
12819
|
"enum": [
|
|
12695
12820
|
"BingMapsAerial",
|
|
12696
12821
|
"BingMapsHybrid",
|
|
@@ -12715,7 +12840,7 @@
|
|
|
12715
12840
|
},
|
|
12716
12841
|
"esri.rest-api.VerticalOffset.VerticalOffset": {
|
|
12717
12842
|
"additionalProperties": false,
|
|
12718
|
-
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See{@
|
|
12843
|
+
"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/}.",
|
|
12719
12844
|
"properties": {
|
|
12720
12845
|
"maxWorldLength": {
|
|
12721
12846
|
"description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
|
|
@@ -12737,7 +12862,7 @@
|
|
|
12737
12862
|
},
|
|
12738
12863
|
"esri.rest-api.Viewpoint.Viewpoint": {
|
|
12739
12864
|
"additionalProperties": false,
|
|
12740
|
-
"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{@
|
|
12865
|
+
"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/}.",
|
|
12741
12866
|
"properties": {
|
|
12742
12867
|
"camera": {
|
|
12743
12868
|
"$ref": "#/definitions/esri.rest-api.Camera.Camera",
|
|
@@ -12760,13 +12885,13 @@
|
|
|
12760
12885
|
},
|
|
12761
12886
|
"esri.rest-api.VisualVariable.ColorInfo": {
|
|
12762
12887
|
"additionalProperties": false,
|
|
12763
|
-
"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{@
|
|
12888
|
+
"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/}.",
|
|
12764
12889
|
"properties": {
|
|
12765
12890
|
"colors": {
|
|
12766
12891
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
12767
12892
|
"items": {
|
|
12768
12893
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
12769
|
-
"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{@
|
|
12894
|
+
"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/}."
|
|
12770
12895
|
},
|
|
12771
12896
|
"type": "array"
|
|
12772
12897
|
},
|
|
@@ -12776,7 +12901,7 @@
|
|
|
12776
12901
|
},
|
|
12777
12902
|
"legendOptions": {
|
|
12778
12903
|
"$ref": "__type",
|
|
12779
|
-
"description": "Options available for the legend. See{@
|
|
12904
|
+
"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/}."
|
|
12780
12905
|
},
|
|
12781
12906
|
"maxDataValue": {
|
|
12782
12907
|
"description": "The maximum data value.",
|
|
@@ -12798,7 +12923,7 @@
|
|
|
12798
12923
|
"type": "array"
|
|
12799
12924
|
},
|
|
12800
12925
|
"type": {
|
|
12801
|
-
"description": "The type of the VisualVariable. See{@
|
|
12926
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
12802
12927
|
"enum": [
|
|
12803
12928
|
"colorInfo"
|
|
12804
12929
|
],
|
|
@@ -12819,7 +12944,7 @@
|
|
|
12819
12944
|
"anyOf": [
|
|
12820
12945
|
{
|
|
12821
12946
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
12822
|
-
"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{@
|
|
12947
|
+
"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/}."
|
|
12823
12948
|
},
|
|
12824
12949
|
{
|
|
12825
12950
|
"type": "string"
|
|
@@ -12840,7 +12965,7 @@
|
|
|
12840
12965
|
},
|
|
12841
12966
|
"esri.rest-api.VisualVariable.RotationInfo": {
|
|
12842
12967
|
"additionalProperties": false,
|
|
12843
|
-
"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{@
|
|
12968
|
+
"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/}.",
|
|
12844
12969
|
"properties": {
|
|
12845
12970
|
"field": {
|
|
12846
12971
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -12848,7 +12973,7 @@
|
|
|
12848
12973
|
},
|
|
12849
12974
|
"legendOptions": {
|
|
12850
12975
|
"$ref": "__type",
|
|
12851
|
-
"description": "Options available for the legend. See{@
|
|
12976
|
+
"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/}."
|
|
12852
12977
|
},
|
|
12853
12978
|
"normalizationField": {
|
|
12854
12979
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -12859,7 +12984,7 @@
|
|
|
12859
12984
|
"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."
|
|
12860
12985
|
},
|
|
12861
12986
|
"type": {
|
|
12862
|
-
"description": "The type of the VisualVariable. See{@
|
|
12987
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
12863
12988
|
"enum": [
|
|
12864
12989
|
"rotationInfo"
|
|
12865
12990
|
],
|
|
@@ -12886,7 +13011,7 @@
|
|
|
12886
13011
|
},
|
|
12887
13012
|
"esri.rest-api.VisualVariable.Size": {
|
|
12888
13013
|
"additionalProperties": false,
|
|
12889
|
-
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See{@
|
|
13014
|
+
"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/}.",
|
|
12890
13015
|
"properties": {
|
|
12891
13016
|
"expression": {
|
|
12892
13017
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -12912,7 +13037,7 @@
|
|
|
12912
13037
|
},
|
|
12913
13038
|
"esri.rest-api.VisualVariable.SizeInfo": {
|
|
12914
13039
|
"additionalProperties": false,
|
|
12915
|
-
"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{@
|
|
13040
|
+
"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/}.",
|
|
12916
13041
|
"properties": {
|
|
12917
13042
|
"axis": {
|
|
12918
13043
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -12931,7 +13056,7 @@
|
|
|
12931
13056
|
},
|
|
12932
13057
|
"legendOptions": {
|
|
12933
13058
|
"$ref": "__type",
|
|
12934
|
-
"description": "Options available for the legend. See{@
|
|
13059
|
+
"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/}."
|
|
12935
13060
|
},
|
|
12936
13061
|
"maxDataValue": {
|
|
12937
13062
|
"description": "The maximum data value.",
|
|
@@ -12968,7 +13093,7 @@
|
|
|
12968
13093
|
"type": "string"
|
|
12969
13094
|
},
|
|
12970
13095
|
"type": {
|
|
12971
|
-
"description": "The type of the VisualVariable. See{@
|
|
13096
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
12972
13097
|
"enum": [
|
|
12973
13098
|
"sizeInfo"
|
|
12974
13099
|
],
|
|
@@ -13035,7 +13160,7 @@
|
|
|
13035
13160
|
},
|
|
13036
13161
|
"esri.rest-api.VisualVariable.TransparencyInfo": {
|
|
13037
13162
|
"additionalProperties": false,
|
|
13038
|
-
"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{@
|
|
13163
|
+
"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/}.",
|
|
13039
13164
|
"properties": {
|
|
13040
13165
|
"field": {
|
|
13041
13166
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -13057,7 +13182,7 @@
|
|
|
13057
13182
|
"type": "array"
|
|
13058
13183
|
},
|
|
13059
13184
|
"type": {
|
|
13060
|
-
"description": "The type of the VisualVariable. See{@
|
|
13185
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
13061
13186
|
"enum": [
|
|
13062
13187
|
"transparencyInfo"
|
|
13063
13188
|
],
|
|
@@ -13109,11 +13234,11 @@
|
|
|
13109
13234
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
13110
13235
|
}
|
|
13111
13236
|
],
|
|
13112
|
-
"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{@
|
|
13237
|
+
"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/}."
|
|
13113
13238
|
},
|
|
13114
13239
|
"esri.rest-api.WMSLayer.WMSLayer": {
|
|
13115
13240
|
"additionalProperties": false,
|
|
13116
|
-
"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{@
|
|
13241
|
+
"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/}.",
|
|
13117
13242
|
"properties": {
|
|
13118
13243
|
"blendMode": {
|
|
13119
13244
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -13191,7 +13316,7 @@
|
|
|
13191
13316
|
},
|
|
13192
13317
|
"listMode": {
|
|
13193
13318
|
"$ref": "esri.ListMode",
|
|
13194
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
13319
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
13195
13320
|
},
|
|
13196
13321
|
"mapUrl": {
|
|
13197
13322
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -13218,7 +13343,7 @@
|
|
|
13218
13343
|
"type": "number"
|
|
13219
13344
|
},
|
|
13220
13345
|
"refreshInterval": {
|
|
13221
|
-
"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{@
|
|
13346
|
+
"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}.",
|
|
13222
13347
|
"type": "number"
|
|
13223
13348
|
},
|
|
13224
13349
|
"showLegend": {
|
|
@@ -13237,7 +13362,7 @@
|
|
|
13237
13362
|
"type": "string"
|
|
13238
13363
|
},
|
|
13239
13364
|
"type": {
|
|
13240
|
-
"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{@
|
|
13365
|
+
"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}.",
|
|
13241
13366
|
"enum": [
|
|
13242
13367
|
"BingMapsAerial",
|
|
13243
13368
|
"BingMapsHybrid",
|
|
@@ -13277,7 +13402,7 @@
|
|
|
13277
13402
|
},
|
|
13278
13403
|
"esri.rest-api.WMSSublayer.WMSSublayer": {
|
|
13279
13404
|
"additionalProperties": false,
|
|
13280
|
-
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See{@
|
|
13405
|
+
"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/}.",
|
|
13281
13406
|
"properties": {
|
|
13282
13407
|
"legendUrl": {
|
|
13283
13408
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -13304,7 +13429,7 @@
|
|
|
13304
13429
|
},
|
|
13305
13430
|
"esri.rest-api.WMTSInfo.WMTSInfo": {
|
|
13306
13431
|
"additionalProperties": false,
|
|
13307
|
-
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See{@
|
|
13432
|
+
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See {@link https://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
|
|
13308
13433
|
"properties": {
|
|
13309
13434
|
"customLayerParameters": {
|
|
13310
13435
|
"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."
|
|
@@ -13329,7 +13454,7 @@
|
|
|
13329
13454
|
},
|
|
13330
13455
|
"esri.rest-api.WebTileLayer.WebTileLayer": {
|
|
13331
13456
|
"additionalProperties": false,
|
|
13332
|
-
"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{@
|
|
13457
|
+
"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/}.",
|
|
13333
13458
|
"properties": {
|
|
13334
13459
|
"blendMode": {
|
|
13335
13460
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -13368,7 +13493,7 @@
|
|
|
13368
13493
|
},
|
|
13369
13494
|
"listMode": {
|
|
13370
13495
|
"$ref": "esri.ListMode",
|
|
13371
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
13496
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
13372
13497
|
},
|
|
13373
13498
|
"maxScale": {
|
|
13374
13499
|
"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.",
|
|
@@ -13383,7 +13508,7 @@
|
|
|
13383
13508
|
"type": "number"
|
|
13384
13509
|
},
|
|
13385
13510
|
"refreshInterval": {
|
|
13386
|
-
"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{@
|
|
13511
|
+
"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}.",
|
|
13387
13512
|
"type": "number"
|
|
13388
13513
|
},
|
|
13389
13514
|
"showLegend": {
|
|
@@ -13410,7 +13535,7 @@
|
|
|
13410
13535
|
"type": "string"
|
|
13411
13536
|
},
|
|
13412
13537
|
"type": {
|
|
13413
|
-
"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{@
|
|
13538
|
+
"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}.",
|
|
13414
13539
|
"enum": [
|
|
13415
13540
|
"BingMapsAerial",
|
|
13416
13541
|
"BingMapsHybrid",
|
|
@@ -14479,14 +14604,7 @@
|
|
|
14479
14604
|
]
|
|
14480
14605
|
},
|
|
14481
14606
|
"network.get-status:output": {
|
|
14482
|
-
"
|
|
14483
|
-
"enum": [
|
|
14484
|
-
"ConnectedToCarrierDataNetwork",
|
|
14485
|
-
"ConnectedToWiFiOrEthernet",
|
|
14486
|
-
"NoConnection",
|
|
14487
|
-
"Restricted"
|
|
14488
|
-
],
|
|
14489
|
-
"type": "string"
|
|
14607
|
+
"$ref": "#/definitions/NetworkStatus"
|
|
14490
14608
|
},
|
|
14491
14609
|
"network.has-connection": {
|
|
14492
14610
|
"description": "Determines if the device has a network connection.",
|
|
@@ -14946,6 +15064,24 @@
|
|
|
14946
15064
|
},
|
|
14947
15065
|
"type": "array"
|
|
14948
15066
|
},
|
|
15067
|
+
"results.upload-data-to-features": {
|
|
15068
|
+
"description": "Convert the supplied upload data args to features.",
|
|
15069
|
+
"enum": [
|
|
15070
|
+
"results.upload-data-to-features"
|
|
15071
|
+
]
|
|
15072
|
+
},
|
|
15073
|
+
"results.upload-data-to-features:input": {
|
|
15074
|
+
"items": {
|
|
15075
|
+
"$ref": "#/definitions/UploadDataArgs"
|
|
15076
|
+
},
|
|
15077
|
+
"type": "array"
|
|
15078
|
+
},
|
|
15079
|
+
"results.upload-data-to-features:output": {
|
|
15080
|
+
"items": {
|
|
15081
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
15082
|
+
},
|
|
15083
|
+
"type": "array"
|
|
15084
|
+
},
|
|
14949
15085
|
"search.clear": {
|
|
14950
15086
|
"description": "Clears the search input.",
|
|
14951
15087
|
"enum": [
|
|
@@ -14959,12 +15095,7 @@
|
|
|
14959
15095
|
]
|
|
14960
15096
|
},
|
|
14961
15097
|
"search.set-source:input": {
|
|
14962
|
-
"
|
|
14963
|
-
"enum": [
|
|
14964
|
-
"addresses",
|
|
14965
|
-
"features"
|
|
14966
|
-
],
|
|
14967
|
-
"type": "string"
|
|
15098
|
+
"$ref": "#/definitions/SearchSource"
|
|
14968
15099
|
},
|
|
14969
15100
|
"sketching.add-node-to-geometry": {
|
|
14970
15101
|
"description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" or \"sketching.insert-point\" instead.",
|
|
@@ -15209,16 +15340,7 @@
|
|
|
15209
15340
|
]
|
|
15210
15341
|
},
|
|
15211
15342
|
"system.haptics:input": {
|
|
15212
|
-
"
|
|
15213
|
-
"enum": [
|
|
15214
|
-
"error",
|
|
15215
|
-
"heavy",
|
|
15216
|
-
"light",
|
|
15217
|
-
"medium",
|
|
15218
|
-
"success",
|
|
15219
|
-
"warning"
|
|
15220
|
-
],
|
|
15221
|
-
"type": "string"
|
|
15343
|
+
"$ref": "#/definitions/HapticStyle"
|
|
15222
15344
|
},
|
|
15223
15345
|
"system.keep-screen-on": {
|
|
15224
15346
|
"description": "Allows to control if the screen should be kept on. Passing true as parameter will keep the screen on, ignoring possible system settings for screen timeouts. Passing false as parameter will make the app respect system settings again.",
|
|
@@ -18365,6 +18487,22 @@
|
|
|
18365
18487
|
],
|
|
18366
18488
|
"type": "object"
|
|
18367
18489
|
},
|
|
18490
|
+
{
|
|
18491
|
+
"additionalProperties": false,
|
|
18492
|
+
"properties": {
|
|
18493
|
+
"arguments": {
|
|
18494
|
+
"$ref": "#/definitions/results.upload-data-to-features:input"
|
|
18495
|
+
},
|
|
18496
|
+
"name": {
|
|
18497
|
+
"$ref": "#/definitions/results.upload-data-to-features"
|
|
18498
|
+
}
|
|
18499
|
+
},
|
|
18500
|
+
"required": [
|
|
18501
|
+
"name",
|
|
18502
|
+
"arguments"
|
|
18503
|
+
],
|
|
18504
|
+
"type": "object"
|
|
18505
|
+
},
|
|
18368
18506
|
{
|
|
18369
18507
|
"additionalProperties": false,
|
|
18370
18508
|
"properties": {
|
|
@@ -18622,6 +18760,9 @@
|
|
|
18622
18760
|
{
|
|
18623
18761
|
"$ref": "#/definitions/results.to-graphics"
|
|
18624
18762
|
},
|
|
18763
|
+
{
|
|
18764
|
+
"$ref": "#/definitions/results.upload-data-to-features"
|
|
18765
|
+
},
|
|
18625
18766
|
{
|
|
18626
18767
|
"$ref": "#/definitions/sketching.add-node-to-geometry"
|
|
18627
18768
|
},
|