@vertigis/viewer-spec 61.14.1 → 61.15.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/analytics/MobileAction.d.ts +1 -1
- package/analytics/WebAction.d.ts +1 -1
- package/app-config/AppConfig.d.ts +1 -1
- package/app-config/common/ApplicationModelProperties.d.ts +1 -1
- package/app-config/common/BookmarksModelProperties.d.ts +2 -2
- package/app-config/common/BrandingThemeProperties.d.ts +1 -1
- package/app-config/common/CoordinateModelProperties.d.ts +1 -1
- package/app-config/common/EventListenerModelProperties.d.ts +1 -1
- package/app-config/common/FeatureDetailsModelProperties.d.ts +1 -1
- package/app-config/common/HighlightModelProperties.d.ts +1 -1
- package/app-config/common/LayerPresetsModelProperties.d.ts +1 -1
- package/app-config/common/LayoutProperties.d.ts +1 -1
- package/app-config/common/MapModelProperties.d.ts +1 -1
- package/app-config/common/MenuModelProperties.d.ts +2 -2
- package/app-config/common/ModelProperties.d.ts +1 -1
- package/app-config/common/RegionModelProperties.d.ts +1 -1
- package/app-config/common/ResultsModelProperties.d.ts +1 -1
- package/app-config/common/SearchModelProperties.d.ts +1 -1
- package/app-config/common/TranslatableText.d.ts +1 -1
- package/app-config/common/WorkflowModelProperties.d.ts +1 -1
- package/app-config/common/colors.d.ts +2 -2
- package/app-config/mobile/BasemapModelProperties.d.ts +1 -1
- package/app-config/mobile/CoordinateModelProperties.d.ts +1 -1
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +1 -1
- package/app-config/mobile/MapModelProperties.d.ts +1 -1
- package/app-config/mobile/OfflineModelProperties.d.ts +1 -1
- package/app-config/mobile/ResultsModelProperties.d.ts +1 -1
- 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/app-config/web/BasemapModelProperties.d.ts +1 -1
- package/app-config/web/ChartModelProperties.d.ts +2 -2
- package/app-config/web/DataLinkSourceProperties.d.ts +2 -2
- package/app-config/web/DrawModelProperties.d.ts +9 -9
- package/app-config/web/FeatureInfoModelProperties.d.ts +1 -1
- package/app-config/web/FeatureListProperties.d.ts +1 -1
- package/app-config/web/FeatureSetProperties.d.ts +3 -3
- package/app-config/web/FeatureSummaryModelProperties.d.ts +1 -1
- package/app-config/web/GeoDataModelProperties.d.ts +1 -1
- package/app-config/web/GeocoderModelProperties.d.ts +2 -2
- package/app-config/web/KpiCardModelProperties.d.ts +2 -2
- package/app-config/web/MenuItemModelProperties.d.ts +1 -1
- package/app-config/web/ModelProperties.d.ts +1 -1
- package/app-config/web/QueryBuilderModelProperties.d.ts +1 -1
- package/app-config/web/ReportModelProperties.d.ts +1 -1
- package/app-config/web/ResultsModelProperties.d.ts +1 -1
- package/app-config/web/ResultsServiceModelProperties.d.ts +1 -1
- package/app-config/web/SearchServiceProperties.d.ts +1 -1
- package/app-config/web/SharedProjectsModelProperties.d.ts +3 -3
- package/app-config/web/SharedStorageModelProperties.d.ts +1 -1
- package/app-config/web/SnappingProperties.d.ts +3 -3
- package/app-config/web/SplashScreenModelProperties.d.ts +1 -1
- package/app-config/web/TopologyProperties.d.ts +2 -2
- package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
- package/messaging/Command.d.ts +1 -1
- package/messaging/Event.d.ts +1 -1
- package/messaging/Message.d.ts +1 -1
- package/messaging/MessageBus.d.ts +2 -2
- package/messaging/Operation.d.ts +1 -1
- package/messaging/common.d.ts +37 -37
- package/messaging/registry/auth.d.ts +3 -4
- package/messaging/registry/basemap.d.ts +1 -1
- package/messaging/registry/drawing.d.ts +9 -9
- package/messaging/registry/edit.d.ts +3 -3
- package/messaging/registry/file.d.ts +1 -2
- package/messaging/registry/geocode.d.ts +1 -1
- package/messaging/registry/geolocation.d.ts +2 -2
- package/messaging/registry/geometry.d.ts +5 -5
- package/messaging/registry/layer-presets.d.ts +1 -1
- package/messaging/registry/layers.d.ts +0 -1
- package/messaging/registry/location-marker.d.ts +5 -5
- package/messaging/registry/map.d.ts +12 -12
- package/messaging/registry/measurement.d.ts +1 -1
- package/messaging/registry/offline.d.ts +7 -9
- package/messaging/registry/portal.d.ts +1 -1
- package/messaging/registry/printing.d.ts +4 -4
- package/messaging/registry/project.d.ts +6 -6
- package/messaging/registry/reports.d.ts +1 -1
- package/messaging/registry/results.d.ts +10 -10
- package/messaging/registry/sketching.d.ts +12 -12
- package/messaging/registry/tasks.d.ts +4 -4
- package/messaging/registry/utility-network.d.ts +4 -5
- package/messaging/registry/viewer.d.ts +1 -1
- package/messaging/schema/common-action.schema.json +1 -1
- package/messaging/schema/common-event.schema.json +1 -1
- package/messaging/schema/mobile-action.schema.json +1 -1
- package/messaging/schema/mobile-event.schema.json +1 -1
- package/messaging/schema/web-action.schema.json +1 -1
- package/messaging/schema/web-drawing-command-definitions.md +554 -76
- package/messaging/schema/web-drawing-operation-definitions.md +261 -20
- package/messaging/schema/web-edit-command-definitions.md +8 -0
- package/messaging/schema/web-event.schema.json +1 -1
- package/messaging/schema/web-geometry-command-definitions.md +0 -16
- package/messaging/schema/web-geometry-operation-definitions.md +233 -18
- package/messaging/schema/web-map-command-definitions.md +870 -58
- package/messaging/schema/web-map-operation-definitions.md +8 -0
- package/messaging/schema/web-measurement-command-definitions.md +556 -94
- package/messaging/schema/web-measurement-operation-definitions.md +124 -11
- package/messaging/schema/web-portal-operation-definitions.md +8 -0
- package/messaging/schema/web-printing-operation-definitions.md +1 -1
- package/messaging/schema/web-results-operation-definitions.md +4 -1
- package/messaging/schema/web-system-command-definitions.md +3 -1
- package/messaging/schema/web-system-operation-definitions.md +16 -0
- package/messaging/schema/web-ui-operation-definitions.md +1 -1
- package/package.json +33 -29
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -3,27 +3,11 @@ Description: Display the measurements settings dialog. This allows you to config
|
|
|
3
3
|
|
|
4
4
|
Inputs: `HasUITarget`
|
|
5
5
|
|
|
6
|
-
HasUITarget properties:
|
|
7
|
-
```json
|
|
8
|
-
{
|
|
9
|
-
"attributes": {
|
|
10
|
-
"description": "Optional layout XML attributes to be used for the transient UI container."
|
|
11
|
-
},
|
|
12
|
-
"icon": {
|
|
13
|
-
"description": "Optional icon that may be used by the transient UI container.",
|
|
14
|
-
"type": "string"
|
|
15
|
-
},
|
|
16
|
-
"parent": {
|
|
17
|
-
"description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
```
|
|
21
|
-
|
|
22
6
|
---
|
|
23
7
|
# command: measurement.set-area-units
|
|
24
8
|
Description: Sets the area units used for measurements. Set as undefined for units to be intelligently selected based on dimensions. Web only.
|
|
25
9
|
|
|
26
|
-
Inputs: `(
|
|
10
|
+
Inputs: `( "acres" | "ares" | "hectares" | "square-feet" | "square-kilometers" | "square-meters" | "square-miles" | "square-yards" )`
|
|
27
11
|
|
|
28
12
|
---
|
|
29
13
|
# command: measurement.set-default-symbol
|
|
@@ -35,6 +19,17 @@ esri.rest-api.SymbolJson.CIMSymbolReferenceJson properties:
|
|
|
35
19
|
```json
|
|
36
20
|
{
|
|
37
21
|
"symbol": {
|
|
22
|
+
"anyOf": [
|
|
23
|
+
{
|
|
24
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMLineSymbol"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPointSymbol"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPolygonSymbol"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
38
33
|
"description": "The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and CIMPolygonSymbol."
|
|
39
34
|
},
|
|
40
35
|
"type": {
|
|
@@ -51,21 +46,41 @@ esri.rest-api.SymbolJson.PictureFillSymbolJson properties:
|
|
|
51
46
|
{
|
|
52
47
|
"angle": {
|
|
53
48
|
"description": "Numeric value that defines the number of degrees ranging from 0-360, that a marker symbol is rotated. The rotation is from East in a counter-clockwise direction where East is the 0° axis.",
|
|
54
|
-
"type":
|
|
49
|
+
"type": [
|
|
50
|
+
"null",
|
|
51
|
+
"number"
|
|
52
|
+
]
|
|
55
53
|
},
|
|
56
54
|
"contentType": {
|
|
57
55
|
"description": "String value indicating the content type for the image.",
|
|
58
|
-
"type":
|
|
56
|
+
"type": [
|
|
57
|
+
"null",
|
|
58
|
+
"string"
|
|
59
|
+
]
|
|
59
60
|
},
|
|
60
61
|
"height": {
|
|
61
62
|
"description": "Numeric value used if needing to resize the symbol. Specify a value in points. If images are to be displayed in their original size, leave this blank.",
|
|
62
|
-
"type":
|
|
63
|
+
"type": [
|
|
64
|
+
"null",
|
|
65
|
+
"number"
|
|
66
|
+
]
|
|
63
67
|
},
|
|
64
68
|
"imageData": {
|
|
65
69
|
"description": "String value indicating the base64 encoded data.",
|
|
66
|
-
"type":
|
|
70
|
+
"type": [
|
|
71
|
+
"null",
|
|
72
|
+
"string"
|
|
73
|
+
]
|
|
67
74
|
},
|
|
68
75
|
"outline": {
|
|
76
|
+
"anyOf": [
|
|
77
|
+
{
|
|
78
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"type": "null"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
69
84
|
"description": "Sets the outline of the symbol."
|
|
70
85
|
},
|
|
71
86
|
"type": {
|
|
@@ -76,27 +91,45 @@ esri.rest-api.SymbolJson.PictureFillSymbolJson properties:
|
|
|
76
91
|
},
|
|
77
92
|
"url": {
|
|
78
93
|
"description": "Relative URL for static layers and full URL for dynamic layers. Access relative URL using http://<mapservice-url>/<layerId1>/images/<imageUrl11>.",
|
|
79
|
-
"type":
|
|
94
|
+
"type": [
|
|
95
|
+
"null",
|
|
96
|
+
"string"
|
|
97
|
+
]
|
|
80
98
|
},
|
|
81
99
|
"width": {
|
|
82
100
|
"description": "Numeric value used if needing to resize the symbol. If images are to be displayed in their original size, leave this blank.",
|
|
83
|
-
"type":
|
|
101
|
+
"type": [
|
|
102
|
+
"null",
|
|
103
|
+
"number"
|
|
104
|
+
]
|
|
84
105
|
},
|
|
85
106
|
"xoffset": {
|
|
86
107
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
87
|
-
"type":
|
|
108
|
+
"type": [
|
|
109
|
+
"null",
|
|
110
|
+
"number"
|
|
111
|
+
]
|
|
88
112
|
},
|
|
89
113
|
"xscale": {
|
|
90
114
|
"description": "Numeric value indicating the scale factor in x direction.",
|
|
91
|
-
"type":
|
|
115
|
+
"type": [
|
|
116
|
+
"null",
|
|
117
|
+
"number"
|
|
118
|
+
]
|
|
92
119
|
},
|
|
93
120
|
"yoffset": {
|
|
94
121
|
"description": "Numeric value indicating the offset on the y-axis in pixels.",
|
|
95
|
-
"type":
|
|
122
|
+
"type": [
|
|
123
|
+
"null",
|
|
124
|
+
"number"
|
|
125
|
+
]
|
|
96
126
|
},
|
|
97
127
|
"yscale": {
|
|
98
128
|
"description": "Numeric value indicating the scale factor in y direction.",
|
|
99
|
-
"type":
|
|
129
|
+
"type": [
|
|
130
|
+
"null",
|
|
131
|
+
"number"
|
|
132
|
+
]
|
|
100
133
|
}
|
|
101
134
|
}
|
|
102
135
|
```
|
|
@@ -106,19 +139,31 @@ esri.rest-api.SymbolJson.PictureMarkerSymbolJson properties:
|
|
|
106
139
|
{
|
|
107
140
|
"angle": {
|
|
108
141
|
"description": "Numeric value that defines the number of degrees ranging from 0-360, that a marker symbol is rotated. The rotation is from East in a counter-clockwise direction where East is the 0° axis.",
|
|
109
|
-
"type":
|
|
142
|
+
"type": [
|
|
143
|
+
"null",
|
|
144
|
+
"number"
|
|
145
|
+
]
|
|
110
146
|
},
|
|
111
147
|
"contentType": {
|
|
112
148
|
"description": "String value indicating the content type for the image.",
|
|
113
|
-
"type":
|
|
149
|
+
"type": [
|
|
150
|
+
"null",
|
|
151
|
+
"string"
|
|
152
|
+
]
|
|
114
153
|
},
|
|
115
154
|
"height": {
|
|
116
155
|
"description": "Numeric value used if needing to resize the symbol. If images are to be displayed in their original size, leave this blank.",
|
|
117
|
-
"type":
|
|
156
|
+
"type": [
|
|
157
|
+
"null",
|
|
158
|
+
"number"
|
|
159
|
+
]
|
|
118
160
|
},
|
|
119
161
|
"imageData": {
|
|
120
162
|
"description": "String value indicating the base64 encoded data.",
|
|
121
|
-
"type":
|
|
163
|
+
"type": [
|
|
164
|
+
"null",
|
|
165
|
+
"string"
|
|
166
|
+
]
|
|
122
167
|
},
|
|
123
168
|
"type": {
|
|
124
169
|
"const": "esriPMS",
|
|
@@ -128,19 +173,31 @@ esri.rest-api.SymbolJson.PictureMarkerSymbolJson properties:
|
|
|
128
173
|
},
|
|
129
174
|
"url": {
|
|
130
175
|
"description": "String value indicating the URL of the image. The URL should be relative if working with static layers. A full URL should be used for map service dynamic layers. A relative URL can be dereferenced by accessing the map layer image resource or the feature layer image resource.",
|
|
131
|
-
"type":
|
|
176
|
+
"type": [
|
|
177
|
+
"null",
|
|
178
|
+
"string"
|
|
179
|
+
]
|
|
132
180
|
},
|
|
133
181
|
"width": {
|
|
134
182
|
"description": "Numeric value used if needing to resize the symbol. If images are to be displayed in their original size, leave this blank.",
|
|
135
|
-
"type":
|
|
183
|
+
"type": [
|
|
184
|
+
"null",
|
|
185
|
+
"number"
|
|
186
|
+
]
|
|
136
187
|
},
|
|
137
188
|
"xoffset": {
|
|
138
189
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
139
|
-
"type":
|
|
190
|
+
"type": [
|
|
191
|
+
"null",
|
|
192
|
+
"number"
|
|
193
|
+
]
|
|
140
194
|
},
|
|
141
195
|
"yoffset": {
|
|
142
196
|
"description": "Numeric value indicating the offset on the y-axis in pixels.",
|
|
143
|
-
"type":
|
|
197
|
+
"type": [
|
|
198
|
+
"null",
|
|
199
|
+
"number"
|
|
200
|
+
]
|
|
144
201
|
}
|
|
145
202
|
}
|
|
146
203
|
```
|
|
@@ -149,24 +206,79 @@ esri.rest-api.SymbolJson.SimpleFillSymbolJson properties:
|
|
|
149
206
|
```json
|
|
150
207
|
{
|
|
151
208
|
"color": {
|
|
209
|
+
"anyOf": [
|
|
210
|
+
{
|
|
211
|
+
"items": [
|
|
212
|
+
{
|
|
213
|
+
"type": "number"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"type": "number"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"type": "number"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"type": "number"
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"maxItems": 4,
|
|
226
|
+
"minItems": 4,
|
|
227
|
+
"type": "array"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"items": [
|
|
231
|
+
{
|
|
232
|
+
"type": "number"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"type": "number"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"type": "number"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"maxItems": 3,
|
|
242
|
+
"minItems": 3,
|
|
243
|
+
"type": "array"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"type": "null"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
152
249
|
"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."
|
|
153
250
|
},
|
|
154
251
|
"outline": {
|
|
252
|
+
"anyOf": [
|
|
253
|
+
{
|
|
254
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"type": "null"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
155
260
|
"description": "Sets the outline of the fill symbol."
|
|
156
261
|
},
|
|
157
262
|
"style": {
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
263
|
+
"anyOf": [
|
|
264
|
+
{
|
|
265
|
+
"enum": [
|
|
266
|
+
"esriSFSBackwardDiagonal",
|
|
267
|
+
"esriSFSCross",
|
|
268
|
+
"esriSFSDiagonalCross",
|
|
269
|
+
"esriSFSForwardDiagonal",
|
|
270
|
+
"esriSFSHorizontal",
|
|
271
|
+
"esriSFSNull",
|
|
272
|
+
"esriSFSSolid",
|
|
273
|
+
"esriSFSVertical"
|
|
274
|
+
],
|
|
275
|
+
"type": "string"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"type": "null"
|
|
279
|
+
}
|
|
168
280
|
],
|
|
169
|
-
"
|
|
281
|
+
"description": "The fill style."
|
|
170
282
|
},
|
|
171
283
|
"type": {
|
|
172
284
|
"const": "esriSFS",
|
|
@@ -181,19 +293,66 @@ esri.rest-api.SymbolJson.SimpleLineSymbolJson properties:
|
|
|
181
293
|
```json
|
|
182
294
|
{
|
|
183
295
|
"color": {
|
|
296
|
+
"anyOf": [
|
|
297
|
+
{
|
|
298
|
+
"items": [
|
|
299
|
+
{
|
|
300
|
+
"type": "number"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"type": "number"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"type": "number"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"type": "number"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"maxItems": 4,
|
|
313
|
+
"minItems": 4,
|
|
314
|
+
"type": "array"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"items": [
|
|
318
|
+
{
|
|
319
|
+
"type": "number"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"type": "number"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"type": "number"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"maxItems": 3,
|
|
329
|
+
"minItems": 3,
|
|
330
|
+
"type": "array"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"type": "null"
|
|
334
|
+
}
|
|
335
|
+
],
|
|
184
336
|
"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."
|
|
185
337
|
},
|
|
186
338
|
"style": {
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
339
|
+
"anyOf": [
|
|
340
|
+
{
|
|
341
|
+
"enum": [
|
|
342
|
+
"esriSLSDash",
|
|
343
|
+
"esriSLSDashDot",
|
|
344
|
+
"esriSLSDashDotDot",
|
|
345
|
+
"esriSLSDot",
|
|
346
|
+
"esriSLSNull",
|
|
347
|
+
"esriSLSSolid"
|
|
348
|
+
],
|
|
349
|
+
"type": "string"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"type": "null"
|
|
353
|
+
}
|
|
195
354
|
],
|
|
196
|
-
"
|
|
355
|
+
"description": "The line style."
|
|
197
356
|
},
|
|
198
357
|
"type": {
|
|
199
358
|
"const": "esriSLS",
|
|
@@ -203,7 +362,10 @@ esri.rest-api.SymbolJson.SimpleLineSymbolJson properties:
|
|
|
203
362
|
},
|
|
204
363
|
"width": {
|
|
205
364
|
"description": "Numeric value indicating the width of the line in pixels.",
|
|
206
|
-
"type":
|
|
365
|
+
"type": [
|
|
366
|
+
"null",
|
|
367
|
+
"number"
|
|
368
|
+
]
|
|
207
369
|
}
|
|
208
370
|
}
|
|
209
371
|
```
|
|
@@ -213,30 +375,91 @@ esri.rest-api.SymbolJson.SimpleMarkerSymbolJson properties:
|
|
|
213
375
|
{
|
|
214
376
|
"angle": {
|
|
215
377
|
"description": "Numeric value used to rotate the symbol. The symbol is rotated counter-clockwise. For example, The following, angle=-30, in will create a symbol rotated -30 degrees counter-clockwise; that is, 30 degrees clockwise.",
|
|
216
|
-
"type":
|
|
378
|
+
"type": [
|
|
379
|
+
"null",
|
|
380
|
+
"number"
|
|
381
|
+
]
|
|
217
382
|
},
|
|
218
383
|
"color": {
|
|
384
|
+
"anyOf": [
|
|
385
|
+
{
|
|
386
|
+
"items": [
|
|
387
|
+
{
|
|
388
|
+
"type": "number"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"type": "number"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"type": "number"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"type": "number"
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"maxItems": 4,
|
|
401
|
+
"minItems": 4,
|
|
402
|
+
"type": "array"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"items": [
|
|
406
|
+
{
|
|
407
|
+
"type": "number"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"type": "number"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"type": "number"
|
|
414
|
+
}
|
|
415
|
+
],
|
|
416
|
+
"maxItems": 3,
|
|
417
|
+
"minItems": 3,
|
|
418
|
+
"type": "array"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"type": "null"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
219
424
|
"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."
|
|
220
425
|
},
|
|
221
426
|
"outline": {
|
|
427
|
+
"anyOf": [
|
|
428
|
+
{
|
|
429
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"type": "null"
|
|
433
|
+
}
|
|
434
|
+
],
|
|
222
435
|
"description": "Sets the outline of the marker symbol."
|
|
223
436
|
},
|
|
224
437
|
"size": {
|
|
225
438
|
"description": "Numeric size of the symbol given in pixels.",
|
|
226
|
-
"type":
|
|
439
|
+
"type": [
|
|
440
|
+
"null",
|
|
441
|
+
"number"
|
|
442
|
+
]
|
|
227
443
|
},
|
|
228
444
|
"style": {
|
|
229
|
-
"
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
445
|
+
"anyOf": [
|
|
446
|
+
{
|
|
447
|
+
"enum": [
|
|
448
|
+
"esriSMSCircle",
|
|
449
|
+
"esriSMSCross",
|
|
450
|
+
"esriSMSDiamond",
|
|
451
|
+
"esriSMSPath",
|
|
452
|
+
"esriSMSSquare",
|
|
453
|
+
"esriSMSTriangle",
|
|
454
|
+
"esriSMSX"
|
|
455
|
+
],
|
|
456
|
+
"type": "string"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"type": "null"
|
|
460
|
+
}
|
|
238
461
|
],
|
|
239
|
-
"
|
|
462
|
+
"description": "The marker style."
|
|
240
463
|
},
|
|
241
464
|
"type": {
|
|
242
465
|
"const": "esriSMS",
|
|
@@ -246,11 +469,17 @@ esri.rest-api.SymbolJson.SimpleMarkerSymbolJson properties:
|
|
|
246
469
|
},
|
|
247
470
|
"xoffset": {
|
|
248
471
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
249
|
-
"type":
|
|
472
|
+
"type": [
|
|
473
|
+
"null",
|
|
474
|
+
"number"
|
|
475
|
+
]
|
|
250
476
|
},
|
|
251
477
|
"yoffset": {
|
|
252
478
|
"description": "Numeric value indicating the offset on the y-axis in pixels.",
|
|
253
|
-
"type":
|
|
479
|
+
"type": [
|
|
480
|
+
"null",
|
|
481
|
+
"number"
|
|
482
|
+
]
|
|
254
483
|
}
|
|
255
484
|
}
|
|
256
485
|
```
|
|
@@ -260,56 +489,252 @@ esri.rest-api.SymbolJson.TextSymbolJson properties:
|
|
|
260
489
|
{
|
|
261
490
|
"angle": {
|
|
262
491
|
"description": "A numeric value that defines the number of degrees (0 to 360) that a text symbol is rotated. The rotation is from East in a counter-clockwise direction where East is the 0° axis.",
|
|
263
|
-
"type":
|
|
492
|
+
"type": [
|
|
493
|
+
"null",
|
|
494
|
+
"number"
|
|
495
|
+
]
|
|
264
496
|
},
|
|
265
497
|
"backgroundColor": {
|
|
498
|
+
"anyOf": [
|
|
499
|
+
{
|
|
500
|
+
"items": [
|
|
501
|
+
{
|
|
502
|
+
"type": "number"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"type": "number"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"type": "number"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"type": "number"
|
|
512
|
+
}
|
|
513
|
+
],
|
|
514
|
+
"maxItems": 4,
|
|
515
|
+
"minItems": 4,
|
|
516
|
+
"type": "array"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"items": [
|
|
520
|
+
{
|
|
521
|
+
"type": "number"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"type": "number"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"type": "number"
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"maxItems": 3,
|
|
531
|
+
"minItems": 3,
|
|
532
|
+
"type": "array"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"type": "null"
|
|
536
|
+
}
|
|
537
|
+
],
|
|
266
538
|
"description": "Background color of the text."
|
|
267
539
|
},
|
|
268
540
|
"borderLineColor": {
|
|
541
|
+
"anyOf": [
|
|
542
|
+
{
|
|
543
|
+
"items": [
|
|
544
|
+
{
|
|
545
|
+
"type": "number"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"type": "number"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"type": "number"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"type": "number"
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"maxItems": 4,
|
|
558
|
+
"minItems": 4,
|
|
559
|
+
"type": "array"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"items": [
|
|
563
|
+
{
|
|
564
|
+
"type": "number"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"type": "number"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"type": "number"
|
|
571
|
+
}
|
|
572
|
+
],
|
|
573
|
+
"maxItems": 3,
|
|
574
|
+
"minItems": 3,
|
|
575
|
+
"type": "array"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"type": "null"
|
|
579
|
+
}
|
|
580
|
+
],
|
|
269
581
|
"description": "Value indicating the the color of the border line."
|
|
270
582
|
},
|
|
271
583
|
"borderLineSize": {
|
|
272
584
|
"description": "Numeric value indicating the the size of the border line in points.",
|
|
273
|
-
"type":
|
|
585
|
+
"type": [
|
|
586
|
+
"null",
|
|
587
|
+
"number"
|
|
588
|
+
]
|
|
274
589
|
},
|
|
275
590
|
"color": {
|
|
591
|
+
"anyOf": [
|
|
592
|
+
{
|
|
593
|
+
"items": [
|
|
594
|
+
{
|
|
595
|
+
"type": "number"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"type": "number"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"type": "number"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"type": "number"
|
|
605
|
+
}
|
|
606
|
+
],
|
|
607
|
+
"maxItems": 4,
|
|
608
|
+
"minItems": 4,
|
|
609
|
+
"type": "array"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"items": [
|
|
613
|
+
{
|
|
614
|
+
"type": "number"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"type": "number"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"type": "number"
|
|
621
|
+
}
|
|
622
|
+
],
|
|
623
|
+
"maxItems": 3,
|
|
624
|
+
"minItems": 3,
|
|
625
|
+
"type": "array"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"type": "null"
|
|
629
|
+
}
|
|
630
|
+
],
|
|
276
631
|
"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."
|
|
277
632
|
},
|
|
278
633
|
"font": {
|
|
634
|
+
"anyOf": [
|
|
635
|
+
{
|
|
636
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.FontJson"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"type": "null"
|
|
640
|
+
}
|
|
641
|
+
],
|
|
279
642
|
"description": "Font used for text symbols."
|
|
280
643
|
},
|
|
281
644
|
"haloColor": {
|
|
645
|
+
"anyOf": [
|
|
646
|
+
{
|
|
647
|
+
"items": [
|
|
648
|
+
{
|
|
649
|
+
"type": "number"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"type": "number"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"type": "number"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"type": "number"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"maxItems": 4,
|
|
662
|
+
"minItems": 4,
|
|
663
|
+
"type": "array"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"items": [
|
|
667
|
+
{
|
|
668
|
+
"type": "number"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"type": "number"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"type": "number"
|
|
675
|
+
}
|
|
676
|
+
],
|
|
677
|
+
"maxItems": 3,
|
|
678
|
+
"minItems": 3,
|
|
679
|
+
"type": "array"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"type": "null"
|
|
683
|
+
}
|
|
684
|
+
],
|
|
282
685
|
"description": "Color of the halo around the text."
|
|
283
686
|
},
|
|
284
687
|
"haloSize": {
|
|
285
688
|
"description": "Numeric value indicating the point size of a halo around the text symbol.",
|
|
286
|
-
"type":
|
|
689
|
+
"type": [
|
|
690
|
+
"null",
|
|
691
|
+
"number"
|
|
692
|
+
]
|
|
287
693
|
},
|
|
288
694
|
"horizontalAlignment": {
|
|
289
|
-
"
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
695
|
+
"anyOf": [
|
|
696
|
+
{
|
|
697
|
+
"enum": [
|
|
698
|
+
"center",
|
|
699
|
+
"justify",
|
|
700
|
+
"left",
|
|
701
|
+
"right"
|
|
702
|
+
],
|
|
703
|
+
"type": "string"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"type": "null"
|
|
707
|
+
}
|
|
295
708
|
],
|
|
296
|
-
"
|
|
709
|
+
"description": "The horizontal alignment of the text."
|
|
297
710
|
},
|
|
298
711
|
"kerning": {
|
|
299
712
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
300
|
-
"type":
|
|
713
|
+
"type": [
|
|
714
|
+
"null",
|
|
715
|
+
"boolean"
|
|
716
|
+
]
|
|
301
717
|
},
|
|
302
718
|
"rightToLeft": {
|
|
303
719
|
"description": "Boolean value, set to true if using Hebrew or Arabic fonts.",
|
|
304
|
-
"type":
|
|
720
|
+
"type": [
|
|
721
|
+
"null",
|
|
722
|
+
"boolean"
|
|
723
|
+
]
|
|
305
724
|
},
|
|
306
725
|
"rotated": {
|
|
307
726
|
"description": "Boolean value indicating whether every character in the text string is rotated.",
|
|
308
|
-
"type":
|
|
727
|
+
"type": [
|
|
728
|
+
"null",
|
|
729
|
+
"boolean"
|
|
730
|
+
]
|
|
309
731
|
},
|
|
310
732
|
"text": {
|
|
311
733
|
"description": "Only applicable when specified as a client-side graphic.",
|
|
312
|
-
"type":
|
|
734
|
+
"type": [
|
|
735
|
+
"null",
|
|
736
|
+
"string"
|
|
737
|
+
]
|
|
313
738
|
},
|
|
314
739
|
"type": {
|
|
315
740
|
"const": "esriTS",
|
|
@@ -318,22 +743,35 @@ esri.rest-api.SymbolJson.TextSymbolJson properties:
|
|
|
318
743
|
"isRequired": "true"
|
|
319
744
|
},
|
|
320
745
|
"verticalAlignment": {
|
|
321
|
-
"
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
746
|
+
"anyOf": [
|
|
747
|
+
{
|
|
748
|
+
"enum": [
|
|
749
|
+
"baseline",
|
|
750
|
+
"bottom",
|
|
751
|
+
"middle",
|
|
752
|
+
"top"
|
|
753
|
+
],
|
|
754
|
+
"type": "string"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"type": "null"
|
|
758
|
+
}
|
|
327
759
|
],
|
|
328
|
-
"
|
|
760
|
+
"description": "The vertical alignment of the text."
|
|
329
761
|
},
|
|
330
762
|
"xoffset": {
|
|
331
763
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
332
|
-
"type":
|
|
764
|
+
"type": [
|
|
765
|
+
"null",
|
|
766
|
+
"number"
|
|
767
|
+
]
|
|
333
768
|
},
|
|
334
769
|
"yoffset": {
|
|
335
770
|
"description": "Numeric value indicating the offset on the y-axis in pixels.",
|
|
336
|
-
"type":
|
|
771
|
+
"type": [
|
|
772
|
+
"null",
|
|
773
|
+
"number"
|
|
774
|
+
]
|
|
337
775
|
}
|
|
338
776
|
}
|
|
339
777
|
```
|
|
@@ -369,9 +807,25 @@ esri.rest-api.SymbolJson.PointSymbol3DJson properties:
|
|
|
369
807
|
```json
|
|
370
808
|
{
|
|
371
809
|
"callout": {
|
|
810
|
+
"anyOf": [
|
|
811
|
+
{
|
|
812
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CalloutJson"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"type": "null"
|
|
816
|
+
}
|
|
817
|
+
],
|
|
372
818
|
"description": "Callout configuration for a symbol."
|
|
373
819
|
},
|
|
374
820
|
"styleOrigin": {
|
|
821
|
+
"anyOf": [
|
|
822
|
+
{
|
|
823
|
+
"$ref": "__type"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"type": "null"
|
|
827
|
+
}
|
|
828
|
+
],
|
|
375
829
|
"description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
|
|
376
830
|
},
|
|
377
831
|
"symbolLayers": {
|
|
@@ -396,6 +850,14 @@ esri.rest-api.SymbolJson.PointSymbol3DJson properties:
|
|
|
396
850
|
"isRequired": "true"
|
|
397
851
|
},
|
|
398
852
|
"verticalOffset": {
|
|
853
|
+
"anyOf": [
|
|
854
|
+
{
|
|
855
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.VerticalOffsetJson"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"type": "null"
|
|
859
|
+
}
|
|
860
|
+
],
|
|
399
861
|
"description": "Shifts the symbol along the vertical world axis by a given length."
|
|
400
862
|
}
|
|
401
863
|
}
|
|
@@ -512,6 +974,6 @@ HasSymbols properties:
|
|
|
512
974
|
# command: measurement.set-length-units
|
|
513
975
|
Description: Sets the length units used for measurements. Set as undefined for units to be intelligently selected based on dimensions. Web only.
|
|
514
976
|
|
|
515
|
-
Inputs: `(
|
|
977
|
+
Inputs: `( "feet" | "kilometers" | "meters" | "miles" | "nautical-miles" | "yards" )`
|
|
516
978
|
|
|
517
979
|
---
|