@vertigis/viewer-spec 52.0.0 → 53.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/analytics/WebAction.d.ts +1 -1
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/HasVisibilityFilters.d.ts +2 -2
- package/app-config/web/ProjectModelProperties.d.ts +12 -0
- package/app-config/web/ProjectModelProperties.js +1 -0
- package/app-config/web/SharedProjectsModelProperties.d.ts +53 -0
- package/app-config/web/SharedProjectsModelProperties.js +1 -0
- package/app-config/web/SharedStorageModelProperties.d.ts +30 -0
- package/app-config/web/SharedStorageModelProperties.js +1 -0
- package/app-config/web/VertigisWebModelProperties.d.ts +0 -6
- package/layout/schema/layout-common.xsd +11 -0
- package/layout/schema/layout-web.xsd +13 -0
- package/messaging/registry/Commands.d.ts +2 -0
- package/messaging/registry/Commands.js +1 -1
- package/messaging/registry/Events.d.ts +2 -0
- package/messaging/registry/Events.js +1 -1
- package/messaging/registry/Operations.d.ts +2 -0
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/app.d.ts +4 -2
- package/messaging/registry/project.d.ts +141 -0
- package/messaging/registry/project.js +1 -0
- package/messaging/registry/system.d.ts +17 -2
- package/messaging/registry/ui.d.ts +29 -0
- package/messaging/registry/ui.js +1 -1
- package/messaging/schema/common-action.schema.json +483 -500
- package/messaging/schema/common-event.schema.json +371 -412
- package/messaging/schema/mobile-action.schema.json +584 -522
- package/messaging/schema/mobile-event.schema.json +404 -445
- package/messaging/schema/web-action.schema.json +1454 -770
- package/messaging/schema/web-event.schema.json +540 -479
- package/package.json +4 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"description": "A hyperlink associated with a feature or layer.",
|
|
16
16
|
"properties": {
|
|
17
17
|
"iconUrl": {
|
|
18
|
-
"description": "See{@
|
|
18
|
+
"description": "See {@link Hyperlink.iconUrl}.",
|
|
19
19
|
"type": "string"
|
|
20
20
|
},
|
|
21
21
|
"target": {
|
|
22
|
-
"description": "See{@
|
|
22
|
+
"description": "See {@link Hyperlink.target}.",
|
|
23
23
|
"type": "string"
|
|
24
24
|
},
|
|
25
25
|
"text": {
|
|
26
|
-
"description": "See{@
|
|
26
|
+
"description": "See {@link Hyperlink.text}.",
|
|
27
27
|
"type": "string"
|
|
28
28
|
},
|
|
29
29
|
"tooltip": {
|
|
30
|
-
"description": "See{@
|
|
30
|
+
"description": "See {@link Hyperlink.tooltip}.",
|
|
31
31
|
"type": "string"
|
|
32
32
|
},
|
|
33
33
|
"url": {
|
|
34
|
-
"description": "See{@
|
|
34
|
+
"description": "See {@link Hyperlink.url}.",
|
|
35
35
|
"type": "string"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
|
|
45
45
|
"additionalProperties": false,
|
|
46
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
46
|
+
"description": "Properties that can be passed into the constructor for {@link data /Feature!Feature}.",
|
|
47
47
|
"properties": {
|
|
48
48
|
"attributes": {
|
|
49
49
|
"anyOf": [
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"failureMode": {
|
|
58
58
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
59
|
-
"description": "See{@
|
|
59
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
60
60
|
},
|
|
61
61
|
"geometry": {
|
|
62
62
|
"anyOf": [
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
},
|
|
103
103
|
"@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
|
|
104
104
|
"additionalProperties": false,
|
|
105
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
105
|
+
"description": "Properties that can be passed into the constructor for {@link data /FeatureSettings!FeatureSettings}.",
|
|
106
106
|
"properties": {
|
|
107
107
|
"formatSettings": {
|
|
108
108
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"type": "array"
|
|
124
124
|
},
|
|
125
125
|
"maxAllowableOffset": {
|
|
126
|
-
"description": "See{@
|
|
126
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
|
|
127
127
|
"type": "number"
|
|
128
128
|
},
|
|
129
129
|
"outFields": {
|
|
130
|
-
"description": "See{@
|
|
130
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.outFields}.",
|
|
131
131
|
"items": {
|
|
132
132
|
"type": "string"
|
|
133
133
|
},
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
},
|
|
136
136
|
"outSpatialReference": {
|
|
137
137
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
138
|
-
"description": "See{@
|
|
138
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}."
|
|
139
139
|
},
|
|
140
140
|
"popupContentExtensions": {
|
|
141
|
-
"description": "See{@
|
|
141
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.popupContentExtensions}.",
|
|
142
142
|
"items": {
|
|
143
143
|
"anyOf": [
|
|
144
144
|
{
|
|
@@ -163,15 +163,15 @@
|
|
|
163
163
|
"description": "The template for displaying content in a pop-up when the feature is selected. If not explicitly set, it will be inherited from the associated layer extension if there is one."
|
|
164
164
|
},
|
|
165
165
|
"returnGeometry": {
|
|
166
|
-
"description": "See{@
|
|
166
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.returnGeometry}.",
|
|
167
167
|
"type": "boolean"
|
|
168
168
|
},
|
|
169
169
|
"zoomFactor": {
|
|
170
|
-
"description": "See{@
|
|
170
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.zoomFactor}.",
|
|
171
171
|
"type": "number"
|
|
172
172
|
},
|
|
173
173
|
"zoomScale": {
|
|
174
|
-
"description": "See{@
|
|
174
|
+
"description": "See {@link data /FeatureSettings!FeatureSettings.zoomScale}.",
|
|
175
175
|
"type": "number"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
@@ -179,11 +179,11 @@
|
|
|
179
179
|
},
|
|
180
180
|
"@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
|
|
181
181
|
"additionalProperties": false,
|
|
182
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
182
|
+
"description": "Properties that can be passed into the constructor for {@link data /FieldExtension!FieldExtension}.",
|
|
183
183
|
"properties": {
|
|
184
184
|
"failureMode": {
|
|
185
185
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
186
|
-
"description": "See{@
|
|
186
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
187
187
|
},
|
|
188
188
|
"field": {
|
|
189
189
|
"anyOf": [
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
},
|
|
257
257
|
"type": {
|
|
258
258
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
259
|
-
"description": "Type of the Field. See{@
|
|
259
|
+
"description": "Type of the Field. See {@link portal /Field!FieldType}."
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
"type": "object"
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
},
|
|
331
331
|
"@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties": {
|
|
332
332
|
"additionalProperties": false,
|
|
333
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
333
|
+
"description": "Properties that can be passed into the constructor for {@link PopupContentExtension}.",
|
|
334
334
|
"properties": {
|
|
335
335
|
"content": {
|
|
336
336
|
"anyOf": [
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
},
|
|
346
346
|
"failureMode": {
|
|
347
347
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
348
|
-
"description": "See{@
|
|
348
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
349
349
|
},
|
|
350
350
|
"id": {
|
|
351
351
|
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
@@ -367,14 +367,14 @@
|
|
|
367
367
|
},
|
|
368
368
|
"@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
|
|
369
369
|
"additionalProperties": false,
|
|
370
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
370
|
+
"description": "Properties that can be passed into the constructor for {@link data /Schema!Schema}.",
|
|
371
371
|
"properties": {
|
|
372
372
|
"displayField": {
|
|
373
|
-
"description": "See{@
|
|
373
|
+
"description": "See {@link data /Schema!Schema.displayField}.",
|
|
374
374
|
"type": "string"
|
|
375
375
|
},
|
|
376
376
|
"fieldExtensions": {
|
|
377
|
-
"description": "See{@
|
|
377
|
+
"description": "See {@link data /Schema!Schema.fieldExtensions}.",
|
|
378
378
|
"items": {
|
|
379
379
|
"anyOf": [
|
|
380
380
|
{
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"type": "array"
|
|
389
389
|
},
|
|
390
390
|
"fields": {
|
|
391
|
-
"description": "See{@
|
|
391
|
+
"description": "See {@link data /Schema!Schema.fields}.",
|
|
392
392
|
"items": {
|
|
393
393
|
"anyOf": [
|
|
394
394
|
{
|
|
@@ -402,27 +402,27 @@
|
|
|
402
402
|
"type": "array"
|
|
403
403
|
},
|
|
404
404
|
"geometryType": {
|
|
405
|
-
"description": "See{@
|
|
405
|
+
"description": "See {@link data /Schema!Schema.geometryType}.",
|
|
406
406
|
"type": "string"
|
|
407
407
|
},
|
|
408
408
|
"primaryKeyField": {
|
|
409
|
-
"description": "See{@
|
|
409
|
+
"description": "See {@link data /Schema!Schema.primaryKeyField}.",
|
|
410
410
|
"type": "string"
|
|
411
411
|
},
|
|
412
412
|
"spatialReference": {
|
|
413
413
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
414
|
-
"description": "See{@
|
|
414
|
+
"description": "See {@link data /Schema!Schema.spatialReference}."
|
|
415
415
|
},
|
|
416
416
|
"timeZone": {
|
|
417
|
-
"description": "See{@
|
|
417
|
+
"description": "See {@link data /Schema!Schema.timeZone}.",
|
|
418
418
|
"type": "string"
|
|
419
419
|
},
|
|
420
420
|
"typeIdField": {
|
|
421
|
-
"description": "See{@
|
|
421
|
+
"description": "See {@link data /Schema!Schema.typeIdField}.",
|
|
422
422
|
"type": "string"
|
|
423
423
|
},
|
|
424
424
|
"types": {
|
|
425
|
-
"description": "See{@
|
|
425
|
+
"description": "See {@link data /Schema!Schema.types}.",
|
|
426
426
|
"items": {
|
|
427
427
|
"anyOf": [
|
|
428
428
|
{
|
|
@@ -448,14 +448,14 @@
|
|
|
448
448
|
},
|
|
449
449
|
"@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
|
|
450
450
|
"additionalProperties": false,
|
|
451
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
451
|
+
"description": "Properties that can be passed into the constructor for {@link FormatSettings}.",
|
|
452
452
|
"properties": {
|
|
453
453
|
"currency": {
|
|
454
454
|
"description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
|
|
455
455
|
"type": "string"
|
|
456
456
|
},
|
|
457
457
|
"dateFormat": {
|
|
458
|
-
"description": "The default format for date values. Either a{@
|
|
458
|
+
"description": "The default format for date values. Either a {@link utilities /date!DateFormat} constant, or a custom date format string.",
|
|
459
459
|
"type": "string"
|
|
460
460
|
},
|
|
461
461
|
"fractionalDigits": {
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
"type": "string"
|
|
468
468
|
},
|
|
469
469
|
"numberFormat": {
|
|
470
|
-
"description": "The default format for number values. Either a{@
|
|
470
|
+
"description": "The default format for number values. Either a {@link utilities /number!NumberFormat} constant, or a custom number format string.",
|
|
471
471
|
"type": "string"
|
|
472
472
|
},
|
|
473
473
|
"timeZone": {
|
|
@@ -521,6 +521,44 @@
|
|
|
521
521
|
],
|
|
522
522
|
"type": "object"
|
|
523
523
|
},
|
|
524
|
+
"EffectFunction": {
|
|
525
|
+
"anyOf": [
|
|
526
|
+
{
|
|
527
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
558
|
+
}
|
|
559
|
+
],
|
|
560
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
561
|
+
},
|
|
524
562
|
"Error": {
|
|
525
563
|
"additionalProperties": false,
|
|
526
564
|
"properties": {
|
|
@@ -737,7 +775,7 @@
|
|
|
737
775
|
},
|
|
738
776
|
{
|
|
739
777
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
740
|
-
"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{@
|
|
778
|
+
"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/}."
|
|
741
779
|
}
|
|
742
780
|
],
|
|
743
781
|
"description": "Indicates the color for the Marker. This property is only used if the symbol is a well-known ID."
|
|
@@ -770,27 +808,7 @@
|
|
|
770
808
|
"anyOf": [
|
|
771
809
|
{
|
|
772
810
|
"items": {
|
|
773
|
-
"
|
|
774
|
-
{
|
|
775
|
-
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"$ref": "#/definitions/esri.TextSymbol"
|
|
791
|
-
}
|
|
792
|
-
],
|
|
793
|
-
"description": "Symbols that can be used for location markers."
|
|
811
|
+
"$ref": "#/definitions/MarkerSymbolConfig"
|
|
794
812
|
},
|
|
795
813
|
"type": "array"
|
|
796
814
|
},
|
|
@@ -873,6 +891,37 @@
|
|
|
873
891
|
],
|
|
874
892
|
"description": "One or map extensions."
|
|
875
893
|
},
|
|
894
|
+
"MarkerSymbolConfig": {
|
|
895
|
+
"anyOf": [
|
|
896
|
+
{
|
|
897
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"$ref": "#/definitions/esri.TextSymbol"
|
|
913
|
+
}
|
|
914
|
+
],
|
|
915
|
+
"description": "Symbols that can be used for location markers."
|
|
916
|
+
},
|
|
917
|
+
"MeasurementSystem": {
|
|
918
|
+
"description": "A system used to determine what units should be used for measurement values.",
|
|
919
|
+
"enum": [
|
|
920
|
+
"imperial",
|
|
921
|
+
"metric"
|
|
922
|
+
],
|
|
923
|
+
"type": "string"
|
|
924
|
+
},
|
|
876
925
|
"OperationalLayer": {
|
|
877
926
|
"anyOf": [
|
|
878
927
|
{
|
|
@@ -941,6 +990,20 @@
|
|
|
941
990
|
],
|
|
942
991
|
"description": "An operational layer in a web map/scene."
|
|
943
992
|
},
|
|
993
|
+
"PointCloudFilter": {
|
|
994
|
+
"anyOf": [
|
|
995
|
+
{
|
|
996
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
1003
|
+
}
|
|
1004
|
+
],
|
|
1005
|
+
"description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
1006
|
+
},
|
|
944
1007
|
"PortalType": {
|
|
945
1008
|
"description": "The type of Portal.",
|
|
946
1009
|
"enum": [
|
|
@@ -949,6 +1012,10 @@
|
|
|
949
1012
|
],
|
|
950
1013
|
"type": "string"
|
|
951
1014
|
},
|
|
1015
|
+
"PortalUsername": {
|
|
1016
|
+
"description": "A username for a particular ArcGIS Portal User.",
|
|
1017
|
+
"type": "string"
|
|
1018
|
+
},
|
|
952
1019
|
"PrintErrorEventArgs": {
|
|
953
1020
|
"additionalProperties": false,
|
|
954
1021
|
"description": "Arguments for the printing.print-error event.",
|
|
@@ -1129,6 +1196,59 @@
|
|
|
1129
1196
|
],
|
|
1130
1197
|
"type": "object"
|
|
1131
1198
|
},
|
|
1199
|
+
"SharedProject": {
|
|
1200
|
+
"additionalProperties": false,
|
|
1201
|
+
"description": "Configuration for a shared project.",
|
|
1202
|
+
"properties": {
|
|
1203
|
+
"created": {
|
|
1204
|
+
"$ref": "Date",
|
|
1205
|
+
"description": "The created Date."
|
|
1206
|
+
},
|
|
1207
|
+
"description": {
|
|
1208
|
+
"description": "A description for the shared project.",
|
|
1209
|
+
"type": "string"
|
|
1210
|
+
},
|
|
1211
|
+
"hiddenFrom": {
|
|
1212
|
+
"$ref": "Iterable",
|
|
1213
|
+
"description": "Filters that determine whether the UI element is hidden from a given end-user. If both visibleTo and hiddenFrom are undefined/empty, the component will be visible to all users."
|
|
1214
|
+
},
|
|
1215
|
+
"id": {
|
|
1216
|
+
"description": "The unique ID for this entity.",
|
|
1217
|
+
"type": "string"
|
|
1218
|
+
},
|
|
1219
|
+
"modified": {
|
|
1220
|
+
"$ref": "Date",
|
|
1221
|
+
"description": "The modified Date."
|
|
1222
|
+
},
|
|
1223
|
+
"modifiedBy": {
|
|
1224
|
+
"$ref": "#/definitions/PortalUsername",
|
|
1225
|
+
"description": "The username of the last modifier."
|
|
1226
|
+
},
|
|
1227
|
+
"owner": {
|
|
1228
|
+
"$ref": "#/definitions/PortalUsername",
|
|
1229
|
+
"description": "The username of the owner."
|
|
1230
|
+
},
|
|
1231
|
+
"readOnly": {
|
|
1232
|
+
"description": "Indicates if the shared project is shared as 'read only'.",
|
|
1233
|
+
"type": "boolean"
|
|
1234
|
+
},
|
|
1235
|
+
"title": {
|
|
1236
|
+
"description": "A human-readable title for the shared project.",
|
|
1237
|
+
"type": "string"
|
|
1238
|
+
},
|
|
1239
|
+
"visibleTo": {
|
|
1240
|
+
"$ref": "Iterable",
|
|
1241
|
+
"description": "Filters that determine whether the UI element is visible to a given end-user. If both visibleTo and hiddenFrom are undefined/empty, the component will be visible to all users."
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
"required": [
|
|
1245
|
+
"created",
|
|
1246
|
+
"description",
|
|
1247
|
+
"id",
|
|
1248
|
+
"title"
|
|
1249
|
+
],
|
|
1250
|
+
"type": "object"
|
|
1251
|
+
},
|
|
1132
1252
|
"SignInCompletedEventArgs": {
|
|
1133
1253
|
"additionalProperties": false,
|
|
1134
1254
|
"description": "Arguments for the auth.sign-in-completed and auth.portal-sign-in-completed events. Only available in VertiGIS Studio Mobile.",
|
|
@@ -1208,6 +1328,14 @@
|
|
|
1208
1328
|
"additionalProperties": false,
|
|
1209
1329
|
"type": "object"
|
|
1210
1330
|
},
|
|
1331
|
+
"UIDensity": {
|
|
1332
|
+
"description": "Specifies the visual density of components in the application.",
|
|
1333
|
+
"enum": [
|
|
1334
|
+
"compact",
|
|
1335
|
+
"standard"
|
|
1336
|
+
],
|
|
1337
|
+
"type": "string"
|
|
1338
|
+
},
|
|
1211
1339
|
"UpdateSessionArgs": {
|
|
1212
1340
|
"additionalProperties": false,
|
|
1213
1341
|
"description": "Used to update an in-progress interactive feature editing session with new attributes, attachments or geometry. Web only.",
|
|
@@ -1546,7 +1674,7 @@
|
|
|
1546
1674
|
},
|
|
1547
1675
|
"listMode": {
|
|
1548
1676
|
"$ref": "esri.ListMode",
|
|
1549
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
1677
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
1550
1678
|
},
|
|
1551
1679
|
"maxScale": {
|
|
1552
1680
|
"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.",
|
|
@@ -1561,7 +1689,7 @@
|
|
|
1561
1689
|
"type": "number"
|
|
1562
1690
|
},
|
|
1563
1691
|
"refreshInterval": {
|
|
1564
|
-
"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{@
|
|
1692
|
+
"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}.",
|
|
1565
1693
|
"type": "number"
|
|
1566
1694
|
},
|
|
1567
1695
|
"showLegend": {
|
|
@@ -1580,7 +1708,7 @@
|
|
|
1580
1708
|
"type": "string"
|
|
1581
1709
|
},
|
|
1582
1710
|
"type": {
|
|
1583
|
-
"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{@
|
|
1711
|
+
"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}.",
|
|
1584
1712
|
"enum": [
|
|
1585
1713
|
"BingMapsAerial",
|
|
1586
1714
|
"BingMapsHybrid",
|
|
@@ -1773,7 +1901,7 @@
|
|
|
1773
1901
|
},
|
|
1774
1902
|
"esri.rest-api.CIMSymbol.CIMSymbol": {
|
|
1775
1903
|
"additionalProperties": false,
|
|
1776
|
-
"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{@
|
|
1904
|
+
"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/}.",
|
|
1777
1905
|
"properties": {
|
|
1778
1906
|
"type": {
|
|
1779
1907
|
"description": "Specifies the type of symbol used.",
|
|
@@ -1790,7 +1918,7 @@
|
|
|
1790
1918
|
},
|
|
1791
1919
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
1792
1920
|
"additionalProperties": false,
|
|
1793
|
-
"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{@
|
|
1921
|
+
"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/}.",
|
|
1794
1922
|
"properties": {
|
|
1795
1923
|
"blendMode": {
|
|
1796
1924
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -1825,7 +1953,7 @@
|
|
|
1825
1953
|
},
|
|
1826
1954
|
"listMode": {
|
|
1827
1955
|
"$ref": "esri.ListMode",
|
|
1828
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
1956
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
1829
1957
|
},
|
|
1830
1958
|
"locationInfo": {
|
|
1831
1959
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -1848,7 +1976,7 @@
|
|
|
1848
1976
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
1849
1977
|
},
|
|
1850
1978
|
"refreshInterval": {
|
|
1851
|
-
"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{@
|
|
1979
|
+
"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}.",
|
|
1852
1980
|
"type": "number"
|
|
1853
1981
|
},
|
|
1854
1982
|
"screenSizePerspective": {
|
|
@@ -1868,7 +1996,7 @@
|
|
|
1868
1996
|
"type": "string"
|
|
1869
1997
|
},
|
|
1870
1998
|
"type": {
|
|
1871
|
-
"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{@
|
|
1999
|
+
"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}.",
|
|
1872
2000
|
"enum": [
|
|
1873
2001
|
"BingMapsAerial",
|
|
1874
2002
|
"BingMapsHybrid",
|
|
@@ -1950,7 +2078,7 @@
|
|
|
1950
2078
|
},
|
|
1951
2079
|
"esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
|
|
1952
2080
|
"additionalProperties": false,
|
|
1953
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
2081
|
+
"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/}.",
|
|
1954
2082
|
"properties": {
|
|
1955
2083
|
"classMaxValue": {
|
|
1956
2084
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -2021,7 +2149,7 @@
|
|
|
2021
2149
|
},
|
|
2022
2150
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
2023
2151
|
"additionalProperties": false,
|
|
2024
|
-
"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{@
|
|
2152
|
+
"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/}.",
|
|
2025
2153
|
"properties": {
|
|
2026
2154
|
"authoringInfo": {
|
|
2027
2155
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -2047,7 +2175,7 @@
|
|
|
2047
2175
|
},
|
|
2048
2176
|
"classificationMethod": {
|
|
2049
2177
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
|
|
2050
|
-
"description": "Determines the classification method that was used to generate class breaks. See{@
|
|
2178
|
+
"description": "Determines the classification method that was used to generate class breaks. See {@link ClassificationMethod}."
|
|
2051
2179
|
},
|
|
2052
2180
|
"defaultLabel": {
|
|
2053
2181
|
"description": "Default string for the default symbol used to draw unspecified values.",
|
|
@@ -2115,7 +2243,7 @@
|
|
|
2115
2243
|
},
|
|
2116
2244
|
"normalizationType": {
|
|
2117
2245
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
|
|
2118
|
-
"description": "One of the NormalizationType constants. See{@
|
|
2246
|
+
"description": "One of the NormalizationType constants. See {@link NormalizationType}."
|
|
2119
2247
|
},
|
|
2120
2248
|
"rotationExpression": {
|
|
2121
2249
|
"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.",
|
|
@@ -2123,10 +2251,10 @@
|
|
|
2123
2251
|
},
|
|
2124
2252
|
"rotationType": {
|
|
2125
2253
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
2126
|
-
"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{@
|
|
2254
|
+
"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}."
|
|
2127
2255
|
},
|
|
2128
2256
|
"type": {
|
|
2129
|
-
"description": "The type of renderer. See{@
|
|
2257
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
2130
2258
|
"enum": [
|
|
2131
2259
|
"classBreaks"
|
|
2132
2260
|
],
|
|
@@ -2135,8 +2263,7 @@
|
|
|
2135
2263
|
"visualVariables": {
|
|
2136
2264
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
2137
2265
|
"items": {
|
|
2138
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
2139
|
-
"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/}."
|
|
2266
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
2140
2267
|
},
|
|
2141
2268
|
"type": "array"
|
|
2142
2269
|
}
|
|
@@ -2172,7 +2299,7 @@
|
|
|
2172
2299
|
},
|
|
2173
2300
|
"esri.rest-api.CodedValueDomain.CodedValue": {
|
|
2174
2301
|
"additionalProperties": false,
|
|
2175
|
-
"description": "A set of valid coded values with unique names. See{@
|
|
2302
|
+
"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/}.",
|
|
2176
2303
|
"properties": {
|
|
2177
2304
|
"code": {
|
|
2178
2305
|
"description": "Value indicating which unique code is used to identify the feature attribute.",
|
|
@@ -2194,7 +2321,7 @@
|
|
|
2194
2321
|
},
|
|
2195
2322
|
"esri.rest-api.CodedValueDomain.CodedValueDomain": {
|
|
2196
2323
|
"additionalProperties": false,
|
|
2197
|
-
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See{@
|
|
2324
|
+
"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/}.",
|
|
2198
2325
|
"properties": {
|
|
2199
2326
|
"codedValues": {
|
|
2200
2327
|
"description": "The set of valid coded values.",
|
|
@@ -2208,7 +2335,7 @@
|
|
|
2208
2335
|
"type": "string"
|
|
2209
2336
|
},
|
|
2210
2337
|
"type": {
|
|
2211
|
-
"description": "Type of domain. See{@
|
|
2338
|
+
"description": "Type of domain. See {@link portal /Domain!DomainType}.",
|
|
2212
2339
|
"enum": [
|
|
2213
2340
|
"codedValue"
|
|
2214
2341
|
],
|
|
@@ -2224,7 +2351,7 @@
|
|
|
2224
2351
|
},
|
|
2225
2352
|
"esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
|
|
2226
2353
|
"additionalProperties": false,
|
|
2227
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
2354
|
+
"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/}.",
|
|
2228
2355
|
"properties": {
|
|
2229
2356
|
"classMaxValue": {
|
|
2230
2357
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -2251,7 +2378,7 @@
|
|
|
2251
2378
|
},
|
|
2252
2379
|
"esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
|
|
2253
2380
|
"additionalProperties": false,
|
|
2254
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
2381
|
+
"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/}.",
|
|
2255
2382
|
"properties": {
|
|
2256
2383
|
"color": {
|
|
2257
2384
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -2290,11 +2417,11 @@
|
|
|
2290
2417
|
"$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
|
|
2291
2418
|
}
|
|
2292
2419
|
],
|
|
2293
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@
|
|
2420
|
+
"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/}."
|
|
2294
2421
|
},
|
|
2295
2422
|
"esri.rest-api.DefinitionEditor.DefinitionEditor": {
|
|
2296
2423
|
"additionalProperties": false,
|
|
2297
|
-
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See{@
|
|
2424
|
+
"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/}.",
|
|
2298
2425
|
"properties": {
|
|
2299
2426
|
"inputs": {
|
|
2300
2427
|
"description": "An array of input objects.",
|
|
@@ -2312,7 +2439,7 @@
|
|
|
2312
2439
|
},
|
|
2313
2440
|
"esri.rest-api.DefinitionEditor.Input": {
|
|
2314
2441
|
"additionalProperties": false,
|
|
2315
|
-
"description": "The input objects specified by the definitionEditor. See{@
|
|
2442
|
+
"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/}.",
|
|
2316
2443
|
"properties": {
|
|
2317
2444
|
"hint": {
|
|
2318
2445
|
"description": "A string value representing a hint for the input.",
|
|
@@ -2334,7 +2461,7 @@
|
|
|
2334
2461
|
},
|
|
2335
2462
|
"esri.rest-api.DefinitionEditor.Parameter": {
|
|
2336
2463
|
"additionalProperties": false,
|
|
2337
|
-
"description": "Objects defined by a definitionEditor input. See{@
|
|
2464
|
+
"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/}.",
|
|
2338
2465
|
"properties": {
|
|
2339
2466
|
"defaultValue": {
|
|
2340
2467
|
"description": "The default value that is automatically given if nothing is provided.",
|
|
@@ -2370,27 +2497,16 @@
|
|
|
2370
2497
|
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
2371
2498
|
}
|
|
2372
2499
|
],
|
|
2373
|
-
"description": "A domain specifies the set of valid values for a field. See{@
|
|
2500
|
+
"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/}."
|
|
2374
2501
|
},
|
|
2375
2502
|
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
2376
2503
|
"additionalProperties": false,
|
|
2377
|
-
"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{@
|
|
2504
|
+
"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/}.",
|
|
2378
2505
|
"properties": {
|
|
2379
2506
|
"filters": {
|
|
2380
2507
|
"description": "Filters for PointCloud layers.",
|
|
2381
2508
|
"items": {
|
|
2382
|
-
"
|
|
2383
|
-
{
|
|
2384
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
2391
|
-
}
|
|
2392
|
-
],
|
|
2393
|
-
"description": "Filters applied to the pointCloud which will hide a point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
2509
|
+
"$ref": "#/definitions/PointCloudFilter"
|
|
2394
2510
|
},
|
|
2395
2511
|
"type": "array"
|
|
2396
2512
|
},
|
|
@@ -2426,11 +2542,11 @@
|
|
|
2426
2542
|
},
|
|
2427
2543
|
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
2428
2544
|
"additionalProperties": false,
|
|
2429
|
-
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See{@
|
|
2545
|
+
"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/}.",
|
|
2430
2546
|
"properties": {
|
|
2431
2547
|
"dataSource": {
|
|
2432
2548
|
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
2433
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@
|
|
2549
|
+
"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/}."
|
|
2434
2550
|
},
|
|
2435
2551
|
"fields": {
|
|
2436
2552
|
"description": "An array of objects specifying information about an attribute field.",
|
|
@@ -2454,7 +2570,7 @@
|
|
|
2454
2570
|
},
|
|
2455
2571
|
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
2456
2572
|
"additionalProperties": false,
|
|
2457
|
-
"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{@
|
|
2573
|
+
"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/}.",
|
|
2458
2574
|
"properties": {
|
|
2459
2575
|
"gdbVersion": {
|
|
2460
2576
|
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
@@ -2698,42 +2814,7 @@
|
|
|
2698
2814
|
},
|
|
2699
2815
|
{
|
|
2700
2816
|
"items": {
|
|
2701
|
-
"
|
|
2702
|
-
{
|
|
2703
|
-
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
2704
|
-
},
|
|
2705
|
-
{
|
|
2706
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
2707
|
-
},
|
|
2708
|
-
{
|
|
2709
|
-
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
2710
|
-
},
|
|
2711
|
-
{
|
|
2712
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
2713
|
-
},
|
|
2714
|
-
{
|
|
2715
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
2716
|
-
},
|
|
2717
|
-
{
|
|
2718
|
-
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
2722
|
-
},
|
|
2723
|
-
{
|
|
2724
|
-
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
2728
|
-
},
|
|
2729
|
-
{
|
|
2730
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
2731
|
-
},
|
|
2732
|
-
{
|
|
2733
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
2734
|
-
}
|
|
2735
|
-
],
|
|
2736
|
-
"description": "Effect functions that can be combined to build a layer effect."
|
|
2817
|
+
"$ref": "#/definitions/EffectFunction"
|
|
2737
2818
|
},
|
|
2738
2819
|
"type": "array"
|
|
2739
2820
|
}
|
|
@@ -2856,42 +2937,7 @@
|
|
|
2856
2937
|
"value": {
|
|
2857
2938
|
"description": "The effect to be applied at the corresponding scale.",
|
|
2858
2939
|
"items": {
|
|
2859
|
-
"
|
|
2860
|
-
{
|
|
2861
|
-
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
2865
|
-
},
|
|
2866
|
-
{
|
|
2867
|
-
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
2871
|
-
},
|
|
2872
|
-
{
|
|
2873
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
2877
|
-
},
|
|
2878
|
-
{
|
|
2879
|
-
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
2880
|
-
},
|
|
2881
|
-
{
|
|
2882
|
-
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
2883
|
-
},
|
|
2884
|
-
{
|
|
2885
|
-
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
2889
|
-
},
|
|
2890
|
-
{
|
|
2891
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
2892
|
-
}
|
|
2893
|
-
],
|
|
2894
|
-
"description": "Effect functions that can be combined to build a layer effect."
|
|
2940
|
+
"$ref": "#/definitions/EffectFunction"
|
|
2895
2941
|
},
|
|
2896
2942
|
"type": "array"
|
|
2897
2943
|
}
|
|
@@ -2925,7 +2971,7 @@
|
|
|
2925
2971
|
},
|
|
2926
2972
|
"esri.rest-api.ElevationInfo.ElevationInfo": {
|
|
2927
2973
|
"additionalProperties": false,
|
|
2928
|
-
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See{@
|
|
2974
|
+
"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/}.",
|
|
2929
2975
|
"properties": {
|
|
2930
2976
|
"featureExpression": {
|
|
2931
2977
|
"description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
|
|
@@ -2936,7 +2982,7 @@
|
|
|
2936
2982
|
},
|
|
2937
2983
|
"mode": {
|
|
2938
2984
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
|
|
2939
|
-
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@
|
|
2985
|
+
"description": "Determines how the service elevation values are combined with the basemap elevation. See {@link ElevationMode}."
|
|
2940
2986
|
},
|
|
2941
2987
|
"offset": {
|
|
2942
2988
|
"description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
|
|
@@ -2976,7 +3022,7 @@
|
|
|
2976
3022
|
},
|
|
2977
3023
|
"esri.rest-api.ElevationLayer.ElevationLayer": {
|
|
2978
3024
|
"additionalProperties": false,
|
|
2979
|
-
"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{@
|
|
3025
|
+
"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/}.",
|
|
2980
3026
|
"properties": {
|
|
2981
3027
|
"blendMode": {
|
|
2982
3028
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3007,7 +3053,7 @@
|
|
|
3007
3053
|
},
|
|
3008
3054
|
"listMode": {
|
|
3009
3055
|
"$ref": "esri.ListMode",
|
|
3010
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3056
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3011
3057
|
},
|
|
3012
3058
|
"maxScale": {
|
|
3013
3059
|
"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.",
|
|
@@ -3022,7 +3068,7 @@
|
|
|
3022
3068
|
"type": "number"
|
|
3023
3069
|
},
|
|
3024
3070
|
"refreshInterval": {
|
|
3025
|
-
"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{@
|
|
3071
|
+
"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}.",
|
|
3026
3072
|
"type": "number"
|
|
3027
3073
|
},
|
|
3028
3074
|
"showLegend": {
|
|
@@ -3034,7 +3080,7 @@
|
|
|
3034
3080
|
"type": "string"
|
|
3035
3081
|
},
|
|
3036
3082
|
"type": {
|
|
3037
|
-
"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{@
|
|
3083
|
+
"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}.",
|
|
3038
3084
|
"enum": [
|
|
3039
3085
|
"BingMapsAerial",
|
|
3040
3086
|
"BingMapsHybrid",
|
|
@@ -3063,7 +3109,7 @@
|
|
|
3063
3109
|
},
|
|
3064
3110
|
"esri.rest-api.Extent.Extent": {
|
|
3065
3111
|
"additionalProperties": false,
|
|
3066
|
-
"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{@
|
|
3112
|
+
"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/}.",
|
|
3067
3113
|
"properties": {
|
|
3068
3114
|
"spatialReference": {
|
|
3069
3115
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -3090,7 +3136,7 @@
|
|
|
3090
3136
|
},
|
|
3091
3137
|
"esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
|
|
3092
3138
|
"additionalProperties": false,
|
|
3093
|
-
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See{@
|
|
3139
|
+
"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/}.",
|
|
3094
3140
|
"properties": {
|
|
3095
3141
|
"enable": {
|
|
3096
3142
|
"description": "Type: Boolean.",
|
|
@@ -3105,7 +3151,7 @@
|
|
|
3105
3151
|
"type": "number"
|
|
3106
3152
|
},
|
|
3107
3153
|
"type": {
|
|
3108
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
3154
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
3109
3155
|
"enum": [
|
|
3110
3156
|
"Extrude"
|
|
3111
3157
|
],
|
|
@@ -3119,7 +3165,7 @@
|
|
|
3119
3165
|
},
|
|
3120
3166
|
"esri.rest-api.Feature.Feature": {
|
|
3121
3167
|
"additionalProperties": false,
|
|
3122
|
-
"description": "Contains information about an attribute field and feature geometry. See{@
|
|
3168
|
+
"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/}.",
|
|
3123
3169
|
"properties": {
|
|
3124
3170
|
"attributes": {
|
|
3125
3171
|
"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."
|
|
@@ -3181,7 +3227,7 @@
|
|
|
3181
3227
|
},
|
|
3182
3228
|
"esri.rest-api.FeatureCollection.FeatureCollection": {
|
|
3183
3229
|
"additionalProperties": false,
|
|
3184
|
-
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See{@
|
|
3230
|
+
"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/}.",
|
|
3185
3231
|
"properties": {
|
|
3186
3232
|
"layers": {
|
|
3187
3233
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -3211,7 +3257,7 @@
|
|
|
3211
3257
|
},
|
|
3212
3258
|
"esri.rest-api.FeatureLayer.FeatureLayer": {
|
|
3213
3259
|
"additionalProperties": false,
|
|
3214
|
-
"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{@
|
|
3260
|
+
"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/}.",
|
|
3215
3261
|
"properties": {
|
|
3216
3262
|
"blendMode": {
|
|
3217
3263
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3269,7 +3315,7 @@
|
|
|
3269
3315
|
},
|
|
3270
3316
|
"listMode": {
|
|
3271
3317
|
"$ref": "esri.ListMode",
|
|
3272
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3318
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3273
3319
|
},
|
|
3274
3320
|
"maxScale": {
|
|
3275
3321
|
"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.",
|
|
@@ -3281,7 +3327,7 @@
|
|
|
3281
3327
|
},
|
|
3282
3328
|
"mode": {
|
|
3283
3329
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
3284
|
-
"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{@
|
|
3330
|
+
"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}."
|
|
3285
3331
|
},
|
|
3286
3332
|
"opacity": {
|
|
3287
3333
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -3292,7 +3338,7 @@
|
|
|
3292
3338
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3293
3339
|
},
|
|
3294
3340
|
"refreshInterval": {
|
|
3295
|
-
"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{@
|
|
3341
|
+
"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}.",
|
|
3296
3342
|
"type": "number"
|
|
3297
3343
|
},
|
|
3298
3344
|
"screenSizePerspective": {
|
|
@@ -3319,7 +3365,7 @@
|
|
|
3319
3365
|
"type": "string"
|
|
3320
3366
|
},
|
|
3321
3367
|
"type": {
|
|
3322
|
-
"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{@
|
|
3368
|
+
"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}.",
|
|
3323
3369
|
"enum": [
|
|
3324
3370
|
"BingMapsAerial",
|
|
3325
3371
|
"BingMapsHybrid",
|
|
@@ -3438,7 +3484,7 @@
|
|
|
3438
3484
|
},
|
|
3439
3485
|
"esri.rest-api.FeatureSet.FeatureSet": {
|
|
3440
3486
|
"additionalProperties": false,
|
|
3441
|
-
"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{@
|
|
3487
|
+
"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/}.",
|
|
3442
3488
|
"properties": {
|
|
3443
3489
|
"features": {
|
|
3444
3490
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -3460,7 +3506,7 @@
|
|
|
3460
3506
|
},
|
|
3461
3507
|
"esri.rest-api.Field.Field": {
|
|
3462
3508
|
"additionalProperties": false,
|
|
3463
|
-
"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{@
|
|
3509
|
+
"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/}.",
|
|
3464
3510
|
"properties": {
|
|
3465
3511
|
"alias": {
|
|
3466
3512
|
"description": "The field alias (human-readable name).",
|
|
@@ -3492,7 +3538,7 @@
|
|
|
3492
3538
|
},
|
|
3493
3539
|
"type": {
|
|
3494
3540
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
3495
|
-
"description": "Type of the Field. See{@
|
|
3541
|
+
"description": "Type of the Field. See {@link portal /Field!FieldType}."
|
|
3496
3542
|
}
|
|
3497
3543
|
},
|
|
3498
3544
|
"type": "object"
|
|
@@ -3518,7 +3564,7 @@
|
|
|
3518
3564
|
},
|
|
3519
3565
|
"esri.rest-api.FieldInfo.FieldInfo": {
|
|
3520
3566
|
"additionalProperties": false,
|
|
3521
|
-
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See{@
|
|
3567
|
+
"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/}.",
|
|
3522
3568
|
"properties": {
|
|
3523
3569
|
"fieldName": {
|
|
3524
3570
|
"description": "The field name as defined by the service.",
|
|
@@ -3538,7 +3584,7 @@
|
|
|
3538
3584
|
},
|
|
3539
3585
|
"stringFieldOption": {
|
|
3540
3586
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
|
|
3541
|
-
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@
|
|
3587
|
+
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See {@link StringFieldOption}."
|
|
3542
3588
|
},
|
|
3543
3589
|
"tooltip": {
|
|
3544
3590
|
"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.",
|
|
@@ -3555,7 +3601,7 @@
|
|
|
3555
3601
|
"type": "object"
|
|
3556
3602
|
},
|
|
3557
3603
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
3558
|
-
"description": "The type of string field to use with{@
|
|
3604
|
+
"description": "The type of string field to use with {@link portal /FieldInfo!FieldInfo.stringFieldOption}..",
|
|
3559
3605
|
"enum": [
|
|
3560
3606
|
"richtext",
|
|
3561
3607
|
"textarea",
|
|
@@ -3565,7 +3611,7 @@
|
|
|
3565
3611
|
},
|
|
3566
3612
|
"esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
|
|
3567
3613
|
"additionalProperties": false,
|
|
3568
|
-
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See{@
|
|
3614
|
+
"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/}.",
|
|
3569
3615
|
"properties": {
|
|
3570
3616
|
"castShadows": {
|
|
3571
3617
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -3588,7 +3634,7 @@
|
|
|
3588
3634
|
"description": "The outline of the point, line or polygon."
|
|
3589
3635
|
},
|
|
3590
3636
|
"type": {
|
|
3591
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
3637
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
3592
3638
|
"enum": [
|
|
3593
3639
|
"Fill"
|
|
3594
3640
|
],
|
|
@@ -3602,7 +3648,7 @@
|
|
|
3602
3648
|
},
|
|
3603
3649
|
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
3604
3650
|
"additionalProperties": false,
|
|
3605
|
-
"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{@
|
|
3651
|
+
"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/}.",
|
|
3606
3652
|
"properties": {
|
|
3607
3653
|
"attachmentKeyword": {
|
|
3608
3654
|
"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.",
|
|
@@ -3643,7 +3689,7 @@
|
|
|
3643
3689
|
},
|
|
3644
3690
|
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
3645
3691
|
"additionalProperties": false,
|
|
3646
|
-
"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{@
|
|
3692
|
+
"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/}.",
|
|
3647
3693
|
"properties": {
|
|
3648
3694
|
"maxLength": {
|
|
3649
3695
|
"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.",
|
|
@@ -3668,7 +3714,7 @@
|
|
|
3668
3714
|
},
|
|
3669
3715
|
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
3670
3716
|
"additionalProperties": false,
|
|
3671
|
-
"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{@
|
|
3717
|
+
"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/}.",
|
|
3672
3718
|
"properties": {
|
|
3673
3719
|
"noValueOptionLabel": {
|
|
3674
3720
|
"description": "The text used to represent a null value.",
|
|
@@ -3693,7 +3739,7 @@
|
|
|
3693
3739
|
},
|
|
3694
3740
|
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
3695
3741
|
"additionalProperties": false,
|
|
3696
|
-
"description": "Defines the desired user interface is a calendar date picker. See{@
|
|
3742
|
+
"description": "Defines the desired user interface is a calendar date picker. See {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
3697
3743
|
"properties": {
|
|
3698
3744
|
"includeTime": {
|
|
3699
3745
|
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
@@ -3722,7 +3768,7 @@
|
|
|
3722
3768
|
},
|
|
3723
3769
|
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
3724
3770
|
"additionalProperties": false,
|
|
3725
|
-
"description": "Arcade expression used in the form. See{@
|
|
3771
|
+
"description": "Arcade expression used in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
3726
3772
|
"properties": {
|
|
3727
3773
|
"expression": {
|
|
3728
3774
|
"description": "The Arcade expression.",
|
|
@@ -3748,7 +3794,7 @@
|
|
|
3748
3794
|
},
|
|
3749
3795
|
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
3750
3796
|
"additionalProperties": false,
|
|
3751
|
-
"description": "Defines how a field in the dataset participates in the form. See{@
|
|
3797
|
+
"description": "Defines how a field in the dataset participates in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
3752
3798
|
"properties": {
|
|
3753
3799
|
"description": {
|
|
3754
3800
|
"description": "A string that describes the element in detail.",
|
|
@@ -3819,7 +3865,7 @@
|
|
|
3819
3865
|
},
|
|
3820
3866
|
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
3821
3867
|
"additionalProperties": false,
|
|
3822
|
-
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See{@
|
|
3868
|
+
"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/}.",
|
|
3823
3869
|
"properties": {
|
|
3824
3870
|
"description": {
|
|
3825
3871
|
"description": "A string that describes the element in detail.",
|
|
@@ -3873,7 +3919,7 @@
|
|
|
3873
3919
|
},
|
|
3874
3920
|
"esri.rest-api.FormInfo.FormInfo": {
|
|
3875
3921
|
"additionalProperties": false,
|
|
3876
|
-
"description": "Defines the form configuration when a user edits a feature. See{@
|
|
3922
|
+
"description": "Defines the form configuration when a user edits a feature. See {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
3877
3923
|
"properties": {
|
|
3878
3924
|
"description": {
|
|
3879
3925
|
"description": "A string that appears in the body of the form as a description.",
|
|
@@ -3915,7 +3961,7 @@
|
|
|
3915
3961
|
},
|
|
3916
3962
|
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
3917
3963
|
"additionalProperties": false,
|
|
3918
|
-
"description": "Defines the desired user interface is a radio button group. See{@
|
|
3964
|
+
"description": "Defines the desired user interface is a radio button group. See {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
3919
3965
|
"properties": {
|
|
3920
3966
|
"noValueOptionLabel": {
|
|
3921
3967
|
"description": "The text used to represent a null value.",
|
|
@@ -3940,7 +3986,7 @@
|
|
|
3940
3986
|
},
|
|
3941
3987
|
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
3942
3988
|
"additionalProperties": false,
|
|
3943
|
-
"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{@
|
|
3989
|
+
"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/}.",
|
|
3944
3990
|
"properties": {
|
|
3945
3991
|
"description": {
|
|
3946
3992
|
"description": "A string that describes the element in detail.",
|
|
@@ -3984,7 +4030,7 @@
|
|
|
3984
4030
|
},
|
|
3985
4031
|
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
3986
4032
|
"additionalProperties": false,
|
|
3987
|
-
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See{@
|
|
4033
|
+
"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/}.",
|
|
3988
4034
|
"properties": {
|
|
3989
4035
|
"offValue": {
|
|
3990
4036
|
"description": "The coded value when switch state is off.",
|
|
@@ -4015,7 +4061,7 @@
|
|
|
4015
4061
|
},
|
|
4016
4062
|
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
4017
4063
|
"additionalProperties": false,
|
|
4018
|
-
"description": "Defines the desired user interface is a multi-line text area. See{@
|
|
4064
|
+
"description": "Defines the desired user interface is a multi-line text area. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
4019
4065
|
"properties": {
|
|
4020
4066
|
"maxLength": {
|
|
4021
4067
|
"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.",
|
|
@@ -4040,7 +4086,7 @@
|
|
|
4040
4086
|
},
|
|
4041
4087
|
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
4042
4088
|
"additionalProperties": false,
|
|
4043
|
-
"description": "Defines the desired user interface is a single-line text box. See{@
|
|
4089
|
+
"description": "Defines the desired user interface is a single-line text box. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
4044
4090
|
"properties": {
|
|
4045
4091
|
"maxLength": {
|
|
4046
4092
|
"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.",
|
|
@@ -4064,7 +4110,7 @@
|
|
|
4064
4110
|
"type": "object"
|
|
4065
4111
|
},
|
|
4066
4112
|
"esri.rest-api.Format.DateFormat": {
|
|
4067
|
-
"description": "Possible date formats for{@
|
|
4113
|
+
"description": "Possible date formats for {@link Format.dateFormat}.",
|
|
4068
4114
|
"enum": [
|
|
4069
4115
|
"dayShortMonthYear",
|
|
4070
4116
|
"longDate",
|
|
@@ -4087,11 +4133,11 @@
|
|
|
4087
4133
|
},
|
|
4088
4134
|
"esri.rest-api.Format.Format": {
|
|
4089
4135
|
"additionalProperties": false,
|
|
4090
|
-
"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{@
|
|
4136
|
+
"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/}.",
|
|
4091
4137
|
"properties": {
|
|
4092
4138
|
"dateFormat": {
|
|
4093
4139
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
4094
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@
|
|
4140
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link utilities /date!DateFormat}."
|
|
4095
4141
|
},
|
|
4096
4142
|
"digitSeparator": {
|
|
4097
4143
|
"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.",
|
|
@@ -4106,7 +4152,7 @@
|
|
|
4106
4152
|
},
|
|
4107
4153
|
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
4108
4154
|
"additionalProperties": false,
|
|
4109
|
-
"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:{@
|
|
4155
|
+
"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/}.",
|
|
4110
4156
|
"properties": {
|
|
4111
4157
|
"blendMode": {
|
|
4112
4158
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4137,7 +4183,7 @@
|
|
|
4137
4183
|
},
|
|
4138
4184
|
"listMode": {
|
|
4139
4185
|
"$ref": "esri.ListMode",
|
|
4140
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4186
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4141
4187
|
},
|
|
4142
4188
|
"maxScale": {
|
|
4143
4189
|
"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.",
|
|
@@ -4156,7 +4202,7 @@
|
|
|
4156
4202
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
4157
4203
|
},
|
|
4158
4204
|
"refreshInterval": {
|
|
4159
|
-
"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{@
|
|
4205
|
+
"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}.",
|
|
4160
4206
|
"type": "number"
|
|
4161
4207
|
},
|
|
4162
4208
|
"screenSizePerspective": {
|
|
@@ -4176,7 +4222,7 @@
|
|
|
4176
4222
|
"type": "string"
|
|
4177
4223
|
},
|
|
4178
4224
|
"type": {
|
|
4179
|
-
"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{@
|
|
4225
|
+
"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}.",
|
|
4180
4226
|
"enum": [
|
|
4181
4227
|
"BingMapsAerial",
|
|
4182
4228
|
"BingMapsHybrid",
|
|
@@ -4205,7 +4251,7 @@
|
|
|
4205
4251
|
},
|
|
4206
4252
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
4207
4253
|
"additionalProperties": false,
|
|
4208
|
-
"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{@
|
|
4254
|
+
"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/}.",
|
|
4209
4255
|
"properties": {
|
|
4210
4256
|
"blendMode": {
|
|
4211
4257
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4232,7 +4278,7 @@
|
|
|
4232
4278
|
},
|
|
4233
4279
|
"listMode": {
|
|
4234
4280
|
"$ref": "esri.ListMode",
|
|
4235
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4281
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4236
4282
|
},
|
|
4237
4283
|
"maxScale": {
|
|
4238
4284
|
"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.",
|
|
@@ -4255,7 +4301,7 @@
|
|
|
4255
4301
|
"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."
|
|
4256
4302
|
},
|
|
4257
4303
|
"refreshInterval": {
|
|
4258
|
-
"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{@
|
|
4304
|
+
"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}.",
|
|
4259
4305
|
"type": "number"
|
|
4260
4306
|
},
|
|
4261
4307
|
"showLegend": {
|
|
@@ -4267,7 +4313,7 @@
|
|
|
4267
4313
|
"type": "string"
|
|
4268
4314
|
},
|
|
4269
4315
|
"type": {
|
|
4270
|
-
"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{@
|
|
4316
|
+
"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}.",
|
|
4271
4317
|
"enum": [
|
|
4272
4318
|
"BingMapsAerial",
|
|
4273
4319
|
"BingMapsHybrid",
|
|
@@ -4312,11 +4358,11 @@
|
|
|
4312
4358
|
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
4313
4359
|
}
|
|
4314
4360
|
],
|
|
4315
|
-
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@
|
|
4361
|
+
"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/}."
|
|
4316
4362
|
},
|
|
4317
4363
|
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
4318
4364
|
"additionalProperties": false,
|
|
4319
|
-
"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{@
|
|
4365
|
+
"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/}.",
|
|
4320
4366
|
"properties": {
|
|
4321
4367
|
"blendMode": {
|
|
4322
4368
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4346,7 +4392,7 @@
|
|
|
4346
4392
|
},
|
|
4347
4393
|
"listMode": {
|
|
4348
4394
|
"$ref": "esri.ListMode",
|
|
4349
|
-
"description": "To show or hide the group layer in the layer list. See{@
|
|
4395
|
+
"description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
|
|
4350
4396
|
},
|
|
4351
4397
|
"maxScale": {
|
|
4352
4398
|
"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.",
|
|
@@ -4361,7 +4407,7 @@
|
|
|
4361
4407
|
"type": "number"
|
|
4362
4408
|
},
|
|
4363
4409
|
"refreshInterval": {
|
|
4364
|
-
"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{@
|
|
4410
|
+
"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}.",
|
|
4365
4411
|
"type": "number"
|
|
4366
4412
|
},
|
|
4367
4413
|
"showLegend": {
|
|
@@ -4373,7 +4419,7 @@
|
|
|
4373
4419
|
"type": "string"
|
|
4374
4420
|
},
|
|
4375
4421
|
"type": {
|
|
4376
|
-
"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{@
|
|
4422
|
+
"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}.",
|
|
4377
4423
|
"enum": [
|
|
4378
4424
|
"BingMapsAerial",
|
|
4379
4425
|
"BingMapsHybrid",
|
|
@@ -4392,7 +4438,7 @@
|
|
|
4392
4438
|
},
|
|
4393
4439
|
"visibilityMode": {
|
|
4394
4440
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
|
|
4395
|
-
"description": "How visibility of children is affected: independent, exclusive, inherited. See{@
|
|
4441
|
+
"description": "How visibility of children is affected: independent, exclusive, inherited. See {@link GroupLayerVisibilityMode}."
|
|
4396
4442
|
}
|
|
4397
4443
|
},
|
|
4398
4444
|
"required": [
|
|
@@ -4411,7 +4457,7 @@
|
|
|
4411
4457
|
},
|
|
4412
4458
|
"esri.rest-api.HeatmapRenderer.ColorStop": {
|
|
4413
4459
|
"additionalProperties": false,
|
|
4414
|
-
"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{@
|
|
4460
|
+
"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/}.",
|
|
4415
4461
|
"properties": {
|
|
4416
4462
|
"color": {
|
|
4417
4463
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -4430,7 +4476,7 @@
|
|
|
4430
4476
|
},
|
|
4431
4477
|
"esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
|
|
4432
4478
|
"additionalProperties": false,
|
|
4433
|
-
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See{@
|
|
4479
|
+
"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/}.",
|
|
4434
4480
|
"properties": {
|
|
4435
4481
|
"authoringInfo": {
|
|
4436
4482
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -4465,10 +4511,10 @@
|
|
|
4465
4511
|
},
|
|
4466
4512
|
"rotationType": {
|
|
4467
4513
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
4468
|
-
"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{@
|
|
4514
|
+
"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}."
|
|
4469
4515
|
},
|
|
4470
4516
|
"type": {
|
|
4471
|
-
"description": "The type of renderer. See{@
|
|
4517
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
4472
4518
|
"enum": [
|
|
4473
4519
|
"heatmap"
|
|
4474
4520
|
],
|
|
@@ -4477,8 +4523,7 @@
|
|
|
4477
4523
|
"visualVariables": {
|
|
4478
4524
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
4479
4525
|
"items": {
|
|
4480
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
4481
|
-
"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/}."
|
|
4526
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
4482
4527
|
},
|
|
4483
4528
|
"type": "array"
|
|
4484
4529
|
}
|
|
@@ -4490,7 +4535,7 @@
|
|
|
4490
4535
|
},
|
|
4491
4536
|
"esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
|
|
4492
4537
|
"additionalProperties": false,
|
|
4493
|
-
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See{@
|
|
4538
|
+
"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/}.",
|
|
4494
4539
|
"properties": {
|
|
4495
4540
|
"anchor": {
|
|
4496
4541
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -4528,7 +4573,7 @@
|
|
|
4528
4573
|
"type": "number"
|
|
4529
4574
|
},
|
|
4530
4575
|
"type": {
|
|
4531
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
4576
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
4532
4577
|
"enum": [
|
|
4533
4578
|
"Icon"
|
|
4534
4579
|
],
|
|
@@ -4542,7 +4587,7 @@
|
|
|
4542
4587
|
},
|
|
4543
4588
|
"esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
|
|
4544
4589
|
"additionalProperties": false,
|
|
4545
|
-
"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{@
|
|
4590
|
+
"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/}.",
|
|
4546
4591
|
"properties": {
|
|
4547
4592
|
"bandIds": {
|
|
4548
4593
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
@@ -4623,7 +4668,7 @@
|
|
|
4623
4668
|
},
|
|
4624
4669
|
"listMode": {
|
|
4625
4670
|
"$ref": "esri.ListMode",
|
|
4626
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4671
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4627
4672
|
},
|
|
4628
4673
|
"maxScale": {
|
|
4629
4674
|
"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.",
|
|
@@ -4658,7 +4703,7 @@
|
|
|
4658
4703
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
4659
4704
|
},
|
|
4660
4705
|
"refreshInterval": {
|
|
4661
|
-
"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{@
|
|
4706
|
+
"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}.",
|
|
4662
4707
|
"type": "number"
|
|
4663
4708
|
},
|
|
4664
4709
|
"renderingRule": {
|
|
@@ -4678,7 +4723,7 @@
|
|
|
4678
4723
|
"type": "string"
|
|
4679
4724
|
},
|
|
4680
4725
|
"type": {
|
|
4681
|
-
"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{@
|
|
4726
|
+
"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}.",
|
|
4682
4727
|
"enum": [
|
|
4683
4728
|
"BingMapsAerial",
|
|
4684
4729
|
"BingMapsHybrid",
|
|
@@ -4707,7 +4752,7 @@
|
|
|
4707
4752
|
},
|
|
4708
4753
|
"esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
|
|
4709
4754
|
"additionalProperties": false,
|
|
4710
|
-
"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{@
|
|
4755
|
+
"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/}.",
|
|
4711
4756
|
"properties": {
|
|
4712
4757
|
"blendMode": {
|
|
4713
4758
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4753,7 +4798,7 @@
|
|
|
4753
4798
|
},
|
|
4754
4799
|
"listMode": {
|
|
4755
4800
|
"$ref": "esri.ListMode",
|
|
4756
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4801
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4757
4802
|
},
|
|
4758
4803
|
"maxScale": {
|
|
4759
4804
|
"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.",
|
|
@@ -4772,7 +4817,7 @@
|
|
|
4772
4817
|
"type": "number"
|
|
4773
4818
|
},
|
|
4774
4819
|
"refreshInterval": {
|
|
4775
|
-
"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{@
|
|
4820
|
+
"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}.",
|
|
4776
4821
|
"type": "number"
|
|
4777
4822
|
},
|
|
4778
4823
|
"showLegend": {
|
|
@@ -4788,7 +4833,7 @@
|
|
|
4788
4833
|
"type": "string"
|
|
4789
4834
|
},
|
|
4790
4835
|
"type": {
|
|
4791
|
-
"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{@
|
|
4836
|
+
"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}.",
|
|
4792
4837
|
"enum": [
|
|
4793
4838
|
"BingMapsAerial",
|
|
4794
4839
|
"BingMapsHybrid",
|
|
@@ -4819,7 +4864,7 @@
|
|
|
4819
4864
|
},
|
|
4820
4865
|
"esri.rest-api.InheritedDomain.InheritedDomain": {
|
|
4821
4866
|
"additionalProperties": false,
|
|
4822
|
-
"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{@
|
|
4867
|
+
"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/}.",
|
|
4823
4868
|
"properties": {
|
|
4824
4869
|
"type": {
|
|
4825
4870
|
"description": "The type of domain.",
|
|
@@ -4836,7 +4881,7 @@
|
|
|
4836
4881
|
},
|
|
4837
4882
|
"esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
|
|
4838
4883
|
"additionalProperties": false,
|
|
4839
|
-
"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{@
|
|
4884
|
+
"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/}.",
|
|
4840
4885
|
"properties": {
|
|
4841
4886
|
"blendMode": {
|
|
4842
4887
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4863,7 +4908,7 @@
|
|
|
4863
4908
|
},
|
|
4864
4909
|
"listMode": {
|
|
4865
4910
|
"$ref": "esri.ListMode",
|
|
4866
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4911
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4867
4912
|
},
|
|
4868
4913
|
"maxScale": {
|
|
4869
4914
|
"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.",
|
|
@@ -4878,7 +4923,7 @@
|
|
|
4878
4923
|
"type": "number"
|
|
4879
4924
|
},
|
|
4880
4925
|
"refreshInterval": {
|
|
4881
|
-
"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{@
|
|
4926
|
+
"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}.",
|
|
4882
4927
|
"type": "number"
|
|
4883
4928
|
},
|
|
4884
4929
|
"showLegend": {
|
|
@@ -4890,7 +4935,7 @@
|
|
|
4890
4935
|
"type": "string"
|
|
4891
4936
|
},
|
|
4892
4937
|
"type": {
|
|
4893
|
-
"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{@
|
|
4938
|
+
"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}.",
|
|
4894
4939
|
"enum": [
|
|
4895
4940
|
"BingMapsAerial",
|
|
4896
4941
|
"BingMapsHybrid",
|
|
@@ -4919,11 +4964,11 @@
|
|
|
4919
4964
|
},
|
|
4920
4965
|
"esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
|
|
4921
4966
|
"additionalProperties": false,
|
|
4922
|
-
"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{@
|
|
4967
|
+
"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/}.",
|
|
4923
4968
|
"properties": {
|
|
4924
4969
|
"joinType": {
|
|
4925
4970
|
"$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
|
|
4926
|
-
"description": "The type of join (left outer or left inner). See{@
|
|
4971
|
+
"description": "The type of join (left outer or left inner). See {@link JoinType}."
|
|
4927
4972
|
},
|
|
4928
4973
|
"leftTableKey": {
|
|
4929
4974
|
"description": "Field name from the left table.",
|
|
@@ -4956,7 +5001,7 @@
|
|
|
4956
5001
|
"description": "The right table source."
|
|
4957
5002
|
},
|
|
4958
5003
|
"type": {
|
|
4959
|
-
"description": "Type of the DataSource. See{@
|
|
5004
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
4960
5005
|
"enum": [
|
|
4961
5006
|
"joinTable"
|
|
4962
5007
|
],
|
|
@@ -4982,7 +5027,7 @@
|
|
|
4982
5027
|
},
|
|
4983
5028
|
"esri.rest-api.KMLLayer.KMLLayer": {
|
|
4984
5029
|
"additionalProperties": false,
|
|
4985
|
-
"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{@
|
|
5030
|
+
"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/}.",
|
|
4986
5031
|
"properties": {
|
|
4987
5032
|
"blendMode": {
|
|
4988
5033
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5009,7 +5054,7 @@
|
|
|
5009
5054
|
},
|
|
5010
5055
|
"listMode": {
|
|
5011
5056
|
"$ref": "esri.ListMode",
|
|
5012
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5057
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
5013
5058
|
},
|
|
5014
5059
|
"maxScale": {
|
|
5015
5060
|
"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.",
|
|
@@ -5024,7 +5069,7 @@
|
|
|
5024
5069
|
"type": "number"
|
|
5025
5070
|
},
|
|
5026
5071
|
"refreshInterval": {
|
|
5027
|
-
"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{@
|
|
5072
|
+
"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}.",
|
|
5028
5073
|
"type": "number"
|
|
5029
5074
|
},
|
|
5030
5075
|
"showLegend": {
|
|
@@ -5036,7 +5081,7 @@
|
|
|
5036
5081
|
"type": "string"
|
|
5037
5082
|
},
|
|
5038
5083
|
"type": {
|
|
5039
|
-
"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{@
|
|
5084
|
+
"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}.",
|
|
5040
5085
|
"enum": [
|
|
5041
5086
|
"BingMapsAerial",
|
|
5042
5087
|
"BingMapsHybrid",
|
|
@@ -5072,7 +5117,7 @@
|
|
|
5072
5117
|
},
|
|
5073
5118
|
"esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
|
|
5074
5119
|
"additionalProperties": false,
|
|
5075
|
-
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See{@
|
|
5120
|
+
"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/}.",
|
|
5076
5121
|
"properties": {
|
|
5077
5122
|
"callout": {
|
|
5078
5123
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -5086,7 +5131,7 @@
|
|
|
5086
5131
|
"type": "array"
|
|
5087
5132
|
},
|
|
5088
5133
|
"type": {
|
|
5089
|
-
"description": "The type of symbol. See{@
|
|
5134
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
5090
5135
|
"enum": [
|
|
5091
5136
|
"LabelSymbol3D"
|
|
5092
5137
|
],
|
|
@@ -5104,7 +5149,7 @@
|
|
|
5104
5149
|
"type": "object"
|
|
5105
5150
|
},
|
|
5106
5151
|
"esri.rest-api.LabelingInfo.LabelPlacement": {
|
|
5107
|
-
"description": "Possible values used with{@
|
|
5152
|
+
"description": "Possible values used with {@link LabelingInfo.labelPlacement}.",
|
|
5108
5153
|
"enum": [
|
|
5109
5154
|
"esriServerLinePlacementAboveAfter",
|
|
5110
5155
|
"esriServerLinePlacementAboveAlong",
|
|
@@ -5136,7 +5181,7 @@
|
|
|
5136
5181
|
},
|
|
5137
5182
|
"esri.rest-api.LabelingInfo.LabelingInfo": {
|
|
5138
5183
|
"additionalProperties": false,
|
|
5139
|
-
"description": "The labelingInfo object specifies the label definition for a layer. See{@
|
|
5184
|
+
"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/}.",
|
|
5140
5185
|
"properties": {
|
|
5141
5186
|
"labelExpression": {
|
|
5142
5187
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
@@ -5144,11 +5189,11 @@
|
|
|
5144
5189
|
},
|
|
5145
5190
|
"labelExpressionInfo": {
|
|
5146
5191
|
"$ref": "__type",
|
|
5147
|
-
"description": "This object allows label text to be read similar to that of the popupInfo's description property. See{@
|
|
5192
|
+
"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/}."
|
|
5148
5193
|
},
|
|
5149
5194
|
"labelPlacement": {
|
|
5150
5195
|
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
|
|
5151
|
-
"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{@
|
|
5196
|
+
"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}."
|
|
5152
5197
|
},
|
|
5153
5198
|
"maxScale": {
|
|
5154
5199
|
"description": "Represents the maximum scale at which the layer definition will be applied.",
|
|
@@ -5186,7 +5231,7 @@
|
|
|
5186
5231
|
},
|
|
5187
5232
|
"esri.rest-api.Layer.Layer": {
|
|
5188
5233
|
"additionalProperties": false,
|
|
5189
|
-
"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{@
|
|
5234
|
+
"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/}.",
|
|
5190
5235
|
"properties": {
|
|
5191
5236
|
"defaultVisibility": {
|
|
5192
5237
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -5263,7 +5308,7 @@
|
|
|
5263
5308
|
},
|
|
5264
5309
|
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
5265
5310
|
"additionalProperties": false,
|
|
5266
|
-
"description": "Defines overridden properties on a field for a specific view of the data. See{@
|
|
5311
|
+
"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/}.",
|
|
5267
5312
|
"properties": {
|
|
5268
5313
|
"alias": {
|
|
5269
5314
|
"description": "A string containing the overridden field alias.",
|
|
@@ -5291,7 +5336,7 @@
|
|
|
5291
5336
|
},
|
|
5292
5337
|
"esri.rest-api.LayerDefinition.LayerDefinition": {
|
|
5293
5338
|
"additionalProperties": false,
|
|
5294
|
-
"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{@
|
|
5339
|
+
"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/}.",
|
|
5295
5340
|
"properties": {
|
|
5296
5341
|
"allowGeometryUpdates": {
|
|
5297
5342
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -5361,7 +5406,7 @@
|
|
|
5361
5406
|
},
|
|
5362
5407
|
"floorInfo": {
|
|
5363
5408
|
"$ref": "__type",
|
|
5364
|
-
"description": "Contains floor-awareness information for the layer. See{@
|
|
5409
|
+
"description": "Contains floor-awareness information for the layer. See {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
5365
5410
|
},
|
|
5366
5411
|
"geometryType": {
|
|
5367
5412
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
@@ -5389,7 +5434,7 @@
|
|
|
5389
5434
|
},
|
|
5390
5435
|
"htmlPopupType": {
|
|
5391
5436
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
|
|
5392
|
-
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@
|
|
5437
|
+
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See {@link HtmlPopupType}."
|
|
5393
5438
|
},
|
|
5394
5439
|
"id": {
|
|
5395
5440
|
"description": "The identifier assigned to the layer.",
|
|
@@ -5446,7 +5491,7 @@
|
|
|
5446
5491
|
"$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
|
|
5447
5492
|
}
|
|
5448
5493
|
],
|
|
5449
|
-
"description": "An object indicating the layerDefinition's layer source. See{@
|
|
5494
|
+
"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/}."
|
|
5450
5495
|
},
|
|
5451
5496
|
"spatialReference": {
|
|
5452
5497
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -5515,7 +5560,7 @@
|
|
|
5515
5560
|
},
|
|
5516
5561
|
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
5517
5562
|
"additionalProperties": false,
|
|
5518
|
-
"description": "Time info if the layer/table supports querying and exporting maps based on time. See{@
|
|
5563
|
+
"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/}.",
|
|
5519
5564
|
"properties": {
|
|
5520
5565
|
"endTimeField": {
|
|
5521
5566
|
"description": "The name of the attribute field that contains the end time information.",
|
|
@@ -5557,7 +5602,7 @@
|
|
|
5557
5602
|
},
|
|
5558
5603
|
"timeReference": {
|
|
5559
5604
|
"$ref": "__type",
|
|
5560
|
-
"description": "Defines information about daylight savings time and the time zone in which data was collected. See{@
|
|
5605
|
+
"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/}."
|
|
5561
5606
|
},
|
|
5562
5607
|
"trackIdField": {
|
|
5563
5608
|
"description": "The field that contains the trackId.",
|
|
@@ -5634,7 +5679,7 @@
|
|
|
5634
5679
|
},
|
|
5635
5680
|
"esri.rest-api.LineSymbol3D.LineSymbol3D": {
|
|
5636
5681
|
"additionalProperties": false,
|
|
5637
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See{@
|
|
5682
|
+
"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/}.",
|
|
5638
5683
|
"properties": {
|
|
5639
5684
|
"symbolLayers": {
|
|
5640
5685
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -5651,7 +5696,7 @@
|
|
|
5651
5696
|
"type": "array"
|
|
5652
5697
|
},
|
|
5653
5698
|
"type": {
|
|
5654
|
-
"description": "The type of symbol. See{@
|
|
5699
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
5655
5700
|
"enum": [
|
|
5656
5701
|
"LineSymbol3D"
|
|
5657
5702
|
],
|
|
@@ -5666,7 +5711,7 @@
|
|
|
5666
5711
|
},
|
|
5667
5712
|
"esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
|
|
5668
5713
|
"additionalProperties": false,
|
|
5669
|
-
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See{@
|
|
5714
|
+
"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/}.",
|
|
5670
5715
|
"properties": {
|
|
5671
5716
|
"enable": {
|
|
5672
5717
|
"description": "Type: Boolean.",
|
|
@@ -5681,7 +5726,7 @@
|
|
|
5681
5726
|
"type": "number"
|
|
5682
5727
|
},
|
|
5683
5728
|
"type": {
|
|
5684
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
5729
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
5685
5730
|
"enum": [
|
|
5686
5731
|
"Line"
|
|
5687
5732
|
],
|
|
@@ -5695,7 +5740,7 @@
|
|
|
5695
5740
|
},
|
|
5696
5741
|
"esri.rest-api.LocationInfo.LocationInfo": {
|
|
5697
5742
|
"additionalProperties": false,
|
|
5698
|
-
"description": "Defines how location information will be retrieved from a CSV file referenced through the web. See{@
|
|
5743
|
+
"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/}.",
|
|
5699
5744
|
"properties": {
|
|
5700
5745
|
"latitudeFieldName": {
|
|
5701
5746
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -5714,7 +5759,7 @@
|
|
|
5714
5759
|
},
|
|
5715
5760
|
"esri.rest-api.MapServiceLayer.MapServiceLayer": {
|
|
5716
5761
|
"additionalProperties": false,
|
|
5717
|
-
"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{@
|
|
5762
|
+
"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/}.",
|
|
5718
5763
|
"properties": {
|
|
5719
5764
|
"blendMode": {
|
|
5720
5765
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5755,7 +5800,7 @@
|
|
|
5755
5800
|
},
|
|
5756
5801
|
"listMode": {
|
|
5757
5802
|
"$ref": "esri.ListMode",
|
|
5758
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5803
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
5759
5804
|
},
|
|
5760
5805
|
"maxScale": {
|
|
5761
5806
|
"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.",
|
|
@@ -5770,7 +5815,7 @@
|
|
|
5770
5815
|
"type": "number"
|
|
5771
5816
|
},
|
|
5772
5817
|
"refreshInterval": {
|
|
5773
|
-
"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{@
|
|
5818
|
+
"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}.",
|
|
5774
5819
|
"type": "number"
|
|
5775
5820
|
},
|
|
5776
5821
|
"showLegend": {
|
|
@@ -5786,7 +5831,7 @@
|
|
|
5786
5831
|
"type": "string"
|
|
5787
5832
|
},
|
|
5788
5833
|
"type": {
|
|
5789
|
-
"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{@
|
|
5834
|
+
"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}.",
|
|
5790
5835
|
"enum": [
|
|
5791
5836
|
"BingMapsAerial",
|
|
5792
5837
|
"BingMapsHybrid",
|
|
@@ -5841,7 +5886,7 @@
|
|
|
5841
5886
|
"type": "string"
|
|
5842
5887
|
},
|
|
5843
5888
|
"type": {
|
|
5844
|
-
"description": "Defines the type of media. One of the{@
|
|
5889
|
+
"description": "Defines the type of media. One of the {@link MediaType} constants.",
|
|
5845
5890
|
"type": "string"
|
|
5846
5891
|
},
|
|
5847
5892
|
"value": {
|
|
@@ -5853,7 +5898,7 @@
|
|
|
5853
5898
|
},
|
|
5854
5899
|
"esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
|
|
5855
5900
|
"additionalProperties": false,
|
|
5856
|
-
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See{@
|
|
5901
|
+
"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/}.",
|
|
5857
5902
|
"properties": {
|
|
5858
5903
|
"symbolLayers": {
|
|
5859
5904
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -5863,7 +5908,7 @@
|
|
|
5863
5908
|
"type": "array"
|
|
5864
5909
|
},
|
|
5865
5910
|
"type": {
|
|
5866
|
-
"description": "The type of symbol. See{@
|
|
5911
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
5867
5912
|
"enum": [
|
|
5868
5913
|
"MeshSymbol3D"
|
|
5869
5914
|
],
|
|
@@ -5905,7 +5950,7 @@
|
|
|
5905
5950
|
},
|
|
5906
5951
|
"esri.rest-api.MosaicRule.MosaicRule": {
|
|
5907
5952
|
"additionalProperties": false,
|
|
5908
|
-
"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{@
|
|
5953
|
+
"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/}.",
|
|
5909
5954
|
"properties": {
|
|
5910
5955
|
"ascending": {
|
|
5911
5956
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -5931,11 +5976,11 @@
|
|
|
5931
5976
|
},
|
|
5932
5977
|
"mosaicMethod": {
|
|
5933
5978
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
|
|
5934
|
-
"description": "The mosaic method determines how the selected rasters are ordered. See{@
|
|
5979
|
+
"description": "The mosaic method determines how the selected rasters are ordered. See {@link MosaicMethodType}."
|
|
5935
5980
|
},
|
|
5936
5981
|
"mosaicOperation": {
|
|
5937
5982
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
5938
|
-
"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{@
|
|
5983
|
+
"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}."
|
|
5939
5984
|
},
|
|
5940
5985
|
"multidimensionalDefinition": {
|
|
5941
5986
|
"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/.",
|
|
@@ -5968,7 +6013,7 @@
|
|
|
5968
6013
|
},
|
|
5969
6014
|
"esri.rest-api.Multipoint.Multipoint": {
|
|
5970
6015
|
"additionalProperties": false,
|
|
5971
|
-
"description": "Contains an array of points, along with a spatial reference field. See{@
|
|
6016
|
+
"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/}.",
|
|
5972
6017
|
"properties": {
|
|
5973
6018
|
"hasM": {
|
|
5974
6019
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -6000,7 +6045,7 @@
|
|
|
6000
6045
|
},
|
|
6001
6046
|
"esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
|
|
6002
6047
|
"additionalProperties": false,
|
|
6003
|
-
"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{@
|
|
6048
|
+
"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/}.",
|
|
6004
6049
|
"properties": {
|
|
6005
6050
|
"anchor": {
|
|
6006
6051
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -6035,7 +6080,7 @@
|
|
|
6035
6080
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
6036
6081
|
},
|
|
6037
6082
|
"type": {
|
|
6038
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6083
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
6039
6084
|
"enum": [
|
|
6040
6085
|
"Object"
|
|
6041
6086
|
],
|
|
@@ -6053,7 +6098,7 @@
|
|
|
6053
6098
|
},
|
|
6054
6099
|
"esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
|
|
6055
6100
|
"additionalProperties": false,
|
|
6056
|
-
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See{@
|
|
6101
|
+
"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/}.",
|
|
6057
6102
|
"properties": {
|
|
6058
6103
|
"material": {
|
|
6059
6104
|
"$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
|
|
@@ -6064,7 +6109,7 @@
|
|
|
6064
6109
|
"type": "number"
|
|
6065
6110
|
},
|
|
6066
6111
|
"type": {
|
|
6067
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6112
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
6068
6113
|
"enum": [
|
|
6069
6114
|
"Path"
|
|
6070
6115
|
],
|
|
@@ -6082,7 +6127,7 @@
|
|
|
6082
6127
|
},
|
|
6083
6128
|
"esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
|
|
6084
6129
|
"additionalProperties": false,
|
|
6085
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries. See{@
|
|
6130
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
6086
6131
|
"properties": {
|
|
6087
6132
|
"angle": {
|
|
6088
6133
|
"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.",
|
|
@@ -6105,7 +6150,7 @@
|
|
|
6105
6150
|
"description": "Sets the outline of the symbol."
|
|
6106
6151
|
},
|
|
6107
6152
|
"type": {
|
|
6108
|
-
"description": "The type of symbol. See{@
|
|
6153
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6109
6154
|
"enum": [
|
|
6110
6155
|
"esriPFS"
|
|
6111
6156
|
],
|
|
@@ -6143,7 +6188,7 @@
|
|
|
6143
6188
|
},
|
|
6144
6189
|
"esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
6145
6190
|
"additionalProperties": false,
|
|
6146
|
-
"description": "Picture marker symbols can be used to symbolize point geometries. See{@
|
|
6191
|
+
"description": "Picture marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
6147
6192
|
"properties": {
|
|
6148
6193
|
"angle": {
|
|
6149
6194
|
"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.",
|
|
@@ -6162,7 +6207,7 @@
|
|
|
6162
6207
|
"type": "string"
|
|
6163
6208
|
},
|
|
6164
6209
|
"type": {
|
|
6165
|
-
"description": "The type of symbol. See{@
|
|
6210
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6166
6211
|
"enum": [
|
|
6167
6212
|
"esriPMS"
|
|
6168
6213
|
],
|
|
@@ -6192,7 +6237,7 @@
|
|
|
6192
6237
|
},
|
|
6193
6238
|
"esri.rest-api.Point.Point": {
|
|
6194
6239
|
"additionalProperties": false,
|
|
6195
|
-
"description": "Defines the JSON formats of the point and spatial reference objects. See{@
|
|
6240
|
+
"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/}.",
|
|
6196
6241
|
"properties": {
|
|
6197
6242
|
"m": {
|
|
6198
6243
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -6232,7 +6277,7 @@
|
|
|
6232
6277
|
},
|
|
6233
6278
|
"esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
|
|
6234
6279
|
"additionalProperties": false,
|
|
6235
|
-
"description": "Filters points based on the value of the specified bitfield attribute. See{@
|
|
6280
|
+
"description": "Filters points based on the value of the specified bitfield attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
6236
6281
|
"properties": {
|
|
6237
6282
|
"field": {
|
|
6238
6283
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -6267,7 +6312,7 @@
|
|
|
6267
6312
|
},
|
|
6268
6313
|
"esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
|
|
6269
6314
|
"additionalProperties": false,
|
|
6270
|
-
"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{@
|
|
6315
|
+
"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/}.",
|
|
6271
6316
|
"properties": {
|
|
6272
6317
|
"authoringInfo": {
|
|
6273
6318
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6282,7 +6327,7 @@
|
|
|
6282
6327
|
},
|
|
6283
6328
|
"colorModulation": {
|
|
6284
6329
|
"$ref": "__type",
|
|
6285
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
6330
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
6286
6331
|
},
|
|
6287
6332
|
"field": {
|
|
6288
6333
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -6320,10 +6365,10 @@
|
|
|
6320
6365
|
},
|
|
6321
6366
|
"rotationType": {
|
|
6322
6367
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6323
|
-
"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{@
|
|
6368
|
+
"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}."
|
|
6324
6369
|
},
|
|
6325
6370
|
"type": {
|
|
6326
|
-
"description": "The type of renderer. See{@
|
|
6371
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
6327
6372
|
"enum": [
|
|
6328
6373
|
"pointCloudClassBreaksRenderer"
|
|
6329
6374
|
],
|
|
@@ -6332,8 +6377,7 @@
|
|
|
6332
6377
|
"visualVariables": {
|
|
6333
6378
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6334
6379
|
"items": {
|
|
6335
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6336
|
-
"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/}."
|
|
6380
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6337
6381
|
},
|
|
6338
6382
|
"type": "array"
|
|
6339
6383
|
}
|
|
@@ -6345,7 +6389,7 @@
|
|
|
6345
6389
|
},
|
|
6346
6390
|
"esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
|
|
6347
6391
|
"additionalProperties": false,
|
|
6348
|
-
"description": "Render points with fixed real world or screen space size. See{@
|
|
6392
|
+
"description": "Render points with fixed real world or screen space size. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
6349
6393
|
"properties": {
|
|
6350
6394
|
"size": {
|
|
6351
6395
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -6370,7 +6414,7 @@
|
|
|
6370
6414
|
},
|
|
6371
6415
|
"esri.rest-api.PointCloudLayer.PointCloudLayer": {
|
|
6372
6416
|
"additionalProperties": false,
|
|
6373
|
-
"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{@
|
|
6417
|
+
"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/}.",
|
|
6374
6418
|
"properties": {
|
|
6375
6419
|
"blendMode": {
|
|
6376
6420
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6401,7 +6445,7 @@
|
|
|
6401
6445
|
},
|
|
6402
6446
|
"listMode": {
|
|
6403
6447
|
"$ref": "esri.ListMode",
|
|
6404
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6448
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6405
6449
|
},
|
|
6406
6450
|
"maxScale": {
|
|
6407
6451
|
"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.",
|
|
@@ -6420,7 +6464,7 @@
|
|
|
6420
6464
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6421
6465
|
},
|
|
6422
6466
|
"refreshInterval": {
|
|
6423
|
-
"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{@
|
|
6467
|
+
"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}.",
|
|
6424
6468
|
"type": "number"
|
|
6425
6469
|
},
|
|
6426
6470
|
"showLegend": {
|
|
@@ -6432,7 +6476,7 @@
|
|
|
6432
6476
|
"type": "string"
|
|
6433
6477
|
},
|
|
6434
6478
|
"type": {
|
|
6435
|
-
"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{@
|
|
6479
|
+
"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}.",
|
|
6436
6480
|
"enum": [
|
|
6437
6481
|
"BingMapsAerial",
|
|
6438
6482
|
"BingMapsHybrid",
|
|
@@ -6461,7 +6505,7 @@
|
|
|
6461
6505
|
},
|
|
6462
6506
|
"esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
|
|
6463
6507
|
"additionalProperties": false,
|
|
6464
|
-
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See{@
|
|
6508
|
+
"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/}.",
|
|
6465
6509
|
"properties": {
|
|
6466
6510
|
"authoringInfo": {
|
|
6467
6511
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6469,7 +6513,7 @@
|
|
|
6469
6513
|
},
|
|
6470
6514
|
"colorModulation": {
|
|
6471
6515
|
"$ref": "__type",
|
|
6472
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
6516
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
6473
6517
|
},
|
|
6474
6518
|
"field": {
|
|
6475
6519
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -6507,10 +6551,10 @@
|
|
|
6507
6551
|
},
|
|
6508
6552
|
"rotationType": {
|
|
6509
6553
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6510
|
-
"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{@
|
|
6554
|
+
"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}."
|
|
6511
6555
|
},
|
|
6512
6556
|
"type": {
|
|
6513
|
-
"description": "The type of renderer. See{@
|
|
6557
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
6514
6558
|
"enum": [
|
|
6515
6559
|
"pointCloudRGBRenderer"
|
|
6516
6560
|
],
|
|
@@ -6519,8 +6563,7 @@
|
|
|
6519
6563
|
"visualVariables": {
|
|
6520
6564
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6521
6565
|
"items": {
|
|
6522
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6523
|
-
"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/}."
|
|
6566
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6524
6567
|
},
|
|
6525
6568
|
"type": "array"
|
|
6526
6569
|
}
|
|
@@ -6532,7 +6575,7 @@
|
|
|
6532
6575
|
},
|
|
6533
6576
|
"esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
|
|
6534
6577
|
"additionalProperties": false,
|
|
6535
|
-
"description": "Filters points based on the value of the return number/return count. See{@
|
|
6578
|
+
"description": "Filters points based on the value of the return number/return count. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
6536
6579
|
"properties": {
|
|
6537
6580
|
"field": {
|
|
6538
6581
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -6560,7 +6603,7 @@
|
|
|
6560
6603
|
},
|
|
6561
6604
|
"esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
|
|
6562
6605
|
"additionalProperties": false,
|
|
6563
|
-
"description": "Render points using sizes depending on point density. See{@
|
|
6606
|
+
"description": "Render points using sizes depending on point density. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
6564
6607
|
"properties": {
|
|
6565
6608
|
"minSize": {
|
|
6566
6609
|
"description": "Minimum display space point size in points.",
|
|
@@ -6585,7 +6628,7 @@
|
|
|
6585
6628
|
},
|
|
6586
6629
|
"esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
|
|
6587
6630
|
"additionalProperties": false,
|
|
6588
|
-
"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{@
|
|
6631
|
+
"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/}.",
|
|
6589
6632
|
"properties": {
|
|
6590
6633
|
"authoringInfo": {
|
|
6591
6634
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6593,7 +6636,7 @@
|
|
|
6593
6636
|
},
|
|
6594
6637
|
"colorModulation": {
|
|
6595
6638
|
"$ref": "__type",
|
|
6596
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
6639
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
6597
6640
|
},
|
|
6598
6641
|
"field": {
|
|
6599
6642
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -6631,10 +6674,10 @@
|
|
|
6631
6674
|
},
|
|
6632
6675
|
"rotationType": {
|
|
6633
6676
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6634
|
-
"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{@
|
|
6677
|
+
"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}."
|
|
6635
6678
|
},
|
|
6636
6679
|
"type": {
|
|
6637
|
-
"description": "The type of renderer. See{@
|
|
6680
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
6638
6681
|
"enum": [
|
|
6639
6682
|
"pointCloudStretchRenderer"
|
|
6640
6683
|
],
|
|
@@ -6643,8 +6686,7 @@
|
|
|
6643
6686
|
"visualVariables": {
|
|
6644
6687
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6645
6688
|
"items": {
|
|
6646
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6647
|
-
"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/}."
|
|
6689
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6648
6690
|
},
|
|
6649
6691
|
"type": "array"
|
|
6650
6692
|
}
|
|
@@ -6656,7 +6698,7 @@
|
|
|
6656
6698
|
},
|
|
6657
6699
|
"esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
|
|
6658
6700
|
"additionalProperties": false,
|
|
6659
|
-
"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{@
|
|
6701
|
+
"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/}.",
|
|
6660
6702
|
"properties": {
|
|
6661
6703
|
"authoringInfo": {
|
|
6662
6704
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6664,7 +6706,7 @@
|
|
|
6664
6706
|
},
|
|
6665
6707
|
"colorModulation": {
|
|
6666
6708
|
"$ref": "__type",
|
|
6667
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
6709
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
6668
6710
|
},
|
|
6669
6711
|
"colorUniqueValueInfos": {
|
|
6670
6712
|
"description": "Unique value infos.",
|
|
@@ -6709,10 +6751,10 @@
|
|
|
6709
6751
|
},
|
|
6710
6752
|
"rotationType": {
|
|
6711
6753
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6712
|
-
"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{@
|
|
6754
|
+
"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}."
|
|
6713
6755
|
},
|
|
6714
6756
|
"type": {
|
|
6715
|
-
"description": "The type of renderer. See{@
|
|
6757
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
6716
6758
|
"enum": [
|
|
6717
6759
|
"pointCloudUniqueValueRenderer"
|
|
6718
6760
|
],
|
|
@@ -6721,8 +6763,7 @@
|
|
|
6721
6763
|
"visualVariables": {
|
|
6722
6764
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6723
6765
|
"items": {
|
|
6724
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6725
|
-
"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/}."
|
|
6766
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6726
6767
|
},
|
|
6727
6768
|
"type": "array"
|
|
6728
6769
|
}
|
|
@@ -6734,7 +6775,7 @@
|
|
|
6734
6775
|
},
|
|
6735
6776
|
"esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
|
|
6736
6777
|
"additionalProperties": false,
|
|
6737
|
-
"description": "Filters points based on the value of an specified attribute. See{@
|
|
6778
|
+
"description": "Filters points based on the value of an specified attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
6738
6779
|
"properties": {
|
|
6739
6780
|
"field": {
|
|
6740
6781
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -6766,7 +6807,7 @@
|
|
|
6766
6807
|
},
|
|
6767
6808
|
"esri.rest-api.PointSymbol3D.PointSymbol3D": {
|
|
6768
6809
|
"additionalProperties": false,
|
|
6769
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See{@
|
|
6810
|
+
"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/}.",
|
|
6770
6811
|
"properties": {
|
|
6771
6812
|
"callout": {
|
|
6772
6813
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -6774,7 +6815,7 @@
|
|
|
6774
6815
|
},
|
|
6775
6816
|
"styleOrigin": {
|
|
6776
6817
|
"$ref": "__type",
|
|
6777
|
-
"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{@
|
|
6818
|
+
"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/}."
|
|
6778
6819
|
},
|
|
6779
6820
|
"symbolLayers": {
|
|
6780
6821
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -6791,7 +6832,7 @@
|
|
|
6791
6832
|
"type": "array"
|
|
6792
6833
|
},
|
|
6793
6834
|
"type": {
|
|
6794
|
-
"description": "The type of symbol. See{@
|
|
6835
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6795
6836
|
"enum": [
|
|
6796
6837
|
"PointSymbol3D"
|
|
6797
6838
|
],
|
|
@@ -6810,7 +6851,7 @@
|
|
|
6810
6851
|
},
|
|
6811
6852
|
"esri.rest-api.Polygon.Polygon": {
|
|
6812
6853
|
"additionalProperties": false,
|
|
6813
|
-
"description": "A polygon contains an array of rings and a spatial reference. See{@
|
|
6854
|
+
"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/}.",
|
|
6814
6855
|
"properties": {
|
|
6815
6856
|
"hasM": {
|
|
6816
6857
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -6845,7 +6886,7 @@
|
|
|
6845
6886
|
},
|
|
6846
6887
|
"esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
|
|
6847
6888
|
"additionalProperties": false,
|
|
6848
|
-
"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{@
|
|
6889
|
+
"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/}.",
|
|
6849
6890
|
"properties": {
|
|
6850
6891
|
"symbolLayers": {
|
|
6851
6892
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -6865,7 +6906,7 @@
|
|
|
6865
6906
|
"type": "array"
|
|
6866
6907
|
},
|
|
6867
6908
|
"type": {
|
|
6868
|
-
"description": "The type of symbol. See{@
|
|
6909
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6869
6910
|
"enum": [
|
|
6870
6911
|
"PolygonSymbol3D"
|
|
6871
6912
|
],
|
|
@@ -6880,7 +6921,7 @@
|
|
|
6880
6921
|
},
|
|
6881
6922
|
"esri.rest-api.Polyline.Polyline": {
|
|
6882
6923
|
"additionalProperties": false,
|
|
6883
|
-
"description": "Contains an array of paths and a spatialReference. See{@
|
|
6924
|
+
"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/}.",
|
|
6884
6925
|
"properties": {
|
|
6885
6926
|
"hasM": {
|
|
6886
6927
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -6923,7 +6964,7 @@
|
|
|
6923
6964
|
},
|
|
6924
6965
|
"esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
|
|
6925
6966
|
"additionalProperties": false,
|
|
6926
|
-
"description": "Arcade expression added to the pop-up. See{@
|
|
6967
|
+
"description": "Arcade expression added to the pop-up. See {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
6927
6968
|
"properties": {
|
|
6928
6969
|
"expression": {
|
|
6929
6970
|
"description": "The Arcade expression.",
|
|
@@ -6946,7 +6987,7 @@
|
|
|
6946
6987
|
},
|
|
6947
6988
|
"esri.rest-api.PopupInfo.OrderByFields": {
|
|
6948
6989
|
"additionalProperties": false,
|
|
6949
|
-
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See{@
|
|
6990
|
+
"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/}.",
|
|
6950
6991
|
"properties": {
|
|
6951
6992
|
"field": {
|
|
6952
6993
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -7050,7 +7091,7 @@
|
|
|
7050
7091
|
"type": "array"
|
|
7051
7092
|
},
|
|
7052
7093
|
"fieldInfos": {
|
|
7053
|
-
"description": "An array of{@
|
|
7094
|
+
"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.",
|
|
7054
7095
|
"items": {
|
|
7055
7096
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
7056
7097
|
},
|
|
@@ -7087,7 +7128,7 @@
|
|
|
7087
7128
|
},
|
|
7088
7129
|
"esri.rest-api.PopupInfo.RelatedRecordsInfo": {
|
|
7089
7130
|
"additionalProperties": false,
|
|
7090
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See{@
|
|
7131
|
+
"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/}.",
|
|
7091
7132
|
"properties": {
|
|
7092
7133
|
"orderByFields": {
|
|
7093
7134
|
"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.",
|
|
@@ -7108,7 +7149,7 @@
|
|
|
7108
7149
|
},
|
|
7109
7150
|
"esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
|
|
7110
7151
|
"additionalProperties": false,
|
|
7111
|
-
"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{@
|
|
7152
|
+
"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/}.",
|
|
7112
7153
|
"properties": {
|
|
7113
7154
|
"authoringInfo": {
|
|
7114
7155
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7132,10 +7173,10 @@
|
|
|
7132
7173
|
},
|
|
7133
7174
|
"rotationType": {
|
|
7134
7175
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7135
|
-
"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{@
|
|
7176
|
+
"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}."
|
|
7136
7177
|
},
|
|
7137
7178
|
"type": {
|
|
7138
|
-
"description": "The type of renderer. See{@
|
|
7179
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
7139
7180
|
"enum": [
|
|
7140
7181
|
"predominance"
|
|
7141
7182
|
],
|
|
@@ -7151,8 +7192,7 @@
|
|
|
7151
7192
|
"visualVariables": {
|
|
7152
7193
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7153
7194
|
"items": {
|
|
7154
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7155
|
-
"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/}."
|
|
7195
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7156
7196
|
},
|
|
7157
7197
|
"type": "array"
|
|
7158
7198
|
}
|
|
@@ -7166,7 +7206,7 @@
|
|
|
7166
7206
|
},
|
|
7167
7207
|
"esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
|
|
7168
7208
|
"additionalProperties": false,
|
|
7169
|
-
"description": "Query table data source is a layer/table that is defined by a SQL query. See{@
|
|
7209
|
+
"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/}.",
|
|
7170
7210
|
"properties": {
|
|
7171
7211
|
"geometryType": {
|
|
7172
7212
|
"description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
|
|
@@ -7191,7 +7231,7 @@
|
|
|
7191
7231
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
7192
7232
|
},
|
|
7193
7233
|
"type": {
|
|
7194
|
-
"description": "Type of the DataSource. See{@
|
|
7234
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
7195
7235
|
"enum": [
|
|
7196
7236
|
"queryTable"
|
|
7197
7237
|
],
|
|
@@ -7209,7 +7249,7 @@
|
|
|
7209
7249
|
},
|
|
7210
7250
|
"esri.rest-api.RangeDomain.RangeDomain": {
|
|
7211
7251
|
"additionalProperties": false,
|
|
7212
|
-
"description": "Range domain specifies a range of valid values for a field. See{@
|
|
7252
|
+
"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/}.",
|
|
7213
7253
|
"properties": {
|
|
7214
7254
|
"name": {
|
|
7215
7255
|
"description": "The name of the domain.",
|
|
@@ -7223,7 +7263,7 @@
|
|
|
7223
7263
|
"type": "array"
|
|
7224
7264
|
},
|
|
7225
7265
|
"type": {
|
|
7226
|
-
"description": "Type of domain. See{@
|
|
7266
|
+
"description": "Type of domain. See {@link portal /Domain!DomainType}.",
|
|
7227
7267
|
"enum": [
|
|
7228
7268
|
"range"
|
|
7229
7269
|
],
|
|
@@ -7239,7 +7279,7 @@
|
|
|
7239
7279
|
},
|
|
7240
7280
|
"esri.rest-api.RangeInfo.RangeInfo": {
|
|
7241
7281
|
"additionalProperties": false,
|
|
7242
|
-
"description": "Range Information. See{@
|
|
7282
|
+
"description": "Range Information. See {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
7243
7283
|
"properties": {
|
|
7244
7284
|
"currentRangeExtent": {
|
|
7245
7285
|
"description": "Contains the min and max values within which the features are visible.",
|
|
@@ -7292,14 +7332,14 @@
|
|
|
7292
7332
|
},
|
|
7293
7333
|
"esri.rest-api.RasterDataSource.RasterDataSource": {
|
|
7294
7334
|
"additionalProperties": false,
|
|
7295
|
-
"description": "Raster data source is a file-based raster that resides in a registered raster workspace. See{@
|
|
7335
|
+
"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/}.",
|
|
7296
7336
|
"properties": {
|
|
7297
7337
|
"dataSourceName": {
|
|
7298
7338
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
7299
7339
|
"type": "string"
|
|
7300
7340
|
},
|
|
7301
7341
|
"type": {
|
|
7302
|
-
"description": "Type of the DataSource. See{@
|
|
7342
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
7303
7343
|
"enum": [
|
|
7304
7344
|
"raster"
|
|
7305
7345
|
],
|
|
@@ -7317,11 +7357,11 @@
|
|
|
7317
7357
|
},
|
|
7318
7358
|
"esri.rest-api.Renderer.AuthoringInfo": {
|
|
7319
7359
|
"additionalProperties": false,
|
|
7320
|
-
"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{@
|
|
7360
|
+
"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/}.",
|
|
7321
7361
|
"properties": {
|
|
7322
7362
|
"classificationMethod": {
|
|
7323
7363
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
7324
|
-
"description": "Used for classed color or size. The default value is esriClassifyManual. See{@
|
|
7364
|
+
"description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
|
|
7325
7365
|
},
|
|
7326
7366
|
"colorRamp": {
|
|
7327
7367
|
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
|
|
@@ -7341,7 +7381,7 @@
|
|
|
7341
7381
|
},
|
|
7342
7382
|
"type": {
|
|
7343
7383
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
|
|
7344
|
-
"description": "In case of classed renderers this is set to either classedSize or classedColor. See{@
|
|
7384
|
+
"description": "In case of classed renderers this is set to either classedSize or classedColor. See {@link AuthoringInfoType}."
|
|
7345
7385
|
},
|
|
7346
7386
|
"visualVariables": {
|
|
7347
7387
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
@@ -7372,7 +7412,7 @@
|
|
|
7372
7412
|
},
|
|
7373
7413
|
"esri.rest-api.Renderer.ColorRamp": {
|
|
7374
7414
|
"additionalProperties": false,
|
|
7375
|
-
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See{@
|
|
7415
|
+
"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/}.",
|
|
7376
7416
|
"properties": {
|
|
7377
7417
|
"algorithm": {
|
|
7378
7418
|
"description": "Algorithm used for calculating the ramp.",
|
|
@@ -7515,14 +7555,14 @@
|
|
|
7515
7555
|
},
|
|
7516
7556
|
"esri.rest-api.RenderingRule.RenderingRule": {
|
|
7517
7557
|
"additionalProperties": false,
|
|
7518
|
-
"description": "Specifies the rendering rule for how the requested image should be rendered. See{@
|
|
7558
|
+
"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/}.",
|
|
7519
7559
|
"properties": {
|
|
7520
7560
|
"outputPixelType": {
|
|
7521
7561
|
"$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
|
|
7522
|
-
"description": "Defines the pixel type of the output image. See{@
|
|
7562
|
+
"description": "Defines the pixel type of the output image. See {@link PixelType}."
|
|
7523
7563
|
},
|
|
7524
7564
|
"rasterFunction": {
|
|
7525
|
-
"description": "The raster function name identifies the processing or rendering to be performed. See{@
|
|
7565
|
+
"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/}.",
|
|
7526
7566
|
"type": "string"
|
|
7527
7567
|
},
|
|
7528
7568
|
"rasterFunctionArguments": {
|
|
@@ -7537,7 +7577,7 @@
|
|
|
7537
7577
|
},
|
|
7538
7578
|
"esri.rest-api.SceneLayer.SceneLayer": {
|
|
7539
7579
|
"additionalProperties": false,
|
|
7540
|
-
"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{@
|
|
7580
|
+
"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/}.",
|
|
7541
7581
|
"properties": {
|
|
7542
7582
|
"blendMode": {
|
|
7543
7583
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7572,7 +7612,7 @@
|
|
|
7572
7612
|
},
|
|
7573
7613
|
"listMode": {
|
|
7574
7614
|
"$ref": "esri.ListMode",
|
|
7575
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7615
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7576
7616
|
},
|
|
7577
7617
|
"maxScale": {
|
|
7578
7618
|
"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.",
|
|
@@ -7591,7 +7631,7 @@
|
|
|
7591
7631
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
7592
7632
|
},
|
|
7593
7633
|
"refreshInterval": {
|
|
7594
|
-
"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{@
|
|
7634
|
+
"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}.",
|
|
7595
7635
|
"type": "number"
|
|
7596
7636
|
},
|
|
7597
7637
|
"screenSizePerspective": {
|
|
@@ -7611,7 +7651,7 @@
|
|
|
7611
7651
|
"type": "string"
|
|
7612
7652
|
},
|
|
7613
7653
|
"type": {
|
|
7614
|
-
"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}.",
|
|
7615
7655
|
"enum": [
|
|
7616
7656
|
"BingMapsAerial",
|
|
7617
7657
|
"BingMapsHybrid",
|
|
@@ -7654,7 +7694,7 @@
|
|
|
7654
7694
|
},
|
|
7655
7695
|
"esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
|
|
7656
7696
|
"additionalProperties": false,
|
|
7657
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries. See{@
|
|
7697
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
7658
7698
|
"properties": {
|
|
7659
7699
|
"color": {
|
|
7660
7700
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7666,10 +7706,10 @@
|
|
|
7666
7706
|
},
|
|
7667
7707
|
"style": {
|
|
7668
7708
|
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
|
|
7669
|
-
"description": "The fill style. See{@
|
|
7709
|
+
"description": "The fill style. See {@link SimpleFillStyle}."
|
|
7670
7710
|
},
|
|
7671
7711
|
"type": {
|
|
7672
|
-
"description": "The type of symbol. See{@
|
|
7712
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
7673
7713
|
"enum": [
|
|
7674
7714
|
"esriSFS"
|
|
7675
7715
|
],
|
|
@@ -7695,7 +7735,7 @@
|
|
|
7695
7735
|
},
|
|
7696
7736
|
"esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
|
|
7697
7737
|
"additionalProperties": false,
|
|
7698
|
-
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See{@
|
|
7738
|
+
"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/}.",
|
|
7699
7739
|
"properties": {
|
|
7700
7740
|
"color": {
|
|
7701
7741
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7703,10 +7743,10 @@
|
|
|
7703
7743
|
},
|
|
7704
7744
|
"style": {
|
|
7705
7745
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
|
|
7706
|
-
"description": "The line style. See{@
|
|
7746
|
+
"description": "The line style. See {@link SimpleLineStyle}."
|
|
7707
7747
|
},
|
|
7708
7748
|
"type": {
|
|
7709
|
-
"description": "The type of symbol. See{@
|
|
7749
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
7710
7750
|
"enum": [
|
|
7711
7751
|
"esriSLS"
|
|
7712
7752
|
],
|
|
@@ -7737,7 +7777,7 @@
|
|
|
7737
7777
|
},
|
|
7738
7778
|
"esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
7739
7779
|
"additionalProperties": false,
|
|
7740
|
-
"description": "Simple marker symbols can be used to symbolize point geometries. See{@
|
|
7780
|
+
"description": "Simple marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
7741
7781
|
"properties": {
|
|
7742
7782
|
"angle": {
|
|
7743
7783
|
"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.",
|
|
@@ -7757,10 +7797,10 @@
|
|
|
7757
7797
|
},
|
|
7758
7798
|
"style": {
|
|
7759
7799
|
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
|
|
7760
|
-
"description": "The marker style. See{@
|
|
7800
|
+
"description": "The marker style. See {@link SimpleMarkerStyle}."
|
|
7761
7801
|
},
|
|
7762
7802
|
"type": {
|
|
7763
|
-
"description": "The type of symbol. See{@
|
|
7803
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
7764
7804
|
"enum": [
|
|
7765
7805
|
"esriSMS"
|
|
7766
7806
|
],
|
|
@@ -7782,7 +7822,7 @@
|
|
|
7782
7822
|
},
|
|
7783
7823
|
"esri.rest-api.SimpleRenderer.SimpleRenderer": {
|
|
7784
7824
|
"additionalProperties": false,
|
|
7785
|
-
"description": "A simple renderer is a renderer that uses one symbol only. See{@
|
|
7825
|
+
"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/}.",
|
|
7786
7826
|
"properties": {
|
|
7787
7827
|
"authoringInfo": {
|
|
7788
7828
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7802,7 +7842,7 @@
|
|
|
7802
7842
|
},
|
|
7803
7843
|
"rotationType": {
|
|
7804
7844
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7805
|
-
"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{@
|
|
7845
|
+
"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}."
|
|
7806
7846
|
},
|
|
7807
7847
|
"symbol": {
|
|
7808
7848
|
"anyOf": [
|
|
@@ -7849,7 +7889,7 @@
|
|
|
7849
7889
|
"description": "An object that represents how all features will be drawn."
|
|
7850
7890
|
},
|
|
7851
7891
|
"type": {
|
|
7852
|
-
"description": "The type of renderer. See{@
|
|
7892
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
7853
7893
|
"enum": [
|
|
7854
7894
|
"simple"
|
|
7855
7895
|
],
|
|
@@ -7858,8 +7898,7 @@
|
|
|
7858
7898
|
"visualVariables": {
|
|
7859
7899
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7860
7900
|
"items": {
|
|
7861
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7862
|
-
"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/}."
|
|
7901
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7863
7902
|
},
|
|
7864
7903
|
"type": "array"
|
|
7865
7904
|
}
|
|
@@ -7872,7 +7911,7 @@
|
|
|
7872
7911
|
},
|
|
7873
7912
|
"esri.rest-api.SpatialReference.SpatialReference": {
|
|
7874
7913
|
"additionalProperties": false,
|
|
7875
|
-
"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{@
|
|
7914
|
+
"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/}.",
|
|
7876
7915
|
"properties": {
|
|
7877
7916
|
"latestVcsWkid": {
|
|
7878
7917
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -7899,7 +7938,7 @@
|
|
|
7899
7938
|
},
|
|
7900
7939
|
"esri.rest-api.StreamLayer.StreamLayer": {
|
|
7901
7940
|
"additionalProperties": false,
|
|
7902
|
-
"description": "A stream layer in a web map. See{@
|
|
7941
|
+
"description": "A stream layer in a web map. See {@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
|
|
7903
7942
|
"properties": {
|
|
7904
7943
|
"blendMode": {
|
|
7905
7944
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7957,7 +7996,7 @@
|
|
|
7957
7996
|
},
|
|
7958
7997
|
"listMode": {
|
|
7959
7998
|
"$ref": "esri.ListMode",
|
|
7960
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7999
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7961
8000
|
},
|
|
7962
8001
|
"maxScale": {
|
|
7963
8002
|
"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.",
|
|
@@ -7969,7 +8008,7 @@
|
|
|
7969
8008
|
},
|
|
7970
8009
|
"mode": {
|
|
7971
8010
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
7972
|
-
"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{@
|
|
8011
|
+
"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}."
|
|
7973
8012
|
},
|
|
7974
8013
|
"opacity": {
|
|
7975
8014
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -7980,7 +8019,7 @@
|
|
|
7980
8019
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
7981
8020
|
},
|
|
7982
8021
|
"refreshInterval": {
|
|
7983
|
-
"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{@
|
|
8022
|
+
"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}.",
|
|
7984
8023
|
"type": "number"
|
|
7985
8024
|
},
|
|
7986
8025
|
"screenSizePerspective": {
|
|
@@ -8007,7 +8046,7 @@
|
|
|
8007
8046
|
"type": "string"
|
|
8008
8047
|
},
|
|
8009
8048
|
"type": {
|
|
8010
|
-
"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{@
|
|
8049
|
+
"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}.",
|
|
8011
8050
|
"enum": [
|
|
8012
8051
|
"BingMapsAerial",
|
|
8013
8052
|
"BingMapsHybrid",
|
|
@@ -8043,7 +8082,7 @@
|
|
|
8043
8082
|
},
|
|
8044
8083
|
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
8045
8084
|
"additionalProperties": false,
|
|
8046
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See{@
|
|
8085
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
8047
8086
|
"properties": {
|
|
8048
8087
|
"name": {
|
|
8049
8088
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -8071,7 +8110,7 @@
|
|
|
8071
8110
|
},
|
|
8072
8111
|
"esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
|
|
8073
8112
|
"additionalProperties": false,
|
|
8074
|
-
"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{@
|
|
8113
|
+
"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/}.",
|
|
8075
8114
|
"properties": {
|
|
8076
8115
|
"blendMode": {
|
|
8077
8116
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8108,7 +8147,7 @@
|
|
|
8108
8147
|
},
|
|
8109
8148
|
"listMode": {
|
|
8110
8149
|
"$ref": "esri.ListMode",
|
|
8111
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8150
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8112
8151
|
},
|
|
8113
8152
|
"maxScale": {
|
|
8114
8153
|
"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.",
|
|
@@ -8123,7 +8162,7 @@
|
|
|
8123
8162
|
"type": "number"
|
|
8124
8163
|
},
|
|
8125
8164
|
"refreshInterval": {
|
|
8126
|
-
"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{@
|
|
8165
|
+
"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}.",
|
|
8127
8166
|
"type": "number"
|
|
8128
8167
|
},
|
|
8129
8168
|
"showLegend": {
|
|
@@ -8135,7 +8174,7 @@
|
|
|
8135
8174
|
"type": "string"
|
|
8136
8175
|
},
|
|
8137
8176
|
"type": {
|
|
8138
|
-
"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{@
|
|
8177
|
+
"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}.",
|
|
8139
8178
|
"enum": [
|
|
8140
8179
|
"BingMapsAerial",
|
|
8141
8180
|
"BingMapsHybrid",
|
|
@@ -8163,7 +8202,7 @@
|
|
|
8163
8202
|
"type": "object"
|
|
8164
8203
|
},
|
|
8165
8204
|
"esri.rest-api.Symbol.Color": {
|
|
8166
|
-
"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{@
|
|
8205
|
+
"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/}.",
|
|
8167
8206
|
"items": {
|
|
8168
8207
|
"type": "number"
|
|
8169
8208
|
},
|
|
@@ -8171,11 +8210,11 @@
|
|
|
8171
8210
|
},
|
|
8172
8211
|
"esri.rest-api.Symbol.Font": {
|
|
8173
8212
|
"additionalProperties": false,
|
|
8174
|
-
"description": "Font used for text symbols. See{@
|
|
8213
|
+
"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/}.",
|
|
8175
8214
|
"properties": {
|
|
8176
8215
|
"decoration": {
|
|
8177
8216
|
"$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
|
|
8178
|
-
"description": "The text decoration. See{@
|
|
8217
|
+
"description": "The text decoration. See {@link TextDecoration}."
|
|
8179
8218
|
},
|
|
8180
8219
|
"family": {
|
|
8181
8220
|
"description": "The font family.",
|
|
@@ -8187,11 +8226,11 @@
|
|
|
8187
8226
|
},
|
|
8188
8227
|
"style": {
|
|
8189
8228
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
|
|
8190
|
-
"description": "The text style. See{@
|
|
8229
|
+
"description": "The text style. See {@link FontStyle}."
|
|
8191
8230
|
},
|
|
8192
8231
|
"weight": {
|
|
8193
8232
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
|
|
8194
|
-
"description": "The text weight. See{@
|
|
8233
|
+
"description": "The text weight. See {@link FontWeight}."
|
|
8195
8234
|
}
|
|
8196
8235
|
},
|
|
8197
8236
|
"type": "object"
|
|
@@ -8249,7 +8288,7 @@
|
|
|
8249
8288
|
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
8250
8289
|
}
|
|
8251
8290
|
],
|
|
8252
|
-
"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{@
|
|
8291
|
+
"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/}."
|
|
8253
8292
|
},
|
|
8254
8293
|
"esri.rest-api.Symbol.TextDecoration": {
|
|
8255
8294
|
"description": "The text decoration for the Font.",
|
|
@@ -8272,7 +8311,7 @@
|
|
|
8272
8311
|
},
|
|
8273
8312
|
"esri.rest-api.Symbol3D.Material": {
|
|
8274
8313
|
"additionalProperties": false,
|
|
8275
|
-
"description": "The material used to shade the geometry. See{@
|
|
8314
|
+
"description": "The material used to shade the geometry. See {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
8276
8315
|
"properties": {
|
|
8277
8316
|
"color": {
|
|
8278
8317
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -8299,7 +8338,7 @@
|
|
|
8299
8338
|
},
|
|
8300
8339
|
"esri.rest-api.Symbol3D.Outline": {
|
|
8301
8340
|
"additionalProperties": false,
|
|
8302
|
-
"description": "The outline of the point, line or polygon. See{@
|
|
8341
|
+
"description": "The outline of the point, line or polygon. See {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
8303
8342
|
"properties": {
|
|
8304
8343
|
"color": {
|
|
8305
8344
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -8322,7 +8361,7 @@
|
|
|
8322
8361
|
},
|
|
8323
8362
|
"esri.rest-api.Symbol3D.ResourceIconSymbol": {
|
|
8324
8363
|
"additionalProperties": false,
|
|
8325
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features. See{@
|
|
8364
|
+
"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/}.",
|
|
8326
8365
|
"properties": {
|
|
8327
8366
|
"dataURI": {
|
|
8328
8367
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -8341,7 +8380,7 @@
|
|
|
8341
8380
|
},
|
|
8342
8381
|
"esri.rest-api.Symbol3D.ResourceObjectSymbol": {
|
|
8343
8382
|
"additionalProperties": false,
|
|
8344
|
-
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See{@
|
|
8383
|
+
"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/}.",
|
|
8345
8384
|
"properties": {
|
|
8346
8385
|
"href": {
|
|
8347
8386
|
"description": "Must be an absolute URL or a relative path starting with \"./\".",
|
|
@@ -8375,11 +8414,11 @@
|
|
|
8375
8414
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
8376
8415
|
}
|
|
8377
8416
|
],
|
|
8378
|
-
"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{@
|
|
8417
|
+
"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/}."
|
|
8379
8418
|
},
|
|
8380
8419
|
"esri.rest-api.TableDataSource.TableDataSource": {
|
|
8381
8420
|
"additionalProperties": false,
|
|
8382
|
-
"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{@
|
|
8421
|
+
"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/}.",
|
|
8383
8422
|
"properties": {
|
|
8384
8423
|
"dataSourceName": {
|
|
8385
8424
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
@@ -8390,7 +8429,7 @@
|
|
|
8390
8429
|
"type": "string"
|
|
8391
8430
|
},
|
|
8392
8431
|
"type": {
|
|
8393
|
-
"description": "Type of the DataSource. See{@
|
|
8432
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
8394
8433
|
"enum": [
|
|
8395
8434
|
"table"
|
|
8396
8435
|
],
|
|
@@ -8407,7 +8446,7 @@
|
|
|
8407
8446
|
"type": "object"
|
|
8408
8447
|
},
|
|
8409
8448
|
"esri.rest-api.Template.DrawingTool": {
|
|
8410
|
-
"description": "Possible drawing tool value to use with{@
|
|
8449
|
+
"description": "Possible drawing tool value to use with {@link Template.drawingTool}.",
|
|
8411
8450
|
"enum": [
|
|
8412
8451
|
"esriFeatureEditToolCircle",
|
|
8413
8452
|
"esriFeatureEditToolDownArrow",
|
|
@@ -8427,7 +8466,7 @@
|
|
|
8427
8466
|
},
|
|
8428
8467
|
"esri.rest-api.Template.Template": {
|
|
8429
8468
|
"additionalProperties": false,
|
|
8430
|
-
"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{@
|
|
8469
|
+
"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/}.",
|
|
8431
8470
|
"properties": {
|
|
8432
8471
|
"description": {
|
|
8433
8472
|
"description": "A detailed description of the template.",
|
|
@@ -8435,7 +8474,7 @@
|
|
|
8435
8474
|
},
|
|
8436
8475
|
"drawingTool": {
|
|
8437
8476
|
"$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
|
|
8438
|
-
"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{@
|
|
8477
|
+
"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}."
|
|
8439
8478
|
},
|
|
8440
8479
|
"name": {
|
|
8441
8480
|
"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.",
|
|
@@ -8450,7 +8489,7 @@
|
|
|
8450
8489
|
},
|
|
8451
8490
|
"esri.rest-api.TemporalRenderer.TemporalRenderer": {
|
|
8452
8491
|
"additionalProperties": false,
|
|
8453
|
-
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See{@
|
|
8492
|
+
"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/}.",
|
|
8454
8493
|
"properties": {
|
|
8455
8494
|
"authoringInfo": {
|
|
8456
8495
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8470,14 +8509,14 @@
|
|
|
8470
8509
|
},
|
|
8471
8510
|
"rotationType": {
|
|
8472
8511
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8473
|
-
"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{@
|
|
8512
|
+
"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}."
|
|
8474
8513
|
},
|
|
8475
8514
|
"trackRenderer": {
|
|
8476
8515
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
8477
8516
|
"description": "Simple renderer used to symbolize the tracks."
|
|
8478
8517
|
},
|
|
8479
8518
|
"type": {
|
|
8480
|
-
"description": "The type of renderer. See{@
|
|
8519
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
8481
8520
|
"enum": [
|
|
8482
8521
|
"temporal"
|
|
8483
8522
|
],
|
|
@@ -8486,8 +8525,7 @@
|
|
|
8486
8525
|
"visualVariables": {
|
|
8487
8526
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8488
8527
|
"items": {
|
|
8489
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8490
|
-
"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/}."
|
|
8528
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8491
8529
|
},
|
|
8492
8530
|
"type": "array"
|
|
8493
8531
|
}
|
|
@@ -8499,7 +8537,7 @@
|
|
|
8499
8537
|
},
|
|
8500
8538
|
"esri.rest-api.TextSymbol.TextSymbol": {
|
|
8501
8539
|
"additionalProperties": false,
|
|
8502
|
-
"description": "Text symbols are used to add text to a feature (labeling). See{@
|
|
8540
|
+
"description": "Text symbols are used to add text to a feature (labeling). See {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
8503
8541
|
"properties": {
|
|
8504
8542
|
"angle": {
|
|
8505
8543
|
"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.",
|
|
@@ -8535,7 +8573,7 @@
|
|
|
8535
8573
|
},
|
|
8536
8574
|
"horizontalAlignment": {
|
|
8537
8575
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
8538
|
-
"description": "The horizontal alignment of the text. See{@
|
|
8576
|
+
"description": "The horizontal alignment of the text. See {@link portal /Symbol!HorizontalAlignment}."
|
|
8539
8577
|
},
|
|
8540
8578
|
"kerning": {
|
|
8541
8579
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -8554,7 +8592,7 @@
|
|
|
8554
8592
|
"type": "string"
|
|
8555
8593
|
},
|
|
8556
8594
|
"type": {
|
|
8557
|
-
"description": "The type of symbol. See{@
|
|
8595
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
8558
8596
|
"enum": [
|
|
8559
8597
|
"esriTS"
|
|
8560
8598
|
],
|
|
@@ -8562,7 +8600,7 @@
|
|
|
8562
8600
|
},
|
|
8563
8601
|
"verticalAlignment": {
|
|
8564
8602
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
8565
|
-
"description": "The vertical alignment of the text. See{@
|
|
8603
|
+
"description": "The vertical alignment of the text. See {@link portal /Symbol!VerticalAlignment}."
|
|
8566
8604
|
},
|
|
8567
8605
|
"xoffset": {
|
|
8568
8606
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -8580,7 +8618,7 @@
|
|
|
8580
8618
|
},
|
|
8581
8619
|
"esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
|
|
8582
8620
|
"additionalProperties": false,
|
|
8583
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See{@
|
|
8621
|
+
"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/}.",
|
|
8584
8622
|
"properties": {
|
|
8585
8623
|
"font": {
|
|
8586
8624
|
"$ref": "#/definitions/esri.rest-api.Symbol.Font",
|
|
@@ -8599,7 +8637,7 @@
|
|
|
8599
8637
|
"type": "string"
|
|
8600
8638
|
},
|
|
8601
8639
|
"type": {
|
|
8602
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
8640
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
8603
8641
|
"enum": [
|
|
8604
8642
|
"Text"
|
|
8605
8643
|
],
|
|
@@ -8613,7 +8651,7 @@
|
|
|
8613
8651
|
},
|
|
8614
8652
|
"esri.rest-api.TileInfo.TileInfo": {
|
|
8615
8653
|
"additionalProperties": false,
|
|
8616
|
-
"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{@
|
|
8654
|
+
"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/}.",
|
|
8617
8655
|
"properties": {
|
|
8618
8656
|
"cols": {
|
|
8619
8657
|
"description": "Requested tile's column.",
|
|
@@ -8632,7 +8670,7 @@
|
|
|
8632
8670
|
"type": "string"
|
|
8633
8671
|
},
|
|
8634
8672
|
"lods": {
|
|
8635
|
-
"description": "An array of levels of detail that define the tiling scheme. See{@
|
|
8673
|
+
"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/}.",
|
|
8636
8674
|
"items": {
|
|
8637
8675
|
"$ref": "__type"
|
|
8638
8676
|
},
|
|
@@ -8655,7 +8693,7 @@
|
|
|
8655
8693
|
},
|
|
8656
8694
|
"esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
|
|
8657
8695
|
"additionalProperties": false,
|
|
8658
|
-
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See{@
|
|
8696
|
+
"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/}.",
|
|
8659
8697
|
"properties": {
|
|
8660
8698
|
"blendMode": {
|
|
8661
8699
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8689,7 +8727,7 @@
|
|
|
8689
8727
|
},
|
|
8690
8728
|
"listMode": {
|
|
8691
8729
|
"$ref": "esri.ListMode",
|
|
8692
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8730
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8693
8731
|
},
|
|
8694
8732
|
"maxScale": {
|
|
8695
8733
|
"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.",
|
|
@@ -8704,7 +8742,7 @@
|
|
|
8704
8742
|
"type": "number"
|
|
8705
8743
|
},
|
|
8706
8744
|
"refreshInterval": {
|
|
8707
|
-
"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{@
|
|
8745
|
+
"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}.",
|
|
8708
8746
|
"type": "number"
|
|
8709
8747
|
},
|
|
8710
8748
|
"showLegend": {
|
|
@@ -8716,7 +8754,7 @@
|
|
|
8716
8754
|
"type": "string"
|
|
8717
8755
|
},
|
|
8718
8756
|
"type": {
|
|
8719
|
-
"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{@
|
|
8757
|
+
"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}.",
|
|
8720
8758
|
"enum": [
|
|
8721
8759
|
"BingMapsAerial",
|
|
8722
8760
|
"BingMapsHybrid",
|
|
@@ -8746,7 +8784,7 @@
|
|
|
8746
8784
|
},
|
|
8747
8785
|
"esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
|
|
8748
8786
|
"additionalProperties": false,
|
|
8749
|
-
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See{@
|
|
8787
|
+
"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/}.",
|
|
8750
8788
|
"properties": {
|
|
8751
8789
|
"blendMode": {
|
|
8752
8790
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8768,7 +8806,7 @@
|
|
|
8768
8806
|
},
|
|
8769
8807
|
"exclusionAreas": {
|
|
8770
8808
|
"$ref": "__type",
|
|
8771
|
-
"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{@
|
|
8809
|
+
"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/}."
|
|
8772
8810
|
},
|
|
8773
8811
|
"id": {
|
|
8774
8812
|
"description": "A unique identifying string for the layer.",
|
|
@@ -8798,7 +8836,7 @@
|
|
|
8798
8836
|
},
|
|
8799
8837
|
"listMode": {
|
|
8800
8838
|
"$ref": "esri.ListMode",
|
|
8801
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8839
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8802
8840
|
},
|
|
8803
8841
|
"maxScale": {
|
|
8804
8842
|
"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.",
|
|
@@ -8817,7 +8855,7 @@
|
|
|
8817
8855
|
"type": "string"
|
|
8818
8856
|
},
|
|
8819
8857
|
"refreshInterval": {
|
|
8820
|
-
"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{@
|
|
8858
|
+
"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}.",
|
|
8821
8859
|
"type": "number"
|
|
8822
8860
|
},
|
|
8823
8861
|
"showLegend": {
|
|
@@ -8829,7 +8867,7 @@
|
|
|
8829
8867
|
"type": "string"
|
|
8830
8868
|
},
|
|
8831
8869
|
"type": {
|
|
8832
|
-
"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{@
|
|
8870
|
+
"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}.",
|
|
8833
8871
|
"enum": [
|
|
8834
8872
|
"BingMapsAerial",
|
|
8835
8873
|
"BingMapsHybrid",
|
|
@@ -8858,7 +8896,7 @@
|
|
|
8858
8896
|
},
|
|
8859
8897
|
"esri.rest-api.Type.Type": {
|
|
8860
8898
|
"additionalProperties": false,
|
|
8861
|
-
"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{@
|
|
8899
|
+
"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/}.",
|
|
8862
8900
|
"properties": {
|
|
8863
8901
|
"domains": {
|
|
8864
8902
|
"description": "A set of domain objects for each domain in the type."
|
|
@@ -8886,7 +8924,7 @@
|
|
|
8886
8924
|
},
|
|
8887
8925
|
"esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
|
|
8888
8926
|
"additionalProperties": false,
|
|
8889
|
-
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See{@
|
|
8927
|
+
"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/}.",
|
|
8890
8928
|
"properties": {
|
|
8891
8929
|
"authoringInfo": {
|
|
8892
8930
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8910,7 +8948,7 @@
|
|
|
8910
8948
|
},
|
|
8911
8949
|
"rotationType": {
|
|
8912
8950
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8913
|
-
"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{@
|
|
8951
|
+
"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}."
|
|
8914
8952
|
},
|
|
8915
8953
|
"styleName": {
|
|
8916
8954
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -8921,7 +8959,7 @@
|
|
|
8921
8959
|
"type": "string"
|
|
8922
8960
|
},
|
|
8923
8961
|
"type": {
|
|
8924
|
-
"description": "The type of renderer. See{@
|
|
8962
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
8925
8963
|
"enum": [
|
|
8926
8964
|
"uniqueValue"
|
|
8927
8965
|
],
|
|
@@ -8930,8 +8968,7 @@
|
|
|
8930
8968
|
"visualVariables": {
|
|
8931
8969
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8932
8970
|
"items": {
|
|
8933
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8934
|
-
"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/}."
|
|
8971
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8935
8972
|
},
|
|
8936
8973
|
"type": "array"
|
|
8937
8974
|
}
|
|
@@ -8944,7 +8981,7 @@
|
|
|
8944
8981
|
},
|
|
8945
8982
|
"esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
|
|
8946
8983
|
"additionalProperties": false,
|
|
8947
|
-
"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{@
|
|
8984
|
+
"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/}.",
|
|
8948
8985
|
"properties": {
|
|
8949
8986
|
"description": {
|
|
8950
8987
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -9011,7 +9048,7 @@
|
|
|
9011
9048
|
},
|
|
9012
9049
|
"esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
|
|
9013
9050
|
"additionalProperties": false,
|
|
9014
|
-
"description": "A unique value renderer symbolizes groups of features that have matching field values. See{@
|
|
9051
|
+
"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/}.",
|
|
9015
9052
|
"properties": {
|
|
9016
9053
|
"authoringInfo": {
|
|
9017
9054
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9091,10 +9128,10 @@
|
|
|
9091
9128
|
},
|
|
9092
9129
|
"rotationType": {
|
|
9093
9130
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9094
|
-
"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{@
|
|
9131
|
+
"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}."
|
|
9095
9132
|
},
|
|
9096
9133
|
"type": {
|
|
9097
|
-
"description": "The type of renderer. See{@
|
|
9134
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
9098
9135
|
"enum": [
|
|
9099
9136
|
"uniqueValue"
|
|
9100
9137
|
],
|
|
@@ -9110,8 +9147,7 @@
|
|
|
9110
9147
|
"visualVariables": {
|
|
9111
9148
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9112
9149
|
"items": {
|
|
9113
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9114
|
-
"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/}."
|
|
9150
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9115
9151
|
},
|
|
9116
9152
|
"type": "array"
|
|
9117
9153
|
}
|
|
@@ -9125,7 +9161,7 @@
|
|
|
9125
9161
|
},
|
|
9126
9162
|
"esri.rest-api.Value.Value": {
|
|
9127
9163
|
"additionalProperties": false,
|
|
9128
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See{@
|
|
9164
|
+
"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/}.",
|
|
9129
9165
|
"properties": {
|
|
9130
9166
|
"fields": {
|
|
9131
9167
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -9201,7 +9237,7 @@
|
|
|
9201
9237
|
},
|
|
9202
9238
|
"rotationType": {
|
|
9203
9239
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9204
|
-
"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{@
|
|
9240
|
+
"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}."
|
|
9205
9241
|
},
|
|
9206
9242
|
"style": {
|
|
9207
9243
|
"description": "A predefined style.",
|
|
@@ -9225,7 +9261,7 @@
|
|
|
9225
9261
|
"type": "number"
|
|
9226
9262
|
},
|
|
9227
9263
|
"type": {
|
|
9228
|
-
"description": "The type of renderer. See{@
|
|
9264
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
9229
9265
|
"enum": [
|
|
9230
9266
|
"vectorField"
|
|
9231
9267
|
],
|
|
@@ -9234,8 +9270,7 @@
|
|
|
9234
9270
|
"visualVariables": {
|
|
9235
9271
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9236
9272
|
"items": {
|
|
9237
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9238
|
-
"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/}."
|
|
9273
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
9239
9274
|
},
|
|
9240
9275
|
"type": "array"
|
|
9241
9276
|
}
|
|
@@ -9250,7 +9285,7 @@
|
|
|
9250
9285
|
},
|
|
9251
9286
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
9252
9287
|
"additionalProperties": false,
|
|
9253
|
-
"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{@
|
|
9288
|
+
"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/}.",
|
|
9254
9289
|
"properties": {
|
|
9255
9290
|
"blendMode": {
|
|
9256
9291
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9284,7 +9319,7 @@
|
|
|
9284
9319
|
},
|
|
9285
9320
|
"listMode": {
|
|
9286
9321
|
"$ref": "esri.ListMode",
|
|
9287
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9322
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9288
9323
|
},
|
|
9289
9324
|
"maxScale": {
|
|
9290
9325
|
"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.",
|
|
@@ -9303,7 +9338,7 @@
|
|
|
9303
9338
|
"type": "string"
|
|
9304
9339
|
},
|
|
9305
9340
|
"refreshInterval": {
|
|
9306
|
-
"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{@
|
|
9341
|
+
"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}.",
|
|
9307
9342
|
"type": "number"
|
|
9308
9343
|
},
|
|
9309
9344
|
"showLegend": {
|
|
@@ -9319,7 +9354,7 @@
|
|
|
9319
9354
|
"type": "string"
|
|
9320
9355
|
},
|
|
9321
9356
|
"type": {
|
|
9322
|
-
"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{@
|
|
9357
|
+
"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}.",
|
|
9323
9358
|
"enum": [
|
|
9324
9359
|
"BingMapsAerial",
|
|
9325
9360
|
"BingMapsHybrid",
|
|
@@ -9344,7 +9379,7 @@
|
|
|
9344
9379
|
},
|
|
9345
9380
|
"esri.rest-api.VerticalOffset.VerticalOffset": {
|
|
9346
9381
|
"additionalProperties": false,
|
|
9347
|
-
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See{@
|
|
9382
|
+
"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/}.",
|
|
9348
9383
|
"properties": {
|
|
9349
9384
|
"maxWorldLength": {
|
|
9350
9385
|
"description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
|
|
@@ -9366,13 +9401,13 @@
|
|
|
9366
9401
|
},
|
|
9367
9402
|
"esri.rest-api.VisualVariable.ColorInfo": {
|
|
9368
9403
|
"additionalProperties": false,
|
|
9369
|
-
"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{@
|
|
9404
|
+
"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/}.",
|
|
9370
9405
|
"properties": {
|
|
9371
9406
|
"colors": {
|
|
9372
9407
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
9373
9408
|
"items": {
|
|
9374
9409
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
9375
|
-
"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{@
|
|
9410
|
+
"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/}."
|
|
9376
9411
|
},
|
|
9377
9412
|
"type": "array"
|
|
9378
9413
|
},
|
|
@@ -9382,7 +9417,7 @@
|
|
|
9382
9417
|
},
|
|
9383
9418
|
"legendOptions": {
|
|
9384
9419
|
"$ref": "__type",
|
|
9385
|
-
"description": "Options available for the legend. See{@
|
|
9420
|
+
"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/}."
|
|
9386
9421
|
},
|
|
9387
9422
|
"maxDataValue": {
|
|
9388
9423
|
"description": "The maximum data value.",
|
|
@@ -9404,7 +9439,7 @@
|
|
|
9404
9439
|
"type": "array"
|
|
9405
9440
|
},
|
|
9406
9441
|
"type": {
|
|
9407
|
-
"description": "The type of the VisualVariable. See{@
|
|
9442
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
9408
9443
|
"enum": [
|
|
9409
9444
|
"colorInfo"
|
|
9410
9445
|
],
|
|
@@ -9425,7 +9460,7 @@
|
|
|
9425
9460
|
"anyOf": [
|
|
9426
9461
|
{
|
|
9427
9462
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
9428
|
-
"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{@
|
|
9463
|
+
"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/}."
|
|
9429
9464
|
},
|
|
9430
9465
|
{
|
|
9431
9466
|
"type": "string"
|
|
@@ -9446,7 +9481,7 @@
|
|
|
9446
9481
|
},
|
|
9447
9482
|
"esri.rest-api.VisualVariable.RotationInfo": {
|
|
9448
9483
|
"additionalProperties": false,
|
|
9449
|
-
"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{@
|
|
9484
|
+
"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/}.",
|
|
9450
9485
|
"properties": {
|
|
9451
9486
|
"field": {
|
|
9452
9487
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -9454,7 +9489,7 @@
|
|
|
9454
9489
|
},
|
|
9455
9490
|
"legendOptions": {
|
|
9456
9491
|
"$ref": "__type",
|
|
9457
|
-
"description": "Options available for the legend. See{@
|
|
9492
|
+
"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/}."
|
|
9458
9493
|
},
|
|
9459
9494
|
"normalizationField": {
|
|
9460
9495
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -9465,7 +9500,7 @@
|
|
|
9465
9500
|
"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."
|
|
9466
9501
|
},
|
|
9467
9502
|
"type": {
|
|
9468
|
-
"description": "The type of the VisualVariable. See{@
|
|
9503
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
9469
9504
|
"enum": [
|
|
9470
9505
|
"rotationInfo"
|
|
9471
9506
|
],
|
|
@@ -9492,7 +9527,7 @@
|
|
|
9492
9527
|
},
|
|
9493
9528
|
"esri.rest-api.VisualVariable.Size": {
|
|
9494
9529
|
"additionalProperties": false,
|
|
9495
|
-
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See{@
|
|
9530
|
+
"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/}.",
|
|
9496
9531
|
"properties": {
|
|
9497
9532
|
"expression": {
|
|
9498
9533
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -9518,7 +9553,7 @@
|
|
|
9518
9553
|
},
|
|
9519
9554
|
"esri.rest-api.VisualVariable.SizeInfo": {
|
|
9520
9555
|
"additionalProperties": false,
|
|
9521
|
-
"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{@
|
|
9556
|
+
"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/}.",
|
|
9522
9557
|
"properties": {
|
|
9523
9558
|
"axis": {
|
|
9524
9559
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -9537,7 +9572,7 @@
|
|
|
9537
9572
|
},
|
|
9538
9573
|
"legendOptions": {
|
|
9539
9574
|
"$ref": "__type",
|
|
9540
|
-
"description": "Options available for the legend. See{@
|
|
9575
|
+
"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/}."
|
|
9541
9576
|
},
|
|
9542
9577
|
"maxDataValue": {
|
|
9543
9578
|
"description": "The maximum data value.",
|
|
@@ -9574,7 +9609,7 @@
|
|
|
9574
9609
|
"type": "string"
|
|
9575
9610
|
},
|
|
9576
9611
|
"type": {
|
|
9577
|
-
"description": "The type of the VisualVariable. See{@
|
|
9612
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
9578
9613
|
"enum": [
|
|
9579
9614
|
"sizeInfo"
|
|
9580
9615
|
],
|
|
@@ -9641,7 +9676,7 @@
|
|
|
9641
9676
|
},
|
|
9642
9677
|
"esri.rest-api.VisualVariable.TransparencyInfo": {
|
|
9643
9678
|
"additionalProperties": false,
|
|
9644
|
-
"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{@
|
|
9679
|
+
"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/}.",
|
|
9645
9680
|
"properties": {
|
|
9646
9681
|
"field": {
|
|
9647
9682
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -9663,7 +9698,7 @@
|
|
|
9663
9698
|
"type": "array"
|
|
9664
9699
|
},
|
|
9665
9700
|
"type": {
|
|
9666
|
-
"description": "The type of the VisualVariable. See{@
|
|
9701
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
9667
9702
|
"enum": [
|
|
9668
9703
|
"transparencyInfo"
|
|
9669
9704
|
],
|
|
@@ -9715,11 +9750,11 @@
|
|
|
9715
9750
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
9716
9751
|
}
|
|
9717
9752
|
],
|
|
9718
|
-
"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{@
|
|
9753
|
+
"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/}."
|
|
9719
9754
|
},
|
|
9720
9755
|
"esri.rest-api.WMSLayer.WMSLayer": {
|
|
9721
9756
|
"additionalProperties": false,
|
|
9722
|
-
"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{@
|
|
9757
|
+
"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/}.",
|
|
9723
9758
|
"properties": {
|
|
9724
9759
|
"blendMode": {
|
|
9725
9760
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9797,7 +9832,7 @@
|
|
|
9797
9832
|
},
|
|
9798
9833
|
"listMode": {
|
|
9799
9834
|
"$ref": "esri.ListMode",
|
|
9800
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9835
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9801
9836
|
},
|
|
9802
9837
|
"mapUrl": {
|
|
9803
9838
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -9824,7 +9859,7 @@
|
|
|
9824
9859
|
"type": "number"
|
|
9825
9860
|
},
|
|
9826
9861
|
"refreshInterval": {
|
|
9827
|
-
"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{@
|
|
9862
|
+
"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}.",
|
|
9828
9863
|
"type": "number"
|
|
9829
9864
|
},
|
|
9830
9865
|
"showLegend": {
|
|
@@ -9843,7 +9878,7 @@
|
|
|
9843
9878
|
"type": "string"
|
|
9844
9879
|
},
|
|
9845
9880
|
"type": {
|
|
9846
|
-
"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{@
|
|
9881
|
+
"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}.",
|
|
9847
9882
|
"enum": [
|
|
9848
9883
|
"BingMapsAerial",
|
|
9849
9884
|
"BingMapsHybrid",
|
|
@@ -9883,7 +9918,7 @@
|
|
|
9883
9918
|
},
|
|
9884
9919
|
"esri.rest-api.WMSSublayer.WMSSublayer": {
|
|
9885
9920
|
"additionalProperties": false,
|
|
9886
|
-
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See{@
|
|
9921
|
+
"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/}.",
|
|
9887
9922
|
"properties": {
|
|
9888
9923
|
"legendUrl": {
|
|
9889
9924
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -9910,7 +9945,7 @@
|
|
|
9910
9945
|
},
|
|
9911
9946
|
"esri.rest-api.WMTSInfo.WMTSInfo": {
|
|
9912
9947
|
"additionalProperties": false,
|
|
9913
|
-
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See{@
|
|
9948
|
+
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See {@link https://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
|
|
9914
9949
|
"properties": {
|
|
9915
9950
|
"customLayerParameters": {
|
|
9916
9951
|
"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."
|
|
@@ -9935,7 +9970,7 @@
|
|
|
9935
9970
|
},
|
|
9936
9971
|
"esri.rest-api.WebTileLayer.WebTileLayer": {
|
|
9937
9972
|
"additionalProperties": false,
|
|
9938
|
-
"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{@
|
|
9973
|
+
"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/}.",
|
|
9939
9974
|
"properties": {
|
|
9940
9975
|
"blendMode": {
|
|
9941
9976
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9974,7 +10009,7 @@
|
|
|
9974
10009
|
},
|
|
9975
10010
|
"listMode": {
|
|
9976
10011
|
"$ref": "esri.ListMode",
|
|
9977
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10012
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9978
10013
|
},
|
|
9979
10014
|
"maxScale": {
|
|
9980
10015
|
"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.",
|
|
@@ -9989,7 +10024,7 @@
|
|
|
9989
10024
|
"type": "number"
|
|
9990
10025
|
},
|
|
9991
10026
|
"refreshInterval": {
|
|
9992
|
-
"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{@
|
|
10027
|
+
"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}.",
|
|
9993
10028
|
"type": "number"
|
|
9994
10029
|
},
|
|
9995
10030
|
"showLegend": {
|
|
@@ -10016,7 +10051,7 @@
|
|
|
10016
10051
|
"type": "string"
|
|
10017
10052
|
},
|
|
10018
10053
|
"type": {
|
|
10019
|
-
"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{@
|
|
10054
|
+
"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}.",
|
|
10020
10055
|
"enum": [
|
|
10021
10056
|
"BingMapsAerial",
|
|
10022
10057
|
"BingMapsHybrid",
|
|
@@ -10275,6 +10310,33 @@
|
|
|
10275
10310
|
"printing.print-started:input": {
|
|
10276
10311
|
"$ref": "#/definitions/PrintStartedEventArgs"
|
|
10277
10312
|
},
|
|
10313
|
+
"project.loaded": {
|
|
10314
|
+
"description": "Raised when a project is loaded.",
|
|
10315
|
+
"enum": [
|
|
10316
|
+
"project.loaded"
|
|
10317
|
+
]
|
|
10318
|
+
},
|
|
10319
|
+
"project.loaded:input": {
|
|
10320
|
+
"$ref": "#/definitions/SharedProject"
|
|
10321
|
+
},
|
|
10322
|
+
"project.share-added": {
|
|
10323
|
+
"description": "Raised when a shared project is added.",
|
|
10324
|
+
"enum": [
|
|
10325
|
+
"project.share-added"
|
|
10326
|
+
]
|
|
10327
|
+
},
|
|
10328
|
+
"project.share-added:input": {
|
|
10329
|
+
"$ref": "#/definitions/SharedProject"
|
|
10330
|
+
},
|
|
10331
|
+
"project.share-removed": {
|
|
10332
|
+
"description": "Raised when a shared project is removed.",
|
|
10333
|
+
"enum": [
|
|
10334
|
+
"project.share-removed"
|
|
10335
|
+
]
|
|
10336
|
+
},
|
|
10337
|
+
"project.share-removed:input": {
|
|
10338
|
+
"$ref": "#/definitions/SharedProject"
|
|
10339
|
+
},
|
|
10278
10340
|
"region.measurement-system-changed": {
|
|
10279
10341
|
"description": "Raised when the current measurement system is changed.",
|
|
10280
10342
|
"enum": [
|
|
@@ -10282,12 +10344,7 @@
|
|
|
10282
10344
|
]
|
|
10283
10345
|
},
|
|
10284
10346
|
"region.measurement-system-changed:input": {
|
|
10285
|
-
"
|
|
10286
|
-
"enum": [
|
|
10287
|
-
"imperial",
|
|
10288
|
-
"metric"
|
|
10289
|
-
],
|
|
10290
|
-
"type": "string"
|
|
10347
|
+
"$ref": "#/definitions/MeasurementSystem"
|
|
10291
10348
|
},
|
|
10292
10349
|
"reports.report-error": {
|
|
10293
10350
|
"description": "Raised when an error occurs with running a report.",
|
|
@@ -10386,12 +10443,7 @@
|
|
|
10386
10443
|
]
|
|
10387
10444
|
},
|
|
10388
10445
|
"ui.density-changed:input": {
|
|
10389
|
-
"
|
|
10390
|
-
"enum": [
|
|
10391
|
-
"compact",
|
|
10392
|
-
"standard"
|
|
10393
|
-
],
|
|
10394
|
-
"type": "string"
|
|
10446
|
+
"$ref": "#/definitions/UIDensity"
|
|
10395
10447
|
},
|
|
10396
10448
|
"ui.initialized": {
|
|
10397
10449
|
"description": "Raised when a component and its descendants have been initially activated. The argument is the component ID.",
|
|
@@ -10539,6 +10591,15 @@
|
|
|
10539
10591
|
{
|
|
10540
10592
|
"$ref": "#/definitions/printing.print-started"
|
|
10541
10593
|
},
|
|
10594
|
+
{
|
|
10595
|
+
"$ref": "#/definitions/project.loaded"
|
|
10596
|
+
},
|
|
10597
|
+
{
|
|
10598
|
+
"$ref": "#/definitions/project.share-added"
|
|
10599
|
+
},
|
|
10600
|
+
{
|
|
10601
|
+
"$ref": "#/definitions/project.share-removed"
|
|
10602
|
+
},
|
|
10542
10603
|
{
|
|
10543
10604
|
"$ref": "#/definitions/region.measurement-system-changed"
|
|
10544
10605
|
},
|