@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
|
@@ -1,72 +1,1130 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$ref": "#/definitions/viewer-spec.Action",
|
|
3
3
|
"definitions": {
|
|
4
|
-
"@arcgis.core.
|
|
4
|
+
"@arcgis.core.Color.Color": {
|
|
5
|
+
"$ref": "esri.Color"
|
|
6
|
+
},
|
|
7
|
+
"@arcgis.core.Graphic.Graphic": {
|
|
8
|
+
"$ref": "esri.Graphic"
|
|
9
|
+
},
|
|
10
|
+
"@arcgis.core.Map.Map": {
|
|
11
|
+
"$ref": "esri.Map"
|
|
12
|
+
},
|
|
13
|
+
"@arcgis.core.PopupTemplate.PopupTemplate": {
|
|
14
|
+
"$ref": "esri.PopupTemplate"
|
|
15
|
+
},
|
|
16
|
+
"@arcgis.core.Viewpoint.Viewpoint": {
|
|
17
|
+
"$ref": "esri.Viewpoint"
|
|
18
|
+
},
|
|
19
|
+
"@arcgis.core.analysis.Analysis.Analysis": {
|
|
20
|
+
"$ref": "esri.analysis.Analysis"
|
|
21
|
+
},
|
|
22
|
+
"@arcgis.core.analysis.ElevationProfile.ElevationProfileLineGround.ElevationProfileLineGround": {
|
|
23
|
+
"$ref": "esri.analysis.ElevationProfile.ElevationProfileLineGround"
|
|
24
|
+
},
|
|
25
|
+
"@arcgis.core.analysis.ElevationProfile.ElevationProfileLineInput.ElevationProfileLineInput": {
|
|
26
|
+
"$ref": "esri.analysis.ElevationProfile.ElevationProfileLineInput"
|
|
27
|
+
},
|
|
28
|
+
"@arcgis.core.analysis.ElevationProfile.ElevationProfileLineQuery.ElevationProfileLineQuery": {
|
|
29
|
+
"$ref": "esri.analysis.ElevationProfile.ElevationProfileLineQuery"
|
|
30
|
+
},
|
|
31
|
+
"@arcgis.core.analysis.ElevationProfile.ElevationProfileLineScene.ElevationProfileLineScene": {
|
|
32
|
+
"$ref": "esri.analysis.ElevationProfile.ElevationProfileLineScene"
|
|
33
|
+
},
|
|
34
|
+
"@arcgis.core.analysis.ElevationProfile.types.ElevationProfileLineUnion": {
|
|
35
|
+
"$ref": "esri.analysis.ElevationProfile.types"
|
|
36
|
+
},
|
|
37
|
+
"@arcgis.core.analysis.VolumeMeasurement.types.VolumeMeasureType": {
|
|
38
|
+
"$ref": "esri.analysis.VolumeMeasurement.types"
|
|
39
|
+
},
|
|
40
|
+
"@arcgis.core.core.Collection.CollectionAfterEvent": {
|
|
41
|
+
"properties": {},
|
|
42
|
+
"type": "object"
|
|
43
|
+
},
|
|
44
|
+
"@arcgis.core.core.Collection.CollectionAfterItemEvent": {
|
|
45
|
+
"additionalProperties": false,
|
|
46
|
+
"properties": {
|
|
47
|
+
"item": {
|
|
48
|
+
"$ref": "T",
|
|
49
|
+
"description": "The item to add or remove from the collection."
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"required": [
|
|
53
|
+
"item"
|
|
54
|
+
],
|
|
55
|
+
"type": "object"
|
|
56
|
+
},
|
|
57
|
+
"@arcgis.core.core.Collection.CollectionChangeEvent": {
|
|
58
|
+
"additionalProperties": false,
|
|
59
|
+
"description": "Event object emitted when a [Collection](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/) changes. It contains arrays of added, removed, and moved items.",
|
|
60
|
+
"properties": {
|
|
61
|
+
"added": {
|
|
62
|
+
"description": "An array of items added to the collection using either [add()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#add) or [addMany()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#addMany).",
|
|
63
|
+
"items": {
|
|
64
|
+
"$ref": "esri.SublayerLike"
|
|
65
|
+
},
|
|
66
|
+
"type": "array"
|
|
67
|
+
},
|
|
68
|
+
"moved": {
|
|
69
|
+
"description": "An array of items that moved in the collection using [reorder()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#reorder).",
|
|
70
|
+
"items": {
|
|
71
|
+
"$ref": "esri.SublayerLike"
|
|
72
|
+
},
|
|
73
|
+
"type": "array"
|
|
74
|
+
},
|
|
75
|
+
"removed": {
|
|
76
|
+
"description": "An array of items removed from the collection using either [remove()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#remove), [removeMany()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#removeMany), [removeAt()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#removeAt), or [removeAll()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#removeAll).",
|
|
77
|
+
"items": {
|
|
78
|
+
"$ref": "esri.SublayerLike"
|
|
79
|
+
},
|
|
80
|
+
"type": "array"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"required": [
|
|
84
|
+
"added",
|
|
85
|
+
"moved",
|
|
86
|
+
"removed"
|
|
87
|
+
],
|
|
88
|
+
"type": "object"
|
|
89
|
+
},
|
|
90
|
+
"@arcgis.core.core.Error.Error": {
|
|
91
|
+
"$ref": "esri.core.Error"
|
|
92
|
+
},
|
|
93
|
+
"@arcgis.core.core.quantity.Area": {
|
|
94
|
+
"$ref": "esri.core.quantity"
|
|
95
|
+
},
|
|
96
|
+
"@arcgis.core.core.quantity.Length": {
|
|
97
|
+
"$ref": "esri.core.quantity"
|
|
98
|
+
},
|
|
99
|
+
"@arcgis.core.core.quantity.Volume": {
|
|
100
|
+
"$ref": "esri.core.quantity"
|
|
101
|
+
},
|
|
102
|
+
"@arcgis.core.editing.types.EditedFeatureResult": {
|
|
103
|
+
"$ref": "esri.editing.types"
|
|
104
|
+
},
|
|
105
|
+
"@arcgis.core.editing.types.EditedFeatures": {
|
|
106
|
+
"$ref": "esri.editing.types"
|
|
107
|
+
},
|
|
108
|
+
"@arcgis.core.editing.types.EditsResultEvent": {
|
|
109
|
+
"additionalProperties": false,
|
|
110
|
+
"properties": {
|
|
111
|
+
"addedAttachments": {
|
|
112
|
+
"description": "An array of successfully added attachments.",
|
|
113
|
+
"items": {
|
|
114
|
+
"$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
|
|
115
|
+
},
|
|
116
|
+
"type": "array"
|
|
117
|
+
},
|
|
118
|
+
"addedFeatures": {
|
|
119
|
+
"description": "An array of successfully added features.",
|
|
120
|
+
"items": {
|
|
121
|
+
"$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
|
|
122
|
+
},
|
|
123
|
+
"type": "array"
|
|
124
|
+
},
|
|
125
|
+
"deletedAttachments": {
|
|
126
|
+
"description": "An array of successfully deleted attachments.",
|
|
127
|
+
"items": {
|
|
128
|
+
"$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
|
|
129
|
+
},
|
|
130
|
+
"type": "array"
|
|
131
|
+
},
|
|
132
|
+
"deletedFeatures": {
|
|
133
|
+
"description": "An array of successfully deleted features.",
|
|
134
|
+
"items": {
|
|
135
|
+
"$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
|
|
136
|
+
},
|
|
137
|
+
"type": "array"
|
|
138
|
+
},
|
|
139
|
+
"editedFeatures": {
|
|
140
|
+
"description": "Edited features as result of editing a feature that participates in composite relationships in a database. This parameter is returned only when the `returnServiceEditsOption` parameter of the [FeatureLayer.applyEdits()](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/#applyEdits) method is set to `original-and-current-features`. This parameter was added at 4.20.",
|
|
141
|
+
"items": {
|
|
142
|
+
"$ref": "#/definitions/@arcgis.core.editing.types.EditedFeatureResult"
|
|
143
|
+
},
|
|
144
|
+
"type": "array"
|
|
145
|
+
},
|
|
146
|
+
"exceededTransferLimit": {
|
|
147
|
+
"description": "Returns `true` when the number of records returned exceeds the maximum number configured on the service.",
|
|
148
|
+
"type": "boolean"
|
|
149
|
+
},
|
|
150
|
+
"updatedAttachments": {
|
|
151
|
+
"description": "An array of successfully updated attachments.",
|
|
152
|
+
"items": {
|
|
153
|
+
"$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
|
|
154
|
+
},
|
|
155
|
+
"type": "array"
|
|
156
|
+
},
|
|
157
|
+
"updatedFeatures": {
|
|
158
|
+
"description": "An array of successfully updated features.",
|
|
159
|
+
"items": {
|
|
160
|
+
"$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
|
|
161
|
+
},
|
|
162
|
+
"type": "array"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"required": [
|
|
166
|
+
"addedAttachments",
|
|
167
|
+
"addedFeatures",
|
|
168
|
+
"deletedAttachments",
|
|
169
|
+
"deletedFeatures",
|
|
170
|
+
"exceededTransferLimit",
|
|
171
|
+
"updatedAttachments",
|
|
172
|
+
"updatedFeatures"
|
|
173
|
+
],
|
|
174
|
+
"type": "object"
|
|
175
|
+
},
|
|
176
|
+
"@arcgis.core.editing.types.FeatureEditResult": {
|
|
177
|
+
"$ref": "esri.editing.types"
|
|
178
|
+
},
|
|
179
|
+
"@arcgis.core.form.elements.AttachmentElement.AttachmentElement": {
|
|
180
|
+
"$ref": "esri.form.elements.AttachmentElement"
|
|
181
|
+
},
|
|
182
|
+
"@arcgis.core.form.elements.FieldElement.FieldElement": {
|
|
183
|
+
"$ref": "esri.form.elements.FieldElement"
|
|
184
|
+
},
|
|
185
|
+
"@arcgis.core.form.elements.GroupElement.GroupElement": {
|
|
186
|
+
"$ref": "esri.form.elements.GroupElement"
|
|
187
|
+
},
|
|
188
|
+
"@arcgis.core.form.elements.RelationshipElement.RelationshipElement": {
|
|
189
|
+
"$ref": "esri.form.elements.RelationshipElement"
|
|
190
|
+
},
|
|
191
|
+
"@arcgis.core.form.elements.TextElement.TextElement": {
|
|
192
|
+
"$ref": "esri.form.elements.TextElement"
|
|
193
|
+
},
|
|
194
|
+
"@arcgis.core.form.elements.UtilityNetworkAssociationsElement.UtilityNetworkAssociationsElement": {
|
|
195
|
+
"$ref": "esri.form.elements.UtilityNetworkAssociationsElement"
|
|
196
|
+
},
|
|
197
|
+
"@arcgis.core.form.elements.inputs.attachments.AttachmentInput.AttachmentInput": {
|
|
198
|
+
"$ref": "esri.form.elements.inputs.attachments.AttachmentInput"
|
|
199
|
+
},
|
|
200
|
+
"@arcgis.core.form.elements.inputs.attachments.AudioInput.AudioInput": {
|
|
201
|
+
"$ref": "esri.form.elements.inputs.attachments.AudioInput"
|
|
202
|
+
},
|
|
203
|
+
"@arcgis.core.form.elements.inputs.attachments.DocumentInput.DocumentInput": {
|
|
204
|
+
"$ref": "esri.form.elements.inputs.attachments.DocumentInput"
|
|
205
|
+
},
|
|
206
|
+
"@arcgis.core.form.elements.inputs.attachments.ImageInput.ImageInput": {
|
|
207
|
+
"$ref": "esri.form.elements.inputs.attachments.ImageInput"
|
|
208
|
+
},
|
|
209
|
+
"@arcgis.core.form.elements.inputs.attachments.SignatureInput.SignatureInput": {
|
|
210
|
+
"$ref": "esri.form.elements.inputs.attachments.SignatureInput"
|
|
211
|
+
},
|
|
212
|
+
"@arcgis.core.form.elements.inputs.attachments.VideoInput.VideoInput": {
|
|
213
|
+
"$ref": "esri.form.elements.inputs.attachments.VideoInput"
|
|
214
|
+
},
|
|
215
|
+
"@arcgis.core.geometry.Extent.Extent": {
|
|
216
|
+
"$ref": "esri.geometry.Extent"
|
|
217
|
+
},
|
|
218
|
+
"@arcgis.core.geometry.Geometry.Geometry": {
|
|
219
|
+
"$ref": "esri.geometry.Geometry"
|
|
220
|
+
},
|
|
221
|
+
"@arcgis.core.geometry.Mesh.Mesh": {
|
|
222
|
+
"$ref": "esri.geometry.Mesh"
|
|
223
|
+
},
|
|
224
|
+
"@arcgis.core.geometry.Multipoint.Multipoint": {
|
|
225
|
+
"$ref": "esri.geometry.Multipoint"
|
|
226
|
+
},
|
|
227
|
+
"@arcgis.core.geometry.Point.Point": {
|
|
228
|
+
"$ref": "esri.geometry.Point"
|
|
229
|
+
},
|
|
230
|
+
"@arcgis.core.geometry.Polyline.Polyline": {
|
|
231
|
+
"$ref": "esri.geometry.Polyline"
|
|
232
|
+
},
|
|
233
|
+
"@arcgis.core.geometry.SpatialReference.SpatialReference": {
|
|
234
|
+
"$ref": "esri.geometry.SpatialReference"
|
|
235
|
+
},
|
|
236
|
+
"@arcgis.core.geometry.operators.support.GeographicTransformation.GeographicTransformation": {
|
|
237
|
+
"$ref": "esri.geometry.operators.support.GeographicTransformation"
|
|
238
|
+
},
|
|
239
|
+
"@arcgis.core.geometry.support.MeshGeoreferencedVertexSpace.MeshGeoreferencedVertexSpace": {
|
|
240
|
+
"$ref": "esri.geometry.support.MeshGeoreferencedVertexSpace"
|
|
241
|
+
},
|
|
242
|
+
"@arcgis.core.geometry.support.MeshLocalVertexSpace.MeshLocalVertexSpace": {
|
|
243
|
+
"$ref": "esri.geometry.support.MeshLocalVertexSpace"
|
|
244
|
+
},
|
|
245
|
+
"@arcgis.core.geometry.types.MeshVertexSpaceUnion": {
|
|
5
246
|
"anyOf": [
|
|
6
247
|
{
|
|
7
|
-
"$ref": "#/definitions
|
|
248
|
+
"$ref": "#/definitions/@arcgis.core.geometry.support.MeshLocalVertexSpace.MeshLocalVertexSpace"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"$ref": "#/definitions/@arcgis.core.geometry.support.MeshGeoreferencedVertexSpace.MeshGeoreferencedVertexSpace"
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
"@arcgis.core.layers.BaseElevationLayer.BaseElevationLayer": {
|
|
256
|
+
"$ref": "esri.layers.BaseElevationLayer"
|
|
257
|
+
},
|
|
258
|
+
"@arcgis.core.layers.ElevationLayer.ElevationLayer": {
|
|
259
|
+
"$ref": "esri.layers.ElevationLayer"
|
|
260
|
+
},
|
|
261
|
+
"@arcgis.core.layers.Layer.Layer": {
|
|
262
|
+
"$ref": "esri.layers.Layer"
|
|
263
|
+
},
|
|
264
|
+
"@arcgis.core.layers.Layer.LayerLayerviewCreateErrorEvent": {
|
|
265
|
+
"additionalProperties": false,
|
|
266
|
+
"properties": {
|
|
267
|
+
"error": {
|
|
268
|
+
"$ref": "#/definitions/Error",
|
|
269
|
+
"description": "An error object describing why the layer view failed to create."
|
|
270
|
+
},
|
|
271
|
+
"view": {
|
|
272
|
+
"$ref": "#/definitions/@arcgis.core.views.View.View",
|
|
273
|
+
"description": "The view that failed to create a layerview for the layer emitting this event."
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"required": [
|
|
277
|
+
"error",
|
|
278
|
+
"view"
|
|
279
|
+
],
|
|
280
|
+
"type": "object"
|
|
281
|
+
},
|
|
282
|
+
"@arcgis.core.layers.Layer.LayerLayerviewCreateEvent": {
|
|
283
|
+
"additionalProperties": false,
|
|
284
|
+
"properties": {
|
|
285
|
+
"layerView": {
|
|
286
|
+
"$ref": "#/definitions/@arcgis.core.views.layers.LayerView.LayerView",
|
|
287
|
+
"description": "The LayerView rendered in the view representing the layer in `layer`."
|
|
288
|
+
},
|
|
289
|
+
"view": {
|
|
290
|
+
"$ref": "#/definitions/@arcgis.core.views.View.View",
|
|
291
|
+
"description": "The view in which the `layerView` was created."
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"required": [
|
|
295
|
+
"layerView",
|
|
296
|
+
"view"
|
|
297
|
+
],
|
|
298
|
+
"type": "object"
|
|
299
|
+
},
|
|
300
|
+
"@arcgis.core.layers.Layer.LayerLayerviewDestroyEvent": {
|
|
301
|
+
"additionalProperties": false,
|
|
302
|
+
"properties": {
|
|
303
|
+
"layerView": {
|
|
304
|
+
"$ref": "#/definitions/@arcgis.core.views.layers.LayerView.LayerView",
|
|
305
|
+
"description": "The destroyed LayerView representing the layer."
|
|
306
|
+
},
|
|
307
|
+
"view": {
|
|
308
|
+
"$ref": "#/definitions/@arcgis.core.views.View.View",
|
|
309
|
+
"description": "The view in which the `layerView` was destroyed."
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"required": [
|
|
313
|
+
"layerView",
|
|
314
|
+
"view"
|
|
315
|
+
],
|
|
316
|
+
"type": "object"
|
|
317
|
+
},
|
|
318
|
+
"@arcgis.core.layers.LinkChartLayer.InitializationLinkChartConfig": {
|
|
319
|
+
"additionalProperties": false,
|
|
320
|
+
"description": "Defines the initial layout for the link chart and any layout settings for newly created link chart layers.",
|
|
321
|
+
"properties": {
|
|
322
|
+
"doNotRecalculateLayout": {
|
|
323
|
+
"description": "By default, the layout algorithm always runs on link charts when they are first created. If all diagram locations are set for every entity in the inclusion definition, this property can be set to `true` which skips the layout algorithm step and increases the performance of larger link charts.",
|
|
324
|
+
"type": "boolean"
|
|
325
|
+
},
|
|
326
|
+
"layoutMode": {
|
|
327
|
+
"$ref": "#/definitions/@arcgis.core.layers.knowledgeGraph.types.LayoutMode",
|
|
328
|
+
"description": "The layout mode to be applied by default. The system default is `organic-standard`."
|
|
329
|
+
},
|
|
330
|
+
"layoutSettings": {
|
|
331
|
+
"$ref": "#/definitions/@arcgis.core.linkChart.LayoutSettings.LayoutSettings",
|
|
332
|
+
"description": "Additional layout options for the default layout configuration."
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
"type": "object"
|
|
336
|
+
},
|
|
337
|
+
"@arcgis.core.layers.buildingSublayers.BuildingComponentSublayer.BuildingComponentSublayer": {
|
|
338
|
+
"$ref": "esri.layers.buildingSublayers.BuildingComponentSublayer"
|
|
339
|
+
},
|
|
340
|
+
"@arcgis.core.layers.buildingSublayers.BuildingGroupSublayer.BuildingGroupSublayer": {
|
|
341
|
+
"$ref": "esri.layers.buildingSublayers.BuildingGroupSublayer"
|
|
342
|
+
},
|
|
343
|
+
"@arcgis.core.layers.knowledgeGraph.types.LayoutMode": {
|
|
344
|
+
"$ref": "esri.layers.knowledgeGraph.types"
|
|
345
|
+
},
|
|
346
|
+
"@arcgis.core.layers.mixins.RefreshableLayer.RefreshEvent": {
|
|
347
|
+
"additionalProperties": false,
|
|
348
|
+
"properties": {
|
|
349
|
+
"dataChanged": {
|
|
350
|
+
"description": "Indicates if the layer's data has changed.",
|
|
351
|
+
"type": "boolean"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"type": "object"
|
|
355
|
+
},
|
|
356
|
+
"@arcgis.core.layers.support.CodedValueDomain.CodedValueDomain": {
|
|
357
|
+
"$ref": "esri.layers.support.CodedValueDomain"
|
|
358
|
+
},
|
|
359
|
+
"@arcgis.core.layers.support.DateTimeFieldFormat.DateTimeFieldFormat": {
|
|
360
|
+
"$ref": "esri.layers.support.DateTimeFieldFormat"
|
|
361
|
+
},
|
|
362
|
+
"@arcgis.core.layers.support.FeatureReductionBinning.FeatureReductionBinning": {
|
|
363
|
+
"$ref": "esri.layers.support.FeatureReductionBinning"
|
|
364
|
+
},
|
|
365
|
+
"@arcgis.core.layers.support.FeatureReductionCluster.FeatureReductionCluster": {
|
|
366
|
+
"$ref": "esri.layers.support.FeatureReductionCluster"
|
|
367
|
+
},
|
|
368
|
+
"@arcgis.core.layers.support.FeatureReductionSelection.FeatureReductionSelection": {
|
|
369
|
+
"$ref": "esri.layers.support.FeatureReductionSelection"
|
|
370
|
+
},
|
|
371
|
+
"@arcgis.core.layers.support.FeatureType.FeatureType": {
|
|
372
|
+
"$ref": "esri.layers.support.FeatureType"
|
|
373
|
+
},
|
|
374
|
+
"@arcgis.core.layers.support.InheritedDomain.InheritedDomain": {
|
|
375
|
+
"$ref": "esri.layers.support.InheritedDomain"
|
|
376
|
+
},
|
|
377
|
+
"@arcgis.core.layers.support.NumberFieldFormat.NumberFieldFormat": {
|
|
378
|
+
"$ref": "esri.layers.support.NumberFieldFormat"
|
|
379
|
+
},
|
|
380
|
+
"@arcgis.core.layers.support.ParquetGeometryEncodingLocation.ParquetGeometryEncodingLocation": {
|
|
381
|
+
"$ref": "esri.layers.support.ParquetGeometryEncodingLocation"
|
|
382
|
+
},
|
|
383
|
+
"@arcgis.core.layers.support.ParquetGeometryEncodingWkb.ParquetGeometryEncodingWkb": {
|
|
384
|
+
"$ref": "esri.layers.support.ParquetGeometryEncodingWkb"
|
|
385
|
+
},
|
|
386
|
+
"@arcgis.core.layers.support.RangeDomain.RangeDomain": {
|
|
387
|
+
"$ref": "esri.layers.support.RangeDomain"
|
|
388
|
+
},
|
|
389
|
+
"@arcgis.core.linkChart.LayoutSettings.LayoutSettings": {
|
|
390
|
+
"$ref": "esri.linkChart.LayoutSettings"
|
|
391
|
+
},
|
|
392
|
+
"@arcgis.core.popup.content.Content.Content": {
|
|
393
|
+
"$ref": "esri.popup.content.Content"
|
|
394
|
+
},
|
|
395
|
+
"@arcgis.core.portal.PortalItem.PortalItem": {
|
|
396
|
+
"$ref": "esri.portal.PortalItem"
|
|
397
|
+
},
|
|
398
|
+
"@arcgis.core.renderers.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
399
|
+
"$ref": "esri.renderers.ClassBreaksRenderer"
|
|
400
|
+
},
|
|
401
|
+
"@arcgis.core.renderers.DictionaryRenderer.DictionaryRenderer": {
|
|
402
|
+
"$ref": "esri.renderers.DictionaryRenderer"
|
|
403
|
+
},
|
|
404
|
+
"@arcgis.core.renderers.DotDensityRenderer.DotDensityRenderer": {
|
|
405
|
+
"$ref": "esri.renderers.DotDensityRenderer"
|
|
406
|
+
},
|
|
407
|
+
"@arcgis.core.renderers.HeatmapRenderer.HeatmapRenderer": {
|
|
408
|
+
"$ref": "esri.renderers.HeatmapRenderer"
|
|
409
|
+
},
|
|
410
|
+
"@arcgis.core.renderers.PieChartRenderer.PieChartRenderer": {
|
|
411
|
+
"$ref": "esri.renderers.PieChartRenderer"
|
|
412
|
+
},
|
|
413
|
+
"@arcgis.core.renderers.SimpleRenderer.SimpleRenderer": {
|
|
414
|
+
"$ref": "esri.renderers.SimpleRenderer"
|
|
415
|
+
},
|
|
416
|
+
"@arcgis.core.renderers.UniqueValueRenderer.UniqueValueRenderer": {
|
|
417
|
+
"$ref": "esri.renderers.UniqueValueRenderer"
|
|
418
|
+
},
|
|
419
|
+
"@arcgis.core.renderers.types.RendererUnion": {
|
|
420
|
+
"anyOf": [
|
|
421
|
+
{
|
|
422
|
+
"$ref": "#/definitions/@arcgis.core.renderers.SimpleRenderer.SimpleRenderer"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"$ref": "#/definitions/@arcgis.core.renderers.ClassBreaksRenderer.ClassBreaksRenderer"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"$ref": "#/definitions/@arcgis.core.renderers.UniqueValueRenderer.UniqueValueRenderer"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"$ref": "#/definitions/@arcgis.core.renderers.DotDensityRenderer.DotDensityRenderer"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"$ref": "#/definitions/@arcgis.core.renderers.DictionaryRenderer.DictionaryRenderer"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"$ref": "#/definitions/@arcgis.core.renderers.PieChartRenderer.PieChartRenderer"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"$ref": "#/definitions/@arcgis.core.renderers.HeatmapRenderer.HeatmapRenderer"
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"description": "Union of renderers."
|
|
444
|
+
},
|
|
445
|
+
"@arcgis.core.rest.support.FeatureSet.FeatureSet": {
|
|
446
|
+
"$ref": "esri.rest.support.FeatureSet"
|
|
447
|
+
},
|
|
448
|
+
"@arcgis.core.symbols.CIMSymbol.CIMSymbol": {
|
|
449
|
+
"$ref": "esri.symbols.CIMSymbol"
|
|
450
|
+
},
|
|
451
|
+
"@arcgis.core.symbols.LabelSymbol3D.LabelSymbol3D": {
|
|
452
|
+
"$ref": "esri.symbols.LabelSymbol3D"
|
|
453
|
+
},
|
|
454
|
+
"@arcgis.core.symbols.LineSymbol3D.LineSymbol3D": {
|
|
455
|
+
"$ref": "esri.symbols.LineSymbol3D"
|
|
456
|
+
},
|
|
457
|
+
"@arcgis.core.symbols.MeshSymbol3D.MeshSymbol3D": {
|
|
458
|
+
"$ref": "esri.symbols.MeshSymbol3D"
|
|
459
|
+
},
|
|
460
|
+
"@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol": {
|
|
461
|
+
"$ref": "esri.symbols.PictureFillSymbol"
|
|
462
|
+
},
|
|
463
|
+
"@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
464
|
+
"$ref": "esri.symbols.PictureMarkerSymbol"
|
|
465
|
+
},
|
|
466
|
+
"@arcgis.core.symbols.PointSymbol3D.PointSymbol3D": {
|
|
467
|
+
"$ref": "esri.symbols.PointSymbol3D"
|
|
468
|
+
},
|
|
469
|
+
"@arcgis.core.symbols.PolygonSymbol3D.PolygonSymbol3D": {
|
|
470
|
+
"$ref": "esri.symbols.PolygonSymbol3D"
|
|
471
|
+
},
|
|
472
|
+
"@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol": {
|
|
473
|
+
"$ref": "esri.symbols.SimpleFillSymbol"
|
|
474
|
+
},
|
|
475
|
+
"@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol": {
|
|
476
|
+
"$ref": "esri.symbols.SimpleLineSymbol"
|
|
477
|
+
},
|
|
478
|
+
"@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
479
|
+
"$ref": "esri.symbols.SimpleMarkerSymbol"
|
|
480
|
+
},
|
|
481
|
+
"@arcgis.core.symbols.TextSymbol.TextSymbol": {
|
|
482
|
+
"$ref": "esri.symbols.TextSymbol"
|
|
483
|
+
},
|
|
484
|
+
"@arcgis.core.symbols.WebStyleSymbol.WebStyleSymbol": {
|
|
485
|
+
"$ref": "esri.symbols.WebStyleSymbol"
|
|
486
|
+
},
|
|
487
|
+
"@arcgis.core.symbols.cim.types.CIMAnimatedSymbolEasingType": {
|
|
488
|
+
"$ref": "esri.symbols.cim.types"
|
|
489
|
+
},
|
|
490
|
+
"@arcgis.core.symbols.cim.types.CIMAnimatedSymbolProperties": {
|
|
491
|
+
"additionalProperties": false,
|
|
492
|
+
"description": "Represents animated symbol properties, a collection of symbol properties that apply when the symbol layer has animation data.",
|
|
493
|
+
"properties": {
|
|
494
|
+
"duration": {
|
|
495
|
+
"description": "The time (in seconds) it take to play through the symbol's animation once. This determines a symbol's playback speed.",
|
|
496
|
+
"type": "number"
|
|
497
|
+
},
|
|
498
|
+
"easing": {
|
|
499
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMAnimatedSymbolEasingType",
|
|
500
|
+
"description": "The easing method to use when animating the symbol. Only for use with [CIMSymbolAnimation](https://developers.arcgis.com/javascript/latest/references/core/symbols/cim/types/#CIMSymbolAnimation), not animated GIFs/PNGs."
|
|
501
|
+
},
|
|
502
|
+
"playAnimation": {
|
|
503
|
+
"description": "Indicates whether the animated symbol should play its animation.",
|
|
504
|
+
"type": "boolean"
|
|
505
|
+
},
|
|
506
|
+
"randomizeStartSeed": {
|
|
507
|
+
"description": "The starting value for generating a random number. Used by the `randomizeStartTime` property to determine the time offset for each feature.",
|
|
508
|
+
"type": "number"
|
|
509
|
+
},
|
|
510
|
+
"randomizeStartTime": {
|
|
511
|
+
"description": "Indicates whether to generate a randomized start offset in seconds to apply to the symbol animation of each feature.",
|
|
512
|
+
"type": "boolean"
|
|
513
|
+
},
|
|
514
|
+
"repeatDelay": {
|
|
515
|
+
"description": "The number of seconds to delay before repeating an animation cycle.",
|
|
516
|
+
"type": "number"
|
|
517
|
+
},
|
|
518
|
+
"repeatType": {
|
|
519
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMAnimatedSymbolRepeatType",
|
|
520
|
+
"description": "Determines how to repeat the animation of a symbol when the animation cycle ends."
|
|
521
|
+
},
|
|
522
|
+
"reverseAnimation": {
|
|
523
|
+
"description": "Indicates whether the animated symbol should play back in reverse.",
|
|
524
|
+
"type": "boolean"
|
|
525
|
+
},
|
|
526
|
+
"startTimeOffset": {
|
|
527
|
+
"description": "The time offset in seconds to use as the starting point of the symbol animation. This is used if `randomizeStartTime` is `false`.",
|
|
528
|
+
"type": "number"
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
"type": "object"
|
|
532
|
+
},
|
|
533
|
+
"@arcgis.core.symbols.cim.types.CIMAnimatedSymbolRepeatType": {
|
|
534
|
+
"$ref": "esri.symbols.cim.types"
|
|
535
|
+
},
|
|
536
|
+
"@arcgis.core.symbols.cim.types.CIMColorRampUnion": {
|
|
537
|
+
"anyOf": [
|
|
538
|
+
{
|
|
539
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMFixedColorRamp"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMLinearContinuousColorRamp"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMMultipartColorRamp"
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"description": "Represents a color ramp."
|
|
549
|
+
},
|
|
550
|
+
"@arcgis.core.symbols.cim.types.CIMFixedColorRamp": {
|
|
551
|
+
"$ref": "esri.symbols.cim.types"
|
|
552
|
+
},
|
|
553
|
+
"@arcgis.core.symbols.cim.types.CIMGradientFill": {
|
|
554
|
+
"$ref": "esri.symbols.cim.types"
|
|
555
|
+
},
|
|
556
|
+
"@arcgis.core.symbols.cim.types.CIMGradientStroke": {
|
|
557
|
+
"$ref": "esri.symbols.cim.types"
|
|
558
|
+
},
|
|
559
|
+
"@arcgis.core.symbols.cim.types.CIMHatchFill": {
|
|
560
|
+
"$ref": "esri.symbols.cim.types"
|
|
561
|
+
},
|
|
562
|
+
"@arcgis.core.symbols.cim.types.CIMLineSymbol": {
|
|
563
|
+
"$ref": "esri.symbols.cim.types"
|
|
564
|
+
},
|
|
565
|
+
"@arcgis.core.symbols.cim.types.CIMLinearContinuousColorRamp": {
|
|
566
|
+
"$ref": "esri.symbols.cim.types"
|
|
567
|
+
},
|
|
568
|
+
"@arcgis.core.symbols.cim.types.CIMMultipartColorRamp": {
|
|
569
|
+
"$ref": "esri.symbols.cim.types"
|
|
570
|
+
},
|
|
571
|
+
"@arcgis.core.symbols.cim.types.CIMPictureFill": {
|
|
572
|
+
"$ref": "esri.symbols.cim.types"
|
|
573
|
+
},
|
|
574
|
+
"@arcgis.core.symbols.cim.types.CIMPictureMarker": {
|
|
575
|
+
"$ref": "esri.symbols.cim.types"
|
|
576
|
+
},
|
|
577
|
+
"@arcgis.core.symbols.cim.types.CIMPictureStroke": {
|
|
578
|
+
"$ref": "esri.symbols.cim.types"
|
|
579
|
+
},
|
|
580
|
+
"@arcgis.core.symbols.cim.types.CIMPointSymbol": {
|
|
581
|
+
"$ref": "esri.symbols.cim.types"
|
|
582
|
+
},
|
|
583
|
+
"@arcgis.core.symbols.cim.types.CIMPolygonSymbol": {
|
|
584
|
+
"$ref": "esri.symbols.cim.types"
|
|
585
|
+
},
|
|
586
|
+
"@arcgis.core.symbols.cim.types.CIMSolidFill": {
|
|
587
|
+
"$ref": "esri.symbols.cim.types"
|
|
588
|
+
},
|
|
589
|
+
"@arcgis.core.symbols.cim.types.CIMSolidStroke": {
|
|
590
|
+
"$ref": "esri.symbols.cim.types"
|
|
591
|
+
},
|
|
592
|
+
"@arcgis.core.symbols.cim.types.CIMSymbolUnion": {
|
|
593
|
+
"anyOf": [
|
|
594
|
+
{
|
|
595
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMLineSymbol"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPointSymbol"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPolygonSymbol"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMTextSymbol"
|
|
605
|
+
}
|
|
606
|
+
],
|
|
607
|
+
"description": "Represents a union type of all CIM symbol types."
|
|
608
|
+
},
|
|
609
|
+
"@arcgis.core.symbols.cim.types.CIMTextSymbol": {
|
|
610
|
+
"$ref": "esri.symbols.cim.types"
|
|
611
|
+
},
|
|
612
|
+
"@arcgis.core.symbols.cim.types.CIMVectorMarker": {
|
|
613
|
+
"$ref": "esri.symbols.cim.types"
|
|
614
|
+
},
|
|
615
|
+
"@arcgis.core.symbols.types.SymbolUnion": {
|
|
616
|
+
"anyOf": [
|
|
617
|
+
{
|
|
618
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"$ref": "#/definitions/@arcgis.core.symbols.CIMSymbol.CIMSymbol"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"$ref": "#/definitions/@arcgis.core.symbols.LabelSymbol3D.LabelSymbol3D"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"$ref": "#/definitions/@arcgis.core.symbols.LineSymbol3D.LineSymbol3D"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"$ref": "#/definitions/@arcgis.core.symbols.MeshSymbol3D.MeshSymbol3D"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PointSymbol3D.PointSymbol3D"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PolygonSymbol3D.PolygonSymbol3D"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"$ref": "#/definitions/@arcgis.core.symbols.WebStyleSymbol.WebStyleSymbol"
|
|
655
|
+
}
|
|
656
|
+
],
|
|
657
|
+
"description": "Union of all symbols."
|
|
658
|
+
},
|
|
659
|
+
"@arcgis.core.unionTypes.GeometryUnion": {
|
|
660
|
+
"$ref": "esri.unionTypes"
|
|
661
|
+
},
|
|
662
|
+
"@arcgis.core.unionTypes.SymbolUnion": {
|
|
663
|
+
"$ref": "esri.unionTypes"
|
|
664
|
+
},
|
|
665
|
+
"@arcgis.core.views.2d.analysis.AreaMeasurementAnalysisView2D.AreaMeasurementAnalysisView2D": {
|
|
666
|
+
"$ref": "esri.views.2d.analysis.AreaMeasurementAnalysisView2D"
|
|
667
|
+
},
|
|
668
|
+
"@arcgis.core.views.2d.analysis.DistanceMeasurementAnalysisView2D.DistanceMeasurementAnalysisView2D": {
|
|
669
|
+
"$ref": "esri.views.2d.analysis.DistanceMeasurementAnalysisView2D"
|
|
670
|
+
},
|
|
671
|
+
"@arcgis.core.views.2d.analysis.ElevationProfileAnalysisView2D.ElevationProfileAnalysisView2D": {
|
|
672
|
+
"$ref": "esri.views.2d.analysis.ElevationProfileAnalysisView2D"
|
|
673
|
+
},
|
|
674
|
+
"@arcgis.core.views.3d.analysis.AreaMeasurementAnalysisView3D.AreaMeasurementAnalysisView3D": {
|
|
675
|
+
"$ref": "esri.views.3d.analysis.AreaMeasurementAnalysisView3D"
|
|
676
|
+
},
|
|
677
|
+
"@arcgis.core.views.3d.analysis.DimensionAnalysisView3D.DimensionAnalysisView3D": {
|
|
678
|
+
"$ref": "esri.views.3d.analysis.DimensionAnalysisView3D"
|
|
679
|
+
},
|
|
680
|
+
"@arcgis.core.views.3d.analysis.DirectLineMeasurement.types.DirectLineMeasurementAnalysisResult": {
|
|
681
|
+
"additionalProperties": false,
|
|
682
|
+
"description": "Result obtained from a [DirectLineMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/DirectLineMeasurementAnalysis/).",
|
|
683
|
+
"properties": {
|
|
684
|
+
"directDistance": {
|
|
685
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Length",
|
|
686
|
+
"description": "The 3D distance between the two points that is computed in a Euclidean manner."
|
|
8
687
|
},
|
|
9
|
-
{
|
|
10
|
-
"$ref": "#/definitions
|
|
688
|
+
"horizontalDistance": {
|
|
689
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Length",
|
|
690
|
+
"description": "Horizontal distance between the two points. It can be measured as the euclidean distance or the geodesic distance depending on the configured measurement mode. In automatic mode, the distance is measured geodetically if the spatial reference is a GCS or WebMercator; otherwise (in non-WebMercator PCS) it is Euclidean."
|
|
11
691
|
},
|
|
12
|
-
{
|
|
13
|
-
"$ref": "#/definitions
|
|
692
|
+
"mode": {
|
|
693
|
+
"$ref": "#/definitions/@arcgis.core.views.analysis.types.MeasurementMode",
|
|
694
|
+
"description": "Describes how the `horizontalDistance` is computed.\n- In `euclidean` mode, the horizontal distance is the 2D distance between the two points, computed in a Euclidean manner. This mode is used in scenes with projected coordinate systems (PCS), apart from Web Mercator.\n- In `geodesic` mode, the horizontal distance is computed geodetically. This mode is used in scenes with geographic coordinate systems (GCS) or in Web Mercator."
|
|
14
695
|
},
|
|
15
|
-
{
|
|
16
|
-
"$ref": "#/definitions
|
|
696
|
+
"verticalDistance": {
|
|
697
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Length",
|
|
698
|
+
"description": "Vertical distance measured as the absolute difference of the elevation of the two points."
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
"required": [
|
|
702
|
+
"directDistance",
|
|
703
|
+
"horizontalDistance",
|
|
704
|
+
"mode",
|
|
705
|
+
"verticalDistance"
|
|
706
|
+
],
|
|
707
|
+
"type": "object"
|
|
708
|
+
},
|
|
709
|
+
"@arcgis.core.views.3d.analysis.DirectLineMeasurementAnalysisView3D.DirectLineMeasurementAnalysisView3D": {
|
|
710
|
+
"$ref": "esri.views.3d.analysis.DirectLineMeasurementAnalysisView3D"
|
|
711
|
+
},
|
|
712
|
+
"@arcgis.core.views.3d.analysis.ElevationProfileAnalysisView3D.ElevationProfileAnalysisView3D": {
|
|
713
|
+
"$ref": "esri.views.3d.analysis.ElevationProfileAnalysisView3D"
|
|
714
|
+
},
|
|
715
|
+
"@arcgis.core.views.3d.analysis.LineOfSightAnalysisResult.LineOfSightAnalysisResult": {
|
|
716
|
+
"additionalProperties": false,
|
|
717
|
+
"description": "Contains the result for a line of sight analysis from a [LineOfSightAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/LineOfSightAnalysis/).",
|
|
718
|
+
"properties": {
|
|
719
|
+
"declaredClass": {
|
|
720
|
+
"description": "The name of the class. The declared class name is formatted as `esri.folder.className`.",
|
|
721
|
+
"type": "string"
|
|
17
722
|
},
|
|
18
|
-
{
|
|
19
|
-
"
|
|
723
|
+
"destroyed": {
|
|
724
|
+
"type": "boolean"
|
|
20
725
|
},
|
|
21
|
-
{
|
|
22
|
-
"
|
|
726
|
+
"initialized": {
|
|
727
|
+
"description": "Set to `true` once the initialize function has executed.",
|
|
728
|
+
"type": "boolean"
|
|
729
|
+
},
|
|
730
|
+
"intersectedGraphic": {
|
|
731
|
+
"$ref": "T_25",
|
|
732
|
+
"description": "The first [Graphic](https://developers.arcgis.com/javascript/latest/references/core/Graphic/) intersected by the line of sight. If no graphic is intersected then this property is `null`."
|
|
733
|
+
},
|
|
734
|
+
"intersectedLocation": {
|
|
735
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point",
|
|
736
|
+
"description": "A [Point](https://developers.arcgis.com/javascript/latest/references/core/geometry/Point/) representing the location where the line of sight first intersects the ground or 3D objects in the scene. If the target is visible this property is `null`."
|
|
737
|
+
},
|
|
738
|
+
"target": {
|
|
739
|
+
"$ref": "T_19",
|
|
740
|
+
"description": "Represents a target in a [LineOfSightAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/LineOfSightAnalysis/) which is used to calculate the visibility from the [LineOfSightAnalysis.observer](https://developers.arcgis.com/javascript/latest/references/core/analysis/LineOfSightAnalysis/#observer)."
|
|
741
|
+
},
|
|
742
|
+
"visible": {
|
|
743
|
+
"description": "Whether the target is visible from the observer or not.",
|
|
744
|
+
"type": "boolean"
|
|
23
745
|
}
|
|
746
|
+
},
|
|
747
|
+
"required": [
|
|
748
|
+
"declaredClass",
|
|
749
|
+
"destroyed",
|
|
750
|
+
"initialized",
|
|
751
|
+
"intersectedGraphic",
|
|
752
|
+
"intersectedLocation",
|
|
753
|
+
"target",
|
|
754
|
+
"visible"
|
|
24
755
|
],
|
|
25
|
-
"
|
|
756
|
+
"type": "object"
|
|
26
757
|
},
|
|
27
|
-
"@arcgis.core.
|
|
758
|
+
"@arcgis.core.views.3d.analysis.LineOfSightAnalysisView3D.LineOfSightAnalysisView3D": {
|
|
759
|
+
"$ref": "esri.views.3d.analysis.LineOfSightAnalysisView3D"
|
|
760
|
+
},
|
|
761
|
+
"@arcgis.core.views.3d.analysis.ShadowCastAnalysisView3D.ShadowCastAnalysisView3D": {
|
|
762
|
+
"$ref": "esri.views.3d.analysis.ShadowCastAnalysisView3D"
|
|
763
|
+
},
|
|
764
|
+
"@arcgis.core.views.3d.analysis.SliceAnalysisView3D.SliceAnalysisView3D": {
|
|
765
|
+
"$ref": "esri.views.3d.analysis.SliceAnalysisView3D"
|
|
766
|
+
},
|
|
767
|
+
"@arcgis.core.views.3d.analysis.ViewshedAnalysisView3D.ViewshedAnalysisView3D": {
|
|
768
|
+
"$ref": "esri.views.3d.analysis.ViewshedAnalysisView3D"
|
|
769
|
+
},
|
|
770
|
+
"@arcgis.core.views.3d.analysis.VolumeMeasurement.VolumeMeasurementResult.VolumeMeasurementResult": {
|
|
771
|
+
"additionalProperties": false,
|
|
772
|
+
"description": "Result obtained from a [VolumeMeasurementAnalysisView3D.result](https://developers.arcgis.com/javascript/latest/references/core/views/3d/analysis/VolumeMeasurementAnalysisView3D/#result).\n\nIf the result is unavailable, the [VolumeMeasurementAnalysisView3D.error](https://developers.arcgis.com/javascript/latest/references/core/views/3d/analysis/VolumeMeasurementAnalysisView3D/#error) property provides the details on the cause.",
|
|
773
|
+
"properties": {
|
|
774
|
+
"area": {
|
|
775
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Area",
|
|
776
|
+
"description": "The area of the measured volume."
|
|
777
|
+
},
|
|
778
|
+
"cutVolume": {
|
|
779
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Volume",
|
|
780
|
+
"description": "Volume that needs to be removed to reach the target surface defined by the polygon."
|
|
781
|
+
},
|
|
782
|
+
"declaredClass": {
|
|
783
|
+
"description": "The name of the class. The declared class name is formatted as `esri.folder.className`.",
|
|
784
|
+
"type": "string"
|
|
785
|
+
},
|
|
786
|
+
"destroyed": {
|
|
787
|
+
"type": "boolean"
|
|
788
|
+
},
|
|
789
|
+
"fillVolume": {
|
|
790
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Volume",
|
|
791
|
+
"description": "Volume that needs to be added to reach the target surface defined by the polygon."
|
|
792
|
+
},
|
|
793
|
+
"initialized": {
|
|
794
|
+
"description": "Set to `true` once the initialize function has executed.",
|
|
795
|
+
"type": "boolean"
|
|
796
|
+
},
|
|
797
|
+
"measureType": {
|
|
798
|
+
"$ref": "#/definitions/@arcgis.core.analysis.VolumeMeasurement.types.VolumeMeasureType",
|
|
799
|
+
"description": "Volume measure type."
|
|
800
|
+
},
|
|
801
|
+
"netVolume": {
|
|
802
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Volume",
|
|
803
|
+
"description": "Difference between the cut volume and fill volume. A positive value indicates a surplus volume that needs to be removed."
|
|
804
|
+
},
|
|
805
|
+
"perimeter": {
|
|
806
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Length",
|
|
807
|
+
"description": "The perimeter of the measured volume."
|
|
808
|
+
},
|
|
809
|
+
"totalVolume": {
|
|
810
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Volume",
|
|
811
|
+
"description": "Sum of the cut volume and fill volume."
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
"required": [
|
|
815
|
+
"area",
|
|
816
|
+
"cutVolume",
|
|
817
|
+
"declaredClass",
|
|
818
|
+
"destroyed",
|
|
819
|
+
"fillVolume",
|
|
820
|
+
"initialized",
|
|
821
|
+
"measureType",
|
|
822
|
+
"netVolume",
|
|
823
|
+
"perimeter",
|
|
824
|
+
"totalVolume"
|
|
825
|
+
],
|
|
826
|
+
"type": "object"
|
|
827
|
+
},
|
|
828
|
+
"@arcgis.core.views.3d.analysis.VolumeMeasurementAnalysisView3D.VolumeMeasurementAnalysisView3D": {
|
|
829
|
+
"$ref": "esri.views.3d.analysis.VolumeMeasurementAnalysisView3D"
|
|
830
|
+
},
|
|
831
|
+
"@arcgis.core.views.3d.environment.CloudyWeather.CloudyWeather": {
|
|
832
|
+
"$ref": "esri.views.3d.environment.CloudyWeather"
|
|
833
|
+
},
|
|
834
|
+
"@arcgis.core.views.3d.environment.FoggyWeather.FoggyWeather": {
|
|
835
|
+
"$ref": "esri.views.3d.environment.FoggyWeather"
|
|
836
|
+
},
|
|
837
|
+
"@arcgis.core.views.3d.environment.RainyWeather.RainyWeather": {
|
|
838
|
+
"$ref": "esri.views.3d.environment.RainyWeather"
|
|
839
|
+
},
|
|
840
|
+
"@arcgis.core.views.3d.environment.SnowyWeather.SnowyWeather": {
|
|
841
|
+
"$ref": "esri.views.3d.environment.SnowyWeather"
|
|
842
|
+
},
|
|
843
|
+
"@arcgis.core.views.3d.environment.SunLighting.SunLighting": {
|
|
844
|
+
"$ref": "esri.views.3d.environment.SunLighting"
|
|
845
|
+
},
|
|
846
|
+
"@arcgis.core.views.3d.environment.SunnyWeather.SunnyWeather": {
|
|
847
|
+
"$ref": "esri.views.3d.environment.SunnyWeather"
|
|
848
|
+
},
|
|
849
|
+
"@arcgis.core.views.3d.environment.VirtualLighting.VirtualLighting": {
|
|
850
|
+
"$ref": "esri.views.3d.environment.VirtualLighting"
|
|
851
|
+
},
|
|
852
|
+
"@arcgis.core.views.3d.environment.types.LightingUnion": {
|
|
28
853
|
"anyOf": [
|
|
29
854
|
{
|
|
30
|
-
"$ref": "#/definitions
|
|
855
|
+
"$ref": "#/definitions/@arcgis.core.views.3d.environment.SunLighting.SunLighting"
|
|
31
856
|
},
|
|
32
857
|
{
|
|
33
|
-
"$ref": "#/definitions
|
|
34
|
-
}
|
|
858
|
+
"$ref": "#/definitions/@arcgis.core.views.3d.environment.VirtualLighting.VirtualLighting"
|
|
859
|
+
}
|
|
860
|
+
]
|
|
861
|
+
},
|
|
862
|
+
"@arcgis.core.views.3d.environment.types.WeatherUnion": {
|
|
863
|
+
"anyOf": [
|
|
35
864
|
{
|
|
36
|
-
"$ref": "#/definitions
|
|
865
|
+
"$ref": "#/definitions/@arcgis.core.views.3d.environment.CloudyWeather.CloudyWeather"
|
|
37
866
|
},
|
|
38
867
|
{
|
|
39
|
-
"$ref": "#/definitions
|
|
868
|
+
"$ref": "#/definitions/@arcgis.core.views.3d.environment.FoggyWeather.FoggyWeather"
|
|
40
869
|
},
|
|
41
870
|
{
|
|
42
|
-
"$ref": "#/definitions
|
|
871
|
+
"$ref": "#/definitions/@arcgis.core.views.3d.environment.RainyWeather.RainyWeather"
|
|
43
872
|
},
|
|
44
873
|
{
|
|
45
|
-
"$ref": "#/definitions
|
|
874
|
+
"$ref": "#/definitions/@arcgis.core.views.3d.environment.SnowyWeather.SnowyWeather"
|
|
46
875
|
},
|
|
47
876
|
{
|
|
48
|
-
"$ref": "#/definitions
|
|
877
|
+
"$ref": "#/definitions/@arcgis.core.views.3d.environment.SunnyWeather.SunnyWeather"
|
|
878
|
+
}
|
|
879
|
+
]
|
|
880
|
+
},
|
|
881
|
+
"@arcgis.core.views.View.View": {
|
|
882
|
+
"$ref": "esri.views.View"
|
|
883
|
+
},
|
|
884
|
+
"@arcgis.core.views.analysis.AreaMeasurement.types.AreaMeasurementResult": {
|
|
885
|
+
"additionalProperties": false,
|
|
886
|
+
"description": "Result obtained from an [AreaMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/AreaMeasurementAnalysis/).",
|
|
887
|
+
"properties": {
|
|
888
|
+
"area": {
|
|
889
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Area",
|
|
890
|
+
"description": "Area of the polygon."
|
|
49
891
|
},
|
|
50
|
-
{
|
|
51
|
-
"$ref": "
|
|
892
|
+
"mode": {
|
|
893
|
+
"$ref": "#/definitions/@arcgis.core.views.analysis.types.MeasurementMode",
|
|
894
|
+
"description": "Specifies how the measurement is calculated. Where `\"euclidean\"` denotes that polygon area and perimeter are computed on a flat (or \"planar\") surface. Conversely, `\"geodesic\"` denotes that computations are performed on an ellipsoid.\n\n> [!WARNING] > > **Note** > > How the area and perimeter are computed depends on the view type, the spatial reference, and the measured perimeter. > > - In a [MapView](https://developers.arcgis.com/javascript/latest/references/core/views/MapView/) (2D): > - For **geographic coordinate systems** (GCS) and **Web Mercator**, measurements are calculated geodetically > (on the ellipsoid). > - For **projected coordinate systems** (PCS), apart from Web Mercator, the area and perimeter are always calculated > in a Euclidean (in their respective PCS). > > - In a [SceneView](https://developers.arcgis.com/javascript/latest/references/core/views/SceneView/) (3D): > - For **geographic coordinate systems** (GCS) and **Web Mercator**, short measurements use a > Euclidean computation in an [ECEF](https://en.wikipedia.org/wiki/ECEF) (Earth-Centered, Earth-Fixed) coordinate > system (or an equivalent on other planets). Specifically, if the measurement's perimeter is ≤ 100 km the analysis > uses Euclidean calculations. If the perimeter is > 100 km, it uses geodetic calculations. > - For **projected coordinate systems** (PCS), apart from Web Mercator, the area and perimeter are always calculated > in a Euclidean (in their respective PCS)."
|
|
52
895
|
},
|
|
53
|
-
{
|
|
54
|
-
"$ref": "#/definitions
|
|
896
|
+
"perimeter": {
|
|
897
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Length",
|
|
898
|
+
"description": "Perimeter length of the polygon."
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
"required": [
|
|
902
|
+
"area",
|
|
903
|
+
"mode",
|
|
904
|
+
"perimeter"
|
|
905
|
+
],
|
|
906
|
+
"type": "object"
|
|
907
|
+
},
|
|
908
|
+
"@arcgis.core.views.analysis.DistanceMeasurement.types.DistanceMeasurementResult": {
|
|
909
|
+
"additionalProperties": false,
|
|
910
|
+
"description": "Result obtained from an [DistanceMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/DistanceMeasurementAnalysis/).",
|
|
911
|
+
"properties": {
|
|
912
|
+
"length": {
|
|
913
|
+
"$ref": "#/definitions/@arcgis.core.core.quantity.Length",
|
|
914
|
+
"description": "Length of the polyline."
|
|
55
915
|
},
|
|
56
|
-
{
|
|
57
|
-
"$ref": "#/definitions
|
|
916
|
+
"mode": {
|
|
917
|
+
"$ref": "#/definitions/@arcgis.core.views.analysis.types.MeasurementMode",
|
|
918
|
+
"description": "Describes the mode in which the measurement is computed. In `euclidean` mode, length is computed from a flat polyline with straight segments in a [ECEF](https://en.wikipedia.org/wiki/ECEF) coordinate system. In `geodesic` mode, the length is computed from a geodesic polyline in a WGS84 ellipsoid."
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
"required": [
|
|
922
|
+
"length",
|
|
923
|
+
"mode"
|
|
924
|
+
],
|
|
925
|
+
"type": "object"
|
|
926
|
+
},
|
|
927
|
+
"@arcgis.core.views.analysis.ElevationProfile.ElevationProfileResult.ElevationProfileResult": {
|
|
928
|
+
"additionalProperties": false,
|
|
929
|
+
"description": "Represents the result for each [profile line](https://developers.arcgis.com/javascript/latest/references/core/analysis/ElevationProfile/ElevationProfileLine/) configured in the [ElevationProfileAnalysis.profiles](https://developers.arcgis.com/javascript/latest/references/core/analysis/ElevationProfileAnalysis/#profiles) collection. This result is initialized by the analysis view and is dynamically updated as the elevation profile is generated.",
|
|
930
|
+
"properties": {
|
|
931
|
+
"available": {
|
|
932
|
+
"description": "Indicates whether the line is available. Unavailable lines are not sampled or displayed, and the corresponding [samples](https://developers.arcgis.com/javascript/latest/references/core/views/analysis/ElevationProfile/ElevationProfileResult/#samples) and [statistics](https://developers.arcgis.com/javascript/latest/references/core/views/analysis/ElevationProfile/ElevationProfileResult/#statistics) will be empty.\n\nAvailability rules for each line type:\n- `ground`: Available if any ground layers are visible.\n- `input`: Always available.\n- `query`: Available if the source is visible and any layers in that source (e.g. ground elevation layers) are also visible.\n- `scene`: Always available in 3D.",
|
|
933
|
+
"type": "boolean"
|
|
58
934
|
},
|
|
59
|
-
{
|
|
60
|
-
"
|
|
935
|
+
"declaredClass": {
|
|
936
|
+
"description": "The name of the class. The declared class name is formatted as `esri.folder.className`.",
|
|
937
|
+
"type": "string"
|
|
938
|
+
},
|
|
939
|
+
"destroyed": {
|
|
940
|
+
"type": "boolean"
|
|
941
|
+
},
|
|
942
|
+
"initialized": {
|
|
943
|
+
"description": "Set to `true` once the initialize function has executed.",
|
|
944
|
+
"type": "boolean"
|
|
945
|
+
},
|
|
946
|
+
"profile": {
|
|
947
|
+
"$ref": "#/definitions/@arcgis.core.analysis.ElevationProfile.types.ElevationProfileLineUnion",
|
|
948
|
+
"description": "The [profile line](https://developers.arcgis.com/javascript/latest/references/core/analysis/ElevationProfileAnalysis/#profiles) whose elevation is represented by this result."
|
|
949
|
+
},
|
|
950
|
+
"progress": {
|
|
951
|
+
"description": "Represents the progress of the elevation profile generation, ranging from 0 to 1.",
|
|
952
|
+
"type": "number"
|
|
953
|
+
},
|
|
954
|
+
"samples": {
|
|
955
|
+
"description": "Contains the samples that make up the elevation profile. Each sample represents a point along the profile.\n\nThe distance and elevation values are given in the effective units specified in [ElevationProfileAnalysisView2D.effectiveDisplayUnits](https://developers.arcgis.com/javascript/latest/references/core/views/2d/analysis/ElevationProfileAnalysisView2D/#effectiveDisplayUnits) or [ElevationProfileAnalysisView3D.effectiveDisplayUnits](https://developers.arcgis.com/javascript/latest/references/core/views/3d/analysis/ElevationProfileAnalysisView3D/#effectiveDisplayUnits).",
|
|
956
|
+
"items": {
|
|
957
|
+
"$ref": "#/definitions/@arcgis.core.views.analysis.ElevationProfile.types.ElevationProfileSample"
|
|
958
|
+
},
|
|
959
|
+
"type": "array"
|
|
960
|
+
},
|
|
961
|
+
"statistics": {
|
|
962
|
+
"$ref": "#/definitions/@arcgis.core.views.analysis.ElevationProfile.types.ElevationProfileStatistics",
|
|
963
|
+
"description": "Provides statistics about the elevation profile, including minimum, maximum, and average elevation values, elevation gain and loss, and slope information.\n\nThe distance and elevation values are given in the effective units specified in [ElevationProfileAnalysisView2D.effectiveDisplayUnits](https://developers.arcgis.com/javascript/latest/references/core/views/2d/analysis/ElevationProfileAnalysisView2D/#effectiveDisplayUnits) or [ElevationProfileAnalysisView3D.effectiveDisplayUnits](https://developers.arcgis.com/javascript/latest/references/core/views/3d/analysis/ElevationProfileAnalysisView3D/#effectiveDisplayUnits)."
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
"required": [
|
|
967
|
+
"available",
|
|
968
|
+
"declaredClass",
|
|
969
|
+
"destroyed",
|
|
970
|
+
"initialized",
|
|
971
|
+
"profile",
|
|
972
|
+
"progress",
|
|
973
|
+
"samples",
|
|
974
|
+
"statistics"
|
|
975
|
+
],
|
|
976
|
+
"type": "object"
|
|
977
|
+
},
|
|
978
|
+
"@arcgis.core.views.analysis.ElevationProfile.types.ElevationProfileSample": {
|
|
979
|
+
"$ref": "esri.views.analysis.ElevationProfile.types"
|
|
980
|
+
},
|
|
981
|
+
"@arcgis.core.views.analysis.ElevationProfile.types.ElevationProfileStatistics": {
|
|
982
|
+
"$ref": "esri.views.analysis.ElevationProfile.types"
|
|
983
|
+
},
|
|
984
|
+
"@arcgis.core.views.analysis.types.AnalysisViewUnion": {
|
|
985
|
+
"$ref": "esri.views.analysis.types"
|
|
986
|
+
},
|
|
987
|
+
"@arcgis.core.views.analysis.types.MeasurementMode": {
|
|
988
|
+
"$ref": "esri.views.analysis.types"
|
|
989
|
+
},
|
|
990
|
+
"@arcgis.core.views.layers.LayerView.LayerView": {
|
|
991
|
+
"$ref": "esri.views.layers.LayerView"
|
|
992
|
+
},
|
|
993
|
+
"@arcgis.core.views.layers.StreamLayerView.StreamUpdateRateEvent": {
|
|
994
|
+
"additionalProperties": false,
|
|
995
|
+
"description": "The [update-event](https://developers.arcgis.com/javascript/latest/references/core/views/layers/StreamLayerView/#event-update-rate)'s payload. The update rate of features being processed on the client and pushed from the server.",
|
|
996
|
+
"properties": {
|
|
997
|
+
"client": {
|
|
998
|
+
"description": "The client update rate per second. Returns number of features being processed on the client.",
|
|
999
|
+
"type": "number"
|
|
1000
|
+
},
|
|
1001
|
+
"websocket": {
|
|
1002
|
+
"description": "Update rate per second for websocket/service. Returns number of features being pushed from the server.",
|
|
1003
|
+
"type": "number"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"required": [
|
|
1007
|
+
"client",
|
|
1008
|
+
"websocket"
|
|
1009
|
+
],
|
|
1010
|
+
"type": "object"
|
|
1011
|
+
},
|
|
1012
|
+
"@arcgis.core.views.types.AnalysisViewCreateErrorEvent": {
|
|
1013
|
+
"additionalProperties": false,
|
|
1014
|
+
"properties": {
|
|
1015
|
+
"analysis": {
|
|
1016
|
+
"$ref": "#/definitions/@arcgis.core.analysis.Analysis.Analysis",
|
|
1017
|
+
"description": "The analysis for which the `analysisView` was created."
|
|
1018
|
+
},
|
|
1019
|
+
"error": {
|
|
1020
|
+
"$ref": "#/definitions/Error",
|
|
1021
|
+
"description": "An error object describing why the analysis view could not be created."
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
"required": [
|
|
1025
|
+
"analysis",
|
|
1026
|
+
"error"
|
|
1027
|
+
],
|
|
1028
|
+
"type": "object"
|
|
1029
|
+
},
|
|
1030
|
+
"@arcgis.core.views.types.AnalysisViewCreateEvent": {
|
|
1031
|
+
"additionalProperties": false,
|
|
1032
|
+
"properties": {
|
|
1033
|
+
"analysis": {
|
|
1034
|
+
"$ref": "#/definitions/@arcgis.core.analysis.Analysis.Analysis",
|
|
1035
|
+
"description": "The analysis for which the `analysisView` was created."
|
|
1036
|
+
},
|
|
1037
|
+
"analysisView": {
|
|
1038
|
+
"$ref": "#/definitions/@arcgis.core.views.analysis.types.AnalysisViewUnion",
|
|
1039
|
+
"description": "The analysis view that was created."
|
|
1040
|
+
}
|
|
1041
|
+
},
|
|
1042
|
+
"required": [
|
|
1043
|
+
"analysis",
|
|
1044
|
+
"analysisView"
|
|
1045
|
+
],
|
|
1046
|
+
"type": "object"
|
|
1047
|
+
},
|
|
1048
|
+
"@arcgis.core.views.types.AnalysisViewDestroyEvent": {
|
|
1049
|
+
"additionalProperties": false,
|
|
1050
|
+
"properties": {
|
|
1051
|
+
"analysis": {
|
|
1052
|
+
"$ref": "#/definitions/@arcgis.core.analysis.Analysis.Analysis",
|
|
1053
|
+
"description": "The analysis whose analysis view was destroyed."
|
|
1054
|
+
},
|
|
1055
|
+
"analysisView": {
|
|
1056
|
+
"$ref": "#/definitions/@arcgis.core.views.analysis.types.AnalysisViewUnion",
|
|
1057
|
+
"description": "The analysis view that was destroyed."
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
"required": [
|
|
1061
|
+
"analysis",
|
|
1062
|
+
"analysisView"
|
|
1063
|
+
],
|
|
1064
|
+
"type": "object"
|
|
1065
|
+
},
|
|
1066
|
+
"@arcgis.core.webdoc.applicationProperties.Viewing.Viewing": {
|
|
1067
|
+
"$ref": "esri.webdoc.applicationProperties.Viewing"
|
|
1068
|
+
},
|
|
1069
|
+
"@arcgis.core.webscene.ApplicationProperties.ApplicationProperties": {
|
|
1070
|
+
"additionalProperties": false,
|
|
1071
|
+
"description": "Represents configuration of application and UI elements.",
|
|
1072
|
+
"properties": {
|
|
1073
|
+
"declaredClass": {
|
|
1074
|
+
"description": "The name of the class. The declared class name is formatted as `esri.folder.className`.",
|
|
1075
|
+
"type": "string"
|
|
1076
|
+
},
|
|
1077
|
+
"destroyed": {
|
|
1078
|
+
"type": "boolean"
|
|
1079
|
+
},
|
|
1080
|
+
"initialized": {
|
|
1081
|
+
"description": "Set to `true` once the initialize function has executed.",
|
|
1082
|
+
"type": "boolean"
|
|
61
1083
|
},
|
|
1084
|
+
"viewing": {
|
|
1085
|
+
"$ref": "#/definitions/@arcgis.core.webdoc.applicationProperties.Viewing.Viewing",
|
|
1086
|
+
"description": "View-specific properties of application and UI elements."
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
"required": [
|
|
1090
|
+
"declaredClass",
|
|
1091
|
+
"destroyed",
|
|
1092
|
+
"initialized",
|
|
1093
|
+
"viewing"
|
|
1094
|
+
],
|
|
1095
|
+
"type": "object"
|
|
1096
|
+
},
|
|
1097
|
+
"@arcgis.core.webscene.support.FeatureReferenceGlobalId.FeatureReferenceGlobalId": {
|
|
1098
|
+
"$ref": "esri.webscene.support.FeatureReferenceGlobalId"
|
|
1099
|
+
},
|
|
1100
|
+
"@arcgis.core.webscene.support.FeatureReferenceObjectId.FeatureReferenceObjectId": {
|
|
1101
|
+
"$ref": "esri.webscene.support.FeatureReferenceObjectId"
|
|
1102
|
+
},
|
|
1103
|
+
"@arcgis.core.webscene.types.FeatureReferenceIdUnion": {
|
|
1104
|
+
"anyOf": [
|
|
62
1105
|
{
|
|
63
|
-
"$ref": "#/definitions
|
|
1106
|
+
"$ref": "#/definitions/@arcgis.core.webscene.support.FeatureReferenceGlobalId.FeatureReferenceGlobalId"
|
|
64
1107
|
},
|
|
65
1108
|
{
|
|
66
|
-
"$ref": "
|
|
1109
|
+
"$ref": "#/definitions/@arcgis.core.webscene.support.FeatureReferenceObjectId.FeatureReferenceObjectId"
|
|
1110
|
+
}
|
|
1111
|
+
]
|
|
1112
|
+
},
|
|
1113
|
+
"@arcgis.core.widgets.Popup.types.ActionEvent": {
|
|
1114
|
+
"additionalProperties": false,
|
|
1115
|
+
"properties": {
|
|
1116
|
+
"action": {
|
|
1117
|
+
"$ref": "#/definitions/@arcgis.core.widgets.Popup.types.PopupAction",
|
|
1118
|
+
"description": "The action clicked by the user. For a description of this object and a specification of its properties, see the [Popup.actions](https://developers.arcgis.com/javascript/latest/references/core/widgets/Popup/#actions) property of this class."
|
|
67
1119
|
}
|
|
1120
|
+
},
|
|
1121
|
+
"required": [
|
|
1122
|
+
"action"
|
|
68
1123
|
],
|
|
69
|
-
"
|
|
1124
|
+
"type": "object"
|
|
1125
|
+
},
|
|
1126
|
+
"@arcgis.core.widgets.Popup.types.PopupAction": {
|
|
1127
|
+
"$ref": "esri.widgets.Popup.types"
|
|
70
1128
|
},
|
|
71
1129
|
"@vertigis.arcgis-extensions.Entity.EntityProperties": {
|
|
72
1130
|
"additionalProperties": false,
|
|
@@ -139,22 +1197,22 @@
|
|
|
139
1197
|
"geometry": {
|
|
140
1198
|
"anyOf": [
|
|
141
1199
|
{
|
|
142
|
-
"$ref": "#/definitions
|
|
1200
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
143
1201
|
},
|
|
144
1202
|
{
|
|
145
|
-
"$ref": "#/definitions
|
|
1203
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
146
1204
|
},
|
|
147
1205
|
{
|
|
148
|
-
"$ref": "#/definitions
|
|
1206
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
149
1207
|
},
|
|
150
1208
|
{
|
|
151
|
-
"$ref": "
|
|
1209
|
+
"$ref": "T_4"
|
|
152
1210
|
},
|
|
153
1211
|
{
|
|
154
|
-
"$ref": "#/definitions
|
|
1212
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
155
1213
|
},
|
|
156
1214
|
{
|
|
157
|
-
"$ref": "#/definitions
|
|
1215
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
158
1216
|
},
|
|
159
1217
|
{
|
|
160
1218
|
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
@@ -206,10 +1264,10 @@
|
|
|
206
1264
|
"items": {
|
|
207
1265
|
"anyOf": [
|
|
208
1266
|
{
|
|
209
|
-
"$ref": "
|
|
1267
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties"
|
|
210
1268
|
},
|
|
211
1269
|
{
|
|
212
|
-
"$ref": "
|
|
1270
|
+
"$ref": "T_40"
|
|
213
1271
|
}
|
|
214
1272
|
]
|
|
215
1273
|
},
|
|
@@ -227,7 +1285,7 @@
|
|
|
227
1285
|
"type": "array"
|
|
228
1286
|
},
|
|
229
1287
|
"outSpatialReference": {
|
|
230
|
-
"$ref": "#/definitions
|
|
1288
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
|
|
231
1289
|
"description": "See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}."
|
|
232
1290
|
},
|
|
233
1291
|
"popupContentExtensions": {
|
|
@@ -235,10 +1293,10 @@
|
|
|
235
1293
|
"items": {
|
|
236
1294
|
"anyOf": [
|
|
237
1295
|
{
|
|
238
|
-
"$ref": "
|
|
1296
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties"
|
|
239
1297
|
},
|
|
240
1298
|
{
|
|
241
|
-
"$ref": "
|
|
1299
|
+
"$ref": "T_39"
|
|
242
1300
|
}
|
|
243
1301
|
]
|
|
244
1302
|
},
|
|
@@ -250,7 +1308,7 @@
|
|
|
250
1308
|
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
|
|
251
1309
|
},
|
|
252
1310
|
{
|
|
253
|
-
"$ref": "#/definitions
|
|
1311
|
+
"$ref": "#/definitions/@arcgis.core.PopupTemplate.PopupTemplate"
|
|
254
1312
|
}
|
|
255
1313
|
],
|
|
256
1314
|
"description": "The template for displaying content in a pop-up when the feature is selected. If not explicitly set, it will be inherited from the associated layer extension if there is one."
|
|
@@ -285,7 +1343,7 @@
|
|
|
285
1343
|
"field": {
|
|
286
1344
|
"anyOf": [
|
|
287
1345
|
{
|
|
288
|
-
"$ref": "
|
|
1346
|
+
"$ref": "T_42"
|
|
289
1347
|
},
|
|
290
1348
|
{
|
|
291
1349
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldProperties"
|
|
@@ -444,7 +1502,7 @@
|
|
|
444
1502
|
"content": {
|
|
445
1503
|
"anyOf": [
|
|
446
1504
|
{
|
|
447
|
-
"$ref": "#/definitions
|
|
1505
|
+
"$ref": "#/definitions/@arcgis.core.popup.content.Content.Content"
|
|
448
1506
|
},
|
|
449
1507
|
{
|
|
450
1508
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.PopupContentExtension.ContentProperties"
|
|
@@ -487,10 +1545,10 @@
|
|
|
487
1545
|
"items": {
|
|
488
1546
|
"anyOf": [
|
|
489
1547
|
{
|
|
490
|
-
"$ref": "
|
|
1548
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties"
|
|
491
1549
|
},
|
|
492
1550
|
{
|
|
493
|
-
"$ref": "
|
|
1551
|
+
"$ref": "T_41"
|
|
494
1552
|
}
|
|
495
1553
|
]
|
|
496
1554
|
},
|
|
@@ -501,7 +1559,7 @@
|
|
|
501
1559
|
"items": {
|
|
502
1560
|
"anyOf": [
|
|
503
1561
|
{
|
|
504
|
-
"$ref": "
|
|
1562
|
+
"$ref": "T_42"
|
|
505
1563
|
},
|
|
506
1564
|
{
|
|
507
1565
|
"$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson"
|
|
@@ -519,7 +1577,7 @@
|
|
|
519
1577
|
"type": "string"
|
|
520
1578
|
},
|
|
521
1579
|
"spatialReference": {
|
|
522
|
-
"$ref": "#/definitions
|
|
1580
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
|
|
523
1581
|
"description": "See {@link data /Schema!Schema.spatialReference}."
|
|
524
1582
|
},
|
|
525
1583
|
"timeZone": {
|
|
@@ -535,7 +1593,7 @@
|
|
|
535
1593
|
"items": {
|
|
536
1594
|
"anyOf": [
|
|
537
1595
|
{
|
|
538
|
-
"$ref": "#/definitions
|
|
1596
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.FeatureType.FeatureType"
|
|
539
1597
|
},
|
|
540
1598
|
{
|
|
541
1599
|
"$ref": "#/definitions/esri.rest-api.TypeJson.TypeJson"
|
|
@@ -547,6 +1605,10 @@
|
|
|
547
1605
|
},
|
|
548
1606
|
"type": "object"
|
|
549
1607
|
},
|
|
1608
|
+
"@vertigis.arcgis-extensions.data._Relationship.RelationshipType": {
|
|
1609
|
+
"description": "The type of the Relationship.",
|
|
1610
|
+
"type": "string"
|
|
1611
|
+
},
|
|
550
1612
|
"@vertigis.arcgis-extensions.data._TableExtension.TableReference": {
|
|
551
1613
|
"additionalProperties": false,
|
|
552
1614
|
"description": "Matches an existing table in a map.",
|
|
@@ -640,7 +1702,7 @@
|
|
|
640
1702
|
"viewpoint": {
|
|
641
1703
|
"anyOf": [
|
|
642
1704
|
{
|
|
643
|
-
"$ref": "#/definitions
|
|
1705
|
+
"$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint"
|
|
644
1706
|
},
|
|
645
1707
|
{
|
|
646
1708
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
@@ -662,7 +1724,7 @@
|
|
|
662
1724
|
"@vertigis.arcgis-extensions.mapping.MapExtension.WebMapLike": {
|
|
663
1725
|
"anyOf": [
|
|
664
1726
|
{
|
|
665
|
-
"$ref": "#/definitions
|
|
1727
|
+
"$ref": "#/definitions/@arcgis.core.portal.PortalItem.PortalItem"
|
|
666
1728
|
},
|
|
667
1729
|
{
|
|
668
1730
|
"$ref": "#/definitions/esri.rest-api.ItemJson.ItemJson"
|
|
@@ -685,7 +1747,7 @@
|
|
|
685
1747
|
"@vertigis.arcgis-extensions.mapping.MapExtension.WebSceneLike": {
|
|
686
1748
|
"anyOf": [
|
|
687
1749
|
{
|
|
688
|
-
"$ref": "#/definitions
|
|
1750
|
+
"$ref": "#/definitions/@arcgis.core.portal.PortalItem.PortalItem"
|
|
689
1751
|
},
|
|
690
1752
|
{
|
|
691
1753
|
"$ref": "#/definitions/esri.rest-api.ItemJson.ItemJson"
|
|
@@ -799,6 +1861,25 @@
|
|
|
799
1861
|
},
|
|
800
1862
|
"type": "object"
|
|
801
1863
|
},
|
|
1864
|
+
"@vertigis.arcgis-extensions.support.InitializableBase.InitializeWarningEvent": {
|
|
1865
|
+
"additionalProperties": false,
|
|
1866
|
+
"description": "Raised when there is an error initializing an {@link support /InitializableBase!InitializableBase}.",
|
|
1867
|
+
"properties": {
|
|
1868
|
+
"error": {
|
|
1869
|
+
"$ref": "@vertigis.arcgis-extensions.support.InitializeError.InitializeError",
|
|
1870
|
+
"description": "Original error that occurred."
|
|
1871
|
+
},
|
|
1872
|
+
"target": {
|
|
1873
|
+
"$ref": "@vertigis.arcgis-extensions.support.InitializableBase.InitializableBase",
|
|
1874
|
+
"description": "The {@link support /InitializableBase!InitializableBase} that raised the event."
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
"required": [
|
|
1878
|
+
"error",
|
|
1879
|
+
"target"
|
|
1880
|
+
],
|
|
1881
|
+
"type": "object"
|
|
1882
|
+
},
|
|
802
1883
|
"@vertigis.arcgis-extensions.tasks.CountResult.CountResult": {
|
|
803
1884
|
"additionalProperties": false,
|
|
804
1885
|
"description": "A count result for services.",
|
|
@@ -822,7 +1903,7 @@
|
|
|
822
1903
|
"anyOf": [
|
|
823
1904
|
{},
|
|
824
1905
|
{
|
|
825
|
-
"$ref": "
|
|
1906
|
+
"$ref": "T_60"
|
|
826
1907
|
},
|
|
827
1908
|
{
|
|
828
1909
|
"type": "string"
|
|
@@ -834,40 +1915,105 @@
|
|
|
834
1915
|
"additionalProperties": false,
|
|
835
1916
|
"description": "Options that can be passed into geocode operations.",
|
|
836
1917
|
"properties": {
|
|
837
|
-
"cancelToken": {
|
|
838
|
-
"$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
|
|
839
|
-
"description": "An optional cancel token from a {@link support /Cancellable!Cancellable} that can be used to cancel the geocode operation."
|
|
840
|
-
},
|
|
841
|
-
"maxResults": {
|
|
842
|
-
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see {@link tasks /geocoding/Geocoder!Geocoder.capabilities}).",
|
|
843
|
-
"type": "number"
|
|
844
|
-
},
|
|
845
|
-
"outFields": {
|
|
846
|
-
"description": "Fields that should be returned for each feature.",
|
|
1918
|
+
"cancelToken": {
|
|
1919
|
+
"$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
|
|
1920
|
+
"description": "An optional cancel token from a {@link support /Cancellable!Cancellable} that can be used to cancel the geocode operation."
|
|
1921
|
+
},
|
|
1922
|
+
"maxResults": {
|
|
1923
|
+
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see {@link tasks /geocoding/Geocoder!Geocoder.capabilities}).",
|
|
1924
|
+
"type": "number"
|
|
1925
|
+
},
|
|
1926
|
+
"outFields": {
|
|
1927
|
+
"description": "Fields that should be returned for each feature.",
|
|
1928
|
+
"items": {
|
|
1929
|
+
"type": "string"
|
|
1930
|
+
},
|
|
1931
|
+
"type": "array"
|
|
1932
|
+
},
|
|
1933
|
+
"outSpatialReference": {
|
|
1934
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
|
|
1935
|
+
"description": "The spatial reference of the results."
|
|
1936
|
+
},
|
|
1937
|
+
"searchArea": {
|
|
1938
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Geometry.Geometry",
|
|
1939
|
+
"description": "If specified, results will be limited to those that intersect the given geometry. No effect for reverse geocoding."
|
|
1940
|
+
},
|
|
1941
|
+
"searchPoint": {
|
|
1942
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point",
|
|
1943
|
+
"description": "If specified, results will be weighted for the specified point. No effect for reverse geocoding."
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
"type": "object"
|
|
1947
|
+
},
|
|
1948
|
+
"@vertigis.arcgis-extensions.utilities.ObservableMap.MapAfterItemEvent": {
|
|
1949
|
+
"additionalProperties": false,
|
|
1950
|
+
"description": "Raised after an item is added or removed from an {@link ObservableMap}.",
|
|
1951
|
+
"properties": {
|
|
1952
|
+
"item": {
|
|
1953
|
+
"$ref": "T_45",
|
|
1954
|
+
"description": "The item to add or remove from the collection."
|
|
1955
|
+
},
|
|
1956
|
+
"target": {
|
|
1957
|
+
"$ref": "@vertigis.arcgis-extensions.utilities.collection.AfterItemChangeEvent.TCollection",
|
|
1958
|
+
"description": "The collection like object that raised the event."
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
"required": [
|
|
1962
|
+
"item",
|
|
1963
|
+
"target"
|
|
1964
|
+
],
|
|
1965
|
+
"type": "object"
|
|
1966
|
+
},
|
|
1967
|
+
"@vertigis.arcgis-extensions.utilities.ObservableMap.MapChangeEvent": {
|
|
1968
|
+
"additionalProperties": false,
|
|
1969
|
+
"description": "Raised when items are added or removed from an {@link ObservableMap}.",
|
|
1970
|
+
"properties": {
|
|
1971
|
+
"added": {
|
|
1972
|
+
"description": "The items that were added.",
|
|
847
1973
|
"items": {
|
|
848
|
-
"
|
|
1974
|
+
"items": [
|
|
1975
|
+
{
|
|
1976
|
+
"type": "string"
|
|
1977
|
+
},
|
|
1978
|
+
{}
|
|
1979
|
+
],
|
|
1980
|
+
"maxItems": 2,
|
|
1981
|
+
"minItems": 2,
|
|
1982
|
+
"type": "array"
|
|
849
1983
|
},
|
|
850
1984
|
"type": "array"
|
|
851
1985
|
},
|
|
852
|
-
"
|
|
853
|
-
"
|
|
854
|
-
"
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
1986
|
+
"removed": {
|
|
1987
|
+
"description": "The items that were removed.",
|
|
1988
|
+
"items": {
|
|
1989
|
+
"items": [
|
|
1990
|
+
{
|
|
1991
|
+
"type": "string"
|
|
1992
|
+
},
|
|
1993
|
+
{}
|
|
1994
|
+
],
|
|
1995
|
+
"maxItems": 2,
|
|
1996
|
+
"minItems": 2,
|
|
1997
|
+
"type": "array"
|
|
1998
|
+
},
|
|
1999
|
+
"type": "array"
|
|
859
2000
|
},
|
|
860
|
-
"
|
|
861
|
-
"$ref": "
|
|
862
|
-
"description": "
|
|
2001
|
+
"target": {
|
|
2002
|
+
"$ref": "@vertigis.arcgis-extensions.utilities.ObservableMap.ObservableMap",
|
|
2003
|
+
"description": "The {@link ObservableMap} that raised the event."
|
|
863
2004
|
}
|
|
864
2005
|
},
|
|
2006
|
+
"required": [
|
|
2007
|
+
"added",
|
|
2008
|
+
"removed",
|
|
2009
|
+
"target"
|
|
2010
|
+
],
|
|
865
2011
|
"type": "object"
|
|
866
2012
|
},
|
|
867
2013
|
"@vertigis.arcgis-extensions.utilities.portal.PortalItemLike": {
|
|
868
2014
|
"anyOf": [
|
|
869
2015
|
{
|
|
870
|
-
"$ref": "#/definitions
|
|
2016
|
+
"$ref": "#/definitions/@arcgis.core.portal.PortalItem.PortalItem"
|
|
871
2017
|
},
|
|
872
2018
|
{
|
|
873
2019
|
"$ref": "#/definitions/esri.rest-api.ItemJson.ItemJson"
|
|
@@ -973,11 +2119,11 @@
|
|
|
973
2119
|
"$ref": "#/definitions/CreateGraphicsResult"
|
|
974
2120
|
},
|
|
975
2121
|
{
|
|
976
|
-
"$ref": "#/definitions
|
|
2122
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
977
2123
|
},
|
|
978
2124
|
{
|
|
979
2125
|
"items": {
|
|
980
|
-
"$ref": "#/definitions
|
|
2126
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
981
2127
|
},
|
|
982
2128
|
"type": "array"
|
|
983
2129
|
},
|
|
@@ -985,13 +2131,13 @@
|
|
|
985
2131
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
986
2132
|
},
|
|
987
2133
|
{
|
|
988
|
-
"$ref": "#/definitions
|
|
2134
|
+
"$ref": "#/definitions/@arcgis.core.rest.support.FeatureSet.FeatureSet"
|
|
989
2135
|
},
|
|
990
2136
|
{
|
|
991
2137
|
"items": {
|
|
992
2138
|
"anyOf": [
|
|
993
2139
|
{
|
|
994
|
-
"$ref": "#/definitions
|
|
2140
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
995
2141
|
},
|
|
996
2142
|
{
|
|
997
2143
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
@@ -1021,10 +2167,10 @@
|
|
|
1021
2167
|
"geometry": {
|
|
1022
2168
|
"anyOf": [
|
|
1023
2169
|
{
|
|
1024
|
-
"$ref": "
|
|
2170
|
+
"$ref": "T_4"
|
|
1025
2171
|
},
|
|
1026
2172
|
{
|
|
1027
|
-
"$ref": "#/definitions
|
|
2173
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
1028
2174
|
}
|
|
1029
2175
|
],
|
|
1030
2176
|
"description": "The starting geometry."
|
|
@@ -1032,7 +2178,7 @@
|
|
|
1032
2178
|
"part": {
|
|
1033
2179
|
"description": "The new part to be added to 'geometry'.",
|
|
1034
2180
|
"items": {
|
|
1035
|
-
"$ref": "#/definitions
|
|
2181
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
1036
2182
|
},
|
|
1037
2183
|
"type": "array"
|
|
1038
2184
|
}
|
|
@@ -1050,16 +2196,16 @@
|
|
|
1050
2196
|
"geometry": {
|
|
1051
2197
|
"anyOf": [
|
|
1052
2198
|
{
|
|
1053
|
-
"$ref": "
|
|
2199
|
+
"$ref": "T_4"
|
|
1054
2200
|
},
|
|
1055
2201
|
{
|
|
1056
|
-
"$ref": "#/definitions
|
|
2202
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
1057
2203
|
}
|
|
1058
2204
|
],
|
|
1059
2205
|
"description": "The starting geometry."
|
|
1060
2206
|
},
|
|
1061
2207
|
"newPoint": {
|
|
1062
|
-
"$ref": "#/definitions
|
|
2208
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point",
|
|
1063
2209
|
"description": "The new point to be added to 'geometry'. The spatial reference must match 'geometry' or an error will be thrown."
|
|
1064
2210
|
},
|
|
1065
2211
|
"partIndex": {
|
|
@@ -1128,13 +2274,25 @@
|
|
|
1128
2274
|
],
|
|
1129
2275
|
"type": "object"
|
|
1130
2276
|
},
|
|
1131
|
-
"
|
|
2277
|
+
"AttachmentInputUnion": {
|
|
1132
2278
|
"anyOf": [
|
|
1133
2279
|
{
|
|
1134
|
-
"$ref": "
|
|
2280
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.AudioInput.AudioInput"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.DocumentInput.DocumentInput"
|
|
1135
2284
|
},
|
|
1136
2285
|
{
|
|
1137
|
-
"$ref": "
|
|
2286
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.ImageInput.ImageInput"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.SignatureInput.SignatureInput"
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.VideoInput.VideoInput"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.AttachmentInput.AttachmentInput"
|
|
1138
2296
|
}
|
|
1139
2297
|
]
|
|
1140
2298
|
},
|
|
@@ -1160,6 +2318,9 @@
|
|
|
1160
2318
|
{
|
|
1161
2319
|
"$ref": "#/definitions/esri.rest-api.MapServiceLayerJson.MapServiceLayerJson"
|
|
1162
2320
|
},
|
|
2321
|
+
{
|
|
2322
|
+
"$ref": "#/definitions/esri.rest-api.SceneLayerJson.SceneLayerJson"
|
|
2323
|
+
},
|
|
1163
2324
|
{
|
|
1164
2325
|
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayerJson.TiledImageServiceLayerJson"
|
|
1165
2326
|
},
|
|
@@ -1184,6 +2345,65 @@
|
|
|
1184
2345
|
],
|
|
1185
2346
|
"description": "A base map layer in a web map/scene."
|
|
1186
2347
|
},
|
|
2348
|
+
"BuildingSublayerUnion": {
|
|
2349
|
+
"anyOf": [
|
|
2350
|
+
{
|
|
2351
|
+
"$ref": "#/definitions/@arcgis.core.layers.buildingSublayers.BuildingComponentSublayer.BuildingComponentSublayer"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"$ref": "#/definitions/@arcgis.core.layers.buildingSublayers.BuildingGroupSublayer.BuildingGroupSublayer"
|
|
2355
|
+
}
|
|
2356
|
+
]
|
|
2357
|
+
},
|
|
2358
|
+
"CIMSymbolLayerUnion": {
|
|
2359
|
+
"anyOf": [
|
|
2360
|
+
{
|
|
2361
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMGradientFill"
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMGradientStroke"
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMHatchFill"
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPictureMarker"
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMVectorMarker"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPictureFill"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPictureStroke"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMSolidFill"
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMSolidStroke"
|
|
2386
|
+
}
|
|
2387
|
+
],
|
|
2388
|
+
"description": "Represents a symbol layer, the component that makes up a symbol. A symbol layer is represented by a marker, stroke, or fill symbol layer. Symbol layers are the building blocks of CIM symbols, they combine to make rich graphical depictions. You can configure the shape, color, texture, size, position, etc of each symbol layer, and combine multiple symbol layers to create your desired symbol. The symbol layers are typically displayed in the order they are defined, so the first symbol layer will be displayed on top, and the last symbol layer will be displayed on bottom.\n\n> [!WARNING] > > **Known Limitations** > > CIMSymbols within a FeatureLayer will render the symbol layers in the following order from top to bottom for performance reasons, regardless of the order they are defined within the symbol. > 1. CIMTextSymbol embedded within a CIMVectorMarker symbol layer > 2. Marker symbols - CIMVectorMarker and CIMPictureMarker > 3. Stroke symbols - CIMSolidStroke, CIMPictureStroke, and CIMGradientStroke > 4. Fill symbols - CIMSolidFill, CIMHatchFill, CIMPictureFill, and CIMGradientFill"
|
|
2389
|
+
},
|
|
2390
|
+
"CIMSymbolUnion": {
|
|
2391
|
+
"anyOf": [
|
|
2392
|
+
{
|
|
2393
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMLineSymbol"
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPointSymbol"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPolygonSymbol"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMTextSymbol"
|
|
2403
|
+
}
|
|
2404
|
+
],
|
|
2405
|
+
"description": "Represents a union type of all CIM symbol types."
|
|
2406
|
+
},
|
|
1187
2407
|
"CalculatePointArgs": {
|
|
1188
2408
|
"additionalProperties": false,
|
|
1189
2409
|
"description": "Arguments for the geometry.calculate-point operation.",
|
|
@@ -1394,7 +2614,7 @@
|
|
|
1394
2614
|
"description": "The result of a Graphic being coincidentally edited as a part of a editing session with topological editing enabled. Web Only.",
|
|
1395
2615
|
"properties": {
|
|
1396
2616
|
"graphic": {
|
|
1397
|
-
"$ref": "#/definitions
|
|
2617
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic",
|
|
1398
2618
|
"description": "The coincident graphic that was included in an editing session with topological editing enabled."
|
|
1399
2619
|
},
|
|
1400
2620
|
"originalGeometry": {
|
|
@@ -1408,6 +2628,46 @@
|
|
|
1408
2628
|
],
|
|
1409
2629
|
"type": "object"
|
|
1410
2630
|
},
|
|
2631
|
+
"ColorJson": {
|
|
2632
|
+
"anyOf": [
|
|
2633
|
+
{
|
|
2634
|
+
"items": [
|
|
2635
|
+
{
|
|
2636
|
+
"type": "number"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
"type": "number"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"type": "number"
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"type": "number"
|
|
2646
|
+
}
|
|
2647
|
+
],
|
|
2648
|
+
"maxItems": 4,
|
|
2649
|
+
"minItems": 4,
|
|
2650
|
+
"type": "array"
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"items": [
|
|
2654
|
+
{
|
|
2655
|
+
"type": "number"
|
|
2656
|
+
},
|
|
2657
|
+
{
|
|
2658
|
+
"type": "number"
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"type": "number"
|
|
2662
|
+
}
|
|
2663
|
+
],
|
|
2664
|
+
"maxItems": 3,
|
|
2665
|
+
"minItems": 3,
|
|
2666
|
+
"type": "array"
|
|
2667
|
+
}
|
|
2668
|
+
],
|
|
2669
|
+
"description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null. See {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
2670
|
+
},
|
|
1411
2671
|
"ConfirmOperationArgs": {
|
|
1412
2672
|
"additionalProperties": false,
|
|
1413
2673
|
"description": "Arguments for the 'ui.confirm' operation.",
|
|
@@ -1489,15 +2749,15 @@
|
|
|
1489
2749
|
"description": "Result of the \"map.get-coordinate-transformation\" operation.",
|
|
1490
2750
|
"properties": {
|
|
1491
2751
|
"inputSpatialReference": {
|
|
1492
|
-
"$ref": "#/definitions
|
|
2752
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
|
|
1493
2753
|
"description": "The initial coordinate system of the data."
|
|
1494
2754
|
},
|
|
1495
2755
|
"outputSpatialReference": {
|
|
1496
|
-
"$ref": "#/definitions
|
|
2756
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
|
|
1497
2757
|
"description": "The coordinate system to project the data into."
|
|
1498
2758
|
},
|
|
1499
2759
|
"transformation": {
|
|
1500
|
-
"$ref": "
|
|
2760
|
+
"$ref": "#/definitions/@arcgis.core.geometry.operators.support.GeographicTransformation.GeographicTransformation",
|
|
1501
2761
|
"description": "The geographic transformation used to project data between the input coordinate system and the output coordinate system."
|
|
1502
2762
|
}
|
|
1503
2763
|
},
|
|
@@ -1522,10 +2782,10 @@
|
|
|
1522
2782
|
"$ref": "#/definitions/CreateGraphicsResult"
|
|
1523
2783
|
},
|
|
1524
2784
|
{
|
|
1525
|
-
"$ref": "#/definitions
|
|
2785
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
1526
2786
|
},
|
|
1527
2787
|
{
|
|
1528
|
-
"$ref": "
|
|
2788
|
+
"$ref": "T_60"
|
|
1529
2789
|
},
|
|
1530
2790
|
{
|
|
1531
2791
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -1543,41 +2803,41 @@
|
|
|
1543
2803
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
1544
2804
|
},
|
|
1545
2805
|
{
|
|
1546
|
-
"$ref": "
|
|
2806
|
+
"$ref": "T_60"
|
|
1547
2807
|
}
|
|
1548
2808
|
]
|
|
1549
2809
|
},
|
|
1550
2810
|
"type": "array"
|
|
1551
2811
|
},
|
|
1552
2812
|
{
|
|
1553
|
-
"$ref": "#/definitions
|
|
2813
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
1554
2814
|
},
|
|
1555
2815
|
{
|
|
1556
|
-
"$ref": "#/definitions
|
|
2816
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
1557
2817
|
},
|
|
1558
2818
|
{
|
|
1559
|
-
"$ref": "#/definitions
|
|
2819
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
1560
2820
|
},
|
|
1561
2821
|
{
|
|
1562
|
-
"$ref": "
|
|
2822
|
+
"$ref": "T_6"
|
|
1563
2823
|
},
|
|
1564
2824
|
{
|
|
1565
|
-
"$ref": "#/definitions
|
|
2825
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
1566
2826
|
},
|
|
1567
2827
|
{
|
|
1568
|
-
"$ref": "#/definitions
|
|
2828
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
1569
2829
|
},
|
|
1570
2830
|
{
|
|
1571
2831
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
1572
2832
|
},
|
|
1573
2833
|
{
|
|
1574
|
-
"$ref": "#/definitions
|
|
2834
|
+
"$ref": "#/definitions/@arcgis.core.rest.support.FeatureSet.FeatureSet"
|
|
1575
2835
|
},
|
|
1576
2836
|
{
|
|
1577
2837
|
"items": {
|
|
1578
2838
|
"anyOf": [
|
|
1579
2839
|
{
|
|
1580
|
-
"$ref": "#/definitions
|
|
2840
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
1581
2841
|
},
|
|
1582
2842
|
{
|
|
1583
2843
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
@@ -1605,22 +2865,22 @@
|
|
|
1605
2865
|
"items": {
|
|
1606
2866
|
"anyOf": [
|
|
1607
2867
|
{
|
|
1608
|
-
"$ref": "#/definitions
|
|
2868
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
1609
2869
|
},
|
|
1610
2870
|
{
|
|
1611
|
-
"$ref": "#/definitions
|
|
2871
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
1612
2872
|
},
|
|
1613
2873
|
{
|
|
1614
|
-
"$ref": "#/definitions
|
|
2874
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
1615
2875
|
},
|
|
1616
2876
|
{
|
|
1617
|
-
"$ref": "
|
|
2877
|
+
"$ref": "T_6"
|
|
1618
2878
|
},
|
|
1619
2879
|
{
|
|
1620
|
-
"$ref": "#/definitions
|
|
2880
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
1621
2881
|
},
|
|
1622
2882
|
{
|
|
1623
|
-
"$ref": "#/definitions
|
|
2883
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
1624
2884
|
},
|
|
1625
2885
|
{
|
|
1626
2886
|
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
@@ -1642,7 +2902,7 @@
|
|
|
1642
2902
|
"type": "array"
|
|
1643
2903
|
},
|
|
1644
2904
|
{
|
|
1645
|
-
"$ref": "#/definitions
|
|
2905
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Geometry.Geometry"
|
|
1646
2906
|
}
|
|
1647
2907
|
],
|
|
1648
2908
|
"description": "The geometry that was captured."
|
|
@@ -1654,43 +2914,43 @@
|
|
|
1654
2914
|
"symbol": {
|
|
1655
2915
|
"anyOf": [
|
|
1656
2916
|
{
|
|
1657
|
-
"$ref": "#/definitions
|
|
2917
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
|
|
1658
2918
|
},
|
|
1659
2919
|
{
|
|
1660
|
-
"$ref": "#/definitions
|
|
2920
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
1661
2921
|
},
|
|
1662
2922
|
{
|
|
1663
|
-
"$ref": "#/definitions
|
|
2923
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
|
|
1664
2924
|
},
|
|
1665
2925
|
{
|
|
1666
|
-
"$ref": "#/definitions
|
|
2926
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
|
|
1667
2927
|
},
|
|
1668
2928
|
{
|
|
1669
|
-
"$ref": "#/definitions
|
|
2929
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
1670
2930
|
},
|
|
1671
2931
|
{
|
|
1672
|
-
"$ref": "#/definitions
|
|
2932
|
+
"$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
|
|
1673
2933
|
},
|
|
1674
2934
|
{
|
|
1675
|
-
"$ref": "#/definitions
|
|
2935
|
+
"$ref": "#/definitions/@arcgis.core.symbols.CIMSymbol.CIMSymbol"
|
|
1676
2936
|
},
|
|
1677
2937
|
{
|
|
1678
|
-
"$ref": "
|
|
2938
|
+
"$ref": "#/definitions/@arcgis.core.symbols.LabelSymbol3D.LabelSymbol3D"
|
|
1679
2939
|
},
|
|
1680
2940
|
{
|
|
1681
|
-
"$ref": "#/definitions
|
|
2941
|
+
"$ref": "#/definitions/@arcgis.core.symbols.LineSymbol3D.LineSymbol3D"
|
|
1682
2942
|
},
|
|
1683
2943
|
{
|
|
1684
|
-
"$ref": "#/definitions
|
|
2944
|
+
"$ref": "#/definitions/@arcgis.core.symbols.MeshSymbol3D.MeshSymbol3D"
|
|
1685
2945
|
},
|
|
1686
2946
|
{
|
|
1687
|
-
"$ref": "#/definitions
|
|
2947
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PointSymbol3D.PointSymbol3D"
|
|
1688
2948
|
},
|
|
1689
2949
|
{
|
|
1690
|
-
"$ref": "#/definitions
|
|
2950
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PolygonSymbol3D.PolygonSymbol3D"
|
|
1691
2951
|
},
|
|
1692
2952
|
{
|
|
1693
|
-
"$ref": "
|
|
2953
|
+
"$ref": "#/definitions/@arcgis.core.symbols.WebStyleSymbol.WebStyleSymbol"
|
|
1694
2954
|
},
|
|
1695
2955
|
{
|
|
1696
2956
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
@@ -1738,7 +2998,7 @@
|
|
|
1738
2998
|
"graphics": {
|
|
1739
2999
|
"description": "The resulting graphics.",
|
|
1740
3000
|
"items": {
|
|
1741
|
-
"$ref": "#/definitions
|
|
3001
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
1742
3002
|
},
|
|
1743
3003
|
"type": "array"
|
|
1744
3004
|
},
|
|
@@ -1886,7 +3146,7 @@
|
|
|
1886
3146
|
"type": "number"
|
|
1887
3147
|
},
|
|
1888
3148
|
"point": {
|
|
1889
|
-
"$ref": "#/definitions
|
|
3149
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point",
|
|
1890
3150
|
"description": "The point to remove from the geometry. If this property is defined, the 'pointIndex' and 'partIndex' properties are ignored. If no point nor pointIndex/partIndex are specified, any active points will be deleted. If there are no active points, the entire geometry will be deleted."
|
|
1891
3151
|
},
|
|
1892
3152
|
"pointIndex": {
|
|
@@ -2144,7 +3404,7 @@
|
|
|
2144
3404
|
"type": "string"
|
|
2145
3405
|
},
|
|
2146
3406
|
"message": {
|
|
2147
|
-
"$ref": "
|
|
3407
|
+
"$ref": "TranslatableText",
|
|
2148
3408
|
"description": "The message to be displayed in the notification. Mobile only supports a string for this property."
|
|
2149
3409
|
},
|
|
2150
3410
|
"notificationGroup": {
|
|
@@ -2289,6 +3549,20 @@
|
|
|
2289
3549
|
],
|
|
2290
3550
|
"description": "A domain specifies the set of valid values for a field.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
|
|
2291
3551
|
},
|
|
3552
|
+
"DomainUnion": {
|
|
3553
|
+
"anyOf": [
|
|
3554
|
+
{
|
|
3555
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.CodedValueDomain.CodedValueDomain"
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.InheritedDomain.InheritedDomain"
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.RangeDomain.RangeDomain"
|
|
3562
|
+
}
|
|
3563
|
+
],
|
|
3564
|
+
"description": "Supported domain types. Domains are used to constrain allowable values of a layer."
|
|
3565
|
+
},
|
|
2292
3566
|
"EdgesJson": {
|
|
2293
3567
|
"anyOf": [
|
|
2294
3568
|
{
|
|
@@ -2349,22 +3623,22 @@
|
|
|
2349
3623
|
"symbol": {
|
|
2350
3624
|
"anyOf": [
|
|
2351
3625
|
{
|
|
2352
|
-
"$ref": "#/definitions
|
|
3626
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
|
|
2353
3627
|
},
|
|
2354
3628
|
{
|
|
2355
|
-
"$ref": "#/definitions
|
|
3629
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
2356
3630
|
},
|
|
2357
3631
|
{
|
|
2358
|
-
"$ref": "#/definitions
|
|
3632
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
|
|
2359
3633
|
},
|
|
2360
3634
|
{
|
|
2361
|
-
"$ref": "#/definitions
|
|
3635
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
|
|
2362
3636
|
},
|
|
2363
3637
|
{
|
|
2364
|
-
"$ref": "#/definitions
|
|
3638
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
2365
3639
|
},
|
|
2366
3640
|
{
|
|
2367
|
-
"$ref": "#/definitions
|
|
3641
|
+
"$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
|
|
2368
3642
|
},
|
|
2369
3643
|
{
|
|
2370
3644
|
"$ref": "Symbol"
|
|
@@ -2433,7 +3707,7 @@
|
|
|
2433
3707
|
"coincidentFeatures": {
|
|
2434
3708
|
"description": "Any coincident Features that were included in the geometry editing session, if topological editing was enabled. Web only.",
|
|
2435
3709
|
"items": {
|
|
2436
|
-
"$ref": "
|
|
3710
|
+
"$ref": "T_60"
|
|
2437
3711
|
},
|
|
2438
3712
|
"type": "array"
|
|
2439
3713
|
},
|
|
@@ -2467,22 +3741,22 @@
|
|
|
2467
3741
|
"symbol": {
|
|
2468
3742
|
"anyOf": [
|
|
2469
3743
|
{
|
|
2470
|
-
"$ref": "#/definitions
|
|
3744
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
|
|
2471
3745
|
},
|
|
2472
3746
|
{
|
|
2473
|
-
"$ref": "#/definitions
|
|
3747
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
2474
3748
|
},
|
|
2475
3749
|
{
|
|
2476
|
-
"$ref": "#/definitions
|
|
3750
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
|
|
2477
3751
|
},
|
|
2478
3752
|
{
|
|
2479
|
-
"$ref": "#/definitions
|
|
3753
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
|
|
2480
3754
|
},
|
|
2481
3755
|
{
|
|
2482
|
-
"$ref": "#/definitions
|
|
3756
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
2483
3757
|
},
|
|
2484
3758
|
{
|
|
2485
|
-
"$ref": "#/definitions
|
|
3759
|
+
"$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
|
|
2486
3760
|
},
|
|
2487
3761
|
{
|
|
2488
3762
|
"$ref": "Symbol"
|
|
@@ -2575,6 +3849,34 @@
|
|
|
2575
3849
|
],
|
|
2576
3850
|
"description": "Elevation layers that can be used in a web scene's ground."
|
|
2577
3851
|
},
|
|
3852
|
+
"ElevationLayerUnion": {
|
|
3853
|
+
"anyOf": [
|
|
3854
|
+
{
|
|
3855
|
+
"$ref": "#/definitions/@arcgis.core.layers.ElevationLayer.ElevationLayer"
|
|
3856
|
+
},
|
|
3857
|
+
{
|
|
3858
|
+
"$ref": "#/definitions/@arcgis.core.layers.BaseElevationLayer.BaseElevationLayer"
|
|
3859
|
+
}
|
|
3860
|
+
],
|
|
3861
|
+
"description": "Union of supported ground elevation layer types."
|
|
3862
|
+
},
|
|
3863
|
+
"ElevationProfileLineUnion": {
|
|
3864
|
+
"anyOf": [
|
|
3865
|
+
{
|
|
3866
|
+
"$ref": "#/definitions/@arcgis.core.analysis.ElevationProfile.ElevationProfileLineGround.ElevationProfileLineGround"
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
"$ref": "#/definitions/@arcgis.core.analysis.ElevationProfile.ElevationProfileLineInput.ElevationProfileLineInput"
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"$ref": "#/definitions/@arcgis.core.analysis.ElevationProfile.ElevationProfileLineQuery.ElevationProfileLineQuery"
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"$ref": "#/definitions/@arcgis.core.analysis.ElevationProfile.ElevationProfileLineScene.ElevationProfileLineScene"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3878
|
+
"description": "Union of all supported elevation profile lines."
|
|
3879
|
+
},
|
|
2578
3880
|
"EnableBackgroundLocationUpdateArgs": {
|
|
2579
3881
|
"additionalProperties": false,
|
|
2580
3882
|
"description": "Arguments for the system.enable-background-location-updates command.",
|
|
@@ -2686,10 +3988,23 @@
|
|
|
2686
3988
|
],
|
|
2687
3989
|
"description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
|
|
2688
3990
|
},
|
|
3991
|
+
"FeatureReductionUnion": {
|
|
3992
|
+
"anyOf": [
|
|
3993
|
+
{
|
|
3994
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.FeatureReductionBinning.FeatureReductionBinning"
|
|
3995
|
+
},
|
|
3996
|
+
{
|
|
3997
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.FeatureReductionCluster.FeatureReductionCluster"
|
|
3998
|
+
},
|
|
3999
|
+
{
|
|
4000
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.FeatureReductionSelection.FeatureReductionSelection"
|
|
4001
|
+
}
|
|
4002
|
+
]
|
|
4003
|
+
},
|
|
2689
4004
|
"Features": {
|
|
2690
4005
|
"anyOf": [
|
|
2691
4006
|
{
|
|
2692
|
-
"$ref": "
|
|
4007
|
+
"$ref": "T_60"
|
|
2693
4008
|
},
|
|
2694
4009
|
{
|
|
2695
4010
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -2707,7 +4022,7 @@
|
|
|
2707
4022
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2708
4023
|
},
|
|
2709
4024
|
{
|
|
2710
|
-
"$ref": "
|
|
4025
|
+
"$ref": "T_60"
|
|
2711
4026
|
}
|
|
2712
4027
|
]
|
|
2713
4028
|
},
|
|
@@ -2725,7 +4040,7 @@
|
|
|
2725
4040
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2726
4041
|
},
|
|
2727
4042
|
{
|
|
2728
|
-
"$ref": "
|
|
4043
|
+
"$ref": "esri.ChangeEvent.Target"
|
|
2729
4044
|
},
|
|
2730
4045
|
{
|
|
2731
4046
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
@@ -2740,7 +4055,7 @@
|
|
|
2740
4055
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2741
4056
|
},
|
|
2742
4057
|
{
|
|
2743
|
-
"$ref": "
|
|
4058
|
+
"$ref": "T_60"
|
|
2744
4059
|
}
|
|
2745
4060
|
]
|
|
2746
4061
|
},
|
|
@@ -2749,6 +4064,17 @@
|
|
|
2749
4064
|
],
|
|
2750
4065
|
"description": "Represents one or more features."
|
|
2751
4066
|
},
|
|
4067
|
+
"FieldFormatUnion": {
|
|
4068
|
+
"anyOf": [
|
|
4069
|
+
{
|
|
4070
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.DateTimeFieldFormat.DateTimeFieldFormat"
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.NumberFieldFormat.NumberFieldFormat"
|
|
4074
|
+
}
|
|
4075
|
+
],
|
|
4076
|
+
"description": "Supported field formatting types."
|
|
4077
|
+
},
|
|
2752
4078
|
"FilterModeJson": {
|
|
2753
4079
|
"anyOf": [
|
|
2754
4080
|
{
|
|
@@ -2760,6 +4086,29 @@
|
|
|
2760
4086
|
],
|
|
2761
4087
|
"description": "Filter mode represents the way elements draw when participating in a filter block."
|
|
2762
4088
|
},
|
|
4089
|
+
"FormElementUnion": {
|
|
4090
|
+
"anyOf": [
|
|
4091
|
+
{
|
|
4092
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.FieldElement.FieldElement"
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.AttachmentElement.AttachmentElement"
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.RelationshipElement.RelationshipElement"
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.TextElement.TextElement"
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.GroupElement.GroupElement"
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.UtilityNetworkAssociationsElement.UtilityNetworkAssociationsElement"
|
|
4108
|
+
}
|
|
4109
|
+
],
|
|
4110
|
+
"description": "Form element types.\n\n> [!CAUTION] > > * The `AttachmentElement` is not yet fully supported by the [FeatureForm](https://developers.arcgis.com/javascript/latest/references/core/widgets/FeatureForm/) widget."
|
|
4111
|
+
},
|
|
2763
4112
|
"FromGraphicsArgs": {
|
|
2764
4113
|
"additionalProperties": false,
|
|
2765
4114
|
"description": "Arguments for the \"results.from-graphics\" operation.",
|
|
@@ -2783,7 +4132,7 @@
|
|
|
2783
4132
|
"layer": {
|
|
2784
4133
|
"anyOf": [
|
|
2785
4134
|
{
|
|
2786
|
-
"$ref": "#/definitions
|
|
4135
|
+
"$ref": "#/definitions/@arcgis.core.layers.Layer.Layer"
|
|
2787
4136
|
},
|
|
2788
4137
|
{
|
|
2789
4138
|
"type": "string"
|
|
@@ -2802,7 +4151,7 @@
|
|
|
2802
4151
|
"sublayer": {
|
|
2803
4152
|
"anyOf": [
|
|
2804
4153
|
{
|
|
2805
|
-
"$ref": "
|
|
4154
|
+
"$ref": "T_9"
|
|
2806
4155
|
},
|
|
2807
4156
|
{
|
|
2808
4157
|
"type": "number"
|
|
@@ -2870,7 +4219,7 @@
|
|
|
2870
4219
|
"type": "boolean"
|
|
2871
4220
|
},
|
|
2872
4221
|
"position": {
|
|
2873
|
-
"$ref": "#/definitions
|
|
4222
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point",
|
|
2874
4223
|
"description": "The current position."
|
|
2875
4224
|
}
|
|
2876
4225
|
},
|
|
@@ -2943,10 +4292,10 @@
|
|
|
2943
4292
|
"$ref": "#/definitions/CreateGraphicsResult"
|
|
2944
4293
|
},
|
|
2945
4294
|
{
|
|
2946
|
-
"$ref": "#/definitions
|
|
4295
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
2947
4296
|
},
|
|
2948
4297
|
{
|
|
2949
|
-
"$ref": "
|
|
4298
|
+
"$ref": "T_60"
|
|
2950
4299
|
},
|
|
2951
4300
|
{
|
|
2952
4301
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -2964,41 +4313,41 @@
|
|
|
2964
4313
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2965
4314
|
},
|
|
2966
4315
|
{
|
|
2967
|
-
"$ref": "
|
|
4316
|
+
"$ref": "T_60"
|
|
2968
4317
|
}
|
|
2969
4318
|
]
|
|
2970
4319
|
},
|
|
2971
4320
|
"type": "array"
|
|
2972
4321
|
},
|
|
2973
4322
|
{
|
|
2974
|
-
"$ref": "#/definitions
|
|
4323
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
2975
4324
|
},
|
|
2976
4325
|
{
|
|
2977
|
-
"$ref": "#/definitions
|
|
4326
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
2978
4327
|
},
|
|
2979
4328
|
{
|
|
2980
|
-
"$ref": "#/definitions
|
|
4329
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
2981
4330
|
},
|
|
2982
4331
|
{
|
|
2983
|
-
"$ref": "
|
|
4332
|
+
"$ref": "T_4"
|
|
2984
4333
|
},
|
|
2985
4334
|
{
|
|
2986
|
-
"$ref": "#/definitions
|
|
4335
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
2987
4336
|
},
|
|
2988
4337
|
{
|
|
2989
|
-
"$ref": "#/definitions
|
|
4338
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
2990
4339
|
},
|
|
2991
4340
|
{
|
|
2992
4341
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
2993
4342
|
},
|
|
2994
4343
|
{
|
|
2995
|
-
"$ref": "#/definitions
|
|
4344
|
+
"$ref": "#/definitions/@arcgis.core.rest.support.FeatureSet.FeatureSet"
|
|
2996
4345
|
},
|
|
2997
4346
|
{
|
|
2998
4347
|
"items": {
|
|
2999
4348
|
"anyOf": [
|
|
3000
4349
|
{
|
|
3001
|
-
"$ref": "#/definitions
|
|
4350
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
3002
4351
|
},
|
|
3003
4352
|
{
|
|
3004
4353
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
@@ -3026,22 +4375,22 @@
|
|
|
3026
4375
|
"items": {
|
|
3027
4376
|
"anyOf": [
|
|
3028
4377
|
{
|
|
3029
|
-
"$ref": "#/definitions
|
|
4378
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
3030
4379
|
},
|
|
3031
4380
|
{
|
|
3032
|
-
"$ref": "#/definitions
|
|
4381
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
3033
4382
|
},
|
|
3034
4383
|
{
|
|
3035
|
-
"$ref": "#/definitions
|
|
4384
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
3036
4385
|
},
|
|
3037
4386
|
{
|
|
3038
|
-
"$ref": "
|
|
4387
|
+
"$ref": "T_4"
|
|
3039
4388
|
},
|
|
3040
4389
|
{
|
|
3041
|
-
"$ref": "#/definitions
|
|
4390
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
3042
4391
|
},
|
|
3043
4392
|
{
|
|
3044
|
-
"$ref": "#/definitions
|
|
4393
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
3045
4394
|
},
|
|
3046
4395
|
{
|
|
3047
4396
|
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
@@ -3105,6 +4454,49 @@
|
|
|
3105
4454
|
],
|
|
3106
4455
|
"type": "object"
|
|
3107
4456
|
},
|
|
4457
|
+
"GeometryUnion": {
|
|
4458
|
+
"anyOf": [
|
|
4459
|
+
{
|
|
4460
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"$ref": "T_4"
|
|
4470
|
+
},
|
|
4471
|
+
{
|
|
4472
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
4473
|
+
},
|
|
4474
|
+
{
|
|
4475
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
4476
|
+
}
|
|
4477
|
+
],
|
|
4478
|
+
"description": "Union of all geometries."
|
|
4479
|
+
},
|
|
4480
|
+
"GeometryWithoutMeshUnion": {
|
|
4481
|
+
"anyOf": [
|
|
4482
|
+
{
|
|
4483
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"$ref": "T_4"
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
4496
|
+
}
|
|
4497
|
+
],
|
|
4498
|
+
"description": "Union of all non-mesh geometries."
|
|
4499
|
+
},
|
|
3108
4500
|
"GetOfflineAreasArgs": {
|
|
3109
4501
|
"additionalProperties": false,
|
|
3110
4502
|
"description": "Arguments for the \"offline.get-areas\" operation.",
|
|
@@ -3234,19 +4626,19 @@
|
|
|
3234
4626
|
"$ref": "#/definitions/CreateGraphicsResult"
|
|
3235
4627
|
},
|
|
3236
4628
|
{
|
|
3237
|
-
"$ref": "#/definitions
|
|
4629
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
3238
4630
|
},
|
|
3239
4631
|
{
|
|
3240
4632
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
3241
4633
|
},
|
|
3242
4634
|
{
|
|
3243
|
-
"$ref": "#/definitions
|
|
4635
|
+
"$ref": "#/definitions/@arcgis.core.rest.support.FeatureSet.FeatureSet"
|
|
3244
4636
|
},
|
|
3245
4637
|
{
|
|
3246
4638
|
"items": {
|
|
3247
4639
|
"anyOf": [
|
|
3248
4640
|
{
|
|
3249
|
-
"$ref": "#/definitions
|
|
4641
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
3250
4642
|
},
|
|
3251
4643
|
{
|
|
3252
4644
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
@@ -3414,7 +4806,7 @@
|
|
|
3414
4806
|
"type": "array"
|
|
3415
4807
|
},
|
|
3416
4808
|
"outSpatialReference": {
|
|
3417
|
-
"$ref": "#/definitions
|
|
4809
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
|
|
3418
4810
|
"description": "The spatial reference for the returned geometry. Not supported in VertiGIS Studio Mobile."
|
|
3419
4811
|
},
|
|
3420
4812
|
"pointTolerance": {
|
|
@@ -3459,7 +4851,7 @@
|
|
|
3459
4851
|
"description": "Map(s) to use for the command/operation."
|
|
3460
4852
|
},
|
|
3461
4853
|
"newPoint": {
|
|
3462
|
-
"$ref": "#/definitions
|
|
4854
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point",
|
|
3463
4855
|
"description": "The new point to be added."
|
|
3464
4856
|
},
|
|
3465
4857
|
"partIndex": {
|
|
@@ -3490,7 +4882,7 @@
|
|
|
3490
4882
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
|
|
3491
4883
|
},
|
|
3492
4884
|
{
|
|
3493
|
-
"$ref": "#/definitions
|
|
4885
|
+
"$ref": "#/definitions/@arcgis.core.layers.Layer.Layer"
|
|
3494
4886
|
},
|
|
3495
4887
|
{
|
|
3496
4888
|
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
@@ -3558,7 +4950,7 @@
|
|
|
3558
4950
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
|
|
3559
4951
|
},
|
|
3560
4952
|
{
|
|
3561
|
-
"$ref": "#/definitions
|
|
4953
|
+
"$ref": "#/definitions/@arcgis.core.layers.Layer.Layer"
|
|
3562
4954
|
},
|
|
3563
4955
|
{
|
|
3564
4956
|
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
@@ -3682,7 +5074,7 @@
|
|
|
3682
5074
|
"description": "Event args for any events that contain results that were obtained for from a map operation.",
|
|
3683
5075
|
"properties": {
|
|
3684
5076
|
"duration": {
|
|
3685
|
-
"$ref": "
|
|
5077
|
+
"$ref": "TimeSpan",
|
|
3686
5078
|
"description": "The amount of time that it took to perform the operation."
|
|
3687
5079
|
},
|
|
3688
5080
|
"error": {
|
|
@@ -3783,6 +5175,39 @@
|
|
|
3783
5175
|
],
|
|
3784
5176
|
"description": "A reference to a model (using its ID or model instance)."
|
|
3785
5177
|
},
|
|
5178
|
+
"NestableAttachmentInputUnion": {
|
|
5179
|
+
"anyOf": [
|
|
5180
|
+
{
|
|
5181
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.AudioInput.AudioInput"
|
|
5182
|
+
},
|
|
5183
|
+
{
|
|
5184
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.DocumentInput.DocumentInput"
|
|
5185
|
+
},
|
|
5186
|
+
{
|
|
5187
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.ImageInput.ImageInput"
|
|
5188
|
+
},
|
|
5189
|
+
{
|
|
5190
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.SignatureInput.SignatureInput"
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.VideoInput.VideoInput"
|
|
5194
|
+
}
|
|
5195
|
+
]
|
|
5196
|
+
},
|
|
5197
|
+
"NestableFormElementUnion": {
|
|
5198
|
+
"anyOf": [
|
|
5199
|
+
{
|
|
5200
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.FieldElement.FieldElement"
|
|
5201
|
+
},
|
|
5202
|
+
{
|
|
5203
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.RelationshipElement.RelationshipElement"
|
|
5204
|
+
},
|
|
5205
|
+
{
|
|
5206
|
+
"$ref": "#/definitions/@arcgis.core.form.elements.TextElement.TextElement"
|
|
5207
|
+
}
|
|
5208
|
+
],
|
|
5209
|
+
"description": "A union of the types of [form](https://developers.arcgis.com/javascript/latest/references/core/form/FormTemplate/) elements that may be included in a [GroupElement](https://developers.arcgis.com/javascript/latest/references/core/form/elements/GroupElement/)."
|
|
5210
|
+
},
|
|
3786
5211
|
"NetworkStatus": {
|
|
3787
5212
|
"description": "The status of a connection to a network host.",
|
|
3788
5213
|
"enum": [
|
|
@@ -3975,7 +5400,7 @@
|
|
|
3975
5400
|
"attachments": {
|
|
3976
5401
|
"description": "The attachment to open.",
|
|
3977
5402
|
"items": {
|
|
3978
|
-
"$ref": "
|
|
5403
|
+
"$ref": "T_46"
|
|
3979
5404
|
},
|
|
3980
5405
|
"type": "array"
|
|
3981
5406
|
},
|
|
@@ -4118,6 +5543,17 @@
|
|
|
4118
5543
|
],
|
|
4119
5544
|
"description": "An operational layer in a web map/scene."
|
|
4120
5545
|
},
|
|
5546
|
+
"ParquetGeometryEncodingUnion": {
|
|
5547
|
+
"anyOf": [
|
|
5548
|
+
{
|
|
5549
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.ParquetGeometryEncodingLocation.ParquetGeometryEncodingLocation"
|
|
5550
|
+
},
|
|
5551
|
+
{
|
|
5552
|
+
"$ref": "#/definitions/@arcgis.core.layers.support.ParquetGeometryEncodingWkb.ParquetGeometryEncodingWkb"
|
|
5553
|
+
}
|
|
5554
|
+
],
|
|
5555
|
+
"description": "Supported Parquet geometry encoding types."
|
|
5556
|
+
},
|
|
4121
5557
|
"PickFileArgs": {
|
|
4122
5558
|
"additionalProperties": false,
|
|
4123
5559
|
"description": "Arguments to pick a file.",
|
|
@@ -4154,6 +5590,17 @@
|
|
|
4154
5590
|
],
|
|
4155
5591
|
"description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
4156
5592
|
},
|
|
5593
|
+
"PopupPositionResult": {
|
|
5594
|
+
"enum": [
|
|
5595
|
+
"bottom-center",
|
|
5596
|
+
"bottom-left",
|
|
5597
|
+
"bottom-right",
|
|
5598
|
+
"top-center",
|
|
5599
|
+
"top-left",
|
|
5600
|
+
"top-right"
|
|
5601
|
+
],
|
|
5602
|
+
"type": "string"
|
|
5603
|
+
},
|
|
4157
5604
|
"Position": {
|
|
4158
5605
|
"description": "A position for a display notification.",
|
|
4159
5606
|
"enum": [
|
|
@@ -4228,10 +5675,10 @@
|
|
|
4228
5675
|
"geometry": {
|
|
4229
5676
|
"anyOf": [
|
|
4230
5677
|
{
|
|
4231
|
-
"$ref": "
|
|
5678
|
+
"$ref": "T_4"
|
|
4232
5679
|
},
|
|
4233
5680
|
{
|
|
4234
|
-
"$ref": "#/definitions
|
|
5681
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
4235
5682
|
}
|
|
4236
5683
|
],
|
|
4237
5684
|
"description": "The geometry that contains the reference line."
|
|
@@ -4257,10 +5704,10 @@
|
|
|
4257
5704
|
"geometry": {
|
|
4258
5705
|
"anyOf": [
|
|
4259
5706
|
{
|
|
4260
|
-
"$ref": "
|
|
5707
|
+
"$ref": "T_4"
|
|
4261
5708
|
},
|
|
4262
5709
|
{
|
|
4263
|
-
"$ref": "#/definitions
|
|
5710
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
4264
5711
|
}
|
|
4265
5712
|
],
|
|
4266
5713
|
"description": "The starting geometry."
|
|
@@ -4297,28 +5744,54 @@
|
|
|
4297
5744
|
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudStretchRendererJson"
|
|
4298
5745
|
},
|
|
4299
5746
|
{
|
|
4300
|
-
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson"
|
|
5747
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson"
|
|
5748
|
+
},
|
|
5749
|
+
{
|
|
5750
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PredominanceRendererJson"
|
|
5751
|
+
},
|
|
5752
|
+
{
|
|
5753
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.SimpleRendererJson"
|
|
5754
|
+
},
|
|
5755
|
+
{
|
|
5756
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.TemporalRendererJson"
|
|
5757
|
+
},
|
|
5758
|
+
{
|
|
5759
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueFromStyleRendererJson"
|
|
5760
|
+
},
|
|
5761
|
+
{
|
|
5762
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueRendererJson"
|
|
5763
|
+
},
|
|
5764
|
+
{
|
|
5765
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.VectorFieldRendererJson"
|
|
5766
|
+
}
|
|
5767
|
+
],
|
|
5768
|
+
"description": "A renderer.\n\nPart of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
|
|
5769
|
+
},
|
|
5770
|
+
"RendererUnion": {
|
|
5771
|
+
"anyOf": [
|
|
5772
|
+
{
|
|
5773
|
+
"$ref": "#/definitions/@arcgis.core.renderers.SimpleRenderer.SimpleRenderer"
|
|
4301
5774
|
},
|
|
4302
5775
|
{
|
|
4303
|
-
"$ref": "#/definitions
|
|
5776
|
+
"$ref": "#/definitions/@arcgis.core.renderers.ClassBreaksRenderer.ClassBreaksRenderer"
|
|
4304
5777
|
},
|
|
4305
5778
|
{
|
|
4306
|
-
"$ref": "#/definitions
|
|
5779
|
+
"$ref": "#/definitions/@arcgis.core.renderers.UniqueValueRenderer.UniqueValueRenderer"
|
|
4307
5780
|
},
|
|
4308
5781
|
{
|
|
4309
|
-
"$ref": "#/definitions
|
|
5782
|
+
"$ref": "#/definitions/@arcgis.core.renderers.DotDensityRenderer.DotDensityRenderer"
|
|
4310
5783
|
},
|
|
4311
5784
|
{
|
|
4312
|
-
"$ref": "#/definitions
|
|
5785
|
+
"$ref": "#/definitions/@arcgis.core.renderers.DictionaryRenderer.DictionaryRenderer"
|
|
4313
5786
|
},
|
|
4314
5787
|
{
|
|
4315
|
-
"$ref": "#/definitions
|
|
5788
|
+
"$ref": "#/definitions/@arcgis.core.renderers.PieChartRenderer.PieChartRenderer"
|
|
4316
5789
|
},
|
|
4317
5790
|
{
|
|
4318
|
-
"$ref": "#/definitions
|
|
5791
|
+
"$ref": "#/definitions/@arcgis.core.renderers.HeatmapRenderer.HeatmapRenderer"
|
|
4319
5792
|
}
|
|
4320
5793
|
],
|
|
4321
|
-
"description": "
|
|
5794
|
+
"description": "Union of renderers."
|
|
4322
5795
|
},
|
|
4323
5796
|
"ReplaceMapArgs": {
|
|
4324
5797
|
"additionalProperties": false,
|
|
@@ -4329,7 +5802,7 @@
|
|
|
4329
5802
|
"description": "The MapExtension in which to replace the map."
|
|
4330
5803
|
},
|
|
4331
5804
|
"replacementMap": {
|
|
4332
|
-
"$ref": "#/definitions
|
|
5805
|
+
"$ref": "#/definitions/@arcgis.core.Map.Map",
|
|
4333
5806
|
"description": "The map with which to replace the current map."
|
|
4334
5807
|
}
|
|
4335
5808
|
},
|
|
@@ -4382,7 +5855,7 @@
|
|
|
4382
5855
|
"type": "number"
|
|
4383
5856
|
},
|
|
4384
5857
|
"extent": {
|
|
4385
|
-
"$ref": "#/definitions
|
|
5858
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent",
|
|
4386
5859
|
"description": "The map extent. Defaults to the map's current extent. The actual print extent is calculated from the center point of the map extent, the print scale and the layout frame- or the output dimensions."
|
|
4387
5860
|
},
|
|
4388
5861
|
"id": {
|
|
@@ -4441,11 +5914,11 @@
|
|
|
4441
5914
|
"type": "number"
|
|
4442
5915
|
},
|
|
4443
5916
|
"extent": {
|
|
4444
|
-
"$ref": "#/definitions
|
|
5917
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent",
|
|
4445
5918
|
"description": "The initial extent of the 2D map(s). Defaults to the map's current extent. If scale is provided, only the center point is used."
|
|
4446
5919
|
},
|
|
4447
5920
|
"grid": {
|
|
4448
|
-
"$ref": "#/definitions
|
|
5921
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
|
|
4449
5922
|
"description": "The WKID of the spatial reference used to draw a grid on the map(s)."
|
|
4450
5923
|
},
|
|
4451
5924
|
"id": {
|
|
@@ -4481,7 +5954,7 @@
|
|
|
4481
5954
|
"type": "string"
|
|
4482
5955
|
},
|
|
4483
5956
|
"viewpoint": {
|
|
4484
|
-
"$ref": "#/definitions
|
|
5957
|
+
"$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint",
|
|
4485
5958
|
"description": "The initial viewpoint of the 3D map(s). Defaults to the scene's current viewpoint."
|
|
4486
5959
|
}
|
|
4487
5960
|
},
|
|
@@ -4567,7 +6040,7 @@
|
|
|
4567
6040
|
"type": "boolean"
|
|
4568
6041
|
},
|
|
4569
6042
|
"mapViewpoint": {
|
|
4570
|
-
"$ref": "#/definitions
|
|
6043
|
+
"$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint",
|
|
4571
6044
|
"description": "The map Viewpoint at the time of the search. Mobile only."
|
|
4572
6045
|
},
|
|
4573
6046
|
"maps": {
|
|
@@ -4583,11 +6056,11 @@
|
|
|
4583
6056
|
"type": "number"
|
|
4584
6057
|
},
|
|
4585
6058
|
"near": {
|
|
4586
|
-
"$ref": "#/definitions
|
|
6059
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point",
|
|
4587
6060
|
"description": "If specified, this will influence the score of spatial features based on their proximity to this point. Most commonly this would be the user's current location, but can be any point of interest. This option requires searchArea to also be specified. Not supported in VertiGIS Studio Mobile."
|
|
4588
6061
|
},
|
|
4589
6062
|
"outSpatialReference": {
|
|
4590
|
-
"$ref": "#/definitions
|
|
6063
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
|
|
4591
6064
|
"description": "The spatial reference for the returned geometry. Not supported in VertiGIS Studio Mobile."
|
|
4592
6065
|
},
|
|
4593
6066
|
"searchArea": {
|
|
@@ -4772,11 +6245,42 @@
|
|
|
4772
6245
|
"color": {
|
|
4773
6246
|
"anyOf": [
|
|
4774
6247
|
{
|
|
4775
|
-
"$ref": "#/definitions
|
|
6248
|
+
"$ref": "#/definitions/@arcgis.core.Color.Color"
|
|
6249
|
+
},
|
|
6250
|
+
{
|
|
6251
|
+
"items": [
|
|
6252
|
+
{
|
|
6253
|
+
"type": "number"
|
|
6254
|
+
},
|
|
6255
|
+
{
|
|
6256
|
+
"type": "number"
|
|
6257
|
+
},
|
|
6258
|
+
{
|
|
6259
|
+
"type": "number"
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"type": "number"
|
|
6263
|
+
}
|
|
6264
|
+
],
|
|
6265
|
+
"maxItems": 4,
|
|
6266
|
+
"minItems": 4,
|
|
6267
|
+
"type": "array"
|
|
4776
6268
|
},
|
|
4777
6269
|
{
|
|
4778
|
-
"
|
|
4779
|
-
|
|
6270
|
+
"items": [
|
|
6271
|
+
{
|
|
6272
|
+
"type": "number"
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
"type": "number"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"type": "number"
|
|
6279
|
+
}
|
|
6280
|
+
],
|
|
6281
|
+
"maxItems": 3,
|
|
6282
|
+
"minItems": 3,
|
|
6283
|
+
"type": "array"
|
|
4780
6284
|
},
|
|
4781
6285
|
{
|
|
4782
6286
|
"type": "string"
|
|
@@ -4789,7 +6293,7 @@
|
|
|
4789
6293
|
"type": "boolean"
|
|
4790
6294
|
},
|
|
4791
6295
|
"outline": {
|
|
4792
|
-
"$ref": "#/definitions
|
|
6296
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol",
|
|
4793
6297
|
"description": "The symbol to use for the outline of the location marker."
|
|
4794
6298
|
},
|
|
4795
6299
|
"size": {
|
|
@@ -4832,7 +6336,7 @@
|
|
|
4832
6336
|
"ShowResultsArgs": {
|
|
4833
6337
|
"anyOf": [
|
|
4834
6338
|
{
|
|
4835
|
-
"$ref": "
|
|
6339
|
+
"$ref": "T_60"
|
|
4836
6340
|
},
|
|
4837
6341
|
{
|
|
4838
6342
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -4850,7 +6354,7 @@
|
|
|
4850
6354
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
4851
6355
|
},
|
|
4852
6356
|
{
|
|
4853
|
-
"$ref": "
|
|
6357
|
+
"$ref": "T_60"
|
|
4854
6358
|
}
|
|
4855
6359
|
]
|
|
4856
6360
|
},
|
|
@@ -5028,7 +6532,7 @@
|
|
|
5028
6532
|
"type": "array"
|
|
5029
6533
|
},
|
|
5030
6534
|
"guideColor": {
|
|
5031
|
-
"$ref": "#/definitions
|
|
6535
|
+
"$ref": "#/definitions/@arcgis.core.Color.Color",
|
|
5032
6536
|
"description": "The color to use for snapping guides generated by this source."
|
|
5033
6537
|
},
|
|
5034
6538
|
"required": {
|
|
@@ -5261,7 +6765,7 @@
|
|
|
5261
6765
|
"lineSymbol": {
|
|
5262
6766
|
"anyOf": [
|
|
5263
6767
|
{
|
|
5264
|
-
"$ref": "#/definitions
|
|
6768
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
|
|
5265
6769
|
},
|
|
5266
6770
|
{
|
|
5267
6771
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
@@ -5272,7 +6776,7 @@
|
|
|
5272
6776
|
"lineSymbol3D": {
|
|
5273
6777
|
"anyOf": [
|
|
5274
6778
|
{
|
|
5275
|
-
"$ref": "#/definitions
|
|
6779
|
+
"$ref": "#/definitions/@arcgis.core.symbols.LineSymbol3D.LineSymbol3D"
|
|
5276
6780
|
},
|
|
5277
6781
|
{
|
|
5278
6782
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
|
|
@@ -5283,10 +6787,10 @@
|
|
|
5283
6787
|
"pointSymbol": {
|
|
5284
6788
|
"anyOf": [
|
|
5285
6789
|
{
|
|
5286
|
-
"$ref": "#/definitions
|
|
6790
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
5287
6791
|
},
|
|
5288
6792
|
{
|
|
5289
|
-
"$ref": "#/definitions
|
|
6793
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
5290
6794
|
},
|
|
5291
6795
|
{
|
|
5292
6796
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
|
|
@@ -5300,7 +6804,7 @@
|
|
|
5300
6804
|
"pointSymbol3D": {
|
|
5301
6805
|
"anyOf": [
|
|
5302
6806
|
{
|
|
5303
|
-
"$ref": "#/definitions
|
|
6807
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PointSymbol3D.PointSymbol3D"
|
|
5304
6808
|
},
|
|
5305
6809
|
{
|
|
5306
6810
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
|
|
@@ -5311,10 +6815,10 @@
|
|
|
5311
6815
|
"polygonSymbol": {
|
|
5312
6816
|
"anyOf": [
|
|
5313
6817
|
{
|
|
5314
|
-
"$ref": "#/definitions
|
|
6818
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
|
|
5315
6819
|
},
|
|
5316
6820
|
{
|
|
5317
|
-
"$ref": "#/definitions
|
|
6821
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
|
|
5318
6822
|
},
|
|
5319
6823
|
{
|
|
5320
6824
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
@@ -5328,7 +6832,7 @@
|
|
|
5328
6832
|
"polygonSymbol3D": {
|
|
5329
6833
|
"anyOf": [
|
|
5330
6834
|
{
|
|
5331
|
-
"$ref": "#/definitions
|
|
6835
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PolygonSymbol3D.PolygonSymbol3D"
|
|
5332
6836
|
},
|
|
5333
6837
|
{
|
|
5334
6838
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
@@ -5339,6 +6843,50 @@
|
|
|
5339
6843
|
},
|
|
5340
6844
|
"type": "object"
|
|
5341
6845
|
},
|
|
6846
|
+
"SymbolUnion": {
|
|
6847
|
+
"anyOf": [
|
|
6848
|
+
{
|
|
6849
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
|
|
6856
|
+
},
|
|
6857
|
+
{
|
|
6858
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
|
|
6859
|
+
},
|
|
6860
|
+
{
|
|
6861
|
+
"$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
6862
|
+
},
|
|
6863
|
+
{
|
|
6864
|
+
"$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
|
|
6865
|
+
},
|
|
6866
|
+
{
|
|
6867
|
+
"$ref": "#/definitions/@arcgis.core.symbols.CIMSymbol.CIMSymbol"
|
|
6868
|
+
},
|
|
6869
|
+
{
|
|
6870
|
+
"$ref": "#/definitions/@arcgis.core.symbols.LabelSymbol3D.LabelSymbol3D"
|
|
6871
|
+
},
|
|
6872
|
+
{
|
|
6873
|
+
"$ref": "#/definitions/@arcgis.core.symbols.LineSymbol3D.LineSymbol3D"
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
"$ref": "#/definitions/@arcgis.core.symbols.MeshSymbol3D.MeshSymbol3D"
|
|
6877
|
+
},
|
|
6878
|
+
{
|
|
6879
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PointSymbol3D.PointSymbol3D"
|
|
6880
|
+
},
|
|
6881
|
+
{
|
|
6882
|
+
"$ref": "#/definitions/@arcgis.core.symbols.PolygonSymbol3D.PolygonSymbol3D"
|
|
6883
|
+
},
|
|
6884
|
+
{
|
|
6885
|
+
"$ref": "#/definitions/@arcgis.core.symbols.WebStyleSymbol.WebStyleSymbol"
|
|
6886
|
+
}
|
|
6887
|
+
],
|
|
6888
|
+
"description": "Union of all symbols."
|
|
6889
|
+
},
|
|
5342
6890
|
"TargetsResultsSetArgs": {
|
|
5343
6891
|
"additionalProperties": false,
|
|
5344
6892
|
"description": "Arguments for various commands that target a result set of features.",
|
|
@@ -5407,7 +6955,7 @@
|
|
|
5407
6955
|
"TranslatableText": {
|
|
5408
6956
|
"anyOf": [
|
|
5409
6957
|
{
|
|
5410
|
-
"$ref": "
|
|
6958
|
+
"$ref": "TranslateOptions"
|
|
5411
6959
|
},
|
|
5412
6960
|
{
|
|
5413
6961
|
"type": "string"
|
|
@@ -5527,7 +7075,7 @@
|
|
|
5527
7075
|
"description": "The format of the geometry in this table."
|
|
5528
7076
|
},
|
|
5529
7077
|
"inSpatialReference": {
|
|
5530
|
-
"$ref": "#/definitions
|
|
7078
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
|
|
5531
7079
|
"description": "The spatial reference of the geometry in this table."
|
|
5532
7080
|
},
|
|
5533
7081
|
"includeHeaderRow": {
|
|
@@ -5550,7 +7098,7 @@
|
|
|
5550
7098
|
"type": "array"
|
|
5551
7099
|
},
|
|
5552
7100
|
"outSpatialReference": {
|
|
5553
|
-
"$ref": "#/definitions
|
|
7101
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
|
|
5554
7102
|
"description": "The output spatial reference of the converted table."
|
|
5555
7103
|
},
|
|
5556
7104
|
"primaryKeyField": {
|
|
@@ -5736,16 +7284,16 @@
|
|
|
5736
7284
|
"viewpoint": {
|
|
5737
7285
|
"anyOf": [
|
|
5738
7286
|
{
|
|
5739
|
-
"$ref": "
|
|
7287
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties"
|
|
5740
7288
|
},
|
|
5741
7289
|
{
|
|
5742
|
-
"$ref": "#/definitions
|
|
7290
|
+
"$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint"
|
|
5743
7291
|
},
|
|
5744
7292
|
{
|
|
5745
7293
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
5746
7294
|
},
|
|
5747
7295
|
{
|
|
5748
|
-
"$ref": "
|
|
7296
|
+
"$ref": "T_52"
|
|
5749
7297
|
},
|
|
5750
7298
|
{
|
|
5751
7299
|
"type": "string"
|
|
@@ -5907,10 +7455,10 @@
|
|
|
5907
7455
|
"$ref": "#/definitions/CreateGraphicsResult"
|
|
5908
7456
|
},
|
|
5909
7457
|
{
|
|
5910
|
-
"$ref": "#/definitions
|
|
7458
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
5911
7459
|
},
|
|
5912
7460
|
{
|
|
5913
|
-
"$ref": "
|
|
7461
|
+
"$ref": "T_60"
|
|
5914
7462
|
},
|
|
5915
7463
|
{
|
|
5916
7464
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -5928,41 +7476,41 @@
|
|
|
5928
7476
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
5929
7477
|
},
|
|
5930
7478
|
{
|
|
5931
|
-
"$ref": "
|
|
7479
|
+
"$ref": "T_60"
|
|
5932
7480
|
}
|
|
5933
7481
|
]
|
|
5934
7482
|
},
|
|
5935
7483
|
"type": "array"
|
|
5936
7484
|
},
|
|
5937
7485
|
{
|
|
5938
|
-
"$ref": "#/definitions
|
|
7486
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
5939
7487
|
},
|
|
5940
7488
|
{
|
|
5941
|
-
"$ref": "#/definitions
|
|
7489
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
5942
7490
|
},
|
|
5943
7491
|
{
|
|
5944
|
-
"$ref": "#/definitions
|
|
7492
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
5945
7493
|
},
|
|
5946
7494
|
{
|
|
5947
|
-
"$ref": "
|
|
7495
|
+
"$ref": "T_6"
|
|
5948
7496
|
},
|
|
5949
7497
|
{
|
|
5950
|
-
"$ref": "#/definitions
|
|
7498
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
5951
7499
|
},
|
|
5952
7500
|
{
|
|
5953
|
-
"$ref": "#/definitions
|
|
7501
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
5954
7502
|
},
|
|
5955
7503
|
{
|
|
5956
7504
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
5957
7505
|
},
|
|
5958
7506
|
{
|
|
5959
|
-
"$ref": "#/definitions
|
|
7507
|
+
"$ref": "#/definitions/@arcgis.core.rest.support.FeatureSet.FeatureSet"
|
|
5960
7508
|
},
|
|
5961
7509
|
{
|
|
5962
7510
|
"items": {
|
|
5963
7511
|
"anyOf": [
|
|
5964
7512
|
{
|
|
5965
|
-
"$ref": "#/definitions
|
|
7513
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
5966
7514
|
},
|
|
5967
7515
|
{
|
|
5968
7516
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
@@ -5990,22 +7538,22 @@
|
|
|
5990
7538
|
"items": {
|
|
5991
7539
|
"anyOf": [
|
|
5992
7540
|
{
|
|
5993
|
-
"$ref": "#/definitions
|
|
7541
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
5994
7542
|
},
|
|
5995
7543
|
{
|
|
5996
|
-
"$ref": "#/definitions
|
|
7544
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
5997
7545
|
},
|
|
5998
7546
|
{
|
|
5999
|
-
"$ref": "#/definitions
|
|
7547
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
6000
7548
|
},
|
|
6001
7549
|
{
|
|
6002
|
-
"$ref": "
|
|
7550
|
+
"$ref": "T_6"
|
|
6003
7551
|
},
|
|
6004
7552
|
{
|
|
6005
|
-
"$ref": "#/definitions
|
|
7553
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
6006
7554
|
},
|
|
6007
7555
|
{
|
|
6008
|
-
"$ref": "#/definitions
|
|
7556
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
6009
7557
|
},
|
|
6010
7558
|
{
|
|
6011
7559
|
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
@@ -6083,7 +7631,7 @@
|
|
|
6083
7631
|
"edit.add-feature:input": {
|
|
6084
7632
|
"anyOf": [
|
|
6085
7633
|
{
|
|
6086
|
-
"$ref": "
|
|
7634
|
+
"$ref": "T_60"
|
|
6087
7635
|
},
|
|
6088
7636
|
{
|
|
6089
7637
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -6101,7 +7649,7 @@
|
|
|
6101
7649
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
6102
7650
|
},
|
|
6103
7651
|
{
|
|
6104
|
-
"$ref": "
|
|
7652
|
+
"$ref": "T_60"
|
|
6105
7653
|
}
|
|
6106
7654
|
]
|
|
6107
7655
|
},
|
|
@@ -6142,7 +7690,7 @@
|
|
|
6142
7690
|
"edit.delete-features:input": {
|
|
6143
7691
|
"anyOf": [
|
|
6144
7692
|
{
|
|
6145
|
-
"$ref": "
|
|
7693
|
+
"$ref": "T_60"
|
|
6146
7694
|
},
|
|
6147
7695
|
{
|
|
6148
7696
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -6160,7 +7708,7 @@
|
|
|
6160
7708
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
6161
7709
|
},
|
|
6162
7710
|
{
|
|
6163
|
-
"$ref": "
|
|
7711
|
+
"$ref": "T_60"
|
|
6164
7712
|
}
|
|
6165
7713
|
]
|
|
6166
7714
|
},
|
|
@@ -6208,7 +7756,7 @@
|
|
|
6208
7756
|
"edit.display-update-feature:input": {
|
|
6209
7757
|
"anyOf": [
|
|
6210
7758
|
{
|
|
6211
|
-
"$ref": "
|
|
7759
|
+
"$ref": "T_60"
|
|
6212
7760
|
},
|
|
6213
7761
|
{
|
|
6214
7762
|
"$ref": "#/definitions/DisplayUpdateFeatureArgs"
|
|
@@ -6224,7 +7772,7 @@
|
|
|
6224
7772
|
"edit.update-feature:input": {
|
|
6225
7773
|
"anyOf": [
|
|
6226
7774
|
{
|
|
6227
|
-
"$ref": "
|
|
7775
|
+
"$ref": "T_60"
|
|
6228
7776
|
},
|
|
6229
7777
|
{
|
|
6230
7778
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -6242,7 +7790,7 @@
|
|
|
6242
7790
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
6243
7791
|
},
|
|
6244
7792
|
{
|
|
6245
|
-
"$ref": "
|
|
7793
|
+
"$ref": "T_60"
|
|
6246
7794
|
}
|
|
6247
7795
|
]
|
|
6248
7796
|
},
|
|
@@ -6263,103 +7811,10 @@
|
|
|
6263
7811
|
]
|
|
6264
7812
|
},
|
|
6265
7813
|
"edit.update-gnss-metadata:input": {
|
|
6266
|
-
"$ref": "
|
|
7814
|
+
"$ref": "T_60"
|
|
6267
7815
|
},
|
|
6268
7816
|
"edit.update-gnss-metadata:output": {
|
|
6269
|
-
"$ref": "
|
|
6270
|
-
},
|
|
6271
|
-
"esri.CIMSymbol": {
|
|
6272
|
-
"$ref": "esri/symbols/CIMSymbol"
|
|
6273
|
-
},
|
|
6274
|
-
"esri.Color": {
|
|
6275
|
-
"$ref": "esri/Color"
|
|
6276
|
-
},
|
|
6277
|
-
"esri.Content": {
|
|
6278
|
-
"$ref": "esri/popup/content/AttachmentsContent"
|
|
6279
|
-
},
|
|
6280
|
-
"esri.Extent": {
|
|
6281
|
-
"$ref": "esri/geometry/Extent"
|
|
6282
|
-
},
|
|
6283
|
-
"esri.FeatureSet": {
|
|
6284
|
-
"$ref": "esri/rest/support/FeatureSet"
|
|
6285
|
-
},
|
|
6286
|
-
"esri.FeatureType": {
|
|
6287
|
-
"$ref": "esri/layers/support/FeatureType"
|
|
6288
|
-
},
|
|
6289
|
-
"esri.Field": {
|
|
6290
|
-
"$ref": "esri/layers/support/Field"
|
|
6291
|
-
},
|
|
6292
|
-
"esri.Geometry": {
|
|
6293
|
-
"$ref": "esri/geometry/Geometry"
|
|
6294
|
-
},
|
|
6295
|
-
"esri.Graphic": {
|
|
6296
|
-
"$ref": "esri/Graphic"
|
|
6297
|
-
},
|
|
6298
|
-
"esri.Layer": {
|
|
6299
|
-
"$ref": "esri/layers/Layer"
|
|
6300
|
-
},
|
|
6301
|
-
"esri.LineSymbol3D": {
|
|
6302
|
-
"$ref": "esri/symbols/LineSymbol3D"
|
|
6303
|
-
},
|
|
6304
|
-
"esri.Map": {
|
|
6305
|
-
"$ref": "esri/Map"
|
|
6306
|
-
},
|
|
6307
|
-
"esri.Mesh": {
|
|
6308
|
-
"$ref": "esri/geometry/Mesh"
|
|
6309
|
-
},
|
|
6310
|
-
"esri.MeshSymbol3D": {
|
|
6311
|
-
"$ref": "esri/symbols/MeshSymbol3D"
|
|
6312
|
-
},
|
|
6313
|
-
"esri.Multipoint": {
|
|
6314
|
-
"$ref": "esri/geometry/Multipoint"
|
|
6315
|
-
},
|
|
6316
|
-
"esri.PictureFillSymbol": {
|
|
6317
|
-
"$ref": "esri/symbols/PictureFillSymbol"
|
|
6318
|
-
},
|
|
6319
|
-
"esri.PictureMarkerSymbol": {
|
|
6320
|
-
"$ref": "esri/symbols/PictureMarkerSymbol"
|
|
6321
|
-
},
|
|
6322
|
-
"esri.Point": {
|
|
6323
|
-
"$ref": "esri/geometry/Point"
|
|
6324
|
-
},
|
|
6325
|
-
"esri.PointSymbol3D": {
|
|
6326
|
-
"$ref": "esri/symbols/PointSymbol3D"
|
|
6327
|
-
},
|
|
6328
|
-
"esri.Polygon": {
|
|
6329
|
-
"$ref": "esri/geometry/Polygon"
|
|
6330
|
-
},
|
|
6331
|
-
"esri.PolygonSymbol3D": {
|
|
6332
|
-
"$ref": "esri/symbols/PolygonSymbol3D"
|
|
6333
|
-
},
|
|
6334
|
-
"esri.Polyline": {
|
|
6335
|
-
"$ref": "esri/geometry/Polyline"
|
|
6336
|
-
},
|
|
6337
|
-
"esri.PopupTemplate": {
|
|
6338
|
-
"$ref": "esri/PopupTemplate"
|
|
6339
|
-
},
|
|
6340
|
-
"esri.PortalItem": {
|
|
6341
|
-
"$ref": "esri/portal/PortalItem"
|
|
6342
|
-
},
|
|
6343
|
-
"esri.SimpleFillSymbol": {
|
|
6344
|
-
"$ref": "esri/symbols/SimpleFillSymbol"
|
|
6345
|
-
},
|
|
6346
|
-
"esri.SimpleLineSymbol": {
|
|
6347
|
-
"$ref": "esri/symbols/SimpleLineSymbol"
|
|
6348
|
-
},
|
|
6349
|
-
"esri.SimpleMarkerSymbol": {
|
|
6350
|
-
"$ref": "esri/symbols/SimpleMarkerSymbol"
|
|
6351
|
-
},
|
|
6352
|
-
"esri.SpatialReference": {
|
|
6353
|
-
"$ref": "esri/geometry/SpatialReference"
|
|
6354
|
-
},
|
|
6355
|
-
"esri.Sublayer": {
|
|
6356
|
-
"$ref": "esri/layers/support/Sublayer"
|
|
6357
|
-
},
|
|
6358
|
-
"esri.TextSymbol": {
|
|
6359
|
-
"$ref": "esri/symbols/TextSymbol"
|
|
6360
|
-
},
|
|
6361
|
-
"esri.Viewpoint": {
|
|
6362
|
-
"$ref": "esri/Viewpoint"
|
|
7817
|
+
"$ref": "T_60"
|
|
6363
7818
|
},
|
|
6364
7819
|
"esri.rest-api.AnnotationLayerJson.AnnotationLayerJson": {
|
|
6365
7820
|
"additionalProperties": false,
|
|
@@ -6431,13 +7886,7 @@
|
|
|
6431
7886
|
"type": "string"
|
|
6432
7887
|
},
|
|
6433
7888
|
"listMode": {
|
|
6434
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6435
|
-
"enum": [
|
|
6436
|
-
"hide",
|
|
6437
|
-
"hide-children",
|
|
6438
|
-
"show"
|
|
6439
|
-
],
|
|
6440
|
-
"type": "string"
|
|
7889
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6441
7890
|
},
|
|
6442
7891
|
"maxScale": {
|
|
6443
7892
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -6790,13 +8239,7 @@
|
|
|
6790
8239
|
"type": "string"
|
|
6791
8240
|
},
|
|
6792
8241
|
"listMode": {
|
|
6793
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6794
|
-
"enum": [
|
|
6795
|
-
"hide",
|
|
6796
|
-
"hide-children",
|
|
6797
|
-
"show"
|
|
6798
|
-
],
|
|
6799
|
-
"type": "string"
|
|
8242
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6800
8243
|
},
|
|
6801
8244
|
"maxScale": {
|
|
6802
8245
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -6996,13 +8439,7 @@
|
|
|
6996
8439
|
"description": "Additional properties that can define drawing information and a definition expression for the sublayer. See layerDefinition properties table."
|
|
6997
8440
|
},
|
|
6998
8441
|
"listMode": {
|
|
6999
|
-
"description": "To show or hide the sublayer in the layer list. If property is present, must be one of the following values: show, hide."
|
|
7000
|
-
"enum": [
|
|
7001
|
-
"hide",
|
|
7002
|
-
"hide-children",
|
|
7003
|
-
"show"
|
|
7004
|
-
],
|
|
7005
|
-
"type": "string"
|
|
8442
|
+
"description": "To show or hide the sublayer in the layer list. If property is present, must be one of the following values: show, hide."
|
|
7006
8443
|
},
|
|
7007
8444
|
"opacity": {
|
|
7008
8445
|
"description": "The degree of transparency applied to the sublayer on the client side, where 0 is full transparency and 1 is no transparency. This is multiplied with the opacity of the containing layers.",
|
|
@@ -7094,13 +8531,7 @@
|
|
|
7094
8531
|
"type": "string"
|
|
7095
8532
|
},
|
|
7096
8533
|
"listMode": {
|
|
7097
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7098
|
-
"enum": [
|
|
7099
|
-
"hide",
|
|
7100
|
-
"hide-children",
|
|
7101
|
-
"show"
|
|
7102
|
-
],
|
|
7103
|
-
"type": "string"
|
|
8534
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7104
8535
|
},
|
|
7105
8536
|
"locationInfo": {
|
|
7106
8537
|
"$ref": "#/definitions/esri.rest-api.CSVLayerJson.LocationInfoJson",
|
|
@@ -7601,11 +9032,8 @@
|
|
|
7601
9032
|
"description": "Specifies a single color to fill the background of the scene with. The scene background is displayed behind any scene objects, stars and atmosphere.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/environment_background_color/}.",
|
|
7602
9033
|
"properties": {
|
|
7603
9034
|
"color": {
|
|
7604
|
-
"
|
|
7605
|
-
"
|
|
7606
|
-
"type": "number"
|
|
7607
|
-
},
|
|
7608
|
-
"type": "array"
|
|
9035
|
+
"$ref": "#/definitions/ColorJson",
|
|
9036
|
+
"description": "Color is represented as a three or four-element array."
|
|
7609
9037
|
},
|
|
7610
9038
|
"transparency": {
|
|
7611
9039
|
"description": "The value has to lie between 100 (full transparency) and 0 (full opacity). Web scenes only.",
|
|
@@ -7925,13 +9353,7 @@
|
|
|
7925
9353
|
"type": "string"
|
|
7926
9354
|
},
|
|
7927
9355
|
"listMode": {
|
|
7928
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7929
|
-
"enum": [
|
|
7930
|
-
"hide",
|
|
7931
|
-
"hide-children",
|
|
7932
|
-
"show"
|
|
7933
|
-
],
|
|
7934
|
-
"type": "string"
|
|
9356
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7935
9357
|
},
|
|
7936
9358
|
"maxScale": {
|
|
7937
9359
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -8611,13 +10033,7 @@
|
|
|
8611
10033
|
"type": "string"
|
|
8612
10034
|
},
|
|
8613
10035
|
"listMode": {
|
|
8614
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8615
|
-
"enum": [
|
|
8616
|
-
"hide",
|
|
8617
|
-
"hide-children",
|
|
8618
|
-
"show"
|
|
8619
|
-
],
|
|
8620
|
-
"type": "string"
|
|
10036
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8621
10037
|
},
|
|
8622
10038
|
"maxScale": {
|
|
8623
10039
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -8756,13 +10172,7 @@
|
|
|
8756
10172
|
"description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have lines, this property is not added to the layer JSON."
|
|
8757
10173
|
},
|
|
8758
10174
|
"listMode": {
|
|
8759
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8760
|
-
"enum": [
|
|
8761
|
-
"hide",
|
|
8762
|
-
"hide-children",
|
|
8763
|
-
"show"
|
|
8764
|
-
],
|
|
8765
|
-
"type": "string"
|
|
10175
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8766
10176
|
},
|
|
8767
10177
|
"maxScale": {
|
|
8768
10178
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -9023,7 +10433,7 @@
|
|
|
9023
10433
|
"description": "Determines whether the camera is constrained to navigate only above, or also under the ground surface."
|
|
9024
10434
|
},
|
|
9025
10435
|
"surfaceColor": {
|
|
9026
|
-
"$ref": "#/definitions/
|
|
10436
|
+
"$ref": "#/definitions/ColorJson",
|
|
9027
10437
|
"description": "Defines the color of the ground surface, displayed underneath the basemap. If no color, the default grid is shown."
|
|
9028
10438
|
},
|
|
9029
10439
|
"transparency": {
|
|
@@ -9095,13 +10505,7 @@
|
|
|
9095
10505
|
"type": "array"
|
|
9096
10506
|
},
|
|
9097
10507
|
"listMode": {
|
|
9098
|
-
"description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
|
|
9099
|
-
"enum": [
|
|
9100
|
-
"hide",
|
|
9101
|
-
"hide-children",
|
|
9102
|
-
"show"
|
|
9103
|
-
],
|
|
9104
|
-
"type": "string"
|
|
10508
|
+
"description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
|
|
9105
10509
|
},
|
|
9106
10510
|
"maxScale": {
|
|
9107
10511
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -9287,13 +10691,7 @@
|
|
|
9287
10691
|
"type": "string"
|
|
9288
10692
|
},
|
|
9289
10693
|
"listMode": {
|
|
9290
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9291
|
-
"enum": [
|
|
9292
|
-
"hide",
|
|
9293
|
-
"hide-children",
|
|
9294
|
-
"show"
|
|
9295
|
-
],
|
|
9296
|
-
"type": "string"
|
|
10694
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9297
10695
|
},
|
|
9298
10696
|
"maxScale": {
|
|
9299
10697
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -9505,13 +10903,7 @@
|
|
|
9505
10903
|
"type": "string"
|
|
9506
10904
|
},
|
|
9507
10905
|
"listMode": {
|
|
9508
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9509
|
-
"enum": [
|
|
9510
|
-
"hide",
|
|
9511
|
-
"hide-children",
|
|
9512
|
-
"show"
|
|
9513
|
-
],
|
|
9514
|
-
"type": "string"
|
|
10906
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9515
10907
|
},
|
|
9516
10908
|
"maxScale": {
|
|
9517
10909
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -9648,13 +11040,7 @@
|
|
|
9648
11040
|
"type": "string"
|
|
9649
11041
|
},
|
|
9650
11042
|
"listMode": {
|
|
9651
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9652
|
-
"enum": [
|
|
9653
|
-
"hide",
|
|
9654
|
-
"hide-children",
|
|
9655
|
-
"show"
|
|
9656
|
-
],
|
|
9657
|
-
"type": "string"
|
|
11043
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9658
11044
|
},
|
|
9659
11045
|
"maxScale": {
|
|
9660
11046
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -10010,13 +11396,7 @@
|
|
|
10010
11396
|
"type": "string"
|
|
10011
11397
|
},
|
|
10012
11398
|
"listMode": {
|
|
10013
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
10014
|
-
"enum": [
|
|
10015
|
-
"hide",
|
|
10016
|
-
"hide-children",
|
|
10017
|
-
"show"
|
|
10018
|
-
],
|
|
10019
|
-
"type": "string"
|
|
11399
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
10020
11400
|
},
|
|
10021
11401
|
"maxScale": {
|
|
10022
11402
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -10880,7 +12260,7 @@
|
|
|
10880
12260
|
"type": "number"
|
|
10881
12261
|
},
|
|
10882
12262
|
"color": {
|
|
10883
|
-
"$ref": "#/definitions/
|
|
12263
|
+
"$ref": "#/definitions/ColorJson",
|
|
10884
12264
|
"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."
|
|
10885
12265
|
},
|
|
10886
12266
|
"type": {
|
|
@@ -11111,13 +12491,7 @@
|
|
|
11111
12491
|
"type": "array"
|
|
11112
12492
|
},
|
|
11113
12493
|
"listMode": {
|
|
11114
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
11115
|
-
"enum": [
|
|
11116
|
-
"hide",
|
|
11117
|
-
"hide-children",
|
|
11118
|
-
"show"
|
|
11119
|
-
],
|
|
11120
|
-
"type": "string"
|
|
12494
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
11121
12495
|
},
|
|
11122
12496
|
"maxScale": {
|
|
11123
12497
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -11292,13 +12666,7 @@
|
|
|
11292
12666
|
"type": "string"
|
|
11293
12667
|
},
|
|
11294
12668
|
"listMode": {
|
|
11295
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
11296
|
-
"enum": [
|
|
11297
|
-
"hide",
|
|
11298
|
-
"hide-children",
|
|
11299
|
-
"show"
|
|
11300
|
-
],
|
|
11301
|
-
"type": "string"
|
|
12669
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
11302
12670
|
},
|
|
11303
12671
|
"maxScale": {
|
|
11304
12672
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -11639,13 +13007,7 @@
|
|
|
11639
13007
|
"type": "string"
|
|
11640
13008
|
},
|
|
11641
13009
|
"listMode": {
|
|
11642
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
11643
|
-
"enum": [
|
|
11644
|
-
"hide",
|
|
11645
|
-
"hide-children",
|
|
11646
|
-
"show"
|
|
11647
|
-
],
|
|
11648
|
-
"type": "string"
|
|
13010
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
11649
13011
|
},
|
|
11650
13012
|
"maxScale": {
|
|
11651
13013
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -12084,13 +13446,7 @@
|
|
|
12084
13446
|
"type": "string"
|
|
12085
13447
|
},
|
|
12086
13448
|
"listMode": {
|
|
12087
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
12088
|
-
"enum": [
|
|
12089
|
-
"hide",
|
|
12090
|
-
"hide-children",
|
|
12091
|
-
"show"
|
|
12092
|
-
],
|
|
12093
|
-
"type": "string"
|
|
13449
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
12094
13450
|
},
|
|
12095
13451
|
"maxScale": {
|
|
12096
13452
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -12329,7 +13685,7 @@
|
|
|
12329
13685
|
"type": "number"
|
|
12330
13686
|
},
|
|
12331
13687
|
"color": {
|
|
12332
|
-
"$ref": "#/definitions/
|
|
13688
|
+
"$ref": "#/definitions/ColorJson",
|
|
12333
13689
|
"description": "Color is represented as a three or four-element array."
|
|
12334
13690
|
},
|
|
12335
13691
|
"description": {
|
|
@@ -12350,11 +13706,7 @@
|
|
|
12350
13706
|
"colors": {
|
|
12351
13707
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
12352
13708
|
"items": {
|
|
12353
|
-
"
|
|
12354
|
-
"items": {
|
|
12355
|
-
"type": "number"
|
|
12356
|
-
},
|
|
12357
|
-
"type": "array"
|
|
13709
|
+
"$ref": "#/definitions/ColorJson"
|
|
12358
13710
|
},
|
|
12359
13711
|
"type": "array"
|
|
12360
13712
|
},
|
|
@@ -12478,8 +13830,39 @@
|
|
|
12478
13830
|
"color": {
|
|
12479
13831
|
"anyOf": [
|
|
12480
13832
|
{
|
|
12481
|
-
"
|
|
12482
|
-
|
|
13833
|
+
"items": [
|
|
13834
|
+
{
|
|
13835
|
+
"type": "number"
|
|
13836
|
+
},
|
|
13837
|
+
{
|
|
13838
|
+
"type": "number"
|
|
13839
|
+
},
|
|
13840
|
+
{
|
|
13841
|
+
"type": "number"
|
|
13842
|
+
},
|
|
13843
|
+
{
|
|
13844
|
+
"type": "number"
|
|
13845
|
+
}
|
|
13846
|
+
],
|
|
13847
|
+
"maxItems": 4,
|
|
13848
|
+
"minItems": 4,
|
|
13849
|
+
"type": "array"
|
|
13850
|
+
},
|
|
13851
|
+
{
|
|
13852
|
+
"items": [
|
|
13853
|
+
{
|
|
13854
|
+
"type": "number"
|
|
13855
|
+
},
|
|
13856
|
+
{
|
|
13857
|
+
"type": "number"
|
|
13858
|
+
},
|
|
13859
|
+
{
|
|
13860
|
+
"type": "number"
|
|
13861
|
+
}
|
|
13862
|
+
],
|
|
13863
|
+
"maxItems": 3,
|
|
13864
|
+
"minItems": 3,
|
|
13865
|
+
"type": "array"
|
|
12483
13866
|
},
|
|
12484
13867
|
{
|
|
12485
13868
|
"type": "string"
|
|
@@ -12503,7 +13886,7 @@
|
|
|
12503
13886
|
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
|
|
12504
13887
|
"properties": {
|
|
12505
13888
|
"color": {
|
|
12506
|
-
"$ref": "#/definitions/
|
|
13889
|
+
"$ref": "#/definitions/ColorJson",
|
|
12507
13890
|
"description": "Color is represented as a three or four-element array."
|
|
12508
13891
|
},
|
|
12509
13892
|
"description": {
|
|
@@ -13606,7 +14989,7 @@
|
|
|
13606
14989
|
},
|
|
13607
14990
|
"esri.rest-api.SceneLayerJson.SceneLayerJson": {
|
|
13608
14991
|
"additionalProperties": false,
|
|
13609
|
-
"description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings).\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
|
|
14992
|
+
"description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings).\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.\n\nNote: `isReference` is not part of the web scene layer spec, but we include BasemapLayerJsonBase to align with the existing basemap-layer typing pattern used across layer JSON types.",
|
|
13610
14993
|
"properties": {
|
|
13611
14994
|
"blendMode": {
|
|
13612
14995
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -13645,6 +15028,9 @@
|
|
|
13645
15028
|
],
|
|
13646
15029
|
"type": "string"
|
|
13647
15030
|
},
|
|
15031
|
+
"customParameters": {
|
|
15032
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
15033
|
+
},
|
|
13648
15034
|
"disablePopup": {
|
|
13649
15035
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
13650
15036
|
"type": "boolean"
|
|
@@ -13657,6 +15043,10 @@
|
|
|
13657
15043
|
"description": "A unique identifying string for the layer.",
|
|
13658
15044
|
"type": "string"
|
|
13659
15045
|
},
|
|
15046
|
+
"isReference": {
|
|
15047
|
+
"description": "This is applicable if used as a baseMapLayer. A boolean value indicating whether or not the baseMapLayer draws on top (true) of other layers, including operationalLayers , or below (false).",
|
|
15048
|
+
"type": "boolean"
|
|
15049
|
+
},
|
|
13660
15050
|
"itemId": {
|
|
13661
15051
|
"description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
|
|
13662
15052
|
"type": "string"
|
|
@@ -13671,13 +15061,7 @@
|
|
|
13671
15061
|
"type": "string"
|
|
13672
15062
|
},
|
|
13673
15063
|
"listMode": {
|
|
13674
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
13675
|
-
"enum": [
|
|
13676
|
-
"hide",
|
|
13677
|
-
"hide-children",
|
|
13678
|
-
"show"
|
|
13679
|
-
],
|
|
13680
|
-
"type": "string"
|
|
15064
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
13681
15065
|
},
|
|
13682
15066
|
"maxScale": {
|
|
13683
15067
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -13879,13 +15263,7 @@
|
|
|
13879
15263
|
"type": "string"
|
|
13880
15264
|
},
|
|
13881
15265
|
"listMode": {
|
|
13882
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
13883
|
-
"enum": [
|
|
13884
|
-
"hide",
|
|
13885
|
-
"hide-children",
|
|
13886
|
-
"show"
|
|
13887
|
-
],
|
|
13888
|
-
"type": "string"
|
|
15266
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
13889
15267
|
},
|
|
13890
15268
|
"maxScale": {
|
|
13891
15269
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -14151,13 +15529,7 @@
|
|
|
14151
15529
|
"type": "array"
|
|
14152
15530
|
},
|
|
14153
15531
|
"listMode": {
|
|
14154
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
14155
|
-
"enum": [
|
|
14156
|
-
"hide",
|
|
14157
|
-
"hide-children",
|
|
14158
|
-
"show"
|
|
14159
|
-
],
|
|
14160
|
-
"type": "string"
|
|
15532
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
14161
15533
|
},
|
|
14162
15534
|
"maxScale": {
|
|
14163
15535
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -14299,13 +15671,7 @@
|
|
|
14299
15671
|
"type": "string"
|
|
14300
15672
|
},
|
|
14301
15673
|
"listMode": {
|
|
14302
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
14303
|
-
"enum": [
|
|
14304
|
-
"hide",
|
|
14305
|
-
"hide-children",
|
|
14306
|
-
"show"
|
|
14307
|
-
],
|
|
14308
|
-
"type": "string"
|
|
15674
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
14309
15675
|
},
|
|
14310
15676
|
"maxScale": {
|
|
14311
15677
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -14389,11 +15755,8 @@
|
|
|
14389
15755
|
"description": "Optional border on the line that is used to improve the contrast of the line color against various background colors.",
|
|
14390
15756
|
"properties": {
|
|
14391
15757
|
"color": {
|
|
14392
|
-
"
|
|
14393
|
-
"
|
|
14394
|
-
"type": "number"
|
|
14395
|
-
},
|
|
14396
|
-
"type": "array"
|
|
15758
|
+
"$ref": "#/definitions/ColorJson",
|
|
15759
|
+
"description": "The color of the border."
|
|
14397
15760
|
},
|
|
14398
15761
|
"transparency": {
|
|
14399
15762
|
"description": "A value between 100 (full transparency) and 0 (full opacity).",
|
|
@@ -14422,17 +15785,6 @@
|
|
|
14422
15785
|
"description": "Represents a symbol reference that contains a CIM symbol. More properties and details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/main/docs/v3/Overview-Symbols.md, https://github.com/Esri/cim-spec/blob/main/docs/v3/CIMRenderers.md#CIMSymbolReference.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/cimSymbolReference/}.",
|
|
14423
15786
|
"properties": {
|
|
14424
15787
|
"symbol": {
|
|
14425
|
-
"anyOf": [
|
|
14426
|
-
{
|
|
14427
|
-
"$ref": "esri.CIMLineSymbol"
|
|
14428
|
-
},
|
|
14429
|
-
{
|
|
14430
|
-
"$ref": "esri.CIMPointSymbol"
|
|
14431
|
-
},
|
|
14432
|
-
{
|
|
14433
|
-
"$ref": "esri.CIMPolygonSymbol"
|
|
14434
|
-
}
|
|
14435
|
-
],
|
|
14436
15788
|
"description": "The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and CIMPolygonSymbol."
|
|
14437
15789
|
},
|
|
14438
15790
|
"type": {
|
|
@@ -14455,11 +15807,8 @@
|
|
|
14455
15807
|
"description": "Optional border on the line that is used to improve the contrast of the line color against various background colors."
|
|
14456
15808
|
},
|
|
14457
15809
|
"color": {
|
|
14458
|
-
"
|
|
14459
|
-
"
|
|
14460
|
-
"type": "number"
|
|
14461
|
-
},
|
|
14462
|
-
"type": "array"
|
|
15810
|
+
"$ref": "#/definitions/ColorJson",
|
|
15811
|
+
"description": "The color of the line."
|
|
14463
15812
|
},
|
|
14464
15813
|
"size": {
|
|
14465
15814
|
"description": "The width of the line in points.",
|
|
@@ -14480,13 +15829,6 @@
|
|
|
14480
15829
|
],
|
|
14481
15830
|
"type": "object"
|
|
14482
15831
|
},
|
|
14483
|
-
"esri.rest-api.SymbolJson.ColorJson": {
|
|
14484
|
-
"description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null. See {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}.",
|
|
14485
|
-
"items": {
|
|
14486
|
-
"type": "number"
|
|
14487
|
-
},
|
|
14488
|
-
"type": "array"
|
|
14489
|
-
},
|
|
14490
15832
|
"esri.rest-api.SymbolJson.ExtrudeSymbol3DLayerJson": {
|
|
14491
15833
|
"additionalProperties": false,
|
|
14492
15834
|
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
|
|
@@ -14735,11 +16077,8 @@
|
|
|
14735
16077
|
"description": "The material used to shade the geometry.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
14736
16078
|
"properties": {
|
|
14737
16079
|
"color": {
|
|
14738
|
-
"
|
|
14739
|
-
"
|
|
14740
|
-
"type": "number"
|
|
14741
|
-
},
|
|
14742
|
-
"type": "array"
|
|
16080
|
+
"$ref": "#/definitions/ColorJson",
|
|
16081
|
+
"description": "Color is represented as a three or four-element array."
|
|
14743
16082
|
},
|
|
14744
16083
|
"colorMixMode": {
|
|
14745
16084
|
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D.\n\n- Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color.\n- Replace: the feature's color is replaced with the symbol / visual variable color.\n- Multiply: the feature's color is multiplied with the symbol color.",
|
|
@@ -14854,11 +16193,8 @@
|
|
|
14854
16193
|
"description": "The outline of the point, line or polygon.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
14855
16194
|
"properties": {
|
|
14856
16195
|
"color": {
|
|
14857
|
-
"
|
|
14858
|
-
"
|
|
14859
|
-
"type": "number"
|
|
14860
|
-
},
|
|
14861
|
-
"type": "array"
|
|
16196
|
+
"$ref": "#/definitions/ColorJson",
|
|
16197
|
+
"description": "Color is represented as a three or four-element array."
|
|
14862
16198
|
},
|
|
14863
16199
|
"size": {
|
|
14864
16200
|
"description": "Outline size in points, positive only.",
|
|
@@ -15118,11 +16454,8 @@
|
|
|
15118
16454
|
"description": "Simple fill symbols can be used to symbolize polygon geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
15119
16455
|
"properties": {
|
|
15120
16456
|
"color": {
|
|
15121
|
-
"
|
|
15122
|
-
"
|
|
15123
|
-
"type": "number"
|
|
15124
|
-
},
|
|
15125
|
-
"type": "array"
|
|
16457
|
+
"$ref": "#/definitions/ColorJson",
|
|
16458
|
+
"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."
|
|
15126
16459
|
},
|
|
15127
16460
|
"outline": {
|
|
15128
16461
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson",
|
|
@@ -15158,11 +16491,8 @@
|
|
|
15158
16491
|
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
|
|
15159
16492
|
"properties": {
|
|
15160
16493
|
"color": {
|
|
15161
|
-
"
|
|
15162
|
-
"
|
|
15163
|
-
"type": "number"
|
|
15164
|
-
},
|
|
15165
|
-
"type": "array"
|
|
16494
|
+
"$ref": "#/definitions/ColorJson",
|
|
16495
|
+
"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."
|
|
15166
16496
|
},
|
|
15167
16497
|
"style": {
|
|
15168
16498
|
"description": "The line style.",
|
|
@@ -15200,11 +16530,8 @@
|
|
|
15200
16530
|
"type": "number"
|
|
15201
16531
|
},
|
|
15202
16532
|
"color": {
|
|
15203
|
-
"
|
|
15204
|
-
"
|
|
15205
|
-
"type": "number"
|
|
15206
|
-
},
|
|
15207
|
-
"type": "array"
|
|
16533
|
+
"$ref": "#/definitions/ColorJson",
|
|
16534
|
+
"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."
|
|
15208
16535
|
},
|
|
15209
16536
|
"outline": {
|
|
15210
16537
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson",
|
|
@@ -15427,40 +16754,28 @@
|
|
|
15427
16754
|
"type": "number"
|
|
15428
16755
|
},
|
|
15429
16756
|
"backgroundColor": {
|
|
15430
|
-
"
|
|
15431
|
-
"
|
|
15432
|
-
"type": "number"
|
|
15433
|
-
},
|
|
15434
|
-
"type": "array"
|
|
16757
|
+
"$ref": "#/definitions/ColorJson",
|
|
16758
|
+
"description": "Background color of the text."
|
|
15435
16759
|
},
|
|
15436
16760
|
"borderLineColor": {
|
|
15437
|
-
"
|
|
15438
|
-
"
|
|
15439
|
-
"type": "number"
|
|
15440
|
-
},
|
|
15441
|
-
"type": "array"
|
|
16761
|
+
"$ref": "#/definitions/ColorJson",
|
|
16762
|
+
"description": "Value indicating the the color of the border line."
|
|
15442
16763
|
},
|
|
15443
16764
|
"borderLineSize": {
|
|
15444
16765
|
"description": "Numeric value indicating the the size of the border line in points.",
|
|
15445
16766
|
"type": "number"
|
|
15446
16767
|
},
|
|
15447
16768
|
"color": {
|
|
15448
|
-
"
|
|
15449
|
-
"
|
|
15450
|
-
"type": "number"
|
|
15451
|
-
},
|
|
15452
|
-
"type": "array"
|
|
16769
|
+
"$ref": "#/definitions/ColorJson",
|
|
16770
|
+
"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."
|
|
15453
16771
|
},
|
|
15454
16772
|
"font": {
|
|
15455
16773
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.FontJson",
|
|
15456
16774
|
"description": "Font used for text symbols."
|
|
15457
16775
|
},
|
|
15458
16776
|
"haloColor": {
|
|
15459
|
-
"
|
|
15460
|
-
"
|
|
15461
|
-
"type": "number"
|
|
15462
|
-
},
|
|
15463
|
-
"type": "array"
|
|
16777
|
+
"$ref": "#/definitions/ColorJson",
|
|
16778
|
+
"description": "Color of the halo around the text."
|
|
15464
16779
|
},
|
|
15465
16780
|
"haloSize": {
|
|
15466
16781
|
"description": "Numeric value indicating the point size of a halo around the text symbol.",
|
|
@@ -15698,13 +17013,7 @@
|
|
|
15698
17013
|
"type": "string"
|
|
15699
17014
|
},
|
|
15700
17015
|
"listMode": {
|
|
15701
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
15702
|
-
"enum": [
|
|
15703
|
-
"hide",
|
|
15704
|
-
"hide-children",
|
|
15705
|
-
"show"
|
|
15706
|
-
],
|
|
15707
|
-
"type": "string"
|
|
17016
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
15708
17017
|
},
|
|
15709
17018
|
"maxScale": {
|
|
15710
17019
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -15842,13 +17151,7 @@
|
|
|
15842
17151
|
"type": "string"
|
|
15843
17152
|
},
|
|
15844
17153
|
"listMode": {
|
|
15845
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
15846
|
-
"enum": [
|
|
15847
|
-
"hide",
|
|
15848
|
-
"hide-children",
|
|
15849
|
-
"show"
|
|
15850
|
-
],
|
|
15851
|
-
"type": "string"
|
|
17154
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
15852
17155
|
},
|
|
15853
17156
|
"maxScale": {
|
|
15854
17157
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -16000,13 +17303,7 @@
|
|
|
16000
17303
|
"type": "array"
|
|
16001
17304
|
},
|
|
16002
17305
|
"listMode": {
|
|
16003
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
16004
|
-
"enum": [
|
|
16005
|
-
"hide",
|
|
16006
|
-
"hide-children",
|
|
16007
|
-
"show"
|
|
16008
|
-
],
|
|
16009
|
-
"type": "string"
|
|
17306
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
16010
17307
|
},
|
|
16011
17308
|
"maxScale": {
|
|
16012
17309
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -16172,13 +17469,7 @@
|
|
|
16172
17469
|
"type": "string"
|
|
16173
17470
|
},
|
|
16174
17471
|
"listMode": {
|
|
16175
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
16176
|
-
"enum": [
|
|
16177
|
-
"hide",
|
|
16178
|
-
"hide-children",
|
|
16179
|
-
"show"
|
|
16180
|
-
],
|
|
16181
|
-
"type": "string"
|
|
17472
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
16182
17473
|
},
|
|
16183
17474
|
"maxScale": {
|
|
16184
17475
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -16403,13 +17694,7 @@
|
|
|
16403
17694
|
"type": "string"
|
|
16404
17695
|
},
|
|
16405
17696
|
"listMode": {
|
|
16406
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
16407
|
-
"enum": [
|
|
16408
|
-
"hide",
|
|
16409
|
-
"hide-children",
|
|
16410
|
-
"show"
|
|
16411
|
-
],
|
|
16412
|
-
"type": "string"
|
|
17697
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
16413
17698
|
},
|
|
16414
17699
|
"maxScale": {
|
|
16415
17700
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -16607,13 +17892,7 @@
|
|
|
16607
17892
|
"type": "string"
|
|
16608
17893
|
},
|
|
16609
17894
|
"listMode": {
|
|
16610
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
16611
|
-
"enum": [
|
|
16612
|
-
"hide",
|
|
16613
|
-
"hide-children",
|
|
16614
|
-
"show"
|
|
16615
|
-
],
|
|
16616
|
-
"type": "string"
|
|
17895
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
16617
17896
|
},
|
|
16618
17897
|
"mapUrl": {
|
|
16619
17898
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -17534,13 +18813,7 @@
|
|
|
17534
18813
|
"type": "string"
|
|
17535
18814
|
},
|
|
17536
18815
|
"listMode": {
|
|
17537
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
17538
|
-
"enum": [
|
|
17539
|
-
"hide",
|
|
17540
|
-
"hide-children",
|
|
17541
|
-
"show"
|
|
17542
|
-
],
|
|
17543
|
-
"type": "string"
|
|
18816
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
17544
18817
|
},
|
|
17545
18818
|
"maxScale": {
|
|
17546
18819
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -17685,7 +18958,7 @@
|
|
|
17685
18958
|
"$ref": "#/definitions/ReverseGeocodeArgs"
|
|
17686
18959
|
},
|
|
17687
18960
|
"geocode.reverse-geocode:output": {
|
|
17688
|
-
"$ref": "
|
|
18961
|
+
"$ref": "T_60"
|
|
17689
18962
|
},
|
|
17690
18963
|
"geocode.suggest": {
|
|
17691
18964
|
"description": "Suggests matching addresses to search for based on some input text. The geocoder must have the supportsSuggest capability.",
|
|
@@ -17861,7 +19134,7 @@
|
|
|
17861
19134
|
]
|
|
17862
19135
|
},
|
|
17863
19136
|
"geolocation.get-position:output": {
|
|
17864
|
-
"$ref": "#/definitions
|
|
19137
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
17865
19138
|
},
|
|
17866
19139
|
"geolocation.set-location-symbol": {
|
|
17867
19140
|
"description": "Modifies the location display symbol. Mobile only.",
|
|
@@ -17944,7 +19217,7 @@
|
|
|
17944
19217
|
"$ref": "#/definitions/CalculatePointArgs"
|
|
17945
19218
|
},
|
|
17946
19219
|
"geometry.calculate-point:output": {
|
|
17947
|
-
"$ref": "#/definitions
|
|
19220
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
17948
19221
|
},
|
|
17949
19222
|
"geometry.remove-point": {
|
|
17950
19223
|
"description": "Removes a point from a given geometry. Mobile only.",
|
|
@@ -18152,19 +19425,19 @@
|
|
|
18152
19425
|
"$ref": "#/definitions/CreateGraphicsResult"
|
|
18153
19426
|
},
|
|
18154
19427
|
{
|
|
18155
|
-
"$ref": "#/definitions
|
|
19428
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
18156
19429
|
},
|
|
18157
19430
|
{
|
|
18158
19431
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
18159
19432
|
},
|
|
18160
19433
|
{
|
|
18161
|
-
"$ref": "#/definitions
|
|
19434
|
+
"$ref": "#/definitions/@arcgis.core.rest.support.FeatureSet.FeatureSet"
|
|
18162
19435
|
},
|
|
18163
19436
|
{
|
|
18164
19437
|
"items": {
|
|
18165
19438
|
"anyOf": [
|
|
18166
19439
|
{
|
|
18167
|
-
"$ref": "#/definitions
|
|
19440
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
18168
19441
|
},
|
|
18169
19442
|
{
|
|
18170
19443
|
"$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
|
|
@@ -18274,7 +19547,7 @@
|
|
|
18274
19547
|
"$ref": "#/definitions/HasMaps"
|
|
18275
19548
|
},
|
|
18276
19549
|
"map.get-geometry-from-selector:output": {
|
|
18277
|
-
"$ref": "#/definitions
|
|
19550
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
18278
19551
|
},
|
|
18279
19552
|
"map.get-spatial-reference": {
|
|
18280
19553
|
"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.",
|
|
@@ -18302,7 +19575,7 @@
|
|
|
18302
19575
|
]
|
|
18303
19576
|
},
|
|
18304
19577
|
"map.get-spatial-reference:output": {
|
|
18305
|
-
"$ref": "#/definitions
|
|
19578
|
+
"$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference"
|
|
18306
19579
|
},
|
|
18307
19580
|
"map.get-view-insets": {
|
|
18308
19581
|
"description": "Returns the amount of the map that is currently covered by insets such as the panel component. Mobile only.",
|
|
@@ -18326,7 +19599,7 @@
|
|
|
18326
19599
|
"$ref": "#/definitions/HasMaps"
|
|
18327
19600
|
},
|
|
18328
19601
|
"map.get-visible-center:output": {
|
|
18329
|
-
"$ref": "#/definitions
|
|
19602
|
+
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
18330
19603
|
},
|
|
18331
19604
|
"map.hide": {
|
|
18332
19605
|
"description": "Hides the map. Mobile only.",
|
|
@@ -18518,16 +19791,16 @@
|
|
|
18518
19791
|
"map.zoom-to-viewpoint:input": {
|
|
18519
19792
|
"anyOf": [
|
|
18520
19793
|
{
|
|
18521
|
-
"$ref": "
|
|
19794
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties"
|
|
18522
19795
|
},
|
|
18523
19796
|
{
|
|
18524
|
-
"$ref": "#/definitions
|
|
19797
|
+
"$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint"
|
|
18525
19798
|
},
|
|
18526
19799
|
{
|
|
18527
19800
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
18528
19801
|
},
|
|
18529
19802
|
{
|
|
18530
|
-
"$ref": "
|
|
19803
|
+
"$ref": "T_52"
|
|
18531
19804
|
},
|
|
18532
19805
|
{
|
|
18533
19806
|
"$ref": "#/definitions/ZoomToViewpointArgs"
|
|
@@ -18937,7 +20210,7 @@
|
|
|
18937
20210
|
"$ref": "#/definitions/Model"
|
|
18938
20211
|
},
|
|
18939
20212
|
{
|
|
18940
|
-
"$ref": "
|
|
20213
|
+
"$ref": "TargetsResultsSetArgs"
|
|
18941
20214
|
},
|
|
18942
20215
|
{
|
|
18943
20216
|
"type": [
|
|
@@ -18962,7 +20235,7 @@
|
|
|
18962
20235
|
"results.display-details:input": {
|
|
18963
20236
|
"anyOf": [
|
|
18964
20237
|
{
|
|
18965
|
-
"$ref": "
|
|
20238
|
+
"$ref": "T_60"
|
|
18966
20239
|
},
|
|
18967
20240
|
{
|
|
18968
20241
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -18980,7 +20253,7 @@
|
|
|
18980
20253
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
18981
20254
|
},
|
|
18982
20255
|
{
|
|
18983
|
-
"$ref": "
|
|
20256
|
+
"$ref": "T_60"
|
|
18984
20257
|
}
|
|
18985
20258
|
]
|
|
18986
20259
|
},
|
|
@@ -19003,7 +20276,7 @@
|
|
|
19003
20276
|
"results.display-new-details:input": {
|
|
19004
20277
|
"anyOf": [
|
|
19005
20278
|
{
|
|
19006
|
-
"$ref": "
|
|
20279
|
+
"$ref": "T_60"
|
|
19007
20280
|
},
|
|
19008
20281
|
{
|
|
19009
20282
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -19021,7 +20294,7 @@
|
|
|
19021
20294
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
19022
20295
|
},
|
|
19023
20296
|
{
|
|
19024
|
-
"$ref": "
|
|
20297
|
+
"$ref": "T_60"
|
|
19025
20298
|
}
|
|
19026
20299
|
]
|
|
19027
20300
|
},
|
|
@@ -19038,7 +20311,7 @@
|
|
|
19038
20311
|
"results.display:input": {
|
|
19039
20312
|
"anyOf": [
|
|
19040
20313
|
{
|
|
19041
|
-
"$ref": "
|
|
20314
|
+
"$ref": "T_60"
|
|
19042
20315
|
},
|
|
19043
20316
|
{
|
|
19044
20317
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
@@ -19056,7 +20329,7 @@
|
|
|
19056
20329
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
19057
20330
|
},
|
|
19058
20331
|
{
|
|
19059
|
-
"$ref": "
|
|
20332
|
+
"$ref": "T_60"
|
|
19060
20333
|
}
|
|
19061
20334
|
]
|
|
19062
20335
|
},
|
|
@@ -19091,11 +20364,11 @@
|
|
|
19091
20364
|
"results.hide-details:input": {
|
|
19092
20365
|
"anyOf": [
|
|
19093
20366
|
{
|
|
19094
|
-
"$ref": "
|
|
20367
|
+
"$ref": "T_60"
|
|
19095
20368
|
},
|
|
19096
20369
|
{
|
|
19097
20370
|
"items": {
|
|
19098
|
-
"$ref": "
|
|
20371
|
+
"$ref": "T_60"
|
|
19099
20372
|
},
|
|
19100
20373
|
"type": "array"
|
|
19101
20374
|
}
|
|
@@ -19148,7 +20421,7 @@
|
|
|
19148
20421
|
},
|
|
19149
20422
|
"results.to-graphics:output": {
|
|
19150
20423
|
"items": {
|
|
19151
|
-
"$ref": "#/definitions
|
|
20424
|
+
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
19152
20425
|
},
|
|
19153
20426
|
"type": "array"
|
|
19154
20427
|
},
|
|
@@ -19389,7 +20662,7 @@
|
|
|
19389
20662
|
]
|
|
19390
20663
|
},
|
|
19391
20664
|
"studio-analytics.track-custom-event:input": {
|
|
19392
|
-
"$ref": "
|
|
20665
|
+
"$ref": "TrackCustomEventArgs"
|
|
19393
20666
|
},
|
|
19394
20667
|
"system.disable-background-location-updates": {
|
|
19395
20668
|
"description": "Disables background location updates. Mobile only.",
|
|
@@ -19633,7 +20906,7 @@
|
|
|
19633
20906
|
]
|
|
19634
20907
|
},
|
|
19635
20908
|
"utility-network.feature-results-from-trace:input": {
|
|
19636
|
-
"$ref": "
|
|
20909
|
+
"$ref": "TraceCompletedArgs"
|
|
19637
20910
|
},
|
|
19638
20911
|
"utility-network.feature-results-from-trace:output": {
|
|
19639
20912
|
"$ref": "MapsFeatureResultArgs"
|
|
@@ -19678,7 +20951,7 @@
|
|
|
19678
20951
|
"$ref": "#/definitions/NetworkTraceArgs"
|
|
19679
20952
|
},
|
|
19680
20953
|
"utility-network.run-trace:output": {
|
|
19681
|
-
"$ref": "
|
|
20954
|
+
"$ref": "TraceCompletedArgs"
|
|
19682
20955
|
},
|
|
19683
20956
|
"utility-network.show-trace-panel": {
|
|
19684
20957
|
"description": "Displays the UI panel to perform a named trace. Mobile only. Only available to VertiGIS Networks customers.",
|