@vertigis/viewer-spec 60.7.0 → 60.8.1
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/messaging/schema/web-app-operation-definitions.md +30 -0
- package/messaging/schema/web-arcade-operation-definitions.md +93 -0
- package/messaging/schema/web-auth-command-definitions.md +12 -0
- package/messaging/schema/web-auth-operation-definitions.md +16 -0
- package/messaging/schema/web-basemap-command-definitions.md +20 -0
- package/messaging/schema/web-basemap-operation-definitions.md +31 -0
- package/messaging/schema/web-bulk-editing-command-definitions.md +54 -0
- package/messaging/schema/web-charts-command-definitions.md +135 -0
- package/messaging/schema/web-charts-operation-definitions.md +48 -0
- package/messaging/schema/web-drawing-command-definitions.md +551 -0
- package/messaging/schema/web-drawing-operation-definitions.md +720 -0
- package/messaging/schema/web-edit-command-definitions.md +540 -0
- package/messaging/schema/web-edit-operation-definitions.md +50 -0
- package/messaging/schema/web-filter-builder-command-definitions.md +50 -0
- package/messaging/schema/web-filter-builder-operation-definitions.md +18 -0
- package/messaging/schema/web-geocode-operation-definitions.md +132 -0
- package/messaging/schema/web-geolocation-command-definitions.md +27 -0
- package/messaging/schema/web-geolocation-operation-definitions.md +24 -0
- package/messaging/schema/web-geometry-command-definitions.md +34 -0
- package/messaging/schema/web-geometry-operation-definitions.md +438 -0
- package/messaging/schema/web-highlights-command-definitions.md +120 -0
- package/messaging/schema/web-kpi-command-definitions.md +139 -0
- package/messaging/schema/web-kpi-operation-definitions.md +48 -0
- package/messaging/schema/web-layer-comparison-command-definitions.md +214 -0
- package/messaging/schema/web-layer-list-command-definitions.md +30 -0
- package/messaging/schema/web-layers-command-definitions.md +1466 -0
- package/messaging/schema/web-layers-operation-definitions.md +612 -0
- package/messaging/schema/web-licensing-command-definitions.md +24 -0
- package/messaging/schema/web-licensing-operation-definitions.md +26 -0
- package/messaging/schema/web-location-marker-command-definitions.md +209 -0
- package/messaging/schema/web-map-command-definitions.md +2157 -0
- package/messaging/schema/web-map-operation-definitions.md +147 -0
- package/messaging/schema/web-measurement-command-definitions.md +556 -0
- package/messaging/schema/web-measurement-operation-definitions.md +314 -0
- package/messaging/schema/web-messaging-operation-definitions.md +16 -0
- package/messaging/schema/web-panel-command-definitions.md +44 -0
- package/messaging/schema/web-portal-operation-definitions.md +87 -0
- package/messaging/schema/web-printing-command-definitions.md +105 -0
- package/messaging/schema/web-printing-operation-definitions.md +21 -0
- package/messaging/schema/web-project-command-definitions.md +418 -0
- package/messaging/schema/web-project-operation-definitions.md +120 -0
- package/messaging/schema/web-query-builder-command-definitions.md +83 -0
- package/messaging/schema/web-query-builder-operation-definitions.md +18 -0
- package/messaging/schema/web-region-command-definitions.md +6 -0
- package/messaging/schema/web-reports-command-definitions.md +44 -0
- package/messaging/schema/web-results-command-definitions.md +348 -0
- package/messaging/schema/web-results-operation-definitions.md +1242 -0
- package/messaging/schema/web-search-command-definitions.md +6 -0
- package/messaging/schema/web-sketching-command-definitions.md +328 -0
- package/messaging/schema/web-sketching-operation-definitions.md +442 -0
- package/messaging/schema/web-studio-analytics-command-definitions.md +21 -0
- package/messaging/schema/web-system-command-definitions.md +159 -0
- package/messaging/schema/web-system-operation-definitions.md +104 -0
- package/messaging/schema/web-tasks-operation-definitions.md +360 -0
- package/messaging/schema/web-ui-command-definitions.md +340 -0
- package/messaging/schema/web-ui-operation-definitions.md +146 -0
- package/messaging/schema/web-viewer-command-definitions.md +40 -0
- package/messaging/schema/web-viewer-operation-definitions.md +48 -0
- package/messaging/schema/web-workflow-command-definitions.md +47 -0
- package/messaging/schema/web-workflow-operation-definitions.md +45 -0
- package/package.json +10 -9
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,612 @@
|
|
|
1
|
+
# operation: layers.edit-label-settings
|
|
2
|
+
Description: Shows a UI for editing the label classes on an existing layer or layers. Note that changes will not be applied to the supplied layers by this operation. Use `layers.set-label-classes` for this. Web only.
|
|
3
|
+
|
|
4
|
+
Inputs: `LayerSettingsArgs`
|
|
5
|
+
|
|
6
|
+
LayerSettingsArgs properties:
|
|
7
|
+
```json
|
|
8
|
+
{
|
|
9
|
+
"definitionExpression": {
|
|
10
|
+
"description": "The definitionExpression of the layer.",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"labelingInfo": {
|
|
14
|
+
"anyOf": [
|
|
15
|
+
{
|
|
16
|
+
"items": {
|
|
17
|
+
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.LabelingInfoJson"
|
|
18
|
+
},
|
|
19
|
+
"type": "array"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"items": {
|
|
23
|
+
"items": {
|
|
24
|
+
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.LabelingInfoJson"
|
|
25
|
+
},
|
|
26
|
+
"type": "array"
|
|
27
|
+
},
|
|
28
|
+
"type": "array"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"description": "The labeling class of the layer."
|
|
32
|
+
},
|
|
33
|
+
"layers": {
|
|
34
|
+
"description": "Layer(s) to use for the command/operation."
|
|
35
|
+
},
|
|
36
|
+
"maps": {
|
|
37
|
+
"description": "Map(s) to use for the command/operation."
|
|
38
|
+
},
|
|
39
|
+
"popupTemplate": {
|
|
40
|
+
"anyOf": [
|
|
41
|
+
{
|
|
42
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"items": {
|
|
46
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
|
|
47
|
+
},
|
|
48
|
+
"type": "array"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"description": "Configuration for a popup template to be used by features in the layer."
|
|
52
|
+
},
|
|
53
|
+
"symbols": {
|
|
54
|
+
"anyOf": [
|
|
55
|
+
{
|
|
56
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"$ref": "#/definitions/esri.TextSymbol"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"$ref": "#/definitions/esri.PointSymbol3D"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"items": {
|
|
117
|
+
"$ref": "SymbolLike"
|
|
118
|
+
},
|
|
119
|
+
"type": "array"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"description": "The symbols to use for the command/operation."
|
|
123
|
+
},
|
|
124
|
+
"taskSettings": {
|
|
125
|
+
"anyOf": [
|
|
126
|
+
{
|
|
127
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.TaskSettings.TaskSettingsProperties"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"items": {
|
|
131
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.TaskSettings.TaskSettingsProperties"
|
|
132
|
+
},
|
|
133
|
+
"type": "array"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"description": "Settings relevant to layer tasks."
|
|
137
|
+
},
|
|
138
|
+
"title": {
|
|
139
|
+
"anyOf": [
|
|
140
|
+
{
|
|
141
|
+
"items": {
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
"type": "array"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"type": "string"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"description": "The title of the layer."
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
Outputs: `LayerSettingsArgs`
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
# operation: layers.edit-settings
|
|
159
|
+
Description: Shows a UI for editing the settings on an existing layer or layers. Note that changes will not be applied to the supplied layers by this operation. Use `layers.set-*` for this. Web only.
|
|
160
|
+
|
|
161
|
+
Inputs: `LayerSettingsArgs`
|
|
162
|
+
|
|
163
|
+
LayerSettingsArgs properties:
|
|
164
|
+
```json
|
|
165
|
+
{
|
|
166
|
+
"definitionExpression": {
|
|
167
|
+
"description": "The definitionExpression of the layer.",
|
|
168
|
+
"type": "string"
|
|
169
|
+
},
|
|
170
|
+
"labelingInfo": {
|
|
171
|
+
"anyOf": [
|
|
172
|
+
{
|
|
173
|
+
"items": {
|
|
174
|
+
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.LabelingInfoJson"
|
|
175
|
+
},
|
|
176
|
+
"type": "array"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"items": {
|
|
180
|
+
"items": {
|
|
181
|
+
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.LabelingInfoJson"
|
|
182
|
+
},
|
|
183
|
+
"type": "array"
|
|
184
|
+
},
|
|
185
|
+
"type": "array"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"description": "The labeling class of the layer."
|
|
189
|
+
},
|
|
190
|
+
"layers": {
|
|
191
|
+
"description": "Layer(s) to use for the command/operation."
|
|
192
|
+
},
|
|
193
|
+
"maps": {
|
|
194
|
+
"description": "Map(s) to use for the command/operation."
|
|
195
|
+
},
|
|
196
|
+
"popupTemplate": {
|
|
197
|
+
"anyOf": [
|
|
198
|
+
{
|
|
199
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"items": {
|
|
203
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
|
|
204
|
+
},
|
|
205
|
+
"type": "array"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"description": "Configuration for a popup template to be used by features in the layer."
|
|
209
|
+
},
|
|
210
|
+
"symbols": {
|
|
211
|
+
"anyOf": [
|
|
212
|
+
{
|
|
213
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"$ref": "#/definitions/esri.TextSymbol"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"$ref": "#/definitions/esri.PointSymbol3D"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"items": {
|
|
274
|
+
"$ref": "SymbolLike"
|
|
275
|
+
},
|
|
276
|
+
"type": "array"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"description": "The symbols to use for the command/operation."
|
|
280
|
+
},
|
|
281
|
+
"taskSettings": {
|
|
282
|
+
"anyOf": [
|
|
283
|
+
{
|
|
284
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.TaskSettings.TaskSettingsProperties"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"items": {
|
|
288
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.TaskSettings.TaskSettingsProperties"
|
|
289
|
+
},
|
|
290
|
+
"type": "array"
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"description": "Settings relevant to layer tasks."
|
|
294
|
+
},
|
|
295
|
+
"title": {
|
|
296
|
+
"anyOf": [
|
|
297
|
+
{
|
|
298
|
+
"items": {
|
|
299
|
+
"type": "string"
|
|
300
|
+
},
|
|
301
|
+
"type": "array"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"type": "string"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"description": "The title of the layer."
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
```
|
|
311
|
+
|
|
312
|
+
Outputs: `LayerSettingsArgs`
|
|
313
|
+
|
|
314
|
+
---
|
|
315
|
+
# operation: layers.edit-symbols
|
|
316
|
+
Description: Edit the symbol from an existing layer or layers. Note that changes to these symbols will not be applied to the layers by this operation. Use `layers.set-symbol` for this. Web only.
|
|
317
|
+
|
|
318
|
+
Inputs: `SetSymbolArgs`
|
|
319
|
+
|
|
320
|
+
SetSymbolArgs properties:
|
|
321
|
+
```json
|
|
322
|
+
{
|
|
323
|
+
"layers": {
|
|
324
|
+
"description": "Layer(s) to use for the command/operation."
|
|
325
|
+
},
|
|
326
|
+
"maps": {
|
|
327
|
+
"description": "Map(s) to use for the command/operation."
|
|
328
|
+
},
|
|
329
|
+
"renderers": {
|
|
330
|
+
"anyOf": [
|
|
331
|
+
{
|
|
332
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.ClassBreaksRendererJson"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.HeatmapRendererJson"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudRGBRendererJson"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudStretchRendererJson"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PredominanceRendererJson"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.SimpleRendererJson"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.TemporalRendererJson"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueFromStyleRendererJson"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueRendererJson"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.VectorFieldRendererJson"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"$ref": "esri.HeatmapRenderer"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"$ref": "esri.SimpleRenderer"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"$ref": "esri.ClassBreaksRenderer"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"$ref": "esri.UniqueValueRenderer"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"$ref": "esri.DotDensityRenderer"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"$ref": "esri.DictionaryRenderer"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"$ref": "esri.PieChartRenderer"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"items": {
|
|
390
|
+
"$ref": "#/definitions/RendererLike"
|
|
391
|
+
},
|
|
392
|
+
"type": "array"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"description": "The renderers to use for the command/operation."
|
|
396
|
+
},
|
|
397
|
+
"symbols": {
|
|
398
|
+
"anyOf": [
|
|
399
|
+
{
|
|
400
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"$ref": "#/definitions/esri.TextSymbol"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"$ref": "#/definitions/esri.PointSymbol3D"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"items": {
|
|
461
|
+
"$ref": "SymbolLike"
|
|
462
|
+
},
|
|
463
|
+
"type": "array"
|
|
464
|
+
}
|
|
465
|
+
],
|
|
466
|
+
"description": "The symbols to use for the command/operation."
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
```
|
|
470
|
+
|
|
471
|
+
Outputs: `object`
|
|
472
|
+
|
|
473
|
+
---
|
|
474
|
+
# operation: layers.from-dxf
|
|
475
|
+
Description: Convert the specified DXF blob to layers. If spatial references are not specified, Web defaults both the input and output to the active map's spatial reference.
|
|
476
|
+
|
|
477
|
+
Inputs: `( FromDxfArgs | global.Blob | global.Blob[] )`
|
|
478
|
+
|
|
479
|
+
FromDxfArgs properties:
|
|
480
|
+
```json
|
|
481
|
+
{
|
|
482
|
+
"blobs": {
|
|
483
|
+
"description": "The data files to use for the command/operation.",
|
|
484
|
+
"items": {
|
|
485
|
+
"$ref": "FileLike",
|
|
486
|
+
"FileLike": {}
|
|
487
|
+
},
|
|
488
|
+
"type": "array"
|
|
489
|
+
},
|
|
490
|
+
"inputSpatialReference": {
|
|
491
|
+
"description": "The spatial reference of the source DXF content. If not set, the active map's spatial reference is used for the input."
|
|
492
|
+
},
|
|
493
|
+
"outputSpatialReference": {
|
|
494
|
+
"description": "The spatial reference to project the resulting layers to. If not set, the active map's spatial reference is used for the output."
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
```
|
|
498
|
+
|
|
499
|
+
Outputs: `HasLayers`
|
|
500
|
+
|
|
501
|
+
---
|
|
502
|
+
# operation: layers.from-kml
|
|
503
|
+
Description: Convert the specified KML blob to layers. Web only.
|
|
504
|
+
|
|
505
|
+
Inputs: `( FromKmlArgs | global.Blob | global.Blob[] )`
|
|
506
|
+
|
|
507
|
+
FromKmlArgs properties:
|
|
508
|
+
```json
|
|
509
|
+
{
|
|
510
|
+
"blobs": {
|
|
511
|
+
"description": "The data files to use for the command/operation.",
|
|
512
|
+
"items": {
|
|
513
|
+
"$ref": "FileLike",
|
|
514
|
+
"FileLike": {}
|
|
515
|
+
},
|
|
516
|
+
"type": "array"
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
```
|
|
520
|
+
|
|
521
|
+
Outputs: `HasLayers`
|
|
522
|
+
|
|
523
|
+
---
|
|
524
|
+
# operation: layers.from-url
|
|
525
|
+
Description: Attempts to create layer(s) from a url. Web only.
|
|
526
|
+
|
|
527
|
+
The url could be to an ArcGIS Server Url, WMS, WFS, WMTS, GeoJson, GeoRss, Csv, Kml, kmz, OGC Feature Layer, or an Arcgis Portal Item.
|
|
528
|
+
|
|
529
|
+
Inputs: `( FromUrlArgs | string )`
|
|
530
|
+
|
|
531
|
+
FromUrlArgs properties:
|
|
532
|
+
```json
|
|
533
|
+
{
|
|
534
|
+
"url": {
|
|
535
|
+
"description": "The Url to add to the map.",
|
|
536
|
+
"type": "string",
|
|
537
|
+
"isRequired": "true"
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
```
|
|
541
|
+
|
|
542
|
+
Outputs: `HasLayers`
|
|
543
|
+
|
|
544
|
+
---
|
|
545
|
+
# operation: layers.get-label-classes
|
|
546
|
+
Description: Retrieves the label classes for supplied layer(s). Web only.
|
|
547
|
+
|
|
548
|
+
Inputs: `HasLayers`
|
|
549
|
+
|
|
550
|
+
HasLayers properties:
|
|
551
|
+
```json
|
|
552
|
+
{
|
|
553
|
+
"layers": {
|
|
554
|
+
"description": "Layer(s) to use for the command/operation."
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
```
|
|
558
|
+
|
|
559
|
+
Outputs: `LayerSettingsArgs`
|
|
560
|
+
|
|
561
|
+
---
|
|
562
|
+
# operation: layers.get-popup-template
|
|
563
|
+
Description: Retrieves the popup configuration applied to the supplied layer(s). Web only.
|
|
564
|
+
|
|
565
|
+
Inputs: `HasLayers`
|
|
566
|
+
|
|
567
|
+
HasLayers properties:
|
|
568
|
+
```json
|
|
569
|
+
{
|
|
570
|
+
"layers": {
|
|
571
|
+
"description": "Layer(s) to use for the command/operation."
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
```
|
|
575
|
+
|
|
576
|
+
Outputs: `LayerSettingsArgs`
|
|
577
|
+
|
|
578
|
+
---
|
|
579
|
+
# operation: layers.get-task-settings
|
|
580
|
+
Description: Retrieves the values for the 'taskSettings' applied to the supplied layer(s). Web only.
|
|
581
|
+
|
|
582
|
+
Inputs: `HasLayers`
|
|
583
|
+
|
|
584
|
+
HasLayers properties:
|
|
585
|
+
```json
|
|
586
|
+
{
|
|
587
|
+
"layers": {
|
|
588
|
+
"description": "Layer(s) to use for the command/operation."
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
```
|
|
592
|
+
|
|
593
|
+
Outputs: `LayerSettingsArgs`
|
|
594
|
+
|
|
595
|
+
---
|
|
596
|
+
# operation: layers.get-title
|
|
597
|
+
Description: Retrieves the titles of the supplied layer(s). Web only.
|
|
598
|
+
|
|
599
|
+
Inputs: `HasLayers`
|
|
600
|
+
|
|
601
|
+
HasLayers properties:
|
|
602
|
+
```json
|
|
603
|
+
{
|
|
604
|
+
"layers": {
|
|
605
|
+
"description": "Layer(s) to use for the command/operation."
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
```
|
|
609
|
+
|
|
610
|
+
Outputs: `LayerSettingsArgs`
|
|
611
|
+
|
|
612
|
+
---
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# command: licensing.validate-license
|
|
2
|
+
Description: Validate the current application license and show appropriate prompts or errors. Web only.
|
|
3
|
+
|
|
4
|
+
Inputs: `LicenseRequestArgs`
|
|
5
|
+
|
|
6
|
+
LicenseRequestArgs properties:
|
|
7
|
+
```json
|
|
8
|
+
{
|
|
9
|
+
"accountId": {
|
|
10
|
+
"description": "The accountId (orgId) that we want to check licensing for.",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"applicationName": {
|
|
14
|
+
"description": "The human readable application name, used for any licensing related ui. Web only.",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"sku": {
|
|
18
|
+
"description": "Overwrite the default SKU (if any) for license checking.",
|
|
19
|
+
"type": "string"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
---
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# operation: licensing.get-license-state
|
|
2
|
+
Description: Retrieve the license state for the specified account and SKU. Defaults to returning the current state.
|
|
3
|
+
|
|
4
|
+
Inputs: `LicenseRequestArgs`
|
|
5
|
+
|
|
6
|
+
LicenseRequestArgs properties:
|
|
7
|
+
```json
|
|
8
|
+
{
|
|
9
|
+
"accountId": {
|
|
10
|
+
"description": "The accountId (orgId) that we want to check licensing for.",
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"applicationName": {
|
|
14
|
+
"description": "The human readable application name, used for any licensing related ui. Web only.",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"sku": {
|
|
18
|
+
"description": "Overwrite the default SKU (if any) for license checking.",
|
|
19
|
+
"type": "string"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Outputs: `string`
|
|
25
|
+
|
|
26
|
+
---
|