@vertigis/viewer-spec 61.14.0 → 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 +48 -11
- 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 +268 -21
- package/messaging/schema/web-edit-command-definitions.md +52 -9
- package/messaging/schema/web-event.schema.json +1 -1
- package/messaging/schema/web-geocode-operation-definitions.md +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-command-definitions.md +3 -3
- 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
|
@@ -24,6 +24,17 @@ esri.rest-api.SymbolJson.CIMSymbolReferenceJson properties:
|
|
|
24
24
|
```json
|
|
25
25
|
{
|
|
26
26
|
"symbol": {
|
|
27
|
+
"anyOf": [
|
|
28
|
+
{
|
|
29
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMLineSymbol"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPointSymbol"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPolygonSymbol"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
27
38
|
"description": "The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and CIMPolygonSymbol."
|
|
28
39
|
},
|
|
29
40
|
"type": {
|
|
@@ -40,21 +51,41 @@ esri.rest-api.SymbolJson.PictureFillSymbolJson properties:
|
|
|
40
51
|
{
|
|
41
52
|
"angle": {
|
|
42
53
|
"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.",
|
|
43
|
-
"type":
|
|
54
|
+
"type": [
|
|
55
|
+
"null",
|
|
56
|
+
"number"
|
|
57
|
+
]
|
|
44
58
|
},
|
|
45
59
|
"contentType": {
|
|
46
60
|
"description": "String value indicating the content type for the image.",
|
|
47
|
-
"type":
|
|
61
|
+
"type": [
|
|
62
|
+
"null",
|
|
63
|
+
"string"
|
|
64
|
+
]
|
|
48
65
|
},
|
|
49
66
|
"height": {
|
|
50
67
|
"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.",
|
|
51
|
-
"type":
|
|
68
|
+
"type": [
|
|
69
|
+
"null",
|
|
70
|
+
"number"
|
|
71
|
+
]
|
|
52
72
|
},
|
|
53
73
|
"imageData": {
|
|
54
74
|
"description": "String value indicating the base64 encoded data.",
|
|
55
|
-
"type":
|
|
75
|
+
"type": [
|
|
76
|
+
"null",
|
|
77
|
+
"string"
|
|
78
|
+
]
|
|
56
79
|
},
|
|
57
80
|
"outline": {
|
|
81
|
+
"anyOf": [
|
|
82
|
+
{
|
|
83
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "null"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
58
89
|
"description": "Sets the outline of the symbol."
|
|
59
90
|
},
|
|
60
91
|
"type": {
|
|
@@ -65,27 +96,45 @@ esri.rest-api.SymbolJson.PictureFillSymbolJson properties:
|
|
|
65
96
|
},
|
|
66
97
|
"url": {
|
|
67
98
|
"description": "Relative URL for static layers and full URL for dynamic layers. Access relative URL using http://<mapservice-url>/<layerId1>/images/<imageUrl11>.",
|
|
68
|
-
"type":
|
|
99
|
+
"type": [
|
|
100
|
+
"null",
|
|
101
|
+
"string"
|
|
102
|
+
]
|
|
69
103
|
},
|
|
70
104
|
"width": {
|
|
71
105
|
"description": "Numeric value used if needing to resize the symbol. If images are to be displayed in their original size, leave this blank.",
|
|
72
|
-
"type":
|
|
106
|
+
"type": [
|
|
107
|
+
"null",
|
|
108
|
+
"number"
|
|
109
|
+
]
|
|
73
110
|
},
|
|
74
111
|
"xoffset": {
|
|
75
112
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
76
|
-
"type":
|
|
113
|
+
"type": [
|
|
114
|
+
"null",
|
|
115
|
+
"number"
|
|
116
|
+
]
|
|
77
117
|
},
|
|
78
118
|
"xscale": {
|
|
79
119
|
"description": "Numeric value indicating the scale factor in x direction.",
|
|
80
|
-
"type":
|
|
120
|
+
"type": [
|
|
121
|
+
"null",
|
|
122
|
+
"number"
|
|
123
|
+
]
|
|
81
124
|
},
|
|
82
125
|
"yoffset": {
|
|
83
126
|
"description": "Numeric value indicating the offset on the y-axis in pixels.",
|
|
84
|
-
"type":
|
|
127
|
+
"type": [
|
|
128
|
+
"null",
|
|
129
|
+
"number"
|
|
130
|
+
]
|
|
85
131
|
},
|
|
86
132
|
"yscale": {
|
|
87
133
|
"description": "Numeric value indicating the scale factor in y direction.",
|
|
88
|
-
"type":
|
|
134
|
+
"type": [
|
|
135
|
+
"null",
|
|
136
|
+
"number"
|
|
137
|
+
]
|
|
89
138
|
}
|
|
90
139
|
}
|
|
91
140
|
```
|
|
@@ -95,19 +144,31 @@ esri.rest-api.SymbolJson.PictureMarkerSymbolJson properties:
|
|
|
95
144
|
{
|
|
96
145
|
"angle": {
|
|
97
146
|
"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.",
|
|
98
|
-
"type":
|
|
147
|
+
"type": [
|
|
148
|
+
"null",
|
|
149
|
+
"number"
|
|
150
|
+
]
|
|
99
151
|
},
|
|
100
152
|
"contentType": {
|
|
101
153
|
"description": "String value indicating the content type for the image.",
|
|
102
|
-
"type":
|
|
154
|
+
"type": [
|
|
155
|
+
"null",
|
|
156
|
+
"string"
|
|
157
|
+
]
|
|
103
158
|
},
|
|
104
159
|
"height": {
|
|
105
160
|
"description": "Numeric value used if needing to resize the symbol. If images are to be displayed in their original size, leave this blank.",
|
|
106
|
-
"type":
|
|
161
|
+
"type": [
|
|
162
|
+
"null",
|
|
163
|
+
"number"
|
|
164
|
+
]
|
|
107
165
|
},
|
|
108
166
|
"imageData": {
|
|
109
167
|
"description": "String value indicating the base64 encoded data.",
|
|
110
|
-
"type":
|
|
168
|
+
"type": [
|
|
169
|
+
"null",
|
|
170
|
+
"string"
|
|
171
|
+
]
|
|
111
172
|
},
|
|
112
173
|
"type": {
|
|
113
174
|
"const": "esriPMS",
|
|
@@ -117,19 +178,31 @@ esri.rest-api.SymbolJson.PictureMarkerSymbolJson properties:
|
|
|
117
178
|
},
|
|
118
179
|
"url": {
|
|
119
180
|
"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.",
|
|
120
|
-
"type":
|
|
181
|
+
"type": [
|
|
182
|
+
"null",
|
|
183
|
+
"string"
|
|
184
|
+
]
|
|
121
185
|
},
|
|
122
186
|
"width": {
|
|
123
187
|
"description": "Numeric value used if needing to resize the symbol. If images are to be displayed in their original size, leave this blank.",
|
|
124
|
-
"type":
|
|
188
|
+
"type": [
|
|
189
|
+
"null",
|
|
190
|
+
"number"
|
|
191
|
+
]
|
|
125
192
|
},
|
|
126
193
|
"xoffset": {
|
|
127
194
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
128
|
-
"type":
|
|
195
|
+
"type": [
|
|
196
|
+
"null",
|
|
197
|
+
"number"
|
|
198
|
+
]
|
|
129
199
|
},
|
|
130
200
|
"yoffset": {
|
|
131
201
|
"description": "Numeric value indicating the offset on the y-axis in pixels.",
|
|
132
|
-
"type":
|
|
202
|
+
"type": [
|
|
203
|
+
"null",
|
|
204
|
+
"number"
|
|
205
|
+
]
|
|
133
206
|
}
|
|
134
207
|
}
|
|
135
208
|
```
|
|
@@ -138,24 +211,79 @@ esri.rest-api.SymbolJson.SimpleFillSymbolJson properties:
|
|
|
138
211
|
```json
|
|
139
212
|
{
|
|
140
213
|
"color": {
|
|
214
|
+
"anyOf": [
|
|
215
|
+
{
|
|
216
|
+
"items": [
|
|
217
|
+
{
|
|
218
|
+
"type": "number"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"type": "number"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"type": "number"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"type": "number"
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
"maxItems": 4,
|
|
231
|
+
"minItems": 4,
|
|
232
|
+
"type": "array"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"items": [
|
|
236
|
+
{
|
|
237
|
+
"type": "number"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"type": "number"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"type": "number"
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"maxItems": 3,
|
|
247
|
+
"minItems": 3,
|
|
248
|
+
"type": "array"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"type": "null"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
141
254
|
"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."
|
|
142
255
|
},
|
|
143
256
|
"outline": {
|
|
257
|
+
"anyOf": [
|
|
258
|
+
{
|
|
259
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"type": "null"
|
|
263
|
+
}
|
|
264
|
+
],
|
|
144
265
|
"description": "Sets the outline of the fill symbol."
|
|
145
266
|
},
|
|
146
267
|
"style": {
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
268
|
+
"anyOf": [
|
|
269
|
+
{
|
|
270
|
+
"enum": [
|
|
271
|
+
"esriSFSBackwardDiagonal",
|
|
272
|
+
"esriSFSCross",
|
|
273
|
+
"esriSFSDiagonalCross",
|
|
274
|
+
"esriSFSForwardDiagonal",
|
|
275
|
+
"esriSFSHorizontal",
|
|
276
|
+
"esriSFSNull",
|
|
277
|
+
"esriSFSSolid",
|
|
278
|
+
"esriSFSVertical"
|
|
279
|
+
],
|
|
280
|
+
"type": "string"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"type": "null"
|
|
284
|
+
}
|
|
157
285
|
],
|
|
158
|
-
"
|
|
286
|
+
"description": "The fill style."
|
|
159
287
|
},
|
|
160
288
|
"type": {
|
|
161
289
|
"const": "esriSFS",
|
|
@@ -170,19 +298,66 @@ esri.rest-api.SymbolJson.SimpleLineSymbolJson properties:
|
|
|
170
298
|
```json
|
|
171
299
|
{
|
|
172
300
|
"color": {
|
|
301
|
+
"anyOf": [
|
|
302
|
+
{
|
|
303
|
+
"items": [
|
|
304
|
+
{
|
|
305
|
+
"type": "number"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"type": "number"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"type": "number"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"type": "number"
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"maxItems": 4,
|
|
318
|
+
"minItems": 4,
|
|
319
|
+
"type": "array"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"items": [
|
|
323
|
+
{
|
|
324
|
+
"type": "number"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"type": "number"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"type": "number"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"maxItems": 3,
|
|
334
|
+
"minItems": 3,
|
|
335
|
+
"type": "array"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"type": "null"
|
|
339
|
+
}
|
|
340
|
+
],
|
|
173
341
|
"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."
|
|
174
342
|
},
|
|
175
343
|
"style": {
|
|
176
|
-
"
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
344
|
+
"anyOf": [
|
|
345
|
+
{
|
|
346
|
+
"enum": [
|
|
347
|
+
"esriSLSDash",
|
|
348
|
+
"esriSLSDashDot",
|
|
349
|
+
"esriSLSDashDotDot",
|
|
350
|
+
"esriSLSDot",
|
|
351
|
+
"esriSLSNull",
|
|
352
|
+
"esriSLSSolid"
|
|
353
|
+
],
|
|
354
|
+
"type": "string"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"type": "null"
|
|
358
|
+
}
|
|
184
359
|
],
|
|
185
|
-
"
|
|
360
|
+
"description": "The line style."
|
|
186
361
|
},
|
|
187
362
|
"type": {
|
|
188
363
|
"const": "esriSLS",
|
|
@@ -192,7 +367,10 @@ esri.rest-api.SymbolJson.SimpleLineSymbolJson properties:
|
|
|
192
367
|
},
|
|
193
368
|
"width": {
|
|
194
369
|
"description": "Numeric value indicating the width of the line in pixels.",
|
|
195
|
-
"type":
|
|
370
|
+
"type": [
|
|
371
|
+
"null",
|
|
372
|
+
"number"
|
|
373
|
+
]
|
|
196
374
|
}
|
|
197
375
|
}
|
|
198
376
|
```
|
|
@@ -202,30 +380,91 @@ esri.rest-api.SymbolJson.SimpleMarkerSymbolJson properties:
|
|
|
202
380
|
{
|
|
203
381
|
"angle": {
|
|
204
382
|
"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.",
|
|
205
|
-
"type":
|
|
383
|
+
"type": [
|
|
384
|
+
"null",
|
|
385
|
+
"number"
|
|
386
|
+
]
|
|
206
387
|
},
|
|
207
388
|
"color": {
|
|
389
|
+
"anyOf": [
|
|
390
|
+
{
|
|
391
|
+
"items": [
|
|
392
|
+
{
|
|
393
|
+
"type": "number"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"type": "number"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"type": "number"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"type": "number"
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"maxItems": 4,
|
|
406
|
+
"minItems": 4,
|
|
407
|
+
"type": "array"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"items": [
|
|
411
|
+
{
|
|
412
|
+
"type": "number"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"type": "number"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": "number"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
"maxItems": 3,
|
|
422
|
+
"minItems": 3,
|
|
423
|
+
"type": "array"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"type": "null"
|
|
427
|
+
}
|
|
428
|
+
],
|
|
208
429
|
"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."
|
|
209
430
|
},
|
|
210
431
|
"outline": {
|
|
432
|
+
"anyOf": [
|
|
433
|
+
{
|
|
434
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"type": "null"
|
|
438
|
+
}
|
|
439
|
+
],
|
|
211
440
|
"description": "Sets the outline of the marker symbol."
|
|
212
441
|
},
|
|
213
442
|
"size": {
|
|
214
443
|
"description": "Numeric size of the symbol given in pixels.",
|
|
215
|
-
"type":
|
|
444
|
+
"type": [
|
|
445
|
+
"null",
|
|
446
|
+
"number"
|
|
447
|
+
]
|
|
216
448
|
},
|
|
217
449
|
"style": {
|
|
218
|
-
"
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
450
|
+
"anyOf": [
|
|
451
|
+
{
|
|
452
|
+
"enum": [
|
|
453
|
+
"esriSMSCircle",
|
|
454
|
+
"esriSMSCross",
|
|
455
|
+
"esriSMSDiamond",
|
|
456
|
+
"esriSMSPath",
|
|
457
|
+
"esriSMSSquare",
|
|
458
|
+
"esriSMSTriangle",
|
|
459
|
+
"esriSMSX"
|
|
460
|
+
],
|
|
461
|
+
"type": "string"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"type": "null"
|
|
465
|
+
}
|
|
227
466
|
],
|
|
228
|
-
"
|
|
467
|
+
"description": "The marker style."
|
|
229
468
|
},
|
|
230
469
|
"type": {
|
|
231
470
|
"const": "esriSMS",
|
|
@@ -235,11 +474,17 @@ esri.rest-api.SymbolJson.SimpleMarkerSymbolJson properties:
|
|
|
235
474
|
},
|
|
236
475
|
"xoffset": {
|
|
237
476
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
238
|
-
"type":
|
|
477
|
+
"type": [
|
|
478
|
+
"null",
|
|
479
|
+
"number"
|
|
480
|
+
]
|
|
239
481
|
},
|
|
240
482
|
"yoffset": {
|
|
241
483
|
"description": "Numeric value indicating the offset on the y-axis in pixels.",
|
|
242
|
-
"type":
|
|
484
|
+
"type": [
|
|
485
|
+
"null",
|
|
486
|
+
"number"
|
|
487
|
+
]
|
|
243
488
|
}
|
|
244
489
|
}
|
|
245
490
|
```
|
|
@@ -249,56 +494,252 @@ esri.rest-api.SymbolJson.TextSymbolJson properties:
|
|
|
249
494
|
{
|
|
250
495
|
"angle": {
|
|
251
496
|
"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.",
|
|
252
|
-
"type":
|
|
497
|
+
"type": [
|
|
498
|
+
"null",
|
|
499
|
+
"number"
|
|
500
|
+
]
|
|
253
501
|
},
|
|
254
502
|
"backgroundColor": {
|
|
503
|
+
"anyOf": [
|
|
504
|
+
{
|
|
505
|
+
"items": [
|
|
506
|
+
{
|
|
507
|
+
"type": "number"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"type": "number"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"type": "number"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"type": "number"
|
|
517
|
+
}
|
|
518
|
+
],
|
|
519
|
+
"maxItems": 4,
|
|
520
|
+
"minItems": 4,
|
|
521
|
+
"type": "array"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"items": [
|
|
525
|
+
{
|
|
526
|
+
"type": "number"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"type": "number"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"type": "number"
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"maxItems": 3,
|
|
536
|
+
"minItems": 3,
|
|
537
|
+
"type": "array"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"type": "null"
|
|
541
|
+
}
|
|
542
|
+
],
|
|
255
543
|
"description": "Background color of the text."
|
|
256
544
|
},
|
|
257
545
|
"borderLineColor": {
|
|
546
|
+
"anyOf": [
|
|
547
|
+
{
|
|
548
|
+
"items": [
|
|
549
|
+
{
|
|
550
|
+
"type": "number"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"type": "number"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"type": "number"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"type": "number"
|
|
560
|
+
}
|
|
561
|
+
],
|
|
562
|
+
"maxItems": 4,
|
|
563
|
+
"minItems": 4,
|
|
564
|
+
"type": "array"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"items": [
|
|
568
|
+
{
|
|
569
|
+
"type": "number"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"type": "number"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"type": "number"
|
|
576
|
+
}
|
|
577
|
+
],
|
|
578
|
+
"maxItems": 3,
|
|
579
|
+
"minItems": 3,
|
|
580
|
+
"type": "array"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"type": "null"
|
|
584
|
+
}
|
|
585
|
+
],
|
|
258
586
|
"description": "Value indicating the the color of the border line."
|
|
259
587
|
},
|
|
260
588
|
"borderLineSize": {
|
|
261
589
|
"description": "Numeric value indicating the the size of the border line in points.",
|
|
262
|
-
"type":
|
|
590
|
+
"type": [
|
|
591
|
+
"null",
|
|
592
|
+
"number"
|
|
593
|
+
]
|
|
263
594
|
},
|
|
264
595
|
"color": {
|
|
596
|
+
"anyOf": [
|
|
597
|
+
{
|
|
598
|
+
"items": [
|
|
599
|
+
{
|
|
600
|
+
"type": "number"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"type": "number"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"type": "number"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"type": "number"
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"maxItems": 4,
|
|
613
|
+
"minItems": 4,
|
|
614
|
+
"type": "array"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"items": [
|
|
618
|
+
{
|
|
619
|
+
"type": "number"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"type": "number"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"type": "number"
|
|
626
|
+
}
|
|
627
|
+
],
|
|
628
|
+
"maxItems": 3,
|
|
629
|
+
"minItems": 3,
|
|
630
|
+
"type": "array"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"type": "null"
|
|
634
|
+
}
|
|
635
|
+
],
|
|
265
636
|
"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."
|
|
266
637
|
},
|
|
267
638
|
"font": {
|
|
639
|
+
"anyOf": [
|
|
640
|
+
{
|
|
641
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.FontJson"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"type": "null"
|
|
645
|
+
}
|
|
646
|
+
],
|
|
268
647
|
"description": "Font used for text symbols."
|
|
269
648
|
},
|
|
270
649
|
"haloColor": {
|
|
650
|
+
"anyOf": [
|
|
651
|
+
{
|
|
652
|
+
"items": [
|
|
653
|
+
{
|
|
654
|
+
"type": "number"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"type": "number"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"type": "number"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"type": "number"
|
|
664
|
+
}
|
|
665
|
+
],
|
|
666
|
+
"maxItems": 4,
|
|
667
|
+
"minItems": 4,
|
|
668
|
+
"type": "array"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"items": [
|
|
672
|
+
{
|
|
673
|
+
"type": "number"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"type": "number"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"type": "number"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"maxItems": 3,
|
|
683
|
+
"minItems": 3,
|
|
684
|
+
"type": "array"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"type": "null"
|
|
688
|
+
}
|
|
689
|
+
],
|
|
271
690
|
"description": "Color of the halo around the text."
|
|
272
691
|
},
|
|
273
692
|
"haloSize": {
|
|
274
693
|
"description": "Numeric value indicating the point size of a halo around the text symbol.",
|
|
275
|
-
"type":
|
|
694
|
+
"type": [
|
|
695
|
+
"null",
|
|
696
|
+
"number"
|
|
697
|
+
]
|
|
276
698
|
},
|
|
277
699
|
"horizontalAlignment": {
|
|
278
|
-
"
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
700
|
+
"anyOf": [
|
|
701
|
+
{
|
|
702
|
+
"enum": [
|
|
703
|
+
"center",
|
|
704
|
+
"justify",
|
|
705
|
+
"left",
|
|
706
|
+
"right"
|
|
707
|
+
],
|
|
708
|
+
"type": "string"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"type": "null"
|
|
712
|
+
}
|
|
284
713
|
],
|
|
285
|
-
"
|
|
714
|
+
"description": "The horizontal alignment of the text."
|
|
286
715
|
},
|
|
287
716
|
"kerning": {
|
|
288
717
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
289
|
-
"type":
|
|
718
|
+
"type": [
|
|
719
|
+
"null",
|
|
720
|
+
"boolean"
|
|
721
|
+
]
|
|
290
722
|
},
|
|
291
723
|
"rightToLeft": {
|
|
292
724
|
"description": "Boolean value, set to true if using Hebrew or Arabic fonts.",
|
|
293
|
-
"type":
|
|
725
|
+
"type": [
|
|
726
|
+
"null",
|
|
727
|
+
"boolean"
|
|
728
|
+
]
|
|
294
729
|
},
|
|
295
730
|
"rotated": {
|
|
296
731
|
"description": "Boolean value indicating whether every character in the text string is rotated.",
|
|
297
|
-
"type":
|
|
732
|
+
"type": [
|
|
733
|
+
"null",
|
|
734
|
+
"boolean"
|
|
735
|
+
]
|
|
298
736
|
},
|
|
299
737
|
"text": {
|
|
300
738
|
"description": "Only applicable when specified as a client-side graphic.",
|
|
301
|
-
"type":
|
|
739
|
+
"type": [
|
|
740
|
+
"null",
|
|
741
|
+
"string"
|
|
742
|
+
]
|
|
302
743
|
},
|
|
303
744
|
"type": {
|
|
304
745
|
"const": "esriTS",
|
|
@@ -307,22 +748,35 @@ esri.rest-api.SymbolJson.TextSymbolJson properties:
|
|
|
307
748
|
"isRequired": "true"
|
|
308
749
|
},
|
|
309
750
|
"verticalAlignment": {
|
|
310
|
-
"
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
751
|
+
"anyOf": [
|
|
752
|
+
{
|
|
753
|
+
"enum": [
|
|
754
|
+
"baseline",
|
|
755
|
+
"bottom",
|
|
756
|
+
"middle",
|
|
757
|
+
"top"
|
|
758
|
+
],
|
|
759
|
+
"type": "string"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"type": "null"
|
|
763
|
+
}
|
|
316
764
|
],
|
|
317
|
-
"
|
|
765
|
+
"description": "The vertical alignment of the text."
|
|
318
766
|
},
|
|
319
767
|
"xoffset": {
|
|
320
768
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
321
|
-
"type":
|
|
769
|
+
"type": [
|
|
770
|
+
"null",
|
|
771
|
+
"number"
|
|
772
|
+
]
|
|
322
773
|
},
|
|
323
774
|
"yoffset": {
|
|
324
775
|
"description": "Numeric value indicating the offset on the y-axis in pixels.",
|
|
325
|
-
"type":
|
|
776
|
+
"type": [
|
|
777
|
+
"null",
|
|
778
|
+
"number"
|
|
779
|
+
]
|
|
326
780
|
}
|
|
327
781
|
}
|
|
328
782
|
```
|
|
@@ -358,9 +812,25 @@ esri.rest-api.SymbolJson.PointSymbol3DJson properties:
|
|
|
358
812
|
```json
|
|
359
813
|
{
|
|
360
814
|
"callout": {
|
|
815
|
+
"anyOf": [
|
|
816
|
+
{
|
|
817
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CalloutJson"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"type": "null"
|
|
821
|
+
}
|
|
822
|
+
],
|
|
361
823
|
"description": "Callout configuration for a symbol."
|
|
362
824
|
},
|
|
363
825
|
"styleOrigin": {
|
|
826
|
+
"anyOf": [
|
|
827
|
+
{
|
|
828
|
+
"$ref": "__type"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"type": "null"
|
|
832
|
+
}
|
|
833
|
+
],
|
|
364
834
|
"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/}."
|
|
365
835
|
},
|
|
366
836
|
"symbolLayers": {
|
|
@@ -385,6 +855,14 @@ esri.rest-api.SymbolJson.PointSymbol3DJson properties:
|
|
|
385
855
|
"isRequired": "true"
|
|
386
856
|
},
|
|
387
857
|
"verticalOffset": {
|
|
858
|
+
"anyOf": [
|
|
859
|
+
{
|
|
860
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.VerticalOffsetJson"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"type": "null"
|
|
864
|
+
}
|
|
865
|
+
],
|
|
388
866
|
"description": "Shifts the symbol along the vertical world axis by a given length."
|
|
389
867
|
}
|
|
390
868
|
}
|