@vertigis/viewer-spec 60.9.0 → 61.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/messaging/Event.d.ts +2 -1
- package/messaging/registry/geometry.d.ts +2 -3
- package/messaging/registry/map.d.ts +1 -1
- package/messaging/schema/common-action.schema.json +1834 -575
- package/messaging/schema/common-event.schema.json +1639 -305
- package/messaging/schema/mobile-action.schema.json +1912 -639
- package/messaging/schema/mobile-event.schema.json +1680 -381
- package/messaging/schema/web-action.schema.json +2258 -1092
- package/messaging/schema/web-charts-command-definitions.md +210 -3
- package/messaging/schema/web-drawing-command-definitions.md +18 -57
- package/messaging/schema/web-drawing-operation-definitions.md +114 -63
- package/messaging/schema/web-edit-command-definitions.md +212 -5
- package/messaging/schema/web-event.schema.json +1810 -412
- package/messaging/schema/web-geocode-operation-definitions.md +1 -1
- package/messaging/schema/web-geolocation-operation-definitions.md +1 -1
- package/messaging/schema/web-geometry-operation-definitions.md +77 -16
- package/messaging/schema/web-kpi-command-definitions.md +210 -3
- package/messaging/schema/web-layer-comparison-command-definitions.md +8 -8
- package/messaging/schema/web-layers-command-definitions.md +104 -104
- package/messaging/schema/web-layers-operation-definitions.md +37 -37
- package/messaging/schema/web-location-marker-command-definitions.md +68 -6
- package/messaging/schema/web-map-command-definitions.md +234 -27
- package/messaging/schema/web-map-operation-definitions.md +1 -1
- package/messaging/schema/web-measurement-command-definitions.md +18 -57
- package/messaging/schema/web-measurement-operation-definitions.md +17 -38
- package/messaging/schema/web-portal-operation-definitions.md +1 -1
- package/messaging/schema/web-results-command-definitions.md +280 -4
- package/messaging/schema/web-results-operation-definitions.md +289 -13
- package/messaging/schema/web-sketching-command-definitions.md +2 -2
- package/messaging/schema/web-sketching-operation-definitions.md +24 -24
- package/package.json +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -55,11 +55,42 @@ CreateLocationMarkerArgs properties:
|
|
|
55
55
|
"color": {
|
|
56
56
|
"anyOf": [
|
|
57
57
|
{
|
|
58
|
-
"$ref": "#/definitions
|
|
58
|
+
"$ref": "#/definitions/@arcgis.core.Color.Color"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"
|
|
62
|
-
|
|
61
|
+
"items": [
|
|
62
|
+
{
|
|
63
|
+
"type": "number"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "number"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"type": "number"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"type": "number"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"maxItems": 4,
|
|
76
|
+
"minItems": 4,
|
|
77
|
+
"type": "array"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"items": [
|
|
81
|
+
{
|
|
82
|
+
"type": "number"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"type": "number"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"type": "number"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"maxItems": 3,
|
|
92
|
+
"minItems": 3,
|
|
93
|
+
"type": "array"
|
|
63
94
|
}
|
|
64
95
|
],
|
|
65
96
|
"description": "Indicates the color for the Marker. This property is only used if the symbol is a well-known ID."
|
|
@@ -146,11 +177,42 @@ UpdateLocationMarkerArgs properties:
|
|
|
146
177
|
"color": {
|
|
147
178
|
"anyOf": [
|
|
148
179
|
{
|
|
149
|
-
"$ref": "#/definitions
|
|
180
|
+
"$ref": "#/definitions/@arcgis.core.Color.Color"
|
|
150
181
|
},
|
|
151
182
|
{
|
|
152
|
-
"
|
|
153
|
-
|
|
183
|
+
"items": [
|
|
184
|
+
{
|
|
185
|
+
"type": "number"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"type": "number"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"type": "number"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"type": "number"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"maxItems": 4,
|
|
198
|
+
"minItems": 4,
|
|
199
|
+
"type": "array"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"items": [
|
|
203
|
+
{
|
|
204
|
+
"type": "number"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"type": "number"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"type": "number"
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"maxItems": 3,
|
|
214
|
+
"minItems": 3,
|
|
215
|
+
"type": "array"
|
|
154
216
|
}
|
|
155
217
|
],
|
|
156
218
|
"description": "Indicates the color for the Marker. This property is only used if the symbol is a well-known ID."
|
|
@@ -46,7 +46,7 @@ AddLayersArgs properties:
|
|
|
46
46
|
"layers": {
|
|
47
47
|
"anyOf": [
|
|
48
48
|
{
|
|
49
|
-
"$ref": "#/definitions
|
|
49
|
+
"$ref": "#/definitions/@arcgis.core.portal.PortalItem.PortalItem"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"$ref": "#/definitions/esri.rest-api.ItemJson.ItemJson"
|
|
@@ -58,7 +58,7 @@ AddLayersArgs properties:
|
|
|
58
58
|
"$ref": "@vertigis.arcgis-extensions.utilities.uri.Uri"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"$ref": "#/definitions
|
|
61
|
+
"$ref": "#/definitions/@arcgis.core.layers.Layer.Layer"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"$ref": "#/definitions/esri.rest-api.AnnotationLayerJson.AnnotationLayerJson"
|
|
@@ -181,7 +181,7 @@ Description: Adds markup to the map(s).
|
|
|
181
181
|
}
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
Inputs: `( CreateGraphicsResult |
|
|
184
|
+
Inputs: `( CreateGraphicsResult | @arcgis.core.Graphic.Graphic | esri.rest-api.FeatureJson.FeatureJson | @arcgis.core.rest.support.FeatureSet.FeatureSet | ( @arcgis.core.Graphic.Graphic | esri.rest-api.FeatureJson.FeatureJson )[] | AddMarkupArgs )`
|
|
185
185
|
|
|
186
186
|
CreateGraphicsResult properties:
|
|
187
187
|
```json
|
|
@@ -189,7 +189,7 @@ CreateGraphicsResult properties:
|
|
|
189
189
|
"graphics": {
|
|
190
190
|
"description": "The resulting graphics.",
|
|
191
191
|
"items": {
|
|
192
|
-
"$ref": "#/definitions
|
|
192
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
193
193
|
},
|
|
194
194
|
"type": "array",
|
|
195
195
|
"isRequired": "true"
|
|
@@ -232,11 +232,11 @@ AddMarkupArgs properties:
|
|
|
232
232
|
"$ref": "#/definitions/CreateGraphicsResult"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
|
-
"$ref": "#/definitions
|
|
235
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
"items": {
|
|
239
|
-
"$ref": "#/definitions
|
|
239
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
240
240
|
},
|
|
241
241
|
"type": "array"
|
|
242
242
|
},
|
|
@@ -244,13 +244,13 @@ AddMarkupArgs properties:
|
|
|
244
244
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
|
-
"$ref": "#/definitions
|
|
247
|
+
"$ref": "#/definitions/@arcgis.core.rest.support.FeatureSet.FeatureSet"
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
"items": {
|
|
251
251
|
"anyOf": [
|
|
252
252
|
{
|
|
253
|
-
"$ref": "#/definitions
|
|
253
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
@@ -463,7 +463,7 @@ Features properties:
|
|
|
463
463
|
# command: map.go-to-geometry
|
|
464
464
|
Description: Zooms to (without animation) one or many geometries on the targeted map(s). Web only.
|
|
465
465
|
|
|
466
|
-
Inputs: `(
|
|
466
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | CreateGraphicsResult | @arcgis.core.Graphic.Graphic | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | HasFeatures | @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | T_18 | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.FeatureJson.FeatureJson | @arcgis.core.rest.support.FeatureSet.FeatureSet | ( @arcgis.core.Graphic.Graphic | esri.rest-api.FeatureJson.FeatureJson )[] | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson | ( @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | T_18 | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson )[] | HasGeometry | HasMapGeometry )`
|
|
467
467
|
|
|
468
468
|
CreateGraphicsResult properties:
|
|
469
469
|
```json
|
|
@@ -471,7 +471,7 @@ CreateGraphicsResult properties:
|
|
|
471
471
|
"graphics": {
|
|
472
472
|
"description": "The resulting graphics.",
|
|
473
473
|
"items": {
|
|
474
|
-
"$ref": "#/definitions
|
|
474
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
475
475
|
},
|
|
476
476
|
"type": "array",
|
|
477
477
|
"isRequired": "true"
|
|
@@ -483,6 +483,75 @@ CreateGraphicsResult properties:
|
|
|
483
483
|
}
|
|
484
484
|
```
|
|
485
485
|
|
|
486
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
487
|
+
```json
|
|
488
|
+
{
|
|
489
|
+
"attributes": {
|
|
490
|
+
"anyOf": [
|
|
491
|
+
{},
|
|
492
|
+
{
|
|
493
|
+
"$ref": "Map"
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"description": "The feature's attributes, keyed by field name."
|
|
497
|
+
},
|
|
498
|
+
"failureMode": {
|
|
499
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
500
|
+
},
|
|
501
|
+
"geometry": {
|
|
502
|
+
"anyOf": [
|
|
503
|
+
{
|
|
504
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"$ref": "T_6"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
535
|
+
}
|
|
536
|
+
],
|
|
537
|
+
"description": "The feature's geometry."
|
|
538
|
+
},
|
|
539
|
+
"id": {
|
|
540
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
541
|
+
"type": "string"
|
|
542
|
+
},
|
|
543
|
+
"schema": {
|
|
544
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
545
|
+
},
|
|
546
|
+
"settings": {
|
|
547
|
+
"description": "Settings for this feature."
|
|
548
|
+
},
|
|
549
|
+
"source": {
|
|
550
|
+
"description": "The source of the feature."
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
```
|
|
554
|
+
|
|
486
555
|
HasFeatures properties:
|
|
487
556
|
```json
|
|
488
557
|
{
|
|
@@ -900,7 +969,7 @@ ZoomToScaleArgs properties:
|
|
|
900
969
|
# command: map.go-to-viewpoint
|
|
901
970
|
Description: Zooms to (without animation) the given viewpoint. Web only.
|
|
902
971
|
|
|
903
|
-
Inputs: `( @vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties |
|
|
972
|
+
Inputs: `( @vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties | @arcgis.core.Viewpoint.Viewpoint | esri.rest-api.ViewpointJson.ViewpointJson | T_53 | ZoomToViewpointArgs )`
|
|
904
973
|
|
|
905
974
|
@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties properties:
|
|
906
975
|
```json
|
|
@@ -919,7 +988,7 @@ Inputs: `( @vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties | esr
|
|
|
919
988
|
"viewpoint": {
|
|
920
989
|
"anyOf": [
|
|
921
990
|
{
|
|
922
|
-
"$ref": "#/definitions
|
|
991
|
+
"$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint"
|
|
923
992
|
},
|
|
924
993
|
{
|
|
925
994
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
@@ -959,16 +1028,16 @@ ZoomToViewpointArgs properties:
|
|
|
959
1028
|
"viewpoint": {
|
|
960
1029
|
"anyOf": [
|
|
961
1030
|
{
|
|
962
|
-
"$ref": "
|
|
1031
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties"
|
|
963
1032
|
},
|
|
964
1033
|
{
|
|
965
|
-
"$ref": "#/definitions
|
|
1034
|
+
"$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint"
|
|
966
1035
|
},
|
|
967
1036
|
{
|
|
968
1037
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
969
1038
|
},
|
|
970
1039
|
{
|
|
971
|
-
"$ref": "
|
|
1040
|
+
"$ref": "T_52"
|
|
972
1041
|
},
|
|
973
1042
|
{
|
|
974
1043
|
"type": "string"
|
|
@@ -1022,7 +1091,7 @@ ZoomToFeaturesArgs properties:
|
|
|
1022
1091
|
# command: map.pan-to-geometry
|
|
1023
1092
|
Description: Pan (without zooming) to one or many geometries on the targeted map(s). Web only.
|
|
1024
1093
|
|
|
1025
|
-
Inputs: `(
|
|
1094
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | CreateGraphicsResult | @arcgis.core.Graphic.Graphic | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | HasFeatures | @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | T_18 | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.FeatureJson.FeatureJson | @arcgis.core.rest.support.FeatureSet.FeatureSet | ( @arcgis.core.Graphic.Graphic | esri.rest-api.FeatureJson.FeatureJson )[] | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson | ( @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | T_18 | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson )[] | HasGeometry | HasMapGeometry )`
|
|
1026
1095
|
|
|
1027
1096
|
CreateGraphicsResult properties:
|
|
1028
1097
|
```json
|
|
@@ -1030,7 +1099,7 @@ CreateGraphicsResult properties:
|
|
|
1030
1099
|
"graphics": {
|
|
1031
1100
|
"description": "The resulting graphics.",
|
|
1032
1101
|
"items": {
|
|
1033
|
-
"$ref": "#/definitions
|
|
1102
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
1034
1103
|
},
|
|
1035
1104
|
"type": "array",
|
|
1036
1105
|
"isRequired": "true"
|
|
@@ -1042,6 +1111,75 @@ CreateGraphicsResult properties:
|
|
|
1042
1111
|
}
|
|
1043
1112
|
```
|
|
1044
1113
|
|
|
1114
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
1115
|
+
```json
|
|
1116
|
+
{
|
|
1117
|
+
"attributes": {
|
|
1118
|
+
"anyOf": [
|
|
1119
|
+
{},
|
|
1120
|
+
{
|
|
1121
|
+
"$ref": "Map"
|
|
1122
|
+
}
|
|
1123
|
+
],
|
|
1124
|
+
"description": "The feature's attributes, keyed by field name."
|
|
1125
|
+
},
|
|
1126
|
+
"failureMode": {
|
|
1127
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
1128
|
+
},
|
|
1129
|
+
"geometry": {
|
|
1130
|
+
"anyOf": [
|
|
1131
|
+
{
|
|
1132
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"$ref": "T_6"
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
1163
|
+
}
|
|
1164
|
+
],
|
|
1165
|
+
"description": "The feature's geometry."
|
|
1166
|
+
},
|
|
1167
|
+
"id": {
|
|
1168
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
1169
|
+
"type": "string"
|
|
1170
|
+
},
|
|
1171
|
+
"schema": {
|
|
1172
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
1173
|
+
},
|
|
1174
|
+
"settings": {
|
|
1175
|
+
"description": "Settings for this feature."
|
|
1176
|
+
},
|
|
1177
|
+
"source": {
|
|
1178
|
+
"description": "The source of the feature."
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
```
|
|
1182
|
+
|
|
1045
1183
|
HasFeatures properties:
|
|
1046
1184
|
```json
|
|
1047
1185
|
{
|
|
@@ -1396,8 +1534,8 @@ Layers properties:
|
|
|
1396
1534
|
"description": "The layer's url.",
|
|
1397
1535
|
"type": "string"
|
|
1398
1536
|
},
|
|
1399
|
-
"
|
|
1400
|
-
"$ref": "esri
|
|
1537
|
+
"@arcgis.core.layers.Layer.Layer": {
|
|
1538
|
+
"$ref": "esri.layers.Layer"
|
|
1401
1539
|
},
|
|
1402
1540
|
"layers": {
|
|
1403
1541
|
"description": "Layer(s) to use for the command/operation."
|
|
@@ -1409,7 +1547,7 @@ Layers properties:
|
|
|
1409
1547
|
# command: map.remove-layers
|
|
1410
1548
|
Description: Remove the specified layer(s) from the map(s). Web only.
|
|
1411
1549
|
|
|
1412
|
-
Inputs: `( @vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference | @vertigis.arcgis-extensions.data._TableExtension.TableReference |
|
|
1550
|
+
Inputs: `( @vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference | @vertigis.arcgis-extensions.data._TableExtension.TableReference | @arcgis.core.layers.Layer.Layer | @vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension | esri.SublayerLike | @vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension | @vertigis.arcgis-extensions.data._TableExtension.TableExtension | LayerLike[] | RemoveLayersArgs | string )`
|
|
1413
1551
|
|
|
1414
1552
|
@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference properties:
|
|
1415
1553
|
```json
|
|
@@ -1618,7 +1756,7 @@ ZoomToFeaturesArgs properties:
|
|
|
1618
1756
|
# command: map.zoom-to-geometry
|
|
1619
1757
|
Description: Zooms to one or many geometries. Web only.
|
|
1620
1758
|
|
|
1621
|
-
Inputs: `(
|
|
1759
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | CreateGraphicsResult | @arcgis.core.Graphic.Graphic | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | HasFeatures | @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | T_18 | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.FeatureJson.FeatureJson | @arcgis.core.rest.support.FeatureSet.FeatureSet | ( @arcgis.core.Graphic.Graphic | esri.rest-api.FeatureJson.FeatureJson )[] | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson | ( @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | T_18 | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson )[] | HasGeometry | HasMapGeometry )`
|
|
1622
1760
|
|
|
1623
1761
|
CreateGraphicsResult properties:
|
|
1624
1762
|
```json
|
|
@@ -1626,7 +1764,7 @@ CreateGraphicsResult properties:
|
|
|
1626
1764
|
"graphics": {
|
|
1627
1765
|
"description": "The resulting graphics.",
|
|
1628
1766
|
"items": {
|
|
1629
|
-
"$ref": "#/definitions
|
|
1767
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
1630
1768
|
},
|
|
1631
1769
|
"type": "array",
|
|
1632
1770
|
"isRequired": "true"
|
|
@@ -1638,6 +1776,75 @@ CreateGraphicsResult properties:
|
|
|
1638
1776
|
}
|
|
1639
1777
|
```
|
|
1640
1778
|
|
|
1779
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
1780
|
+
```json
|
|
1781
|
+
{
|
|
1782
|
+
"attributes": {
|
|
1783
|
+
"anyOf": [
|
|
1784
|
+
{},
|
|
1785
|
+
{
|
|
1786
|
+
"$ref": "Map"
|
|
1787
|
+
}
|
|
1788
|
+
],
|
|
1789
|
+
"description": "The feature's attributes, keyed by field name."
|
|
1790
|
+
},
|
|
1791
|
+
"failureMode": {
|
|
1792
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
1793
|
+
},
|
|
1794
|
+
"geometry": {
|
|
1795
|
+
"anyOf": [
|
|
1796
|
+
{
|
|
1797
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"$ref": "T_6"
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1830
|
+
"description": "The feature's geometry."
|
|
1831
|
+
},
|
|
1832
|
+
"id": {
|
|
1833
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
1834
|
+
"type": "string"
|
|
1835
|
+
},
|
|
1836
|
+
"schema": {
|
|
1837
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
1838
|
+
},
|
|
1839
|
+
"settings": {
|
|
1840
|
+
"description": "Settings for this feature."
|
|
1841
|
+
},
|
|
1842
|
+
"source": {
|
|
1843
|
+
"description": "The source of the feature."
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
```
|
|
1847
|
+
|
|
1641
1848
|
HasFeatures properties:
|
|
1642
1849
|
```json
|
|
1643
1850
|
{
|
|
@@ -2074,7 +2281,7 @@ ZoomToScaleArgs properties:
|
|
|
2074
2281
|
# command: map.zoom-to-viewpoint
|
|
2075
2282
|
Description: Go to the given viewpoint.
|
|
2076
2283
|
|
|
2077
|
-
Inputs: `( @vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties |
|
|
2284
|
+
Inputs: `( @vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties | @arcgis.core.Viewpoint.Viewpoint | esri.rest-api.ViewpointJson.ViewpointJson | T_52 | ZoomToViewpointArgs )`
|
|
2078
2285
|
|
|
2079
2286
|
@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties properties:
|
|
2080
2287
|
```json
|
|
@@ -2093,7 +2300,7 @@ Inputs: `( @vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties | esr
|
|
|
2093
2300
|
"viewpoint": {
|
|
2094
2301
|
"anyOf": [
|
|
2095
2302
|
{
|
|
2096
|
-
"$ref": "#/definitions
|
|
2303
|
+
"$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint"
|
|
2097
2304
|
},
|
|
2098
2305
|
{
|
|
2099
2306
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
@@ -2133,16 +2340,16 @@ ZoomToViewpointArgs properties:
|
|
|
2133
2340
|
"viewpoint": {
|
|
2134
2341
|
"anyOf": [
|
|
2135
2342
|
{
|
|
2136
|
-
"$ref": "
|
|
2343
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties"
|
|
2137
2344
|
},
|
|
2138
2345
|
{
|
|
2139
|
-
"$ref": "#/definitions
|
|
2346
|
+
"$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint"
|
|
2140
2347
|
},
|
|
2141
2348
|
{
|
|
2142
2349
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
2143
2350
|
},
|
|
2144
2351
|
{
|
|
2145
|
-
"$ref": "
|
|
2352
|
+
"$ref": "T_52"
|
|
2146
2353
|
},
|
|
2147
2354
|
{
|
|
2148
2355
|
"type": "string"
|