@vertigis/viewer-spec 60.7.0 → 60.8.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.
Files changed (63) hide show
  1. package/messaging/schema/web-app-operation-definitions.md +30 -0
  2. package/messaging/schema/web-arcade-operation-definitions.md +93 -0
  3. package/messaging/schema/web-auth-command-definitions.md +12 -0
  4. package/messaging/schema/web-auth-operation-definitions.md +16 -0
  5. package/messaging/schema/web-basemap-command-definitions.md +20 -0
  6. package/messaging/schema/web-basemap-operation-definitions.md +31 -0
  7. package/messaging/schema/web-bulk-editing-command-definitions.md +54 -0
  8. package/messaging/schema/web-charts-command-definitions.md +135 -0
  9. package/messaging/schema/web-charts-operation-definitions.md +48 -0
  10. package/messaging/schema/web-drawing-command-definitions.md +551 -0
  11. package/messaging/schema/web-drawing-operation-definitions.md +720 -0
  12. package/messaging/schema/web-edit-command-definitions.md +540 -0
  13. package/messaging/schema/web-edit-operation-definitions.md +50 -0
  14. package/messaging/schema/web-filter-builder-command-definitions.md +50 -0
  15. package/messaging/schema/web-filter-builder-operation-definitions.md +18 -0
  16. package/messaging/schema/web-geocode-operation-definitions.md +132 -0
  17. package/messaging/schema/web-geolocation-command-definitions.md +27 -0
  18. package/messaging/schema/web-geolocation-operation-definitions.md +24 -0
  19. package/messaging/schema/web-geometry-command-definitions.md +34 -0
  20. package/messaging/schema/web-geometry-operation-definitions.md +438 -0
  21. package/messaging/schema/web-highlights-command-definitions.md +120 -0
  22. package/messaging/schema/web-kpi-command-definitions.md +139 -0
  23. package/messaging/schema/web-kpi-operation-definitions.md +48 -0
  24. package/messaging/schema/web-layer-comparison-command-definitions.md +214 -0
  25. package/messaging/schema/web-layer-list-command-definitions.md +30 -0
  26. package/messaging/schema/web-layers-command-definitions.md +1466 -0
  27. package/messaging/schema/web-layers-operation-definitions.md +612 -0
  28. package/messaging/schema/web-licensing-command-definitions.md +24 -0
  29. package/messaging/schema/web-licensing-operation-definitions.md +26 -0
  30. package/messaging/schema/web-location-marker-command-definitions.md +209 -0
  31. package/messaging/schema/web-map-command-definitions.md +2157 -0
  32. package/messaging/schema/web-map-operation-definitions.md +147 -0
  33. package/messaging/schema/web-measurement-command-definitions.md +556 -0
  34. package/messaging/schema/web-measurement-operation-definitions.md +314 -0
  35. package/messaging/schema/web-messaging-operation-definitions.md +16 -0
  36. package/messaging/schema/web-panel-command-definitions.md +44 -0
  37. package/messaging/schema/web-portal-operation-definitions.md +87 -0
  38. package/messaging/schema/web-printing-command-definitions.md +105 -0
  39. package/messaging/schema/web-printing-operation-definitions.md +21 -0
  40. package/messaging/schema/web-project-command-definitions.md +418 -0
  41. package/messaging/schema/web-project-operation-definitions.md +120 -0
  42. package/messaging/schema/web-query-builder-command-definitions.md +83 -0
  43. package/messaging/schema/web-query-builder-operation-definitions.md +18 -0
  44. package/messaging/schema/web-region-command-definitions.md +6 -0
  45. package/messaging/schema/web-reports-command-definitions.md +44 -0
  46. package/messaging/schema/web-results-command-definitions.md +348 -0
  47. package/messaging/schema/web-results-operation-definitions.md +1242 -0
  48. package/messaging/schema/web-search-command-definitions.md +6 -0
  49. package/messaging/schema/web-sketching-command-definitions.md +328 -0
  50. package/messaging/schema/web-sketching-operation-definitions.md +442 -0
  51. package/messaging/schema/web-studio-analytics-command-definitions.md +21 -0
  52. package/messaging/schema/web-system-command-definitions.md +159 -0
  53. package/messaging/schema/web-system-operation-definitions.md +104 -0
  54. package/messaging/schema/web-tasks-operation-definitions.md +360 -0
  55. package/messaging/schema/web-ui-command-definitions.md +340 -0
  56. package/messaging/schema/web-ui-operation-definitions.md +146 -0
  57. package/messaging/schema/web-viewer-command-definitions.md +40 -0
  58. package/messaging/schema/web-viewer-operation-definitions.md +48 -0
  59. package/messaging/schema/web-workflow-command-definitions.md +47 -0
  60. package/messaging/schema/web-workflow-operation-definitions.md +45 -0
  61. package/package.json +8 -7
  62. package/version.d.ts +1 -1
  63. package/version.js +1 -1
@@ -0,0 +1,147 @@
1
+ # operation: map.export-web-map-or-scene
2
+ Description: Exports the current configuration of the selected map component as a web map or scene. Web only.
3
+
4
+ Inputs: `HasMaps`
5
+
6
+ HasMaps properties:
7
+ ```json
8
+ {
9
+ "maps": {
10
+ "description": "Map(s) to use for the command/operation."
11
+ }
12
+ }
13
+ ```
14
+
15
+ Outputs: `PortalItemData`
16
+
17
+ ---
18
+ # operation: map.get-extent
19
+ Description: Returns the extent from the specified map. Web only.
20
+
21
+ Inputs: `GetExtentArgs`
22
+
23
+ GetExtentArgs properties:
24
+ ```json
25
+ {
26
+ "maps": {
27
+ "description": "The map from which to retrieve the extent."
28
+ }
29
+ }
30
+ ```
31
+
32
+ Outputs: `GetExtentResult`
33
+
34
+ ---
35
+ # operation: map.get-initial-viewpoint
36
+ Description: Returns the initial viewpoint for the active map or scene of the specified map. If no map extension is specified, returns the initial viewpoint for the first available map. Also returns the map(s) used for the operation. Web only.
37
+
38
+ Inputs: `( @vertigis.arcgis-extensions.mapping.MapExtension.MapExtension | @vertigis.arcgis-extensions.mapping.MapExtension.MapExtension[] | HasMaps )`
39
+
40
+ HasMaps properties:
41
+ ```json
42
+ {
43
+ "maps": {
44
+ "description": "Map(s) to use for the command/operation."
45
+ }
46
+ }
47
+ ```
48
+
49
+ Outputs: `GetViewpointResult`
50
+
51
+ ---
52
+ # operation: map.get-markup
53
+ Description: Returns markup from the specified map that are intersected by the supplied geometry. Web only.
54
+
55
+ Inputs: `GetMarkupArgs`
56
+
57
+ GetMarkupArgs properties:
58
+ ```json
59
+ {
60
+ "collection": {
61
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
62
+ "type": "string"
63
+ },
64
+ "geometry": {
65
+ "description": "The geometry used to bound the retrieved markup. If not specified all markup in the selected collection will be returned."
66
+ },
67
+ "maps": {
68
+ "description": "Map(s) to use for the command/operation."
69
+ }
70
+ }
71
+ ```
72
+
73
+ Outputs: `GetMarkupResult`
74
+
75
+ ---
76
+ # operation: map.get-spatial-reference
77
+ Description: If a map extension ID is specified, returns the spatial reference for that map. If no map extension ID is specified, returns the spatial reference of the first available map.
78
+
79
+ Inputs: `( @vertigis.arcgis-extensions.mapping.MapExtension.MapExtension | @vertigis.arcgis-extensions.mapping.MapExtension.MapExtension[] | HasMaps )`
80
+
81
+ HasMaps properties:
82
+ ```json
83
+ {
84
+ "maps": {
85
+ "description": "Map(s) to use for the command/operation."
86
+ }
87
+ }
88
+ ```
89
+
90
+ Outputs: `esri.SpatialReference`
91
+
92
+ ---
93
+ # operation: map.get-user-coordinates-input
94
+ Description: Prompts the user to enter and return a coordinate. Web only.
95
+
96
+ Inputs: `GetCoordinateArgs`
97
+
98
+ GetCoordinateArgs properties:
99
+ ```json
100
+ {
101
+ "allowSelectFromMap": {
102
+ "description": "Indicates if the user should be given the option to select a point from the map.",
103
+ "type": "boolean"
104
+ },
105
+ "attributes": {
106
+ "description": "Optional layout XML attributes to be used for the transient UI container."
107
+ },
108
+ "completeLabel": {
109
+ "description": "Optionally override the display text on the complete button. Defaults to 'OK'.",
110
+ "type": "string"
111
+ },
112
+ "geometry": {
113
+ "description": "An optional starting coordinate."
114
+ },
115
+ "icon": {
116
+ "description": "Optional icon that may be used by the transient UI container.",
117
+ "type": "string"
118
+ },
119
+ "maps": {
120
+ "description": "The map on which to select the result."
121
+ },
122
+ "parent": {
123
+ "description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
124
+ }
125
+ }
126
+ ```
127
+
128
+ Outputs: `GetCoordinateResult`
129
+
130
+ ---
131
+ # operation: map.get-viewpoint
132
+ Description: Returns the current viewpoint for the active map or scene of the specified map. If no map extension is specified, returns the viewpoint for the first available map. Also returns the map(s) used for the operation. Web only.
133
+
134
+ Inputs: `( @vertigis.arcgis-extensions.mapping.MapExtension.MapExtension | @vertigis.arcgis-extensions.mapping.MapExtension.MapExtension[] | HasMaps )`
135
+
136
+ HasMaps properties:
137
+ ```json
138
+ {
139
+ "maps": {
140
+ "description": "Map(s) to use for the command/operation."
141
+ }
142
+ }
143
+ ```
144
+
145
+ Outputs: `GetViewpointResult`
146
+
147
+ ---
@@ -0,0 +1,556 @@
1
+ # command: measurement.display-settings
2
+ Description: Display the measurements settings dialog. This allows you to configure measurements system, area and length units. Web only.
3
+
4
+ Inputs: `HasUITarget`
5
+
6
+ HasUITarget properties:
7
+ ```json
8
+ {
9
+ "attributes": {
10
+ "description": "Optional layout XML attributes to be used for the transient UI container."
11
+ },
12
+ "icon": {
13
+ "description": "Optional icon that may be used by the transient UI container.",
14
+ "type": "string"
15
+ },
16
+ "parent": {
17
+ "description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
18
+ }
19
+ }
20
+ ```
21
+
22
+ ---
23
+ # command: measurement.set-area-units
24
+ Description: Sets the area units used for measurements. Set as undefined for units to be intelligently selected based on dimensions. Web only.
25
+
26
+ Inputs: `( AreaMeasurementUnits )`
27
+
28
+ ---
29
+ # command: measurement.set-default-symbol
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
+
32
+ Inputs: `( esri.PictureFillSymbol | esri.PictureMarkerSymbol | esri.SimpleFillSymbol | esri.SimpleLineSymbol | esri.SimpleMarkerSymbol | esri.TextSymbol | esri.CIMSymbol | esri.LineSymbol3D | esri.PointSymbol3D | esri.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
+
34
+ esri.rest-api.SymbolJson.CIMSymbolReferenceJson properties:
35
+ ```json
36
+ {
37
+ "symbol": {
38
+ "anyOf": [
39
+ {
40
+ "$ref": "esri.CIMLineSymbol"
41
+ },
42
+ {
43
+ "$ref": "esri.CIMPointSymbol"
44
+ },
45
+ {
46
+ "$ref": "esri.CIMPolygonSymbol"
47
+ }
48
+ ],
49
+ "description": "The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and CIMPolygonSymbol."
50
+ },
51
+ "type": {
52
+ "const": "CIMSymbolReference",
53
+ "description": "Specifies the type of symbol used.",
54
+ "type": "string",
55
+ "isRequired": "true"
56
+ }
57
+ }
58
+ ```
59
+
60
+ esri.rest-api.SymbolJson.PictureFillSymbolJson properties:
61
+ ```json
62
+ {
63
+ "angle": {
64
+ "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.",
65
+ "type": "number"
66
+ },
67
+ "contentType": {
68
+ "description": "String value indicating the content type for the image.",
69
+ "type": "string"
70
+ },
71
+ "height": {
72
+ "description": "Numeric value used if needing to resize the symbol. Specify a value in points. If images are to be displayed in their original size, leave this blank.",
73
+ "type": "number"
74
+ },
75
+ "imageData": {
76
+ "description": "String value indicating the base64 encoded data.",
77
+ "type": "string"
78
+ },
79
+ "outline": {
80
+ "description": "Sets the outline of the symbol."
81
+ },
82
+ "type": {
83
+ "const": "esriPFS",
84
+ "description": "The type of symbol. See {@link SymbolJsonType}.",
85
+ "type": "string",
86
+ "isRequired": "true"
87
+ },
88
+ "url": {
89
+ "description": "Relative URL for static layers and full URL for dynamic layers. Access relative URL using http://<mapservice-url>/<layerId1>/images/<imageUrl11>.",
90
+ "type": "string"
91
+ },
92
+ "width": {
93
+ "description": "Numeric value used if needing to resize the symbol. If images are to be displayed in their original size, leave this blank.",
94
+ "type": "number"
95
+ },
96
+ "xoffset": {
97
+ "description": "Numeric value indicating the offset on the x-axis in pixels.",
98
+ "type": "number"
99
+ },
100
+ "xscale": {
101
+ "description": "Numeric value indicating the scale factor in x direction.",
102
+ "type": "number"
103
+ },
104
+ "yoffset": {
105
+ "description": "Numeric value indicating the offset on the y-axis in pixels.",
106
+ "type": "number"
107
+ },
108
+ "yscale": {
109
+ "description": "Numeric value indicating the scale factor in y direction.",
110
+ "type": "number"
111
+ }
112
+ }
113
+ ```
114
+
115
+ esri.rest-api.SymbolJson.PictureMarkerSymbolJson properties:
116
+ ```json
117
+ {
118
+ "angle": {
119
+ "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.",
120
+ "type": "number"
121
+ },
122
+ "contentType": {
123
+ "description": "String value indicating the content type for the image.",
124
+ "type": "string"
125
+ },
126
+ "height": {
127
+ "description": "Numeric value used if needing to resize the symbol. If images are to be displayed in their original size, leave this blank.",
128
+ "type": "number"
129
+ },
130
+ "imageData": {
131
+ "description": "String value indicating the base64 encoded data.",
132
+ "type": "string"
133
+ },
134
+ "type": {
135
+ "const": "esriPMS",
136
+ "description": "The type of symbol. See {@link SymbolJsonType}.",
137
+ "type": "string",
138
+ "isRequired": "true"
139
+ },
140
+ "url": {
141
+ "description": "String value indicating the URL of the image. The URL should be relative if working with static layers. A full URL should be used for map service dynamic layers. A relative URL can be dereferenced by accessing the map layer image resource or the feature layer image resource.",
142
+ "type": "string"
143
+ },
144
+ "width": {
145
+ "description": "Numeric value used if needing to resize the symbol. If images are to be displayed in their original size, leave this blank.",
146
+ "type": "number"
147
+ },
148
+ "xoffset": {
149
+ "description": "Numeric value indicating the offset on the x-axis in pixels.",
150
+ "type": "number"
151
+ },
152
+ "yoffset": {
153
+ "description": "Numeric value indicating the offset on the y-axis in pixels.",
154
+ "type": "number"
155
+ }
156
+ }
157
+ ```
158
+
159
+ esri.rest-api.SymbolJson.SimpleFillSymbolJson properties:
160
+ ```json
161
+ {
162
+ "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"
168
+ },
169
+ "outline": {
170
+ "description": "Sets the outline of the fill symbol."
171
+ },
172
+ "style": {
173
+ "description": "The fill style.",
174
+ "enum": [
175
+ "esriSFSBackwardDiagonal",
176
+ "esriSFSCross",
177
+ "esriSFSDiagonalCross",
178
+ "esriSFSForwardDiagonal",
179
+ "esriSFSHorizontal",
180
+ "esriSFSNull",
181
+ "esriSFSSolid",
182
+ "esriSFSVertical"
183
+ ],
184
+ "type": "string"
185
+ },
186
+ "type": {
187
+ "const": "esriSFS",
188
+ "description": "The type of symbol. See {@link SymbolJsonType}.",
189
+ "type": "string",
190
+ "isRequired": "true"
191
+ }
192
+ }
193
+ ```
194
+
195
+ esri.rest-api.SymbolJson.SimpleLineSymbolJson properties:
196
+ ```json
197
+ {
198
+ "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"
204
+ },
205
+ "style": {
206
+ "description": "The line style.",
207
+ "enum": [
208
+ "esriSLSDash",
209
+ "esriSLSDashDot",
210
+ "esriSLSDashDotDot",
211
+ "esriSLSDot",
212
+ "esriSLSNull",
213
+ "esriSLSSolid"
214
+ ],
215
+ "type": "string"
216
+ },
217
+ "type": {
218
+ "const": "esriSLS",
219
+ "description": "The type of symbol. See {@link SymbolJsonType}.",
220
+ "type": "string",
221
+ "isRequired": "true"
222
+ },
223
+ "width": {
224
+ "description": "Numeric value indicating the width of the line in pixels.",
225
+ "type": "number"
226
+ }
227
+ }
228
+ ```
229
+
230
+ esri.rest-api.SymbolJson.SimpleMarkerSymbolJson properties:
231
+ ```json
232
+ {
233
+ "angle": {
234
+ "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.",
235
+ "type": "number"
236
+ },
237
+ "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"
243
+ },
244
+ "outline": {
245
+ "description": "Sets the outline of the marker symbol."
246
+ },
247
+ "size": {
248
+ "description": "Numeric size of the symbol given in pixels.",
249
+ "type": "number"
250
+ },
251
+ "style": {
252
+ "description": "The marker style.",
253
+ "enum": [
254
+ "esriSMSCircle",
255
+ "esriSMSCross",
256
+ "esriSMSDiamond",
257
+ "esriSMSPath",
258
+ "esriSMSSquare",
259
+ "esriSMSTriangle",
260
+ "esriSMSX"
261
+ ],
262
+ "type": "string"
263
+ },
264
+ "type": {
265
+ "const": "esriSMS",
266
+ "description": "The type of symbol. See {@link SymbolJsonType}.",
267
+ "type": "string",
268
+ "isRequired": "true"
269
+ },
270
+ "xoffset": {
271
+ "description": "Numeric value indicating the offset on the x-axis in pixels.",
272
+ "type": "number"
273
+ },
274
+ "yoffset": {
275
+ "description": "Numeric value indicating the offset on the y-axis in pixels.",
276
+ "type": "number"
277
+ }
278
+ }
279
+ ```
280
+
281
+ esri.rest-api.SymbolJson.TextSymbolJson properties:
282
+ ```json
283
+ {
284
+ "angle": {
285
+ "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.",
286
+ "type": "number"
287
+ },
288
+ "backgroundColor": {
289
+ "description": "Background color of the text.",
290
+ "items": {
291
+ "type": "number"
292
+ },
293
+ "type": "array"
294
+ },
295
+ "borderLineColor": {
296
+ "description": "Value indicating the the color of the border line.",
297
+ "items": {
298
+ "type": "number"
299
+ },
300
+ "type": "array"
301
+ },
302
+ "borderLineSize": {
303
+ "description": "Numeric value indicating the the size of the border line in points.",
304
+ "type": "number"
305
+ },
306
+ "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"
312
+ },
313
+ "font": {
314
+ "description": "Font used for text symbols."
315
+ },
316
+ "haloColor": {
317
+ "description": "Color of the halo around the text.",
318
+ "items": {
319
+ "type": "number"
320
+ },
321
+ "type": "array"
322
+ },
323
+ "haloSize": {
324
+ "description": "Numeric value indicating the point size of a halo around the text symbol.",
325
+ "type": "number"
326
+ },
327
+ "horizontalAlignment": {
328
+ "description": "The horizontal alignment of the text.",
329
+ "enum": [
330
+ "center",
331
+ "justify",
332
+ "left",
333
+ "right"
334
+ ],
335
+ "type": "string"
336
+ },
337
+ "kerning": {
338
+ "description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
339
+ "type": "boolean"
340
+ },
341
+ "rightToLeft": {
342
+ "description": "Boolean value, set to true if using Hebrew or Arabic fonts.",
343
+ "type": "boolean"
344
+ },
345
+ "rotated": {
346
+ "description": "Boolean value indicating whether every character in the text string is rotated.",
347
+ "type": "boolean"
348
+ },
349
+ "text": {
350
+ "description": "Only applicable when specified as a client-side graphic.",
351
+ "type": "string"
352
+ },
353
+ "type": {
354
+ "const": "esriTS",
355
+ "description": "The type of symbol. See {@link SymbolJsonType}.",
356
+ "type": "string",
357
+ "isRequired": "true"
358
+ },
359
+ "verticalAlignment": {
360
+ "description": "The vertical alignment of the text.",
361
+ "enum": [
362
+ "baseline",
363
+ "bottom",
364
+ "middle",
365
+ "top"
366
+ ],
367
+ "type": "string"
368
+ },
369
+ "xoffset": {
370
+ "description": "Numeric value indicating the offset on the x-axis in pixels.",
371
+ "type": "number"
372
+ },
373
+ "yoffset": {
374
+ "description": "Numeric value indicating the offset on the y-axis in pixels.",
375
+ "type": "number"
376
+ }
377
+ }
378
+ ```
379
+
380
+ esri.rest-api.SymbolJson.LineSymbol3DJson properties:
381
+ ```json
382
+ {
383
+ "symbolLayers": {
384
+ "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
385
+ "items": {
386
+ "anyOf": [
387
+ {
388
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PathSymbol3DLayerJson"
389
+ },
390
+ {
391
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DLayerJson"
392
+ }
393
+ ]
394
+ },
395
+ "type": "array",
396
+ "isRequired": "true"
397
+ },
398
+ "type": {
399
+ "const": "LineSymbol3D",
400
+ "description": "The type of symbol. See {@link SymbolJsonType}.",
401
+ "type": "string",
402
+ "isRequired": "true"
403
+ }
404
+ }
405
+ ```
406
+
407
+ esri.rest-api.SymbolJson.PointSymbol3DJson properties:
408
+ ```json
409
+ {
410
+ "callout": {
411
+ "description": "Callout configuration for a symbol."
412
+ },
413
+ "styleOrigin": {
414
+ "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/}."
415
+ },
416
+ "symbolLayers": {
417
+ "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
418
+ "items": {
419
+ "anyOf": [
420
+ {
421
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.IconSymbol3DLayerJson"
422
+ },
423
+ {
424
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.ObjectSymbol3DLayerJson"
425
+ }
426
+ ]
427
+ },
428
+ "type": "array",
429
+ "isRequired": "true"
430
+ },
431
+ "type": {
432
+ "const": "PointSymbol3D",
433
+ "description": "The type of symbol. See {@link SymbolJsonType}.",
434
+ "type": "string",
435
+ "isRequired": "true"
436
+ },
437
+ "verticalOffset": {
438
+ "description": "Shifts the symbol along the vertical world axis by a given length."
439
+ }
440
+ }
441
+ ```
442
+
443
+ esri.rest-api.SymbolJson.PolygonSymbol3DJson properties:
444
+ ```json
445
+ {
446
+ "symbolLayers": {
447
+ "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
448
+ "items": {
449
+ "anyOf": [
450
+ {
451
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.ExtrudeSymbol3DLayerJson"
452
+ },
453
+ {
454
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.FillSymbol3DLayerJson"
455
+ },
456
+ {
457
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DLayerJson"
458
+ }
459
+ ]
460
+ },
461
+ "type": "array",
462
+ "isRequired": "true"
463
+ },
464
+ "type": {
465
+ "const": "PolygonSymbol3D",
466
+ "description": "The type of symbol. See {@link SymbolJsonType}.",
467
+ "type": "string",
468
+ "isRequired": "true"
469
+ }
470
+ }
471
+ ```
472
+
473
+ HasSymbols properties:
474
+ ```json
475
+ {
476
+ "symbols": {
477
+ "anyOf": [
478
+ {
479
+ "$ref": "#/definitions/esri.PictureFillSymbol"
480
+ },
481
+ {
482
+ "$ref": "#/definitions/esri.PictureMarkerSymbol"
483
+ },
484
+ {
485
+ "$ref": "#/definitions/esri.SimpleFillSymbol"
486
+ },
487
+ {
488
+ "$ref": "#/definitions/esri.SimpleLineSymbol"
489
+ },
490
+ {
491
+ "$ref": "#/definitions/esri.SimpleMarkerSymbol"
492
+ },
493
+ {
494
+ "$ref": "#/definitions/esri.TextSymbol"
495
+ },
496
+ {
497
+ "$ref": "#/definitions/esri.CIMSymbol"
498
+ },
499
+ {
500
+ "$ref": "#/definitions/esri.LineSymbol3D"
501
+ },
502
+ {
503
+ "$ref": "#/definitions/esri.PointSymbol3D"
504
+ },
505
+ {
506
+ "$ref": "#/definitions/esri.PolygonSymbol3D"
507
+ },
508
+ {
509
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
510
+ },
511
+ {
512
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
513
+ },
514
+ {
515
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
516
+ },
517
+ {
518
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
519
+ },
520
+ {
521
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
522
+ },
523
+ {
524
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
525
+ },
526
+ {
527
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
528
+ },
529
+ {
530
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
531
+ },
532
+ {
533
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
534
+ },
535
+ {
536
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
537
+ },
538
+ {
539
+ "items": {
540
+ "$ref": "SymbolLike"
541
+ },
542
+ "type": "array"
543
+ }
544
+ ],
545
+ "description": "The symbols to use for the command/operation."
546
+ }
547
+ }
548
+ ```
549
+
550
+ ---
551
+ # command: measurement.set-length-units
552
+ Description: Sets the length units used for measurements. Set as undefined for units to be intelligently selected based on dimensions. Web only.
553
+
554
+ Inputs: `( LengthMeasurementUnits )`
555
+
556
+ ---