@vertigis/viewer-spec 60.9.1 → 61.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/registry/printing.d.ts +36 -4
- package/messaging/registry/printing.js +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 +2292 -1081
- 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 +1832 -402
- 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-printing-command-definitions.md +16 -0
- 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
|
@@ -29,23 +29,12 @@ Inputs: `( AreaMeasurementUnits )`
|
|
|
29
29
|
# command: measurement.set-default-symbol
|
|
30
30
|
Description: Sets the value of the default point, line, or polygon symbol. The symbol can be configured with an instance of the Esri symbol or with the Esri WebMap JSON. Web only.
|
|
31
31
|
|
|
32
|
-
Inputs: `(
|
|
32
|
+
Inputs: `( @arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol | @arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol | @arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol | @arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol | @arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol | @arcgis.core.symbols.TextSymbol.TextSymbol | @arcgis.core.symbols.CIMSymbol.CIMSymbol | @arcgis.core.symbols.LineSymbol3D.LineSymbol3D | @arcgis.core.symbols.PointSymbol3D.PointSymbol3D | @arcgis.core.symbols.PolygonSymbol3D.PolygonSymbol3D | esri.rest-api.SymbolJson.CIMSymbolReferenceJson | esri.rest-api.SymbolJson.PictureFillSymbolJson | esri.rest-api.SymbolJson.PictureMarkerSymbolJson | esri.rest-api.SymbolJson.SimpleFillSymbolJson | esri.rest-api.SymbolJson.SimpleLineSymbolJson | esri.rest-api.SymbolJson.SimpleMarkerSymbolJson | esri.rest-api.SymbolJson.TextSymbolJson | esri.rest-api.SymbolJson.LineSymbol3DJson | esri.rest-api.SymbolJson.PointSymbol3DJson | esri.rest-api.SymbolJson.PolygonSymbol3DJson | HasSymbols )`
|
|
33
33
|
|
|
34
34
|
esri.rest-api.SymbolJson.CIMSymbolReferenceJson properties:
|
|
35
35
|
```json
|
|
36
36
|
{
|
|
37
37
|
"symbol": {
|
|
38
|
-
"anyOf": [
|
|
39
|
-
{
|
|
40
|
-
"$ref": "esri.CIMLineSymbol"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"$ref": "esri.CIMPointSymbol"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"$ref": "esri.CIMPolygonSymbol"
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
38
|
"description": "The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and CIMPolygonSymbol."
|
|
50
39
|
},
|
|
51
40
|
"type": {
|
|
@@ -160,11 +149,7 @@ esri.rest-api.SymbolJson.SimpleFillSymbolJson properties:
|
|
|
160
149
|
```json
|
|
161
150
|
{
|
|
162
151
|
"color": {
|
|
163
|
-
"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."
|
|
164
|
-
"items": {
|
|
165
|
-
"type": "number"
|
|
166
|
-
},
|
|
167
|
-
"type": "array"
|
|
152
|
+
"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."
|
|
168
153
|
},
|
|
169
154
|
"outline": {
|
|
170
155
|
"description": "Sets the outline of the fill symbol."
|
|
@@ -196,11 +181,7 @@ esri.rest-api.SymbolJson.SimpleLineSymbolJson properties:
|
|
|
196
181
|
```json
|
|
197
182
|
{
|
|
198
183
|
"color": {
|
|
199
|
-
"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."
|
|
200
|
-
"items": {
|
|
201
|
-
"type": "number"
|
|
202
|
-
},
|
|
203
|
-
"type": "array"
|
|
184
|
+
"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."
|
|
204
185
|
},
|
|
205
186
|
"style": {
|
|
206
187
|
"description": "The line style.",
|
|
@@ -235,11 +216,7 @@ esri.rest-api.SymbolJson.SimpleMarkerSymbolJson properties:
|
|
|
235
216
|
"type": "number"
|
|
236
217
|
},
|
|
237
218
|
"color": {
|
|
238
|
-
"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."
|
|
239
|
-
"items": {
|
|
240
|
-
"type": "number"
|
|
241
|
-
},
|
|
242
|
-
"type": "array"
|
|
219
|
+
"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."
|
|
243
220
|
},
|
|
244
221
|
"outline": {
|
|
245
222
|
"description": "Sets the outline of the marker symbol."
|
|
@@ -286,39 +263,23 @@ esri.rest-api.SymbolJson.TextSymbolJson properties:
|
|
|
286
263
|
"type": "number"
|
|
287
264
|
},
|
|
288
265
|
"backgroundColor": {
|
|
289
|
-
"description": "Background color of the text."
|
|
290
|
-
"items": {
|
|
291
|
-
"type": "number"
|
|
292
|
-
},
|
|
293
|
-
"type": "array"
|
|
266
|
+
"description": "Background color of the text."
|
|
294
267
|
},
|
|
295
268
|
"borderLineColor": {
|
|
296
|
-
"description": "Value indicating the the color of the border line."
|
|
297
|
-
"items": {
|
|
298
|
-
"type": "number"
|
|
299
|
-
},
|
|
300
|
-
"type": "array"
|
|
269
|
+
"description": "Value indicating the the color of the border line."
|
|
301
270
|
},
|
|
302
271
|
"borderLineSize": {
|
|
303
272
|
"description": "Numeric value indicating the the size of the border line in points.",
|
|
304
273
|
"type": "number"
|
|
305
274
|
},
|
|
306
275
|
"color": {
|
|
307
|
-
"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."
|
|
308
|
-
"items": {
|
|
309
|
-
"type": "number"
|
|
310
|
-
},
|
|
311
|
-
"type": "array"
|
|
276
|
+
"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."
|
|
312
277
|
},
|
|
313
278
|
"font": {
|
|
314
279
|
"description": "Font used for text symbols."
|
|
315
280
|
},
|
|
316
281
|
"haloColor": {
|
|
317
|
-
"description": "Color of the halo around the text."
|
|
318
|
-
"items": {
|
|
319
|
-
"type": "number"
|
|
320
|
-
},
|
|
321
|
-
"type": "array"
|
|
282
|
+
"description": "Color of the halo around the text."
|
|
322
283
|
},
|
|
323
284
|
"haloSize": {
|
|
324
285
|
"description": "Numeric value indicating the point size of a halo around the text symbol.",
|
|
@@ -476,34 +437,34 @@ HasSymbols properties:
|
|
|
476
437
|
"symbols": {
|
|
477
438
|
"anyOf": [
|
|
478
439
|
{
|
|
479
|
-
"$ref": "#/definitions
|
|
440
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
|
|
480
441
|
},
|
|
481
442
|
{
|
|
482
|
-
"$ref": "#/definitions
|
|
443
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
483
444
|
},
|
|
484
445
|
{
|
|
485
|
-
"$ref": "#/definitions
|
|
446
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
|
|
486
447
|
},
|
|
487
448
|
{
|
|
488
|
-
"$ref": "#/definitions
|
|
449
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
|
|
489
450
|
},
|
|
490
451
|
{
|
|
491
|
-
"$ref": "#/definitions
|
|
452
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
492
453
|
},
|
|
493
454
|
{
|
|
494
|
-
"$ref": "#/definitions
|
|
455
|
+
"$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
|
|
495
456
|
},
|
|
496
457
|
{
|
|
497
|
-
"$ref": "#/definitions
|
|
458
|
+
"$ref": "#/definitions/@arcgis.core.symbols.CIMSymbol.CIMSymbol"
|
|
498
459
|
},
|
|
499
460
|
{
|
|
500
|
-
"$ref": "#/definitions
|
|
461
|
+
"$ref": "#/definitions/@arcgis.core.symbols.LineSymbol3D.LineSymbol3D"
|
|
501
462
|
},
|
|
502
463
|
{
|
|
503
|
-
"$ref": "#/definitions
|
|
464
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PointSymbol3D.PointSymbol3D"
|
|
504
465
|
},
|
|
505
466
|
{
|
|
506
|
-
"$ref": "#/definitions
|
|
467
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PolygonSymbol3D.PolygonSymbol3D"
|
|
507
468
|
},
|
|
508
469
|
{
|
|
509
470
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
@@ -115,7 +115,7 @@ Geometries properties:
|
|
|
115
115
|
"graphics": {
|
|
116
116
|
"description": "The resulting graphics.",
|
|
117
117
|
"items": {
|
|
118
|
-
"$ref": "#/definitions
|
|
118
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
119
119
|
},
|
|
120
120
|
"type": "array",
|
|
121
121
|
"isRequired": "true"
|
|
@@ -124,29 +124,26 @@ Geometries properties:
|
|
|
124
124
|
"description": "The map that the graphics were created on. Only available in Web.",
|
|
125
125
|
"isRequired": "true"
|
|
126
126
|
},
|
|
127
|
-
"
|
|
128
|
-
"$ref": "esri
|
|
127
|
+
"@arcgis.core.Graphic.Graphic": {
|
|
128
|
+
"$ref": "esri.Graphic"
|
|
129
129
|
},
|
|
130
130
|
"features": {
|
|
131
131
|
"description": "Features to use for the command/operation."
|
|
132
132
|
},
|
|
133
|
-
"
|
|
134
|
-
"$ref": "esri
|
|
133
|
+
"@arcgis.core.geometry.Extent.Extent": {
|
|
134
|
+
"$ref": "esri.geometry.Extent"
|
|
135
135
|
},
|
|
136
|
-
"
|
|
137
|
-
"$ref": "esri
|
|
136
|
+
"@arcgis.core.geometry.Multipoint.Multipoint": {
|
|
137
|
+
"$ref": "esri.geometry.Multipoint"
|
|
138
138
|
},
|
|
139
|
-
"
|
|
140
|
-
"$ref": "esri
|
|
139
|
+
"@arcgis.core.geometry.Point.Point": {
|
|
140
|
+
"$ref": "esri.geometry.Point"
|
|
141
141
|
},
|
|
142
|
-
"
|
|
143
|
-
"$ref": "esri
|
|
142
|
+
"@arcgis.core.geometry.Polyline.Polyline": {
|
|
143
|
+
"$ref": "esri.geometry.Polyline"
|
|
144
144
|
},
|
|
145
|
-
"
|
|
146
|
-
"$ref": "esri
|
|
147
|
-
},
|
|
148
|
-
"esri.Mesh": {
|
|
149
|
-
"$ref": "esri/geometry/Mesh"
|
|
145
|
+
"@arcgis.core.geometry.Mesh.Mesh": {
|
|
146
|
+
"$ref": "esri.geometry.Mesh"
|
|
150
147
|
},
|
|
151
148
|
"attributes": {
|
|
152
149
|
"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,\n1970) in UTC."
|
|
@@ -160,8 +157,8 @@ Geometries properties:
|
|
|
160
157
|
"symbol": {
|
|
161
158
|
"description": "Symbol used for drawing the feature."
|
|
162
159
|
},
|
|
163
|
-
"
|
|
164
|
-
"$ref": "esri
|
|
160
|
+
"@arcgis.core.rest.support.FeatureSet.FeatureSet": {
|
|
161
|
+
"$ref": "esri.rest.support.FeatureSet"
|
|
165
162
|
},
|
|
166
163
|
"m": {
|
|
167
164
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -273,16 +270,7 @@ Outputs: `AreaMeasurementUnits`
|
|
|
273
270
|
# operation: measurement.get-default-symbol
|
|
274
271
|
Description: Gets the value of the default point, line, or polygon symbol for the provided geometry type. Web only.
|
|
275
272
|
|
|
276
|
-
Inputs: `
|
|
277
|
-
|
|
278
|
-
GetDefaultSymbolArgs properties:
|
|
279
|
-
```json
|
|
280
|
-
{
|
|
281
|
-
"geometryType": {
|
|
282
|
-
"description": "The geometry type for the default symbol to retrieve."
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
```
|
|
273
|
+
Inputs: `None`
|
|
286
274
|
|
|
287
275
|
Outputs: `DrawingSymbolConfig`
|
|
288
276
|
|
|
@@ -290,16 +278,7 @@ Outputs: `DrawingSymbolConfig`
|
|
|
290
278
|
# operation: measurement.get-default-symbol3-d
|
|
291
279
|
Description: Gets the value of the default 3D point, line, or polygon symbol for the provided geometry type. Web only.
|
|
292
280
|
|
|
293
|
-
Inputs: `
|
|
294
|
-
|
|
295
|
-
GetDefaultSymbolArgs properties:
|
|
296
|
-
```json
|
|
297
|
-
{
|
|
298
|
-
"geometryType": {
|
|
299
|
-
"description": "The geometry type for the default symbol to retrieve."
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
```
|
|
281
|
+
Inputs: `None`
|
|
303
282
|
|
|
304
283
|
Outputs: `DrawingSymbolConfig`
|
|
305
284
|
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# command: printing.print-features
|
|
2
|
+
Description: Opens the print component with the option to print specified features. Web only.
|
|
3
|
+
|
|
4
|
+
Inputs: `PrintFeaturesArgs`
|
|
5
|
+
|
|
6
|
+
PrintFeaturesArgs properties:
|
|
7
|
+
```json
|
|
8
|
+
{
|
|
9
|
+
"features": {
|
|
10
|
+
"description": "The feature(s) to print.",
|
|
11
|
+
"isRequired": "true"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
---
|
|
1
17
|
# command: printing.run
|
|
2
18
|
Description: Run a print job with a given map and template/layout.
|
|
3
19
|
|
|
@@ -82,7 +82,76 @@ TargetsResultsSetArgs properties:
|
|
|
82
82
|
# command: results.display
|
|
83
83
|
Description: Presents features to the user within any components that can display features, such as a feature list, feature table, or feature details component. The argument is the features to display, or an object specifying both features and the target results component to update (Web only). If features are specified, they will overwrite any incoming features from previous operations up the action chain.
|
|
84
84
|
|
|
85
|
-
Inputs: `( @vertigis.api-docs.Features
|
|
85
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_60 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_60 )[] | Results | UpdateResultsFeaturesArgs )`
|
|
86
|
+
|
|
87
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
88
|
+
```json
|
|
89
|
+
{
|
|
90
|
+
"attributes": {
|
|
91
|
+
"anyOf": [
|
|
92
|
+
{},
|
|
93
|
+
{
|
|
94
|
+
"$ref": "Map"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"description": "The feature's attributes, keyed by field name."
|
|
98
|
+
},
|
|
99
|
+
"failureMode": {
|
|
100
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
101
|
+
},
|
|
102
|
+
"geometry": {
|
|
103
|
+
"anyOf": [
|
|
104
|
+
{
|
|
105
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"$ref": "T_6"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"description": "The feature's geometry."
|
|
139
|
+
},
|
|
140
|
+
"id": {
|
|
141
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
"schema": {
|
|
145
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
146
|
+
},
|
|
147
|
+
"settings": {
|
|
148
|
+
"description": "Settings for this feature."
|
|
149
|
+
},
|
|
150
|
+
"source": {
|
|
151
|
+
"description": "The source of the feature."
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
```
|
|
86
155
|
|
|
87
156
|
Results properties:
|
|
88
157
|
```json
|
|
@@ -116,7 +185,76 @@ UpdateResultsFeaturesArgs properties:
|
|
|
116
185
|
# command: results.display-details
|
|
117
186
|
Description: Presents feature details to the user within the feature-details component. The argument is the feature(s) to display, or an object specifying both features and the target results component to update (this object, UpdateResultsFeaturesArgs, is Web only).
|
|
118
187
|
|
|
119
|
-
Inputs: `( @vertigis.api-docs.Features
|
|
188
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_60 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_60 )[] | Results | UpdateResultsFeaturesArgs )`
|
|
189
|
+
|
|
190
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
191
|
+
```json
|
|
192
|
+
{
|
|
193
|
+
"attributes": {
|
|
194
|
+
"anyOf": [
|
|
195
|
+
{},
|
|
196
|
+
{
|
|
197
|
+
"$ref": "Map"
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"description": "The feature's attributes, keyed by field name."
|
|
201
|
+
},
|
|
202
|
+
"failureMode": {
|
|
203
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
204
|
+
},
|
|
205
|
+
"geometry": {
|
|
206
|
+
"anyOf": [
|
|
207
|
+
{
|
|
208
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"$ref": "T_6"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"description": "The feature's geometry."
|
|
242
|
+
},
|
|
243
|
+
"id": {
|
|
244
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
245
|
+
"type": "string"
|
|
246
|
+
},
|
|
247
|
+
"schema": {
|
|
248
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
249
|
+
},
|
|
250
|
+
"settings": {
|
|
251
|
+
"description": "Settings for this feature."
|
|
252
|
+
},
|
|
253
|
+
"source": {
|
|
254
|
+
"description": "The source of the feature."
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
```
|
|
120
258
|
|
|
121
259
|
Results properties:
|
|
122
260
|
```json
|
|
@@ -150,7 +288,76 @@ UpdateResultsFeaturesArgs properties:
|
|
|
150
288
|
# command: results.display-new-details
|
|
151
289
|
Description: Presents new feature details to the user within the feature-details component. If the feature-details component is contained within a panel, a 'back' button will be provided to navigate to the previous content; otherwise, the content of the feature-details component will be replaced.
|
|
152
290
|
|
|
153
|
-
Inputs: `( @vertigis.api-docs.Features
|
|
291
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_60 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_60 )[] | Results | UpdateResultsFeaturesArgs )`
|
|
292
|
+
|
|
293
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
294
|
+
```json
|
|
295
|
+
{
|
|
296
|
+
"attributes": {
|
|
297
|
+
"anyOf": [
|
|
298
|
+
{},
|
|
299
|
+
{
|
|
300
|
+
"$ref": "Map"
|
|
301
|
+
}
|
|
302
|
+
],
|
|
303
|
+
"description": "The feature's attributes, keyed by field name."
|
|
304
|
+
},
|
|
305
|
+
"failureMode": {
|
|
306
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
307
|
+
},
|
|
308
|
+
"geometry": {
|
|
309
|
+
"anyOf": [
|
|
310
|
+
{
|
|
311
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"$ref": "T_6"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"description": "The feature's geometry."
|
|
345
|
+
},
|
|
346
|
+
"id": {
|
|
347
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
348
|
+
"type": "string"
|
|
349
|
+
},
|
|
350
|
+
"schema": {
|
|
351
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
352
|
+
},
|
|
353
|
+
"settings": {
|
|
354
|
+
"description": "Settings for this feature."
|
|
355
|
+
},
|
|
356
|
+
"source": {
|
|
357
|
+
"description": "The source of the feature."
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
```
|
|
154
361
|
|
|
155
362
|
Results properties:
|
|
156
363
|
```json
|
|
@@ -184,7 +391,76 @@ UpdateResultsFeaturesArgs properties:
|
|
|
184
391
|
# command: results.display-summary
|
|
185
392
|
Description: Presents a feature summary to the user within the feature-summary component. The argument is the feature(s) to display, or an object specifying both features and the target results component to update. Web only.
|
|
186
393
|
|
|
187
|
-
Inputs: `( @vertigis.api-docs.Features
|
|
394
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | Results | UpdateResultsFeaturesArgs )`
|
|
395
|
+
|
|
396
|
+
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
397
|
+
```json
|
|
398
|
+
{
|
|
399
|
+
"attributes": {
|
|
400
|
+
"anyOf": [
|
|
401
|
+
{},
|
|
402
|
+
{
|
|
403
|
+
"$ref": "Map"
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"description": "The feature's attributes, keyed by field name."
|
|
407
|
+
},
|
|
408
|
+
"failureMode": {
|
|
409
|
+
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
410
|
+
},
|
|
411
|
+
"geometry": {
|
|
412
|
+
"anyOf": [
|
|
413
|
+
{
|
|
414
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"$ref": "T_6"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"description": "The feature's geometry."
|
|
448
|
+
},
|
|
449
|
+
"id": {
|
|
450
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
451
|
+
"type": "string"
|
|
452
|
+
},
|
|
453
|
+
"schema": {
|
|
454
|
+
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
455
|
+
},
|
|
456
|
+
"settings": {
|
|
457
|
+
"description": "Settings for this feature."
|
|
458
|
+
},
|
|
459
|
+
"source": {
|
|
460
|
+
"description": "The source of the feature."
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
```
|
|
188
464
|
|
|
189
465
|
Results properties:
|
|
190
466
|
```json
|