@vertigis/viewer-spec 46.4.0 → 46.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/schema/common-action.schema.json +582 -1026
- package/messaging/schema/common-event.schema.json +418 -856
- package/messaging/schema/mobile-action.schema.json +624 -1053
- package/messaging/schema/mobile-event.schema.json +449 -888
- package/messaging/schema/web-action.schema.json +653 -1328
- package/messaging/schema/web-event.schema.json +422 -861
- package/package.json +17 -17
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"description": "A hyperlink associated with a feature or layer.",
|
|
16
16
|
"properties": {
|
|
17
17
|
"iconUrl": {
|
|
18
|
-
"description": "See
|
|
18
|
+
"description": "See{@linkHyperlink.iconUrl}.",
|
|
19
19
|
"type": "string"
|
|
20
20
|
},
|
|
21
21
|
"target": {
|
|
22
|
-
"description": "See
|
|
22
|
+
"description": "See{@linkHyperlink.target}.",
|
|
23
23
|
"type": "string"
|
|
24
24
|
},
|
|
25
25
|
"text": {
|
|
26
|
-
"description": "See
|
|
26
|
+
"description": "See{@linkHyperlink.text}.",
|
|
27
27
|
"type": "string"
|
|
28
28
|
},
|
|
29
29
|
"tooltip": {
|
|
30
|
-
"description": "See
|
|
30
|
+
"description": "See{@linkHyperlink.tooltip}.",
|
|
31
31
|
"type": "string"
|
|
32
32
|
},
|
|
33
33
|
"url": {
|
|
34
|
-
"description": "See
|
|
34
|
+
"description": "See{@linkHyperlink.url}.",
|
|
35
35
|
"type": "string"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
@@ -43,12 +43,11 @@
|
|
|
43
43
|
},
|
|
44
44
|
"@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
|
|
45
45
|
"additionalProperties": false,
|
|
46
|
-
"description": "Properties that can be passed into the constructor for
|
|
46
|
+
"description": "Properties that can be passed into the constructor for{@linkFeature}.",
|
|
47
47
|
"properties": {
|
|
48
48
|
"attributes": {
|
|
49
49
|
"anyOf": [
|
|
50
|
-
{
|
|
51
|
-
},
|
|
50
|
+
{},
|
|
52
51
|
{
|
|
53
52
|
"$ref": "Map"
|
|
54
53
|
}
|
|
@@ -57,7 +56,7 @@
|
|
|
57
56
|
},
|
|
58
57
|
"failureMode": {
|
|
59
58
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
60
|
-
"description": "See
|
|
59
|
+
"description": "See{@linkInitializableBase.failureMode}."
|
|
61
60
|
},
|
|
62
61
|
"geometry": {
|
|
63
62
|
"anyOf": [
|
|
@@ -103,7 +102,7 @@
|
|
|
103
102
|
},
|
|
104
103
|
"@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
|
|
105
104
|
"additionalProperties": false,
|
|
106
|
-
"description": "Properties that can be passed into the constructor for
|
|
105
|
+
"description": "Properties that can be passed into the constructor for{@linkFeatureSettings}.",
|
|
107
106
|
"properties": {
|
|
108
107
|
"formatSettings": {
|
|
109
108
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
|
|
@@ -124,11 +123,11 @@
|
|
|
124
123
|
"type": "array"
|
|
125
124
|
},
|
|
126
125
|
"maxAllowableOffset": {
|
|
127
|
-
"description": "See
|
|
126
|
+
"description": "See{@linkFeatureSettings.maxAllowableOffset}.",
|
|
128
127
|
"type": "number"
|
|
129
128
|
},
|
|
130
129
|
"outFields": {
|
|
131
|
-
"description": "See
|
|
130
|
+
"description": "See{@linkFeatureSettings.outFields}.",
|
|
132
131
|
"items": {
|
|
133
132
|
"type": "string"
|
|
134
133
|
},
|
|
@@ -136,7 +135,7 @@
|
|
|
136
135
|
},
|
|
137
136
|
"outSpatialReference": {
|
|
138
137
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
139
|
-
"description": "See
|
|
138
|
+
"description": "See{@linkFeatureSettings.outSpatialReference}."
|
|
140
139
|
},
|
|
141
140
|
"popupTemplate": {
|
|
142
141
|
"anyOf": [
|
|
@@ -150,15 +149,15 @@
|
|
|
150
149
|
"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."
|
|
151
150
|
},
|
|
152
151
|
"returnGeometry": {
|
|
153
|
-
"description": "See
|
|
152
|
+
"description": "See{@linkFeatureSettings.returnGeometry}.",
|
|
154
153
|
"type": "boolean"
|
|
155
154
|
},
|
|
156
155
|
"zoomFactor": {
|
|
157
|
-
"description": "See
|
|
156
|
+
"description": "See{@linkFeatureSettings.zoomFactor}.",
|
|
158
157
|
"type": "number"
|
|
159
158
|
},
|
|
160
159
|
"zoomScale": {
|
|
161
|
-
"description": "See
|
|
160
|
+
"description": "See{@linkFeatureSettings.zoomScale}.",
|
|
162
161
|
"type": "number"
|
|
163
162
|
}
|
|
164
163
|
},
|
|
@@ -166,11 +165,11 @@
|
|
|
166
165
|
},
|
|
167
166
|
"@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
|
|
168
167
|
"additionalProperties": false,
|
|
169
|
-
"description": "Properties that can be passed into the constructor for
|
|
168
|
+
"description": "Properties that can be passed into the constructor for{@linkFieldExtension}.",
|
|
170
169
|
"properties": {
|
|
171
170
|
"failureMode": {
|
|
172
171
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
173
|
-
"description": "See
|
|
172
|
+
"description": "See{@linkInitializableBase.failureMode}."
|
|
174
173
|
},
|
|
175
174
|
"field": {
|
|
176
175
|
"anyOf": [
|
|
@@ -243,21 +242,21 @@
|
|
|
243
242
|
},
|
|
244
243
|
"type": {
|
|
245
244
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
246
|
-
"description": "Type of the Field. See
|
|
245
|
+
"description": "Type of the Field. See{@linkFieldType}."
|
|
247
246
|
}
|
|
248
247
|
},
|
|
249
248
|
"type": "object"
|
|
250
249
|
},
|
|
251
250
|
"@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
|
|
252
251
|
"additionalProperties": false,
|
|
253
|
-
"description": "Properties that can be passed into the constructor for
|
|
252
|
+
"description": "Properties that can be passed into the constructor for{@linkSchema}.",
|
|
254
253
|
"properties": {
|
|
255
254
|
"displayField": {
|
|
256
|
-
"description": "See
|
|
255
|
+
"description": "See{@linkSchema.displayField}.",
|
|
257
256
|
"type": "string"
|
|
258
257
|
},
|
|
259
258
|
"fieldExtensions": {
|
|
260
|
-
"description": "See
|
|
259
|
+
"description": "See{@linkSchema.fieldExtensions}.",
|
|
261
260
|
"items": {
|
|
262
261
|
"anyOf": [
|
|
263
262
|
{
|
|
@@ -271,7 +270,7 @@
|
|
|
271
270
|
"type": "array"
|
|
272
271
|
},
|
|
273
272
|
"fields": {
|
|
274
|
-
"description": "See
|
|
273
|
+
"description": "See{@linkSchema.fields}.",
|
|
275
274
|
"items": {
|
|
276
275
|
"anyOf": [
|
|
277
276
|
{
|
|
@@ -285,27 +284,27 @@
|
|
|
285
284
|
"type": "array"
|
|
286
285
|
},
|
|
287
286
|
"geometryType": {
|
|
288
|
-
"description": "See
|
|
287
|
+
"description": "See{@linkSchema.geometryType}.",
|
|
289
288
|
"type": "string"
|
|
290
289
|
},
|
|
291
290
|
"primaryKeyField": {
|
|
292
|
-
"description": "See
|
|
291
|
+
"description": "See{@linkSchema.primaryKeyField}.",
|
|
293
292
|
"type": "string"
|
|
294
293
|
},
|
|
295
294
|
"spatialReference": {
|
|
296
295
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
297
|
-
"description": "See
|
|
296
|
+
"description": "See{@linkSchema.spatialReference}."
|
|
298
297
|
},
|
|
299
298
|
"timeZone": {
|
|
300
|
-
"description": "See
|
|
299
|
+
"description": "See{@linkSchema.timeZone}.",
|
|
301
300
|
"type": "string"
|
|
302
301
|
},
|
|
303
302
|
"typeIdField": {
|
|
304
|
-
"description": "See
|
|
303
|
+
"description": "See{@linkSchema.typeIdField}.",
|
|
305
304
|
"type": "string"
|
|
306
305
|
},
|
|
307
306
|
"types": {
|
|
308
|
-
"description": "See
|
|
307
|
+
"description": "See{@linkSchema.types}.",
|
|
309
308
|
"items": {
|
|
310
309
|
"anyOf": [
|
|
311
310
|
{
|
|
@@ -349,14 +348,14 @@
|
|
|
349
348
|
},
|
|
350
349
|
"@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
|
|
351
350
|
"additionalProperties": false,
|
|
352
|
-
"description": "Properties that can be passed into the constructor for
|
|
351
|
+
"description": "Properties that can be passed into the constructor for{@linkFormatSettings}.",
|
|
353
352
|
"properties": {
|
|
354
353
|
"currency": {
|
|
355
354
|
"description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
|
|
356
355
|
"type": "string"
|
|
357
356
|
},
|
|
358
357
|
"dateFormat": {
|
|
359
|
-
"description": "The default format for date values. Either a
|
|
358
|
+
"description": "The default format for date values. Either a{@linkDateFormat}constant, or a custom date format string.",
|
|
360
359
|
"type": "string"
|
|
361
360
|
},
|
|
362
361
|
"fractionalDigits": {
|
|
@@ -368,7 +367,7 @@
|
|
|
368
367
|
"type": "string"
|
|
369
368
|
},
|
|
370
369
|
"numberFormat": {
|
|
371
|
-
"description": "The default format for number values. Either a
|
|
370
|
+
"description": "The default format for number values. Either a{@linkNumberFormat}constant, or a custom number format string.",
|
|
372
371
|
"type": "string"
|
|
373
372
|
},
|
|
374
373
|
"timeZone": {
|
|
@@ -387,8 +386,7 @@
|
|
|
387
386
|
{
|
|
388
387
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
389
388
|
},
|
|
390
|
-
{
|
|
391
|
-
},
|
|
389
|
+
{},
|
|
392
390
|
{
|
|
393
391
|
"type": "string"
|
|
394
392
|
}
|
|
@@ -401,10 +399,10 @@
|
|
|
401
399
|
"properties": {
|
|
402
400
|
"cancelToken": {
|
|
403
401
|
"$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
|
|
404
|
-
"description": "An optional cancel token from a
|
|
402
|
+
"description": "An optional cancel token from a{@linkCancellable}that can be used to cancel the geocode operation."
|
|
405
403
|
},
|
|
406
404
|
"maxResults": {
|
|
407
|
-
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see
|
|
405
|
+
"description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@linkGeocoder.capabilities}).",
|
|
408
406
|
"type": "number"
|
|
409
407
|
},
|
|
410
408
|
"outFields": {
|
|
@@ -499,7 +497,7 @@
|
|
|
499
497
|
},
|
|
500
498
|
"AddNodeToGeometryArgs": {
|
|
501
499
|
"additionalProperties": false,
|
|
502
|
-
"description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" with
|
|
500
|
+
"description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" with{@linkAddPointArgs}or \"sketching.insert-point\" with{@linkInsertPointArgs}instead.",
|
|
503
501
|
"properties": {
|
|
504
502
|
"geometry": {
|
|
505
503
|
"$ref": "#/definitions/esri.Geometry",
|
|
@@ -1966,7 +1964,8 @@
|
|
|
1966
1964
|
{
|
|
1967
1965
|
"type": "string"
|
|
1968
1966
|
}
|
|
1969
|
-
]
|
|
1967
|
+
],
|
|
1968
|
+
"description": "A (sub)layer extension, or an object that is convertible to one."
|
|
1970
1969
|
},
|
|
1971
1970
|
"type": "array"
|
|
1972
1971
|
},
|
|
@@ -2236,6 +2235,68 @@
|
|
|
2236
2235
|
],
|
|
2237
2236
|
"type": "object"
|
|
2238
2237
|
},
|
|
2238
|
+
"OperationalLayer": {
|
|
2239
|
+
"anyOf": [
|
|
2240
|
+
{
|
|
2241
|
+
"$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
2296
|
+
}
|
|
2297
|
+
],
|
|
2298
|
+
"description": "An operational layer in a web map/scene."
|
|
2299
|
+
},
|
|
2239
2300
|
"PickFileArgs": {
|
|
2240
2301
|
"additionalProperties": false,
|
|
2241
2302
|
"description": "Arguments to pick a file.",
|
|
@@ -2448,10 +2509,8 @@
|
|
|
2448
2509
|
"type": "string"
|
|
2449
2510
|
},
|
|
2450
2511
|
"inputs": {
|
|
2451
|
-
"
|
|
2452
|
-
|
|
2453
|
-
"description": "The inputs to be passed into the workflow.",
|
|
2454
|
-
"type": "object"
|
|
2512
|
+
"$ref": "__type",
|
|
2513
|
+
"description": "The inputs to be passed into the workflow."
|
|
2455
2514
|
},
|
|
2456
2515
|
"instanceId": {
|
|
2457
2516
|
"description": "A unique Id to identify an instance of this workflow running.",
|
|
@@ -2702,24 +2761,7 @@
|
|
|
2702
2761
|
},
|
|
2703
2762
|
{
|
|
2704
2763
|
"additionalProperties": false,
|
|
2705
|
-
"properties": {
|
|
2706
|
-
"activate": {
|
|
2707
|
-
"description": "Whether to activate the component showing the results of the operation. False by default.",
|
|
2708
|
-
"type": "boolean"
|
|
2709
|
-
},
|
|
2710
|
-
"features": {
|
|
2711
|
-
"$ref": "#/definitions/FeaturesLike",
|
|
2712
|
-
"description": "Features to use for the command/operation."
|
|
2713
|
-
},
|
|
2714
|
-
"results": {
|
|
2715
|
-
"$ref": "#/definitions/ModelRef",
|
|
2716
|
-
"description": "The result component to update, referenced by results model or its ID."
|
|
2717
|
-
}
|
|
2718
|
-
},
|
|
2719
|
-
"required": [
|
|
2720
|
-
"results"
|
|
2721
|
-
],
|
|
2722
|
-
"type": "object"
|
|
2764
|
+
"properties": {}
|
|
2723
2765
|
}
|
|
2724
2766
|
],
|
|
2725
2767
|
"description": "Arguments for various commands that manipulate the current set of shown results."
|
|
@@ -2950,20 +2992,19 @@
|
|
|
2950
2992
|
"properties": {
|
|
2951
2993
|
"args": {
|
|
2952
2994
|
"description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in Geocortex API).",
|
|
2953
|
-
"items": {
|
|
2954
|
-
},
|
|
2995
|
+
"items": {},
|
|
2955
2996
|
"type": "array"
|
|
2956
2997
|
},
|
|
2957
2998
|
"currency": {
|
|
2958
|
-
"description": "The default unit of currency to use when formatting currency. See
|
|
2999
|
+
"description": "The default unit of currency to use when formatting currency. See{@linkNumberSettings.currency}.",
|
|
2959
3000
|
"type": "string"
|
|
2960
3001
|
},
|
|
2961
3002
|
"dateFormat": {
|
|
2962
|
-
"description": "The default format to use when formatting dates. See
|
|
3003
|
+
"description": "The default format to use when formatting dates. See{@linkDateFormatter.format}.",
|
|
2963
3004
|
"type": "string"
|
|
2964
3005
|
},
|
|
2965
3006
|
"fractionalDigits": {
|
|
2966
|
-
"description": "The default number of digits to show after the decimal point when formatting numbers. See
|
|
3007
|
+
"description": "The default number of digits to show after the decimal point when formatting numbers. See{@linkNumberSettings.fractionalDigits}.",
|
|
2967
3008
|
"type": "number"
|
|
2968
3009
|
},
|
|
2969
3010
|
"locale": {
|
|
@@ -2971,7 +3012,7 @@
|
|
|
2971
3012
|
"type": "string"
|
|
2972
3013
|
},
|
|
2973
3014
|
"numberFormat": {
|
|
2974
|
-
"description": "The default format to use when formatting numbers. See
|
|
3015
|
+
"description": "The default format to use when formatting numbers. See{@linkNumberFormatter.format}.",
|
|
2975
3016
|
"type": "string"
|
|
2976
3017
|
},
|
|
2977
3018
|
"text": {
|
|
@@ -3185,12 +3226,18 @@
|
|
|
3185
3226
|
"debug-console.close"
|
|
3186
3227
|
]
|
|
3187
3228
|
},
|
|
3229
|
+
"debug-console.close:output": {
|
|
3230
|
+
"type": "undefined"
|
|
3231
|
+
},
|
|
3188
3232
|
"debug-console.display": {
|
|
3189
3233
|
"description": "Displays the Debug Console. Deprecated; use log-viewer.display instead.",
|
|
3190
3234
|
"enum": [
|
|
3191
3235
|
"debug-console.display"
|
|
3192
3236
|
]
|
|
3193
3237
|
},
|
|
3238
|
+
"debug-console.display:output": {
|
|
3239
|
+
"type": "undefined"
|
|
3240
|
+
},
|
|
3194
3241
|
"drawing.set-sync": {
|
|
3195
3242
|
"description": "Sets a value that determines whether drawings will be synced automatically across maps.",
|
|
3196
3243
|
"enum": [
|
|
@@ -3460,7 +3507,7 @@
|
|
|
3460
3507
|
},
|
|
3461
3508
|
"listMode": {
|
|
3462
3509
|
"$ref": "esri.ListMode",
|
|
3463
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
3510
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
3464
3511
|
},
|
|
3465
3512
|
"maxScale": {
|
|
3466
3513
|
"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.",
|
|
@@ -3475,7 +3522,7 @@
|
|
|
3475
3522
|
"type": "number"
|
|
3476
3523
|
},
|
|
3477
3524
|
"refreshInterval": {
|
|
3478
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
3525
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3479
3526
|
"type": "number"
|
|
3480
3527
|
},
|
|
3481
3528
|
"showLegend": {
|
|
@@ -3494,7 +3541,7 @@
|
|
|
3494
3541
|
"type": "string"
|
|
3495
3542
|
},
|
|
3496
3543
|
"type": {
|
|
3497
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
3544
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
3498
3545
|
"enum": [
|
|
3499
3546
|
"BingMapsAerial",
|
|
3500
3547
|
"BingMapsHybrid",
|
|
@@ -3687,7 +3734,7 @@
|
|
|
3687
3734
|
},
|
|
3688
3735
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
3689
3736
|
"additionalProperties": false,
|
|
3690
|
-
"description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource.
|
|
3737
|
+
"description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource.{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
|
|
3691
3738
|
"properties": {
|
|
3692
3739
|
"blendMode": {
|
|
3693
3740
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3718,7 +3765,7 @@
|
|
|
3718
3765
|
},
|
|
3719
3766
|
"listMode": {
|
|
3720
3767
|
"$ref": "esri.ListMode",
|
|
3721
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
3768
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
3722
3769
|
},
|
|
3723
3770
|
"locationInfo": {
|
|
3724
3771
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -3741,7 +3788,7 @@
|
|
|
3741
3788
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3742
3789
|
},
|
|
3743
3790
|
"refreshInterval": {
|
|
3744
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
3791
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3745
3792
|
"type": "number"
|
|
3746
3793
|
},
|
|
3747
3794
|
"screenSizePerspective": {
|
|
@@ -3761,7 +3808,7 @@
|
|
|
3761
3808
|
"type": "string"
|
|
3762
3809
|
},
|
|
3763
3810
|
"type": {
|
|
3764
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
3811
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
3765
3812
|
"enum": [
|
|
3766
3813
|
"BingMapsAerial",
|
|
3767
3814
|
"BingMapsHybrid",
|
|
@@ -3843,7 +3890,7 @@
|
|
|
3843
3890
|
},
|
|
3844
3891
|
"esri.rest-api.Camera.Camera": {
|
|
3845
3892
|
"additionalProperties": false,
|
|
3846
|
-
"description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed.
|
|
3893
|
+
"description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/camera/}.",
|
|
3847
3894
|
"properties": {
|
|
3848
3895
|
"heading": {
|
|
3849
3896
|
"description": "The heading of the camera in degrees. Heading is zero when north is the top of the screen. It increases as the view rotates clockwise. The angles are always normalized between 0 and 360 degrees.",
|
|
@@ -3865,7 +3912,7 @@
|
|
|
3865
3912
|
},
|
|
3866
3913
|
"esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
|
|
3867
3914
|
"additionalProperties": false,
|
|
3868
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.
|
|
3915
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreakInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
|
|
3869
3916
|
"properties": {
|
|
3870
3917
|
"classMaxValue": {
|
|
3871
3918
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -3933,7 +3980,7 @@
|
|
|
3933
3980
|
},
|
|
3934
3981
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
3935
3982
|
"additionalProperties": false,
|
|
3936
|
-
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value.
|
|
3983
|
+
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
|
|
3937
3984
|
"properties": {
|
|
3938
3985
|
"authoringInfo": {
|
|
3939
3986
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -3959,7 +4006,7 @@
|
|
|
3959
4006
|
},
|
|
3960
4007
|
"classificationMethod": {
|
|
3961
4008
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
|
|
3962
|
-
"description": "Determines the classification method that was used to generate class breaks. See
|
|
4009
|
+
"description": "Determines the classification method that was used to generate class breaks. See{@linkClassificationMethod}."
|
|
3963
4010
|
},
|
|
3964
4011
|
"defaultLabel": {
|
|
3965
4012
|
"description": "Default string for the default symbol used to draw unspecified values.",
|
|
@@ -4024,7 +4071,7 @@
|
|
|
4024
4071
|
},
|
|
4025
4072
|
"normalizationType": {
|
|
4026
4073
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
|
|
4027
|
-
"description": "One of the NormalizationType constants. See
|
|
4074
|
+
"description": "One of the NormalizationType constants. See{@linkNormalizationType}."
|
|
4028
4075
|
},
|
|
4029
4076
|
"rotationExpression": {
|
|
4030
4077
|
"description": "A constant value or an expression that derives the angle of rotation based on a feature attribute value. When an attribute name is specified, it's enclosed in square brackets.",
|
|
@@ -4032,10 +4079,10 @@
|
|
|
4032
4079
|
},
|
|
4033
4080
|
"rotationType": {
|
|
4034
4081
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
4035
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
4082
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
4036
4083
|
},
|
|
4037
4084
|
"type": {
|
|
4038
|
-
"description": "The type of renderer. See
|
|
4085
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
4039
4086
|
"enum": [
|
|
4040
4087
|
"classBreaks"
|
|
4041
4088
|
],
|
|
@@ -4044,20 +4091,8 @@
|
|
|
4044
4091
|
"visualVariables": {
|
|
4045
4092
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
4046
4093
|
"items": {
|
|
4047
|
-
"
|
|
4048
|
-
|
|
4049
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
4050
|
-
},
|
|
4051
|
-
{
|
|
4052
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
4053
|
-
},
|
|
4054
|
-
{
|
|
4055
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
4056
|
-
},
|
|
4057
|
-
{
|
|
4058
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
4059
|
-
}
|
|
4060
|
-
]
|
|
4094
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
4095
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
4061
4096
|
},
|
|
4062
4097
|
"type": "array"
|
|
4063
4098
|
}
|
|
@@ -4093,7 +4128,7 @@
|
|
|
4093
4128
|
},
|
|
4094
4129
|
"esri.rest-api.CodedValueDomain.CodedValue": {
|
|
4095
4130
|
"additionalProperties": false,
|
|
4096
|
-
"description": "A set of valid coded values with unique names.
|
|
4131
|
+
"description": "A set of valid coded values with unique names.{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
|
|
4097
4132
|
"properties": {
|
|
4098
4133
|
"code": {
|
|
4099
4134
|
"description": "Value indicating which unique code is used to identify the feature attribute.",
|
|
@@ -4115,7 +4150,7 @@
|
|
|
4115
4150
|
},
|
|
4116
4151
|
"esri.rest-api.CodedValueDomain.CodedValueDomain": {
|
|
4117
4152
|
"additionalProperties": false,
|
|
4118
|
-
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name.
|
|
4153
|
+
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name.{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
|
|
4119
4154
|
"properties": {
|
|
4120
4155
|
"codedValues": {
|
|
4121
4156
|
"description": "The set of valid coded values.",
|
|
@@ -4129,7 +4164,7 @@
|
|
|
4129
4164
|
"type": "string"
|
|
4130
4165
|
},
|
|
4131
4166
|
"type": {
|
|
4132
|
-
"description": "Type of domain. See
|
|
4167
|
+
"description": "Type of domain. See{@linkDomainType}.",
|
|
4133
4168
|
"enum": [
|
|
4134
4169
|
"codedValue"
|
|
4135
4170
|
],
|
|
@@ -4145,7 +4180,7 @@
|
|
|
4145
4180
|
},
|
|
4146
4181
|
"esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
|
|
4147
4182
|
"additionalProperties": false,
|
|
4148
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.
|
|
4183
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
|
|
4149
4184
|
"properties": {
|
|
4150
4185
|
"classMaxValue": {
|
|
4151
4186
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -4172,7 +4207,7 @@
|
|
|
4172
4207
|
},
|
|
4173
4208
|
"esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
|
|
4174
4209
|
"additionalProperties": false,
|
|
4175
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.
|
|
4210
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
|
|
4176
4211
|
"properties": {
|
|
4177
4212
|
"color": {
|
|
4178
4213
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -4211,11 +4246,11 @@
|
|
|
4211
4246
|
"$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
|
|
4212
4247
|
}
|
|
4213
4248
|
],
|
|
4214
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.
|
|
4249
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
4215
4250
|
},
|
|
4216
4251
|
"esri.rest-api.DefinitionEditor.DefinitionEditor": {
|
|
4217
4252
|
"additionalProperties": false,
|
|
4218
|
-
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition.
|
|
4253
|
+
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
|
|
4219
4254
|
"properties": {
|
|
4220
4255
|
"inputs": {
|
|
4221
4256
|
"description": "An array of input objects.",
|
|
@@ -4233,7 +4268,7 @@
|
|
|
4233
4268
|
},
|
|
4234
4269
|
"esri.rest-api.DefinitionEditor.Input": {
|
|
4235
4270
|
"additionalProperties": false,
|
|
4236
|
-
"description": "The input objects specified by the definitionEditor.
|
|
4271
|
+
"description": "The input objects specified by the definitionEditor.{@linkhttps://developers.arcgis.com/web-map-specification/objects/input/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/input/}.",
|
|
4237
4272
|
"properties": {
|
|
4238
4273
|
"hint": {
|
|
4239
4274
|
"description": "A string value representing a hint for the input.",
|
|
@@ -4255,7 +4290,7 @@
|
|
|
4255
4290
|
},
|
|
4256
4291
|
"esri.rest-api.DefinitionEditor.Parameter": {
|
|
4257
4292
|
"additionalProperties": false,
|
|
4258
|
-
"description": "Objects defined by a definitionEditor input.
|
|
4293
|
+
"description": "Objects defined by a definitionEditor input.{@linkhttps://developers.arcgis.com/web-map-specification/objects/parameter/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
|
|
4259
4294
|
"properties": {
|
|
4260
4295
|
"defaultValue": {
|
|
4261
4296
|
"description": "The default value that is automatically given if nothing is provided.",
|
|
@@ -4291,11 +4326,11 @@
|
|
|
4291
4326
|
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
4292
4327
|
}
|
|
4293
4328
|
],
|
|
4294
|
-
"description": "A domain specifies the set of valid values for a field.
|
|
4329
|
+
"description": "A domain specifies the set of valid values for a field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/domain/}."
|
|
4295
4330
|
},
|
|
4296
4331
|
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
4297
4332
|
"additionalProperties": false,
|
|
4298
|
-
"description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition.
|
|
4333
|
+
"description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/drawingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
|
|
4299
4334
|
"properties": {
|
|
4300
4335
|
"filters": {
|
|
4301
4336
|
"description": "Filters for PointCloud layers.",
|
|
@@ -4310,7 +4345,8 @@
|
|
|
4310
4345
|
{
|
|
4311
4346
|
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
4312
4347
|
}
|
|
4313
|
-
]
|
|
4348
|
+
],
|
|
4349
|
+
"description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
4314
4350
|
},
|
|
4315
4351
|
"type": "array"
|
|
4316
4352
|
},
|
|
@@ -4346,11 +4382,11 @@
|
|
|
4346
4382
|
},
|
|
4347
4383
|
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
4348
4384
|
"additionalProperties": false,
|
|
4349
|
-
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help.
|
|
4385
|
+
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
|
|
4350
4386
|
"properties": {
|
|
4351
4387
|
"dataSource": {
|
|
4352
4388
|
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
4353
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.
|
|
4389
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
4354
4390
|
},
|
|
4355
4391
|
"fields": {
|
|
4356
4392
|
"description": "An array of objects specifying information about an attribute field.",
|
|
@@ -4374,7 +4410,7 @@
|
|
|
4374
4410
|
},
|
|
4375
4411
|
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
4376
4412
|
"additionalProperties": false,
|
|
4377
|
-
"description": "A dynamic map layer refers to a layer in the current map service. More information on this can be found in the ArcGIS REST API help.
|
|
4413
|
+
"description": "A dynamic map layer refers to a layer in the current map service. More information on this can be found in the ArcGIS REST API help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
|
|
4378
4414
|
"properties": {
|
|
4379
4415
|
"gdbVersion": {
|
|
4380
4416
|
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
@@ -4482,7 +4518,7 @@
|
|
|
4482
4518
|
},
|
|
4483
4519
|
"esri.rest-api.ElevationInfo.ElevationInfo": {
|
|
4484
4520
|
"additionalProperties": false,
|
|
4485
|
-
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView.
|
|
4521
|
+
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
|
|
4486
4522
|
"properties": {
|
|
4487
4523
|
"featureExpression": {
|
|
4488
4524
|
"description": "Deprecated with 1.8, use featureExpressionInfo instead. {\"value\":0} Ignores geometry z-values."
|
|
@@ -4493,10 +4529,10 @@
|
|
|
4493
4529
|
},
|
|
4494
4530
|
"mode": {
|
|
4495
4531
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
|
|
4496
|
-
"description": "Determines how the service elevation values are combined with the basemap elevation. See
|
|
4532
|
+
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
|
|
4497
4533
|
},
|
|
4498
4534
|
"offset": {
|
|
4499
|
-
"description": "Offset is always added to the result of the above logic except for
|
|
4535
|
+
"description": "Offset is always added to the result of the above logic except for{@link\"onTheGround\"}where offset is ignored.",
|
|
4500
4536
|
"type": "number"
|
|
4501
4537
|
},
|
|
4502
4538
|
"unit": {
|
|
@@ -4533,7 +4569,7 @@
|
|
|
4533
4569
|
},
|
|
4534
4570
|
"esri.rest-api.ElevationLayer.ElevationLayer": {
|
|
4535
4571
|
"additionalProperties": false,
|
|
4536
|
-
"description": "ElevationLayer is a tile layer used for rendering elevation in web scenes. A default world elevation layer can be added to the map by setting the map's ground property to world-elevation.
|
|
4572
|
+
"description": "ElevationLayer is a tile layer used for rendering elevation in web scenes. A default world elevation layer can be added to the map by setting the map's ground property to world-elevation.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
|
|
4537
4573
|
"properties": {
|
|
4538
4574
|
"blendMode": {
|
|
4539
4575
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4560,7 +4596,7 @@
|
|
|
4560
4596
|
},
|
|
4561
4597
|
"listMode": {
|
|
4562
4598
|
"$ref": "esri.ListMode",
|
|
4563
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
4599
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
4564
4600
|
},
|
|
4565
4601
|
"maxScale": {
|
|
4566
4602
|
"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.",
|
|
@@ -4575,7 +4611,7 @@
|
|
|
4575
4611
|
"type": "number"
|
|
4576
4612
|
},
|
|
4577
4613
|
"refreshInterval": {
|
|
4578
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
4614
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4579
4615
|
"type": "number"
|
|
4580
4616
|
},
|
|
4581
4617
|
"showLegend": {
|
|
@@ -4587,7 +4623,7 @@
|
|
|
4587
4623
|
"type": "string"
|
|
4588
4624
|
},
|
|
4589
4625
|
"type": {
|
|
4590
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
4626
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
4591
4627
|
"enum": [
|
|
4592
4628
|
"BingMapsAerial",
|
|
4593
4629
|
"BingMapsHybrid",
|
|
@@ -4616,7 +4652,7 @@
|
|
|
4616
4652
|
},
|
|
4617
4653
|
"esri.rest-api.Extent.Extent": {
|
|
4618
4654
|
"additionalProperties": false,
|
|
4619
|
-
"description": "This object defines the bounding geometry given the lower-left and upper-right corners of the bounding box. A spatial reference is also required.
|
|
4655
|
+
"description": "This object defines the bounding geometry given the lower-left and upper-right corners of the bounding box. A spatial reference is also required.{@linkhttps://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/extent/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extent/}.",
|
|
4620
4656
|
"properties": {
|
|
4621
4657
|
"spatialReference": {
|
|
4622
4658
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -4643,7 +4679,7 @@
|
|
|
4643
4679
|
},
|
|
4644
4680
|
"esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
|
|
4645
4681
|
"additionalProperties": false,
|
|
4646
|
-
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.
|
|
4682
|
+
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
|
|
4647
4683
|
"properties": {
|
|
4648
4684
|
"enable": {
|
|
4649
4685
|
"description": "Type: Boolean.",
|
|
@@ -4658,7 +4694,7 @@
|
|
|
4658
4694
|
"type": "number"
|
|
4659
4695
|
},
|
|
4660
4696
|
"type": {
|
|
4661
|
-
"description": "The type of the Symbol3DLayer. See
|
|
4697
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
4662
4698
|
"enum": [
|
|
4663
4699
|
"Extrude"
|
|
4664
4700
|
],
|
|
@@ -4672,7 +4708,7 @@
|
|
|
4672
4708
|
},
|
|
4673
4709
|
"esri.rest-api.Feature.Feature": {
|
|
4674
4710
|
"additionalProperties": false,
|
|
4675
|
-
"description": "Contains information about an attribute field and feature geometry.
|
|
4711
|
+
"description": "Contains information about an attribute field and feature geometry.{@linkhttps://developers.arcgis.com/web-map-specification/objects/feature/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/feature/}.",
|
|
4676
4712
|
"properties": {
|
|
4677
4713
|
"attributes": {
|
|
4678
4714
|
"description": "The feature attributes. It is a JSON object that contains a dictionary of name-value pairs. The names are the feature field names. The values are the field values and they can be any of the standard JSON types - string, number and boolean. Note that date values are encoded as numbers. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC."
|
|
@@ -4727,7 +4763,7 @@
|
|
|
4727
4763
|
},
|
|
4728
4764
|
"esri.rest-api.FeatureCollection.FeatureCollection": {
|
|
4729
4765
|
"additionalProperties": false,
|
|
4730
|
-
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map.
|
|
4766
|
+
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
|
|
4731
4767
|
"properties": {
|
|
4732
4768
|
"layers": {
|
|
4733
4769
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -4757,7 +4793,7 @@
|
|
|
4757
4793
|
},
|
|
4758
4794
|
"esri.rest-api.FeatureLayer.FeatureLayer": {
|
|
4759
4795
|
"additionalProperties": false,
|
|
4760
|
-
"description": "Feature layers can be created by referencing a layer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature layer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature layer based on the supplied definition.
|
|
4796
|
+
"description": "Feature layers can be created by referencing a layer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature layer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature layer based on the supplied definition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
|
|
4761
4797
|
"properties": {
|
|
4762
4798
|
"blendMode": {
|
|
4763
4799
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4811,7 +4847,7 @@
|
|
|
4811
4847
|
},
|
|
4812
4848
|
"listMode": {
|
|
4813
4849
|
"$ref": "esri.ListMode",
|
|
4814
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
4850
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
4815
4851
|
},
|
|
4816
4852
|
"maxScale": {
|
|
4817
4853
|
"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.",
|
|
@@ -4823,7 +4859,7 @@
|
|
|
4823
4859
|
},
|
|
4824
4860
|
"mode": {
|
|
4825
4861
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
4826
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See
|
|
4862
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
|
|
4827
4863
|
},
|
|
4828
4864
|
"opacity": {
|
|
4829
4865
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -4834,7 +4870,7 @@
|
|
|
4834
4870
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
4835
4871
|
},
|
|
4836
4872
|
"refreshInterval": {
|
|
4837
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
4873
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4838
4874
|
"type": "number"
|
|
4839
4875
|
},
|
|
4840
4876
|
"screenSizePerspective": {
|
|
@@ -4861,7 +4897,7 @@
|
|
|
4861
4897
|
"type": "string"
|
|
4862
4898
|
},
|
|
4863
4899
|
"type": {
|
|
4864
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
4900
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
4865
4901
|
"enum": [
|
|
4866
4902
|
"BingMapsAerial",
|
|
4867
4903
|
"BingMapsHybrid",
|
|
@@ -4973,7 +5009,7 @@
|
|
|
4973
5009
|
},
|
|
4974
5010
|
"esri.rest-api.FeatureSet.FeatureSet": {
|
|
4975
5011
|
"additionalProperties": false,
|
|
4976
|
-
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer.
|
|
5012
|
+
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureSet/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
|
|
4977
5013
|
"properties": {
|
|
4978
5014
|
"features": {
|
|
4979
5015
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -4995,7 +5031,7 @@
|
|
|
4995
5031
|
},
|
|
4996
5032
|
"esri.rest-api.Field.Field": {
|
|
4997
5033
|
"additionalProperties": false,
|
|
4998
|
-
"description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition.
|
|
5034
|
+
"description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/field/}.",
|
|
4999
5035
|
"properties": {
|
|
5000
5036
|
"alias": {
|
|
5001
5037
|
"description": "The field alias (human-readable name).",
|
|
@@ -5027,7 +5063,7 @@
|
|
|
5027
5063
|
},
|
|
5028
5064
|
"type": {
|
|
5029
5065
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
5030
|
-
"description": "Type of the Field. See
|
|
5066
|
+
"description": "Type of the Field. See{@linkFieldType}."
|
|
5031
5067
|
}
|
|
5032
5068
|
},
|
|
5033
5069
|
"type": "object"
|
|
@@ -5053,7 +5089,7 @@
|
|
|
5053
5089
|
},
|
|
5054
5090
|
"esri.rest-api.FieldInfo.FieldInfo": {
|
|
5055
5091
|
"additionalProperties": false,
|
|
5056
|
-
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window.
|
|
5092
|
+
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
|
|
5057
5093
|
"properties": {
|
|
5058
5094
|
"fieldName": {
|
|
5059
5095
|
"description": "The field name as defined by the service.",
|
|
@@ -5073,7 +5109,7 @@
|
|
|
5073
5109
|
},
|
|
5074
5110
|
"stringFieldOption": {
|
|
5075
5111
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
|
|
5076
|
-
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See
|
|
5112
|
+
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@linkStringFieldOption}."
|
|
5077
5113
|
},
|
|
5078
5114
|
"tooltip": {
|
|
5079
5115
|
"description": "Provides an editing hint for editors of the field. This string could provide a short description of the field and how editors should format or supply its value.",
|
|
@@ -5090,7 +5126,7 @@
|
|
|
5090
5126
|
"type": "object"
|
|
5091
5127
|
},
|
|
5092
5128
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
5093
|
-
"description": "The type of string field to use with
|
|
5129
|
+
"description": "The type of string field to use with{@linkFieldInfo.stringFieldOption}..",
|
|
5094
5130
|
"enum": [
|
|
5095
5131
|
"richtext",
|
|
5096
5132
|
"textarea",
|
|
@@ -5100,7 +5136,7 @@
|
|
|
5100
5136
|
},
|
|
5101
5137
|
"esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
|
|
5102
5138
|
"additionalProperties": false,
|
|
5103
|
-
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView.
|
|
5139
|
+
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
|
|
5104
5140
|
"properties": {
|
|
5105
5141
|
"castShadows": {
|
|
5106
5142
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -5123,7 +5159,7 @@
|
|
|
5123
5159
|
"description": "The outline of the point, line or polygon."
|
|
5124
5160
|
},
|
|
5125
5161
|
"type": {
|
|
5126
|
-
"description": "The type of the Symbol3DLayer. See
|
|
5162
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
5127
5163
|
"enum": [
|
|
5128
5164
|
"Fill"
|
|
5129
5165
|
],
|
|
@@ -5137,7 +5173,7 @@
|
|
|
5137
5173
|
},
|
|
5138
5174
|
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
5139
5175
|
"additionalProperties": false,
|
|
5140
|
-
"description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element.
|
|
5176
|
+
"description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
|
|
5141
5177
|
"properties": {
|
|
5142
5178
|
"attachmentKeyword": {
|
|
5143
5179
|
"description": "A string to identify the attachment(s). When a file is attached using the form, this property is used to set the value of the keywords field for the attachment. When a form is displaying existing attachments, this property is used to query attachments using an exact match on the keywords field.",
|
|
@@ -5152,26 +5188,8 @@
|
|
|
5152
5188
|
"type": "boolean"
|
|
5153
5189
|
},
|
|
5154
5190
|
"inputType": {
|
|
5155
|
-
"
|
|
5156
|
-
"description": "The input user interface to use for the attachment."
|
|
5157
|
-
"properties": {
|
|
5158
|
-
"type": {
|
|
5159
|
-
"description": "The input type identifier.",
|
|
5160
|
-
"enum": [
|
|
5161
|
-
"attachment",
|
|
5162
|
-
"audio",
|
|
5163
|
-
"document",
|
|
5164
|
-
"image",
|
|
5165
|
-
"signature",
|
|
5166
|
-
"video"
|
|
5167
|
-
],
|
|
5168
|
-
"type": "string"
|
|
5169
|
-
}
|
|
5170
|
-
},
|
|
5171
|
-
"required": [
|
|
5172
|
-
"type"
|
|
5173
|
-
],
|
|
5174
|
-
"type": "object"
|
|
5191
|
+
"$ref": "__type",
|
|
5192
|
+
"description": "The input user interface to use for the attachment."
|
|
5175
5193
|
},
|
|
5176
5194
|
"label": {
|
|
5177
5195
|
"description": "A string value indicating what the element represents.",
|
|
@@ -5196,7 +5214,7 @@
|
|
|
5196
5214
|
},
|
|
5197
5215
|
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
5198
5216
|
"additionalProperties": false,
|
|
5199
|
-
"description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used.
|
|
5217
|
+
"description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
|
|
5200
5218
|
"properties": {
|
|
5201
5219
|
"maxLength": {
|
|
5202
5220
|
"description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
|
|
@@ -5221,7 +5239,7 @@
|
|
|
5221
5239
|
},
|
|
5222
5240
|
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
5223
5241
|
"additionalProperties": false,
|
|
5224
|
-
"description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time.
|
|
5242
|
+
"description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
|
|
5225
5243
|
"properties": {
|
|
5226
5244
|
"noValueOptionLabel": {
|
|
5227
5245
|
"description": "The text used to represent a null value.",
|
|
@@ -5246,7 +5264,7 @@
|
|
|
5246
5264
|
},
|
|
5247
5265
|
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
5248
5266
|
"additionalProperties": false,
|
|
5249
|
-
"description": "Defines the desired user interface is a calendar date picker.
|
|
5267
|
+
"description": "Defines the desired user interface is a calendar date picker.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
5250
5268
|
"properties": {
|
|
5251
5269
|
"includeTime": {
|
|
5252
5270
|
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
@@ -5275,7 +5293,7 @@
|
|
|
5275
5293
|
},
|
|
5276
5294
|
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
5277
5295
|
"additionalProperties": false,
|
|
5278
|
-
"description": "Arcade expression used in the form.
|
|
5296
|
+
"description": "Arcade expression used in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
5279
5297
|
"properties": {
|
|
5280
5298
|
"expression": {
|
|
5281
5299
|
"description": "The Arcade expression.",
|
|
@@ -5301,7 +5319,7 @@
|
|
|
5301
5319
|
},
|
|
5302
5320
|
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
5303
5321
|
"additionalProperties": false,
|
|
5304
|
-
"description": "Defines how a field in the dataset participates in the form.
|
|
5322
|
+
"description": "Defines how a field in the dataset participates in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
5305
5323
|
"properties": {
|
|
5306
5324
|
"description": {
|
|
5307
5325
|
"description": "A string that describes the element in detail.",
|
|
@@ -5372,7 +5390,7 @@
|
|
|
5372
5390
|
},
|
|
5373
5391
|
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
5374
5392
|
"additionalProperties": false,
|
|
5375
|
-
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together.
|
|
5393
|
+
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
|
|
5376
5394
|
"properties": {
|
|
5377
5395
|
"description": {
|
|
5378
5396
|
"description": "A string that describes the element in detail.",
|
|
@@ -5426,7 +5444,7 @@
|
|
|
5426
5444
|
},
|
|
5427
5445
|
"esri.rest-api.FormInfo.FormInfo": {
|
|
5428
5446
|
"additionalProperties": false,
|
|
5429
|
-
"description": "Defines the form configuration when a user edits a feature.
|
|
5447
|
+
"description": "Defines the form configuration when a user edits a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
5430
5448
|
"properties": {
|
|
5431
5449
|
"description": {
|
|
5432
5450
|
"description": "A string that appears in the body of the form as a description.",
|
|
@@ -5468,7 +5486,7 @@
|
|
|
5468
5486
|
},
|
|
5469
5487
|
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
5470
5488
|
"additionalProperties": false,
|
|
5471
|
-
"description": "Defines the desired user interface is a radio button group.
|
|
5489
|
+
"description": "Defines the desired user interface is a radio button group.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
5472
5490
|
"properties": {
|
|
5473
5491
|
"noValueOptionLabel": {
|
|
5474
5492
|
"description": "The text used to represent a null value.",
|
|
@@ -5493,7 +5511,7 @@
|
|
|
5493
5511
|
},
|
|
5494
5512
|
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
5495
5513
|
"additionalProperties": false,
|
|
5496
|
-
"description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records.
|
|
5514
|
+
"description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
|
|
5497
5515
|
"properties": {
|
|
5498
5516
|
"description": {
|
|
5499
5517
|
"description": "A string that describes the element in detail.",
|
|
@@ -5537,7 +5555,7 @@
|
|
|
5537
5555
|
},
|
|
5538
5556
|
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
5539
5557
|
"additionalProperties": false,
|
|
5540
|
-
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options.
|
|
5558
|
+
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
|
|
5541
5559
|
"properties": {
|
|
5542
5560
|
"offValue": {
|
|
5543
5561
|
"description": "The coded value when switch state is off.",
|
|
@@ -5568,7 +5586,7 @@
|
|
|
5568
5586
|
},
|
|
5569
5587
|
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
5570
5588
|
"additionalProperties": false,
|
|
5571
|
-
"description": "Defines the desired user interface is a multi-line text area.
|
|
5589
|
+
"description": "Defines the desired user interface is a multi-line text area.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
5572
5590
|
"properties": {
|
|
5573
5591
|
"maxLength": {
|
|
5574
5592
|
"description": "This represents the maximum number of characters allowed. If not supplied, the value is derived from the length property of the referenced field in the service.",
|
|
@@ -5593,7 +5611,7 @@
|
|
|
5593
5611
|
},
|
|
5594
5612
|
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
5595
5613
|
"additionalProperties": false,
|
|
5596
|
-
"description": "Defines the desired user interface is a single-line text box.
|
|
5614
|
+
"description": "Defines the desired user interface is a single-line text box.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
5597
5615
|
"properties": {
|
|
5598
5616
|
"maxLength": {
|
|
5599
5617
|
"description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
|
|
@@ -5617,7 +5635,7 @@
|
|
|
5617
5635
|
"type": "object"
|
|
5618
5636
|
},
|
|
5619
5637
|
"esri.rest-api.Format.DateFormat": {
|
|
5620
|
-
"description": "Possible date formats for
|
|
5638
|
+
"description": "Possible date formats for{@linkFormat.dateFormat}.",
|
|
5621
5639
|
"enum": [
|
|
5622
5640
|
"dayShortMonthYear",
|
|
5623
5641
|
"longDate",
|
|
@@ -5640,11 +5658,11 @@
|
|
|
5640
5658
|
},
|
|
5641
5659
|
"esri.rest-api.Format.Format": {
|
|
5642
5660
|
"additionalProperties": false,
|
|
5643
|
-
"description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows.
|
|
5661
|
+
"description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows.{@linkhttps://developers.arcgis.com/web-map-specification/objects/format/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/format/}.",
|
|
5644
5662
|
"properties": {
|
|
5645
5663
|
"dateFormat": {
|
|
5646
5664
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
5647
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See
|
|
5665
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkDateFormat}."
|
|
5648
5666
|
},
|
|
5649
5667
|
"digitSeparator": {
|
|
5650
5668
|
"description": "A Boolean used with numerical fields. A value of true allows the number to have a digit (or thousands) separator when the value appears in pop-up windows. Depending on the locale, this separator is a decimal point or a comma. A value of false means that no separator will be used.",
|
|
@@ -5659,7 +5677,7 @@
|
|
|
5659
5677
|
},
|
|
5660
5678
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
5661
5679
|
"additionalProperties": false,
|
|
5662
|
-
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer.
|
|
5680
|
+
"description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
5663
5681
|
"properties": {
|
|
5664
5682
|
"blendMode": {
|
|
5665
5683
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5682,7 +5700,7 @@
|
|
|
5682
5700
|
},
|
|
5683
5701
|
"listMode": {
|
|
5684
5702
|
"$ref": "esri.ListMode",
|
|
5685
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
5703
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
5686
5704
|
},
|
|
5687
5705
|
"maxScale": {
|
|
5688
5706
|
"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.",
|
|
@@ -5705,7 +5723,7 @@
|
|
|
5705
5723
|
"description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have polygons, this property is not added to the layer JSON."
|
|
5706
5724
|
},
|
|
5707
5725
|
"refreshInterval": {
|
|
5708
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
5726
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5709
5727
|
"type": "number"
|
|
5710
5728
|
},
|
|
5711
5729
|
"showLegend": {
|
|
@@ -5717,7 +5735,7 @@
|
|
|
5717
5735
|
"type": "string"
|
|
5718
5736
|
},
|
|
5719
5737
|
"type": {
|
|
5720
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
5738
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
5721
5739
|
"enum": [
|
|
5722
5740
|
"BingMapsAerial",
|
|
5723
5741
|
"BingMapsHybrid",
|
|
@@ -5762,7 +5780,7 @@
|
|
|
5762
5780
|
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
5763
5781
|
}
|
|
5764
5782
|
],
|
|
5765
|
-
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See
|
|
5783
|
+
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@linkhttp://resources.arcgis.com/en/help/rest/apiref/geometry.html}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometryType/}."
|
|
5766
5784
|
},
|
|
5767
5785
|
"esri.rest-api.Geometry.GeometryType": {
|
|
5768
5786
|
"description": "The type of the Geometry.",
|
|
@@ -5777,7 +5795,7 @@
|
|
|
5777
5795
|
},
|
|
5778
5796
|
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
5779
5797
|
"additionalProperties": false,
|
|
5780
|
-
"description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers.
|
|
5798
|
+
"description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
|
|
5781
5799
|
"properties": {
|
|
5782
5800
|
"blendMode": {
|
|
5783
5801
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5797,71 +5815,13 @@
|
|
|
5797
5815
|
"layers": {
|
|
5798
5816
|
"description": "List of child operationalLayers.",
|
|
5799
5817
|
"items": {
|
|
5800
|
-
"
|
|
5801
|
-
{
|
|
5802
|
-
"$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
|
|
5803
|
-
},
|
|
5804
|
-
{
|
|
5805
|
-
"$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
|
|
5806
|
-
},
|
|
5807
|
-
{
|
|
5808
|
-
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
5809
|
-
},
|
|
5810
|
-
{
|
|
5811
|
-
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
5812
|
-
},
|
|
5813
|
-
{
|
|
5814
|
-
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
5815
|
-
},
|
|
5816
|
-
{
|
|
5817
|
-
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
5818
|
-
},
|
|
5819
|
-
{
|
|
5820
|
-
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
5821
|
-
},
|
|
5822
|
-
{
|
|
5823
|
-
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
5824
|
-
},
|
|
5825
|
-
{
|
|
5826
|
-
"$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
|
|
5827
|
-
},
|
|
5828
|
-
{
|
|
5829
|
-
"$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
|
|
5830
|
-
},
|
|
5831
|
-
{
|
|
5832
|
-
"$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
|
|
5833
|
-
},
|
|
5834
|
-
{
|
|
5835
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
|
|
5836
|
-
},
|
|
5837
|
-
{
|
|
5838
|
-
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
5839
|
-
},
|
|
5840
|
-
{
|
|
5841
|
-
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
5842
|
-
},
|
|
5843
|
-
{
|
|
5844
|
-
"$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
|
|
5845
|
-
},
|
|
5846
|
-
{
|
|
5847
|
-
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
5848
|
-
},
|
|
5849
|
-
{
|
|
5850
|
-
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
5851
|
-
},
|
|
5852
|
-
{
|
|
5853
|
-
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
5854
|
-
},
|
|
5855
|
-
{
|
|
5856
|
-
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
5857
|
-
}
|
|
5858
|
-
]
|
|
5818
|
+
"$ref": "#/definitions/OperationalLayer"
|
|
5859
5819
|
},
|
|
5860
5820
|
"type": "array"
|
|
5861
5821
|
},
|
|
5862
5822
|
"listMode": {
|
|
5863
5823
|
"$ref": "esri.ListMode",
|
|
5864
|
-
"description": "To show or hide the group layer in the layer list. See
|
|
5824
|
+
"description": "To show or hide the group layer in the layer list. See{@linkListMode}."
|
|
5865
5825
|
},
|
|
5866
5826
|
"maxScale": {
|
|
5867
5827
|
"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.",
|
|
@@ -5876,7 +5836,7 @@
|
|
|
5876
5836
|
"type": "number"
|
|
5877
5837
|
},
|
|
5878
5838
|
"refreshInterval": {
|
|
5879
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
5839
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5880
5840
|
"type": "number"
|
|
5881
5841
|
},
|
|
5882
5842
|
"showLegend": {
|
|
@@ -5888,7 +5848,7 @@
|
|
|
5888
5848
|
"type": "string"
|
|
5889
5849
|
},
|
|
5890
5850
|
"type": {
|
|
5891
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
5851
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
5892
5852
|
"enum": [
|
|
5893
5853
|
"BingMapsAerial",
|
|
5894
5854
|
"BingMapsHybrid",
|
|
@@ -5907,7 +5867,7 @@
|
|
|
5907
5867
|
},
|
|
5908
5868
|
"visibilityMode": {
|
|
5909
5869
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
|
|
5910
|
-
"description": "How visibility of children is affected: independent, exclusive, inherited. See
|
|
5870
|
+
"description": "How visibility of children is affected: independent, exclusive, inherited. See{@linkGroupLayerVisibilityMode}."
|
|
5911
5871
|
}
|
|
5912
5872
|
},
|
|
5913
5873
|
"required": [
|
|
@@ -5926,7 +5886,7 @@
|
|
|
5926
5886
|
},
|
|
5927
5887
|
"esri.rest-api.HeatmapRenderer.ColorStop": {
|
|
5928
5888
|
"additionalProperties": false,
|
|
5929
|
-
"description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required.
|
|
5889
|
+
"description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
|
|
5930
5890
|
"properties": {
|
|
5931
5891
|
"color": {
|
|
5932
5892
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -5945,7 +5905,7 @@
|
|
|
5945
5905
|
},
|
|
5946
5906
|
"esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
|
|
5947
5907
|
"additionalProperties": false,
|
|
5948
|
-
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values.
|
|
5908
|
+
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values.{@linkhttps://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
|
|
5949
5909
|
"properties": {
|
|
5950
5910
|
"authoringInfo": {
|
|
5951
5911
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5980,10 +5940,10 @@
|
|
|
5980
5940
|
},
|
|
5981
5941
|
"rotationType": {
|
|
5982
5942
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5983
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
5943
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
5984
5944
|
},
|
|
5985
5945
|
"type": {
|
|
5986
|
-
"description": "The type of renderer. See
|
|
5946
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
5987
5947
|
"enum": [
|
|
5988
5948
|
"heatmap"
|
|
5989
5949
|
],
|
|
@@ -5992,20 +5952,8 @@
|
|
|
5992
5952
|
"visualVariables": {
|
|
5993
5953
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5994
5954
|
"items": {
|
|
5995
|
-
"
|
|
5996
|
-
|
|
5997
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
5998
|
-
},
|
|
5999
|
-
{
|
|
6000
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
6001
|
-
},
|
|
6002
|
-
{
|
|
6003
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
6004
|
-
},
|
|
6005
|
-
{
|
|
6006
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
6007
|
-
}
|
|
6008
|
-
]
|
|
5955
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
5956
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
6009
5957
|
},
|
|
6010
5958
|
"type": "array"
|
|
6011
5959
|
}
|
|
@@ -6017,7 +5965,7 @@
|
|
|
6017
5965
|
},
|
|
6018
5966
|
"esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
|
|
6019
5967
|
"additionalProperties": false,
|
|
6020
|
-
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView.
|
|
5968
|
+
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
|
|
6021
5969
|
"properties": {
|
|
6022
5970
|
"anchor": {
|
|
6023
5971
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -6055,7 +6003,7 @@
|
|
|
6055
6003
|
"type": "number"
|
|
6056
6004
|
},
|
|
6057
6005
|
"type": {
|
|
6058
|
-
"description": "The type of the Symbol3DLayer. See
|
|
6006
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
6059
6007
|
"enum": [
|
|
6060
6008
|
"Icon"
|
|
6061
6009
|
],
|
|
@@ -6069,12 +6017,11 @@
|
|
|
6069
6017
|
},
|
|
6070
6018
|
"esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
|
|
6071
6019
|
"additionalProperties": false,
|
|
6072
|
-
"description": "An image service provides access to raster data through a web service. Multiple rasters can be served as one image service through mosaic dataset technology, dynamically processed and mosaiced on the fly. An image service supports accessing both the mosaicked image and its catalog, as well as individual rasters in the catalog. Also, image services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached image services.
|
|
6020
|
+
"description": "An image service provides access to raster data through a web service. Multiple rasters can be served as one image service through mosaic dataset technology, dynamically processed and mosaiced on the fly. An image service supports accessing both the mosaicked image and its catalog, as well as individual rasters in the catalog. Also, image services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached image services.{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
|
|
6073
6021
|
"properties": {
|
|
6074
6022
|
"bandIds": {
|
|
6075
6023
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
6076
|
-
"items": {
|
|
6077
|
-
},
|
|
6024
|
+
"items": {},
|
|
6078
6025
|
"type": "array"
|
|
6079
6026
|
},
|
|
6080
6027
|
"blendMode": {
|
|
@@ -6145,7 +6092,7 @@
|
|
|
6145
6092
|
},
|
|
6146
6093
|
"listMode": {
|
|
6147
6094
|
"$ref": "esri.ListMode",
|
|
6148
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
6095
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
6149
6096
|
},
|
|
6150
6097
|
"maxScale": {
|
|
6151
6098
|
"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.",
|
|
@@ -6180,7 +6127,7 @@
|
|
|
6180
6127
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6181
6128
|
},
|
|
6182
6129
|
"refreshInterval": {
|
|
6183
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
6130
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
6184
6131
|
"type": "number"
|
|
6185
6132
|
},
|
|
6186
6133
|
"renderingRule": {
|
|
@@ -6200,7 +6147,7 @@
|
|
|
6200
6147
|
"type": "string"
|
|
6201
6148
|
},
|
|
6202
6149
|
"type": {
|
|
6203
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
6150
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
6204
6151
|
"enum": [
|
|
6205
6152
|
"BingMapsAerial",
|
|
6206
6153
|
"BingMapsHybrid",
|
|
@@ -6229,7 +6176,7 @@
|
|
|
6229
6176
|
},
|
|
6230
6177
|
"esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
|
|
6231
6178
|
"additionalProperties": false,
|
|
6232
|
-
"description": "The imageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The imageServiceVectorLayer also supports time-enabled data.
|
|
6179
|
+
"description": "The imageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The imageServiceVectorLayer also supports time-enabled data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
|
|
6233
6180
|
"properties": {
|
|
6234
6181
|
"blendMode": {
|
|
6235
6182
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6271,7 +6218,7 @@
|
|
|
6271
6218
|
},
|
|
6272
6219
|
"listMode": {
|
|
6273
6220
|
"$ref": "esri.ListMode",
|
|
6274
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
6221
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
6275
6222
|
},
|
|
6276
6223
|
"maxScale": {
|
|
6277
6224
|
"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.",
|
|
@@ -6290,7 +6237,7 @@
|
|
|
6290
6237
|
"type": "number"
|
|
6291
6238
|
},
|
|
6292
6239
|
"refreshInterval": {
|
|
6293
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
6240
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
6294
6241
|
"type": "number"
|
|
6295
6242
|
},
|
|
6296
6243
|
"showLegend": {
|
|
@@ -6306,7 +6253,7 @@
|
|
|
6306
6253
|
"type": "string"
|
|
6307
6254
|
},
|
|
6308
6255
|
"type": {
|
|
6309
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
6256
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
6310
6257
|
"enum": [
|
|
6311
6258
|
"BingMapsAerial",
|
|
6312
6259
|
"BingMapsHybrid",
|
|
@@ -6337,7 +6284,7 @@
|
|
|
6337
6284
|
},
|
|
6338
6285
|
"esri.rest-api.InheritedDomain.InheritedDomain": {
|
|
6339
6286
|
"additionalProperties": false,
|
|
6340
|
-
"description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.
|
|
6287
|
+
"description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.{@linkhttps://developers.arcgis.com/web-map-specification/objects/inherited_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
|
|
6341
6288
|
"properties": {
|
|
6342
6289
|
"type": {
|
|
6343
6290
|
"description": "The type of domain.",
|
|
@@ -6354,7 +6301,7 @@
|
|
|
6354
6301
|
},
|
|
6355
6302
|
"esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
|
|
6356
6303
|
"additionalProperties": false,
|
|
6357
|
-
"description": "An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information.
|
|
6304
|
+
"description": "An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
|
|
6358
6305
|
"properties": {
|
|
6359
6306
|
"blendMode": {
|
|
6360
6307
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6377,7 +6324,7 @@
|
|
|
6377
6324
|
},
|
|
6378
6325
|
"listMode": {
|
|
6379
6326
|
"$ref": "esri.ListMode",
|
|
6380
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
6327
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
6381
6328
|
},
|
|
6382
6329
|
"maxScale": {
|
|
6383
6330
|
"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.",
|
|
@@ -6392,7 +6339,7 @@
|
|
|
6392
6339
|
"type": "number"
|
|
6393
6340
|
},
|
|
6394
6341
|
"refreshInterval": {
|
|
6395
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
6342
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
6396
6343
|
"type": "number"
|
|
6397
6344
|
},
|
|
6398
6345
|
"showLegend": {
|
|
@@ -6404,7 +6351,7 @@
|
|
|
6404
6351
|
"type": "string"
|
|
6405
6352
|
},
|
|
6406
6353
|
"type": {
|
|
6407
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
6354
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
6408
6355
|
"enum": [
|
|
6409
6356
|
"BingMapsAerial",
|
|
6410
6357
|
"BingMapsHybrid",
|
|
@@ -6433,7 +6380,7 @@
|
|
|
6433
6380
|
},
|
|
6434
6381
|
"esri.rest-api.Item.Item": {
|
|
6435
6382
|
"additionalProperties": false,
|
|
6436
|
-
"description": "An item (a unit of content) in the portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item can have associated binary or textual data that's available via the item data resource. For example, an item of type Map Package returns the actual bits corresponding to the map package via the item data resource. The numViews is incremented when an item is opened.
|
|
6383
|
+
"description": "An item (a unit of content) in the portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item can have associated binary or textual data that's available via the item data resource. For example, an item of type Map Package returns the actual bits corresponding to the map package via the item data resource. The numViews is incremented when an item is opened.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.",
|
|
6437
6384
|
"properties": {
|
|
6438
6385
|
"$portal": {
|
|
6439
6386
|
"description": "The portal to load the item from.",
|
|
@@ -6640,7 +6587,7 @@
|
|
|
6640
6587
|
"type": "string"
|
|
6641
6588
|
},
|
|
6642
6589
|
"type": {
|
|
6643
|
-
"description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application.
|
|
6590
|
+
"description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.",
|
|
6644
6591
|
"type": "string"
|
|
6645
6592
|
},
|
|
6646
6593
|
"typeKeywords": {
|
|
@@ -6662,11 +6609,11 @@
|
|
|
6662
6609
|
},
|
|
6663
6610
|
"esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
|
|
6664
6611
|
"additionalProperties": false,
|
|
6665
|
-
"description": "Join Table data source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a joinTable.
|
|
6612
|
+
"description": "Join Table data source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a joinTable.{@linkhttps://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
|
|
6666
6613
|
"properties": {
|
|
6667
6614
|
"joinType": {
|
|
6668
6615
|
"$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
|
|
6669
|
-
"description": "The type of join (left outer or left inner). See
|
|
6616
|
+
"description": "The type of join (left outer or left inner). See{@linkJoinType}."
|
|
6670
6617
|
},
|
|
6671
6618
|
"leftTableKey": {
|
|
6672
6619
|
"description": "Field name from the left table.",
|
|
@@ -6699,7 +6646,7 @@
|
|
|
6699
6646
|
"description": "The right table source."
|
|
6700
6647
|
},
|
|
6701
6648
|
"type": {
|
|
6702
|
-
"description": "Type of the DataSource.
|
|
6649
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
6703
6650
|
"enum": [
|
|
6704
6651
|
"joinTable"
|
|
6705
6652
|
],
|
|
@@ -6725,7 +6672,7 @@
|
|
|
6725
6672
|
},
|
|
6726
6673
|
"esri.rest-api.KMLLayer.KMLLayer": {
|
|
6727
6674
|
"additionalProperties": false,
|
|
6728
|
-
"description": "Keyhole Markup Language (KML) is an XML-based format for storing geographic data and associated content and is an official Open Geospatial Consortium (OGC) standard. KML is a common format for sharing geographic data with non-GIS users as it can be easily delivered on the Internet.
|
|
6675
|
+
"description": "Keyhole Markup Language (KML) is an XML-based format for storing geographic data and associated content and is an official Open Geospatial Consortium (OGC) standard. KML is a common format for sharing geographic data with non-GIS users as it can be easily delivered on the Internet.{@linkhttps://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
|
|
6729
6676
|
"properties": {
|
|
6730
6677
|
"blendMode": {
|
|
6731
6678
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6748,7 +6695,7 @@
|
|
|
6748
6695
|
},
|
|
6749
6696
|
"listMode": {
|
|
6750
6697
|
"$ref": "esri.ListMode",
|
|
6751
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
6698
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
6752
6699
|
},
|
|
6753
6700
|
"maxScale": {
|
|
6754
6701
|
"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.",
|
|
@@ -6763,7 +6710,7 @@
|
|
|
6763
6710
|
"type": "number"
|
|
6764
6711
|
},
|
|
6765
6712
|
"refreshInterval": {
|
|
6766
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
6713
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
6767
6714
|
"type": "number"
|
|
6768
6715
|
},
|
|
6769
6716
|
"showLegend": {
|
|
@@ -6775,7 +6722,7 @@
|
|
|
6775
6722
|
"type": "string"
|
|
6776
6723
|
},
|
|
6777
6724
|
"type": {
|
|
6778
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
6725
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
6779
6726
|
"enum": [
|
|
6780
6727
|
"BingMapsAerial",
|
|
6781
6728
|
"BingMapsHybrid",
|
|
@@ -6811,7 +6758,7 @@
|
|
|
6811
6758
|
},
|
|
6812
6759
|
"esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
|
|
6813
6760
|
"additionalProperties": false,
|
|
6814
|
-
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView.
|
|
6761
|
+
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
|
|
6815
6762
|
"properties": {
|
|
6816
6763
|
"callout": {
|
|
6817
6764
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -6825,7 +6772,7 @@
|
|
|
6825
6772
|
"type": "array"
|
|
6826
6773
|
},
|
|
6827
6774
|
"type": {
|
|
6828
|
-
"description": "The type of symbol. See
|
|
6775
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
6829
6776
|
"enum": [
|
|
6830
6777
|
"LabelSymbol3D"
|
|
6831
6778
|
],
|
|
@@ -6843,7 +6790,7 @@
|
|
|
6843
6790
|
"type": "object"
|
|
6844
6791
|
},
|
|
6845
6792
|
"esri.rest-api.LabelingInfo.LabelPlacement": {
|
|
6846
|
-
"description": "Possible values used with
|
|
6793
|
+
"description": "Possible values used with{@linkLabelingInfo.labelPlacement}.",
|
|
6847
6794
|
"enum": [
|
|
6848
6795
|
"esriServerLinePlacementAboveAfter",
|
|
6849
6796
|
"esriServerLinePlacementAboveAlong",
|
|
@@ -6875,34 +6822,19 @@
|
|
|
6875
6822
|
},
|
|
6876
6823
|
"esri.rest-api.LabelingInfo.LabelingInfo": {
|
|
6877
6824
|
"additionalProperties": false,
|
|
6878
|
-
"description": "The labelingInfo object specifies the label definition for a layer.
|
|
6825
|
+
"description": "The labelingInfo object specifies the label definition for a layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
|
|
6879
6826
|
"properties": {
|
|
6880
6827
|
"labelExpression": {
|
|
6881
6828
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
6882
6829
|
"type": "string"
|
|
6883
6830
|
},
|
|
6884
6831
|
"labelExpressionInfo": {
|
|
6885
|
-
"
|
|
6886
|
-
"description": "This object allows label text to be read similar to that of the popupInfo's description property.
|
|
6887
|
-
"properties": {
|
|
6888
|
-
"expression": {
|
|
6889
|
-
"description": "An Arcade expression evaluating to either a string or a number.",
|
|
6890
|
-
"type": "string"
|
|
6891
|
-
},
|
|
6892
|
-
"title": {
|
|
6893
|
-
"description": "The title of the expression.",
|
|
6894
|
-
"type": "string"
|
|
6895
|
-
},
|
|
6896
|
-
"value": {
|
|
6897
|
-
"description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
|
|
6898
|
-
"type": "string"
|
|
6899
|
-
}
|
|
6900
|
-
},
|
|
6901
|
-
"type": "object"
|
|
6832
|
+
"$ref": "__type",
|
|
6833
|
+
"description": "This object allows label text to be read similar to that of the popupInfo's description property.{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}."
|
|
6902
6834
|
},
|
|
6903
6835
|
"labelPlacement": {
|
|
6904
6836
|
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
|
|
6905
|
-
"description": "This string property specifies the label placement with respect to that of its feature. A list of label placement values categorized by feature geometry types. See
|
|
6837
|
+
"description": "This string property specifies the label placement with respect to that of its feature. A list of label placement values categorized by feature geometry types. See{@linkLabelPlacement}."
|
|
6906
6838
|
},
|
|
6907
6839
|
"maxScale": {
|
|
6908
6840
|
"description": "Represents the maximum scale at which the layer definition will be applied.",
|
|
@@ -6940,7 +6872,7 @@
|
|
|
6940
6872
|
},
|
|
6941
6873
|
"esri.rest-api.Layer.Layer": {
|
|
6942
6874
|
"additionalProperties": false,
|
|
6943
|
-
"description": "This object allows overrides on pop-up content and drawing behavior for individual layers of a web service. When used with a feature collection, this object also contains geographic features and their attributes.
|
|
6875
|
+
"description": "This object allows overrides on pop-up content and drawing behavior for individual layers of a web service. When used with a feature collection, this object also contains geographic features and their attributes.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layer/}.",
|
|
6944
6876
|
"properties": {
|
|
6945
6877
|
"defaultVisibility": {
|
|
6946
6878
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -7017,7 +6949,7 @@
|
|
|
7017
6949
|
},
|
|
7018
6950
|
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
7019
6951
|
"additionalProperties": false,
|
|
7020
|
-
"description": "Defines overridden properties on a field for a specific view of the data.
|
|
6952
|
+
"description": "Defines overridden properties on a field for a specific view of the data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
|
|
7021
6953
|
"properties": {
|
|
7022
6954
|
"alias": {
|
|
7023
6955
|
"description": "A string containing the overridden field alias.",
|
|
@@ -7045,7 +6977,7 @@
|
|
|
7045
6977
|
},
|
|
7046
6978
|
"esri.rest-api.LayerDefinition.LayerDefinition": {
|
|
7047
6979
|
"additionalProperties": false,
|
|
7048
|
-
"description": "The LayerDefinition object defines the attribute schema and drawing information for a layer drawn using client-side graphics. This could include a feature collection, a CSV file referenced through the web, or a single layer in an ArcGIS map service. Also used for dynamic layers.
|
|
6980
|
+
"description": "The LayerDefinition object defines the attribute schema and drawing information for a layer drawn using client-side graphics. This could include a feature collection, a CSV file referenced through the web, or a single layer in an ArcGIS map service. Also used for dynamic layers.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
|
|
7049
6981
|
"properties": {
|
|
7050
6982
|
"allowGeometryUpdates": {
|
|
7051
6983
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -7114,18 +7046,8 @@
|
|
|
7114
7046
|
"type": "array"
|
|
7115
7047
|
},
|
|
7116
7048
|
"floorInfo": {
|
|
7117
|
-
"
|
|
7118
|
-
"description": "Contains floor-awareness information for the layer.
|
|
7119
|
-
"properties": {
|
|
7120
|
-
"floorField": {
|
|
7121
|
-
"description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
|
|
7122
|
-
"type": "string"
|
|
7123
|
-
}
|
|
7124
|
-
},
|
|
7125
|
-
"required": [
|
|
7126
|
-
"floorField"
|
|
7127
|
-
],
|
|
7128
|
-
"type": "object"
|
|
7049
|
+
"$ref": "__type",
|
|
7050
|
+
"description": "Contains floor-awareness information for the layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
7129
7051
|
},
|
|
7130
7052
|
"geometryType": {
|
|
7131
7053
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
@@ -7153,7 +7075,7 @@
|
|
|
7153
7075
|
},
|
|
7154
7076
|
"htmlPopupType": {
|
|
7155
7077
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
|
|
7156
|
-
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See
|
|
7078
|
+
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@linkHtmlPopupType}."
|
|
7157
7079
|
},
|
|
7158
7080
|
"id": {
|
|
7159
7081
|
"description": "The identifier assigned to the layer.",
|
|
@@ -7210,7 +7132,7 @@
|
|
|
7210
7132
|
"$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
|
|
7211
7133
|
}
|
|
7212
7134
|
],
|
|
7213
|
-
"description": "An object indicating the layerDefinition's layer source.
|
|
7135
|
+
"description": "An object indicating the layerDefinition's layer source.{@linkhttps://developers.arcgis.com/web-map-specification/objects/source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/source/}."
|
|
7214
7136
|
},
|
|
7215
7137
|
"spatialReference": {
|
|
7216
7138
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -7279,7 +7201,7 @@
|
|
|
7279
7201
|
},
|
|
7280
7202
|
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
7281
7203
|
"additionalProperties": false,
|
|
7282
|
-
"description": "Time info if the layer/table supports querying and exporting maps based on time.
|
|
7204
|
+
"description": "Time info if the layer/table supports querying and exporting maps based on time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
|
|
7283
7205
|
"properties": {
|
|
7284
7206
|
"endTimeField": {
|
|
7285
7207
|
"description": "The name of the attribute field that contains the end time information.",
|
|
@@ -7298,16 +7220,6 @@
|
|
|
7298
7220
|
"type": "string"
|
|
7299
7221
|
},
|
|
7300
7222
|
"timeExtent": {
|
|
7301
|
-
"additionalItems": {
|
|
7302
|
-
"anyOf": [
|
|
7303
|
-
{
|
|
7304
|
-
"type": "number"
|
|
7305
|
-
},
|
|
7306
|
-
{
|
|
7307
|
-
"type": "number"
|
|
7308
|
-
}
|
|
7309
|
-
]
|
|
7310
|
-
},
|
|
7311
7223
|
"description": "The time extent for all the data in the layer.",
|
|
7312
7224
|
"items": [
|
|
7313
7225
|
{
|
|
@@ -7317,6 +7229,7 @@
|
|
|
7317
7229
|
"type": "number"
|
|
7318
7230
|
}
|
|
7319
7231
|
],
|
|
7232
|
+
"maxItems": 2,
|
|
7320
7233
|
"minItems": 2,
|
|
7321
7234
|
"type": "array"
|
|
7322
7235
|
},
|
|
@@ -7329,22 +7242,8 @@
|
|
|
7329
7242
|
"description": "Temporal unit in which the time interval is measured."
|
|
7330
7243
|
},
|
|
7331
7244
|
"timeReference": {
|
|
7332
|
-
"
|
|
7333
|
-
"description": "Defines information about daylight savings time and the time zone in which data was collected.
|
|
7334
|
-
"properties": {
|
|
7335
|
-
"respectsDaylightSaving": {
|
|
7336
|
-
"description": "Indicates whether the time reference takes into account daylight savings time.",
|
|
7337
|
-
"type": "boolean"
|
|
7338
|
-
},
|
|
7339
|
-
"timeZone": {
|
|
7340
|
-
"description": "The time zone in which the data was captured.",
|
|
7341
|
-
"type": "string"
|
|
7342
|
-
}
|
|
7343
|
-
},
|
|
7344
|
-
"required": [
|
|
7345
|
-
"respectsDaylightSaving"
|
|
7346
|
-
],
|
|
7347
|
-
"type": "object"
|
|
7245
|
+
"$ref": "__type",
|
|
7246
|
+
"description": "Defines information about daylight savings time and the time zone in which data was collected.{@linkhttps://developers.arcgis.com/web-map-specification/objects/timeReference/}."
|
|
7348
7247
|
},
|
|
7349
7248
|
"trackIdField": {
|
|
7350
7249
|
"description": "The field that contains the trackId.",
|
|
@@ -7398,7 +7297,7 @@
|
|
|
7398
7297
|
},
|
|
7399
7298
|
"esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
|
|
7400
7299
|
"additionalProperties": false,
|
|
7401
|
-
"description": "The default time-related export options for a layer.
|
|
7300
|
+
"description": "The default time-related export options for a layer.{@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
|
|
7402
7301
|
"properties": {
|
|
7403
7302
|
"timeDataCumulative": {
|
|
7404
7303
|
"description": "If true, draw all the features from the beginning of time for that data.",
|
|
@@ -7421,7 +7320,7 @@
|
|
|
7421
7320
|
},
|
|
7422
7321
|
"esri.rest-api.LineSymbol3D.LineSymbol3D": {
|
|
7423
7322
|
"additionalProperties": false,
|
|
7424
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.
|
|
7323
|
+
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
|
|
7425
7324
|
"properties": {
|
|
7426
7325
|
"symbolLayers": {
|
|
7427
7326
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -7438,7 +7337,7 @@
|
|
|
7438
7337
|
"type": "array"
|
|
7439
7338
|
},
|
|
7440
7339
|
"type": {
|
|
7441
|
-
"description": "The type of symbol. See
|
|
7340
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7442
7341
|
"enum": [
|
|
7443
7342
|
"LineSymbol3D"
|
|
7444
7343
|
],
|
|
@@ -7453,7 +7352,7 @@
|
|
|
7453
7352
|
},
|
|
7454
7353
|
"esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
|
|
7455
7354
|
"additionalProperties": false,
|
|
7456
|
-
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView.
|
|
7355
|
+
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
|
|
7457
7356
|
"properties": {
|
|
7458
7357
|
"enable": {
|
|
7459
7358
|
"description": "Type: Boolean.",
|
|
@@ -7468,7 +7367,7 @@
|
|
|
7468
7367
|
"type": "number"
|
|
7469
7368
|
},
|
|
7470
7369
|
"type": {
|
|
7471
|
-
"description": "The type of the Symbol3DLayer. See
|
|
7370
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
7472
7371
|
"enum": [
|
|
7473
7372
|
"Line"
|
|
7474
7373
|
],
|
|
@@ -7482,7 +7381,7 @@
|
|
|
7482
7381
|
},
|
|
7483
7382
|
"esri.rest-api.LocationInfo.LocationInfo": {
|
|
7484
7383
|
"additionalProperties": false,
|
|
7485
|
-
"description": "Defines how location information will be retrieved from a CSV file referenced through the web.
|
|
7384
|
+
"description": "Defines how location information will be retrieved from a CSV file referenced through the web.{@linkhttps://developers.arcgis.com/web-map-specification/objects/locationInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
|
|
7486
7385
|
"properties": {
|
|
7487
7386
|
"latitudeFieldName": {
|
|
7488
7387
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -7501,7 +7400,7 @@
|
|
|
7501
7400
|
},
|
|
7502
7401
|
"esri.rest-api.MapServiceLayer.MapServiceLayer": {
|
|
7503
7402
|
"additionalProperties": false,
|
|
7504
|
-
"description": "ArcGIS web maps are designed to work with web services hosted on ArcGIS Server and ArcGIS Online, in addition to other types of servers. Map services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached map services.
|
|
7403
|
+
"description": "ArcGIS web maps are designed to work with web services hosted on ArcGIS Server and ArcGIS Online, in addition to other types of servers. Map services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached map services.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
|
|
7505
7404
|
"properties": {
|
|
7506
7405
|
"blendMode": {
|
|
7507
7406
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7538,7 +7437,7 @@
|
|
|
7538
7437
|
},
|
|
7539
7438
|
"listMode": {
|
|
7540
7439
|
"$ref": "esri.ListMode",
|
|
7541
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
7440
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
7542
7441
|
},
|
|
7543
7442
|
"maxScale": {
|
|
7544
7443
|
"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.",
|
|
@@ -7553,7 +7452,7 @@
|
|
|
7553
7452
|
"type": "number"
|
|
7554
7453
|
},
|
|
7555
7454
|
"refreshInterval": {
|
|
7556
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
7455
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7557
7456
|
"type": "number"
|
|
7558
7457
|
},
|
|
7559
7458
|
"showLegend": {
|
|
@@ -7569,7 +7468,7 @@
|
|
|
7569
7468
|
"type": "string"
|
|
7570
7469
|
},
|
|
7571
7470
|
"type": {
|
|
7572
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
7471
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
7573
7472
|
"enum": [
|
|
7574
7473
|
"BingMapsAerial",
|
|
7575
7474
|
"BingMapsHybrid",
|
|
@@ -7605,7 +7504,7 @@
|
|
|
7605
7504
|
},
|
|
7606
7505
|
"esri.rest-api.MediaInfo.MediaInfo": {
|
|
7607
7506
|
"additionalProperties": false,
|
|
7608
|
-
"description": "Defines an image or a chart to be displayed in a pop-up window.
|
|
7507
|
+
"description": "Defines an image or a chart to be displayed in a pop-up window.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mediaInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mediaInfo/}.",
|
|
7609
7508
|
"properties": {
|
|
7610
7509
|
"caption": {
|
|
7611
7510
|
"description": "A caption describing the media. This can contain a field name enclosed in {}, such as {IMAGE_CAPTION}.",
|
|
@@ -7620,7 +7519,7 @@
|
|
|
7620
7519
|
"type": "string"
|
|
7621
7520
|
},
|
|
7622
7521
|
"type": {
|
|
7623
|
-
"description": "Defines the type of media. One of the
|
|
7522
|
+
"description": "Defines the type of media. One of the{@linkMediaType}constants.",
|
|
7624
7523
|
"type": "string"
|
|
7625
7524
|
},
|
|
7626
7525
|
"value": {
|
|
@@ -7632,7 +7531,7 @@
|
|
|
7632
7531
|
},
|
|
7633
7532
|
"esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
|
|
7634
7533
|
"additionalProperties": false,
|
|
7635
|
-
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView.
|
|
7534
|
+
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
|
|
7636
7535
|
"properties": {
|
|
7637
7536
|
"symbolLayers": {
|
|
7638
7537
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -7642,7 +7541,7 @@
|
|
|
7642
7541
|
"type": "array"
|
|
7643
7542
|
},
|
|
7644
7543
|
"type": {
|
|
7645
|
-
"description": "The type of symbol. See
|
|
7544
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7646
7545
|
"enum": [
|
|
7647
7546
|
"MeshSymbol3D"
|
|
7648
7547
|
],
|
|
@@ -7684,7 +7583,7 @@
|
|
|
7684
7583
|
},
|
|
7685
7584
|
"esri.rest-api.MosaicRule.MosaicRule": {
|
|
7686
7585
|
"additionalProperties": false,
|
|
7687
|
-
"description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset.
|
|
7586
|
+
"description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mosaicRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
|
|
7688
7587
|
"properties": {
|
|
7689
7588
|
"ascending": {
|
|
7690
7589
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -7710,38 +7609,16 @@
|
|
|
7710
7609
|
},
|
|
7711
7610
|
"mosaicMethod": {
|
|
7712
7611
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
|
|
7713
|
-
"description": "The mosaic method determines how the selected rasters are ordered. See
|
|
7612
|
+
"description": "The mosaic method determines how the selected rasters are ordered. See{@linkMosaicMethodType}."
|
|
7714
7613
|
},
|
|
7715
7614
|
"mosaicOperation": {
|
|
7716
7615
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
7717
7616
|
"description": "Use the mosaic operation to resolve overlap pixel values: from first or last raster, use the min, max or mean of the pixel values, or blend them. See {@ link MosaicOperationType}."
|
|
7718
7617
|
},
|
|
7719
7618
|
"multidimensionalDefinition": {
|
|
7720
|
-
"description": "Definition of multidimensional variables.
|
|
7619
|
+
"description": "Definition of multidimensional variables.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/}.",
|
|
7721
7620
|
"items": {
|
|
7722
|
-
"
|
|
7723
|
-
"properties": {
|
|
7724
|
-
"dimensionName": {
|
|
7725
|
-
"description": "Type of dimension being used (ex. StdTime).",
|
|
7726
|
-
"type": "string"
|
|
7727
|
-
},
|
|
7728
|
-
"isSlice": {
|
|
7729
|
-
"description": "Is slice?",
|
|
7730
|
-
"type": "boolean"
|
|
7731
|
-
},
|
|
7732
|
-
"values": {
|
|
7733
|
-
"description": "Numerical array of associated values.",
|
|
7734
|
-
"items": {
|
|
7735
|
-
"type": "number"
|
|
7736
|
-
},
|
|
7737
|
-
"type": "array"
|
|
7738
|
-
},
|
|
7739
|
-
"variableName": {
|
|
7740
|
-
"description": "Name of the variable.",
|
|
7741
|
-
"type": "string"
|
|
7742
|
-
}
|
|
7743
|
-
},
|
|
7744
|
-
"type": "object"
|
|
7621
|
+
"$ref": "__type"
|
|
7745
7622
|
},
|
|
7746
7623
|
"type": "array"
|
|
7747
7624
|
},
|
|
@@ -7769,7 +7646,7 @@
|
|
|
7769
7646
|
},
|
|
7770
7647
|
"esri.rest-api.Multipoint.Multipoint": {
|
|
7771
7648
|
"additionalProperties": false,
|
|
7772
|
-
"description": "Contains an array of points, along with a spatial reference field.
|
|
7649
|
+
"description": "Contains an array of points, along with a spatial reference field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
|
|
7773
7650
|
"properties": {
|
|
7774
7651
|
"hasM": {
|
|
7775
7652
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -7801,7 +7678,7 @@
|
|
|
7801
7678
|
},
|
|
7802
7679
|
"esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
|
|
7803
7680
|
"additionalProperties": false,
|
|
7804
|
-
"description": "ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D shape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView.
|
|
7681
|
+
"description": "ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D shape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
|
|
7805
7682
|
"properties": {
|
|
7806
7683
|
"anchor": {
|
|
7807
7684
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -7836,7 +7713,7 @@
|
|
|
7836
7713
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
7837
7714
|
},
|
|
7838
7715
|
"type": {
|
|
7839
|
-
"description": "The type of the Symbol3DLayer. See
|
|
7716
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
7840
7717
|
"enum": [
|
|
7841
7718
|
"Object"
|
|
7842
7719
|
],
|
|
@@ -7854,7 +7731,7 @@
|
|
|
7854
7731
|
},
|
|
7855
7732
|
"esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
|
|
7856
7733
|
"additionalProperties": false,
|
|
7857
|
-
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView.
|
|
7734
|
+
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
|
|
7858
7735
|
"properties": {
|
|
7859
7736
|
"material": {
|
|
7860
7737
|
"$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
|
|
@@ -7865,7 +7742,7 @@
|
|
|
7865
7742
|
"type": "number"
|
|
7866
7743
|
},
|
|
7867
7744
|
"type": {
|
|
7868
|
-
"description": "The type of the Symbol3DLayer. See
|
|
7745
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
7869
7746
|
"enum": [
|
|
7870
7747
|
"Path"
|
|
7871
7748
|
],
|
|
@@ -7883,7 +7760,7 @@
|
|
|
7883
7760
|
},
|
|
7884
7761
|
"esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
|
|
7885
7762
|
"additionalProperties": false,
|
|
7886
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries.
|
|
7763
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
7887
7764
|
"properties": {
|
|
7888
7765
|
"angle": {
|
|
7889
7766
|
"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.",
|
|
@@ -7906,7 +7783,7 @@
|
|
|
7906
7783
|
"description": "Sets the outline of the symbol."
|
|
7907
7784
|
},
|
|
7908
7785
|
"type": {
|
|
7909
|
-
"description": "The type of symbol. See
|
|
7786
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7910
7787
|
"enum": [
|
|
7911
7788
|
"esriPFS"
|
|
7912
7789
|
],
|
|
@@ -7944,7 +7821,7 @@
|
|
|
7944
7821
|
},
|
|
7945
7822
|
"esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
7946
7823
|
"additionalProperties": false,
|
|
7947
|
-
"description": "Picture marker symbols can be used to symbolize point geometries.
|
|
7824
|
+
"description": "Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
7948
7825
|
"properties": {
|
|
7949
7826
|
"angle": {
|
|
7950
7827
|
"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.",
|
|
@@ -7963,7 +7840,7 @@
|
|
|
7963
7840
|
"type": "string"
|
|
7964
7841
|
},
|
|
7965
7842
|
"type": {
|
|
7966
|
-
"description": "The type of symbol. See
|
|
7843
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7967
7844
|
"enum": [
|
|
7968
7845
|
"esriPMS"
|
|
7969
7846
|
],
|
|
@@ -7993,7 +7870,7 @@
|
|
|
7993
7870
|
},
|
|
7994
7871
|
"esri.rest-api.Point.Point": {
|
|
7995
7872
|
"additionalProperties": false,
|
|
7996
|
-
"description": "Defines the JSON formats of the point and spatial reference objects.
|
|
7873
|
+
"description": "Defines the JSON formats of the point and spatial reference objects.{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
|
|
7997
7874
|
"properties": {
|
|
7998
7875
|
"m": {
|
|
7999
7876
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -8033,7 +7910,7 @@
|
|
|
8033
7910
|
},
|
|
8034
7911
|
"esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
|
|
8035
7912
|
"additionalProperties": false,
|
|
8036
|
-
"description": "Filters points based on the value of the specified bitfield attribute.
|
|
7913
|
+
"description": "Filters points based on the value of the specified bitfield attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
8037
7914
|
"properties": {
|
|
8038
7915
|
"field": {
|
|
8039
7916
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -8068,7 +7945,7 @@
|
|
|
8068
7945
|
},
|
|
8069
7946
|
"esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
|
|
8070
7947
|
"additionalProperties": false,
|
|
8071
|
-
"description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls.
|
|
7948
|
+
"description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
|
|
8072
7949
|
"properties": {
|
|
8073
7950
|
"authoringInfo": {
|
|
8074
7951
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8082,23 +7959,8 @@
|
|
|
8082
7959
|
"type": "array"
|
|
8083
7960
|
},
|
|
8084
7961
|
"colorModulation": {
|
|
8085
|
-
"
|
|
8086
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
8087
|
-
"properties": {
|
|
8088
|
-
"field": {
|
|
8089
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
8090
|
-
"type": "string"
|
|
8091
|
-
},
|
|
8092
|
-
"maxValue": {
|
|
8093
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
8094
|
-
"type": "number"
|
|
8095
|
-
},
|
|
8096
|
-
"minValue": {
|
|
8097
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
8098
|
-
"type": "number"
|
|
8099
|
-
}
|
|
8100
|
-
},
|
|
8101
|
-
"type": "object"
|
|
7962
|
+
"$ref": "__type",
|
|
7963
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
8102
7964
|
},
|
|
8103
7965
|
"field": {
|
|
8104
7966
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -8136,10 +7998,10 @@
|
|
|
8136
7998
|
},
|
|
8137
7999
|
"rotationType": {
|
|
8138
8000
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8139
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
8001
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
8140
8002
|
},
|
|
8141
8003
|
"type": {
|
|
8142
|
-
"description": "The type of renderer. See
|
|
8004
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8143
8005
|
"enum": [
|
|
8144
8006
|
"pointCloudClassBreaksRenderer"
|
|
8145
8007
|
],
|
|
@@ -8148,20 +8010,8 @@
|
|
|
8148
8010
|
"visualVariables": {
|
|
8149
8011
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8150
8012
|
"items": {
|
|
8151
|
-
"
|
|
8152
|
-
|
|
8153
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8154
|
-
},
|
|
8155
|
-
{
|
|
8156
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8157
|
-
},
|
|
8158
|
-
{
|
|
8159
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8160
|
-
},
|
|
8161
|
-
{
|
|
8162
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8163
|
-
}
|
|
8164
|
-
]
|
|
8013
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
8014
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8165
8015
|
},
|
|
8166
8016
|
"type": "array"
|
|
8167
8017
|
}
|
|
@@ -8173,7 +8023,7 @@
|
|
|
8173
8023
|
},
|
|
8174
8024
|
"esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
|
|
8175
8025
|
"additionalProperties": false,
|
|
8176
|
-
"description": "Render points with fixed real world or screen space size.
|
|
8026
|
+
"description": "Render points with fixed real world or screen space size.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
8177
8027
|
"properties": {
|
|
8178
8028
|
"size": {
|
|
8179
8029
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -8198,7 +8048,7 @@
|
|
|
8198
8048
|
},
|
|
8199
8049
|
"esri.rest-api.PointCloudLayer.PointCloudLayer": {
|
|
8200
8050
|
"additionalProperties": false,
|
|
8201
|
-
"description": "Point cloud data is post-processed spatially organized lidar data that consists of large collections of 3D points. Elevations for the ground, buildings, forest canopy, highway overpasses, and anything else encountered during the lidar survey make up the point cloud data. Point cloud layers allow for fast visualization of point cloud data in the browser.
|
|
8051
|
+
"description": "Point cloud data is post-processed spatially organized lidar data that consists of large collections of 3D points. Elevations for the ground, buildings, forest canopy, highway overpasses, and anything else encountered during the lidar survey make up the point cloud data. Point cloud layers allow for fast visualization of point cloud data in the browser.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
|
|
8202
8052
|
"properties": {
|
|
8203
8053
|
"blendMode": {
|
|
8204
8054
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8217,7 +8067,7 @@
|
|
|
8217
8067
|
},
|
|
8218
8068
|
"listMode": {
|
|
8219
8069
|
"$ref": "esri.ListMode",
|
|
8220
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
8070
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
8221
8071
|
},
|
|
8222
8072
|
"maxScale": {
|
|
8223
8073
|
"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.",
|
|
@@ -8232,7 +8082,7 @@
|
|
|
8232
8082
|
"type": "number"
|
|
8233
8083
|
},
|
|
8234
8084
|
"refreshInterval": {
|
|
8235
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
8085
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8236
8086
|
"type": "number"
|
|
8237
8087
|
},
|
|
8238
8088
|
"showLegend": {
|
|
@@ -8244,7 +8094,7 @@
|
|
|
8244
8094
|
"type": "string"
|
|
8245
8095
|
},
|
|
8246
8096
|
"type": {
|
|
8247
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
8097
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
8248
8098
|
"enum": [
|
|
8249
8099
|
"BingMapsAerial",
|
|
8250
8100
|
"BingMapsHybrid",
|
|
@@ -8273,30 +8123,15 @@
|
|
|
8273
8123
|
},
|
|
8274
8124
|
"esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
|
|
8275
8125
|
"additionalProperties": false,
|
|
8276
|
-
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute.
|
|
8126
|
+
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
|
|
8277
8127
|
"properties": {
|
|
8278
8128
|
"authoringInfo": {
|
|
8279
8129
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
8280
8130
|
"description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
|
|
8281
8131
|
},
|
|
8282
8132
|
"colorModulation": {
|
|
8283
|
-
"
|
|
8284
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
8285
|
-
"properties": {
|
|
8286
|
-
"field": {
|
|
8287
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
8288
|
-
"type": "string"
|
|
8289
|
-
},
|
|
8290
|
-
"maxValue": {
|
|
8291
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
8292
|
-
"type": "number"
|
|
8293
|
-
},
|
|
8294
|
-
"minValue": {
|
|
8295
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
8296
|
-
"type": "number"
|
|
8297
|
-
}
|
|
8298
|
-
},
|
|
8299
|
-
"type": "object"
|
|
8133
|
+
"$ref": "__type",
|
|
8134
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
8300
8135
|
},
|
|
8301
8136
|
"field": {
|
|
8302
8137
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -8334,10 +8169,10 @@
|
|
|
8334
8169
|
},
|
|
8335
8170
|
"rotationType": {
|
|
8336
8171
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8337
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
8172
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
8338
8173
|
},
|
|
8339
8174
|
"type": {
|
|
8340
|
-
"description": "The type of renderer. See
|
|
8175
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8341
8176
|
"enum": [
|
|
8342
8177
|
"pointCloudRGBRenderer"
|
|
8343
8178
|
],
|
|
@@ -8346,20 +8181,8 @@
|
|
|
8346
8181
|
"visualVariables": {
|
|
8347
8182
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8348
8183
|
"items": {
|
|
8349
|
-
"
|
|
8350
|
-
|
|
8351
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8352
|
-
},
|
|
8353
|
-
{
|
|
8354
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8355
|
-
},
|
|
8356
|
-
{
|
|
8357
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8358
|
-
},
|
|
8359
|
-
{
|
|
8360
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8361
|
-
}
|
|
8362
|
-
]
|
|
8184
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
8185
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8363
8186
|
},
|
|
8364
8187
|
"type": "array"
|
|
8365
8188
|
}
|
|
@@ -8371,7 +8194,7 @@
|
|
|
8371
8194
|
},
|
|
8372
8195
|
"esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
|
|
8373
8196
|
"additionalProperties": false,
|
|
8374
|
-
"description": "Filters points based on the value of the return number/return count.
|
|
8197
|
+
"description": "Filters points based on the value of the return number/return count.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
8375
8198
|
"properties": {
|
|
8376
8199
|
"field": {
|
|
8377
8200
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -8399,7 +8222,7 @@
|
|
|
8399
8222
|
},
|
|
8400
8223
|
"esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
|
|
8401
8224
|
"additionalProperties": false,
|
|
8402
|
-
"description": "Render points using sizes depending on point density.
|
|
8225
|
+
"description": "Render points using sizes depending on point density.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
8403
8226
|
"properties": {
|
|
8404
8227
|
"minSize": {
|
|
8405
8228
|
"description": "Minimum display space point size in points.",
|
|
@@ -8424,30 +8247,15 @@
|
|
|
8424
8247
|
},
|
|
8425
8248
|
"esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
|
|
8426
8249
|
"additionalProperties": false,
|
|
8427
|
-
"description": "PointCloudStretchRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. They allow you to easily map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields.
|
|
8250
|
+
"description": "PointCloudStretchRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. They allow you to easily map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
|
|
8428
8251
|
"properties": {
|
|
8429
8252
|
"authoringInfo": {
|
|
8430
8253
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
8431
8254
|
"description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
|
|
8432
8255
|
},
|
|
8433
8256
|
"colorModulation": {
|
|
8434
|
-
"
|
|
8435
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
8436
|
-
"properties": {
|
|
8437
|
-
"field": {
|
|
8438
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
8439
|
-
"type": "string"
|
|
8440
|
-
},
|
|
8441
|
-
"maxValue": {
|
|
8442
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
8443
|
-
"type": "number"
|
|
8444
|
-
},
|
|
8445
|
-
"minValue": {
|
|
8446
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
8447
|
-
"type": "number"
|
|
8448
|
-
}
|
|
8449
|
-
},
|
|
8450
|
-
"type": "object"
|
|
8257
|
+
"$ref": "__type",
|
|
8258
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
8451
8259
|
},
|
|
8452
8260
|
"field": {
|
|
8453
8261
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -8485,10 +8293,10 @@
|
|
|
8485
8293
|
},
|
|
8486
8294
|
"rotationType": {
|
|
8487
8295
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8488
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
8296
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
8489
8297
|
},
|
|
8490
8298
|
"type": {
|
|
8491
|
-
"description": "The type of renderer. See
|
|
8299
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8492
8300
|
"enum": [
|
|
8493
8301
|
"pointCloudStretchRenderer"
|
|
8494
8302
|
],
|
|
@@ -8497,20 +8305,8 @@
|
|
|
8497
8305
|
"visualVariables": {
|
|
8498
8306
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8499
8307
|
"items": {
|
|
8500
|
-
"
|
|
8501
|
-
|
|
8502
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8503
|
-
},
|
|
8504
|
-
{
|
|
8505
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8506
|
-
},
|
|
8507
|
-
{
|
|
8508
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8509
|
-
},
|
|
8510
|
-
{
|
|
8511
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8512
|
-
}
|
|
8513
|
-
]
|
|
8308
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
8309
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8514
8310
|
},
|
|
8515
8311
|
"type": "array"
|
|
8516
8312
|
}
|
|
@@ -8522,30 +8318,15 @@
|
|
|
8522
8318
|
},
|
|
8523
8319
|
"esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
|
|
8524
8320
|
"additionalProperties": false,
|
|
8525
|
-
"description": "PointCloudUniqueValueRenderer allows you to colorize points in a PointCloudLayer based on an attribute. This is done by using unique colors to represent points with equal attribute values.
|
|
8321
|
+
"description": "PointCloudUniqueValueRenderer allows you to colorize points in a PointCloudLayer based on an attribute. This is done by using unique colors to represent points with equal attribute values.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
|
|
8526
8322
|
"properties": {
|
|
8527
8323
|
"authoringInfo": {
|
|
8528
8324
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
8529
8325
|
"description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
|
|
8530
8326
|
},
|
|
8531
8327
|
"colorModulation": {
|
|
8532
|
-
"
|
|
8533
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
8534
|
-
"properties": {
|
|
8535
|
-
"field": {
|
|
8536
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
8537
|
-
"type": "string"
|
|
8538
|
-
},
|
|
8539
|
-
"maxValue": {
|
|
8540
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
8541
|
-
"type": "number"
|
|
8542
|
-
},
|
|
8543
|
-
"minValue": {
|
|
8544
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
8545
|
-
"type": "number"
|
|
8546
|
-
}
|
|
8547
|
-
},
|
|
8548
|
-
"type": "object"
|
|
8328
|
+
"$ref": "__type",
|
|
8329
|
+
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
8549
8330
|
},
|
|
8550
8331
|
"colorUniqueValueInfos": {
|
|
8551
8332
|
"description": "Unique value infos.",
|
|
@@ -8590,10 +8371,10 @@
|
|
|
8590
8371
|
},
|
|
8591
8372
|
"rotationType": {
|
|
8592
8373
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8593
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
8374
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
8594
8375
|
},
|
|
8595
8376
|
"type": {
|
|
8596
|
-
"description": "The type of renderer. See
|
|
8377
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8597
8378
|
"enum": [
|
|
8598
8379
|
"pointCloudUniqueValueRenderer"
|
|
8599
8380
|
],
|
|
@@ -8602,20 +8383,8 @@
|
|
|
8602
8383
|
"visualVariables": {
|
|
8603
8384
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8604
8385
|
"items": {
|
|
8605
|
-
"
|
|
8606
|
-
|
|
8607
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8608
|
-
},
|
|
8609
|
-
{
|
|
8610
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8611
|
-
},
|
|
8612
|
-
{
|
|
8613
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8614
|
-
},
|
|
8615
|
-
{
|
|
8616
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8617
|
-
}
|
|
8618
|
-
]
|
|
8386
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
8387
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8619
8388
|
},
|
|
8620
8389
|
"type": "array"
|
|
8621
8390
|
}
|
|
@@ -8627,7 +8396,7 @@
|
|
|
8627
8396
|
},
|
|
8628
8397
|
"esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
|
|
8629
8398
|
"additionalProperties": false,
|
|
8630
|
-
"description": "Filters points based on the value of an specified attribute.
|
|
8399
|
+
"description": "Filters points based on the value of an specified attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
8631
8400
|
"properties": {
|
|
8632
8401
|
"field": {
|
|
8633
8402
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -8659,30 +8428,15 @@
|
|
|
8659
8428
|
},
|
|
8660
8429
|
"esri.rest-api.PointSymbol3D.PointSymbol3D": {
|
|
8661
8430
|
"additionalProperties": false,
|
|
8662
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.
|
|
8431
|
+
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
|
|
8663
8432
|
"properties": {
|
|
8664
8433
|
"callout": {
|
|
8665
8434
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
8666
8435
|
"description": "Callout configuration for a symbol."
|
|
8667
8436
|
},
|
|
8668
8437
|
"styleOrigin": {
|
|
8669
|
-
"
|
|
8670
|
-
"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.
|
|
8671
|
-
"properties": {
|
|
8672
|
-
"name": {
|
|
8673
|
-
"description": "Name of the symbol in the style referenced by styleName or styleUrl.",
|
|
8674
|
-
"type": "string"
|
|
8675
|
-
},
|
|
8676
|
-
"styleName": {
|
|
8677
|
-
"description": "A well-known esri-provided style, such as EsriThematicShapesStyle.",
|
|
8678
|
-
"type": "string"
|
|
8679
|
-
},
|
|
8680
|
-
"styleUrl": {
|
|
8681
|
-
"description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
|
|
8682
|
-
"type": "string"
|
|
8683
|
-
}
|
|
8684
|
-
},
|
|
8685
|
-
"type": "object"
|
|
8438
|
+
"$ref": "__type",
|
|
8439
|
+
"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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
|
|
8686
8440
|
},
|
|
8687
8441
|
"symbolLayers": {
|
|
8688
8442
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -8699,7 +8453,7 @@
|
|
|
8699
8453
|
"type": "array"
|
|
8700
8454
|
},
|
|
8701
8455
|
"type": {
|
|
8702
|
-
"description": "The type of symbol. See
|
|
8456
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
8703
8457
|
"enum": [
|
|
8704
8458
|
"PointSymbol3D"
|
|
8705
8459
|
],
|
|
@@ -8718,7 +8472,7 @@
|
|
|
8718
8472
|
},
|
|
8719
8473
|
"esri.rest-api.Polygon.Polygon": {
|
|
8720
8474
|
"additionalProperties": false,
|
|
8721
|
-
"description": "A polygon contains an array of rings and a spatial reference.
|
|
8475
|
+
"description": "A polygon contains an array of rings and a spatial reference.{@linkhttps://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
|
|
8722
8476
|
"properties": {
|
|
8723
8477
|
"hasM": {
|
|
8724
8478
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -8753,7 +8507,7 @@
|
|
|
8753
8507
|
},
|
|
8754
8508
|
"esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
|
|
8755
8509
|
"additionalProperties": false,
|
|
8756
|
-
"description": "PolygonSymbol3D is used to render features with Polygon geometry in a 3D SceneView. Polygon features may also be rendered as points with icons or objects at the centroid of each polygon.
|
|
8510
|
+
"description": "PolygonSymbol3D is used to render features with Polygon geometry in a 3D SceneView. Polygon features may also be rendered as points with icons or objects at the centroid of each polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
8757
8511
|
"properties": {
|
|
8758
8512
|
"symbolLayers": {
|
|
8759
8513
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -8773,7 +8527,7 @@
|
|
|
8773
8527
|
"type": "array"
|
|
8774
8528
|
},
|
|
8775
8529
|
"type": {
|
|
8776
|
-
"description": "The type of symbol. See
|
|
8530
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
8777
8531
|
"enum": [
|
|
8778
8532
|
"PolygonSymbol3D"
|
|
8779
8533
|
],
|
|
@@ -8788,7 +8542,7 @@
|
|
|
8788
8542
|
},
|
|
8789
8543
|
"esri.rest-api.Polyline.Polyline": {
|
|
8790
8544
|
"additionalProperties": false,
|
|
8791
|
-
"description": "Contains an array of paths and a spatialReference.
|
|
8545
|
+
"description": "Contains an array of paths and a spatialReference.{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
|
|
8792
8546
|
"properties": {
|
|
8793
8547
|
"hasM": {
|
|
8794
8548
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -8831,7 +8585,7 @@
|
|
|
8831
8585
|
},
|
|
8832
8586
|
"esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
|
|
8833
8587
|
"additionalProperties": false,
|
|
8834
|
-
"description": "Arcade expression added to the pop-up.
|
|
8588
|
+
"description": "Arcade expression added to the pop-up.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
8835
8589
|
"properties": {
|
|
8836
8590
|
"expression": {
|
|
8837
8591
|
"description": "The Arcade expression.",
|
|
@@ -8854,7 +8608,7 @@
|
|
|
8854
8608
|
},
|
|
8855
8609
|
"esri.rest-api.PopupInfo.OrderByFields": {
|
|
8856
8610
|
"additionalProperties": false,
|
|
8857
|
-
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.
|
|
8611
|
+
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.{@linkhttps://developers.arcgis.com/web-map-specification/objects/orderByFields/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
|
|
8858
8612
|
"properties": {
|
|
8859
8613
|
"field": {
|
|
8860
8614
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -8869,7 +8623,7 @@
|
|
|
8869
8623
|
},
|
|
8870
8624
|
"esri.rest-api.PopupInfo.PopupElement": {
|
|
8871
8625
|
"additionalProperties": false,
|
|
8872
|
-
"description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used.
|
|
8626
|
+
"description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupElement/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/popupElement/}.",
|
|
8873
8627
|
"properties": {
|
|
8874
8628
|
"displayType": {
|
|
8875
8629
|
"description": "This property applies to elements of type attachments. A string value indicating how to display the attachment. Possible values are, preview, and list. If list is specified, attachments show as links.",
|
|
@@ -8895,7 +8649,7 @@
|
|
|
8895
8649
|
},
|
|
8896
8650
|
"type": {
|
|
8897
8651
|
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
|
|
8898
|
-
"description": "String value indicating which elements to use. See
|
|
8652
|
+
"description": "String value indicating which elements to use. See{@linkPopupElementType}."
|
|
8899
8653
|
}
|
|
8900
8654
|
},
|
|
8901
8655
|
"type": "object"
|
|
@@ -8912,7 +8666,7 @@
|
|
|
8912
8666
|
},
|
|
8913
8667
|
"esri.rest-api.PopupInfo.PopupInfo": {
|
|
8914
8668
|
"additionalProperties": false,
|
|
8915
|
-
"description": "Defines the look and feel of pop-up windows when users click or query a feature.
|
|
8669
|
+
"description": "Defines the look and feel of pop-up windows when users click or query a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/popupInfo/}.",
|
|
8916
8670
|
"properties": {
|
|
8917
8671
|
"description": {
|
|
8918
8672
|
"description": "A string that appears in the body of the pop-up window as a description. This can contain a field name enclosed in {}, such as {DETAILS}.",
|
|
@@ -8926,7 +8680,7 @@
|
|
|
8926
8680
|
"type": "array"
|
|
8927
8681
|
},
|
|
8928
8682
|
"fieldInfos": {
|
|
8929
|
-
"description": "An array of
|
|
8683
|
+
"description": "An array of{@linkFieldInfo}objects defining how each field in the dataset participates (or does not participate) in the pop-up window. The order of the array is the order that fields are shown in the pop-up window.",
|
|
8930
8684
|
"items": {
|
|
8931
8685
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
8932
8686
|
},
|
|
@@ -8963,7 +8717,7 @@
|
|
|
8963
8717
|
},
|
|
8964
8718
|
"esri.rest-api.PopupInfo.RelatedRecordsInfo": {
|
|
8965
8719
|
"additionalProperties": false,
|
|
8966
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.
|
|
8720
|
+
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.{@linkhttps://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
|
|
8967
8721
|
"properties": {
|
|
8968
8722
|
"orderByFields": {
|
|
8969
8723
|
"description": "Array of orderByFields objects indicating the field display order for the related records and whether they should be sorted in ascending 'asc' or descending 'desc' order.",
|
|
@@ -8984,7 +8738,7 @@
|
|
|
8984
8738
|
},
|
|
8985
8739
|
"esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
|
|
8986
8740
|
"additionalProperties": false,
|
|
8987
|
-
"description": "This renderer is a type of UniqueValue renderer which is based off the valueExpression property rather than field. Optionally, size and/or transparency visual variables may be included with valueExpression. Note that this renderer is supported for ArcGIS Online hosted feature services and feature collections.
|
|
8741
|
+
"description": "This renderer is a type of UniqueValue renderer which is based off the valueExpression property rather than field. Optionally, size and/or transparency visual variables may be included with valueExpression. Note that this renderer is supported for ArcGIS Online hosted feature services and feature collections.{@linkhttps://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
|
|
8988
8742
|
"properties": {
|
|
8989
8743
|
"authoringInfo": {
|
|
8990
8744
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9008,10 +8762,10 @@
|
|
|
9008
8762
|
},
|
|
9009
8763
|
"rotationType": {
|
|
9010
8764
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9011
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
8765
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
9012
8766
|
},
|
|
9013
8767
|
"type": {
|
|
9014
|
-
"description": "The type of renderer. See
|
|
8768
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
9015
8769
|
"enum": [
|
|
9016
8770
|
"predominance"
|
|
9017
8771
|
],
|
|
@@ -9027,20 +8781,8 @@
|
|
|
9027
8781
|
"visualVariables": {
|
|
9028
8782
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9029
8783
|
"items": {
|
|
9030
|
-
"
|
|
9031
|
-
|
|
9032
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
9033
|
-
},
|
|
9034
|
-
{
|
|
9035
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
9036
|
-
},
|
|
9037
|
-
{
|
|
9038
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
9039
|
-
},
|
|
9040
|
-
{
|
|
9041
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
9042
|
-
}
|
|
9043
|
-
]
|
|
8784
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
8785
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
9044
8786
|
},
|
|
9045
8787
|
"type": "array"
|
|
9046
8788
|
}
|
|
@@ -9054,7 +8796,7 @@
|
|
|
9054
8796
|
},
|
|
9055
8797
|
"esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
|
|
9056
8798
|
"additionalProperties": false,
|
|
9057
|
-
"description": "Query table data source is a layer/table that is defined by a SQL query.
|
|
8799
|
+
"description": "Query table data source is a layer/table that is defined by a SQL query.{@linkhttps://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
|
|
9058
8800
|
"properties": {
|
|
9059
8801
|
"geometryType": {
|
|
9060
8802
|
"description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
|
|
@@ -9079,7 +8821,7 @@
|
|
|
9079
8821
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
9080
8822
|
},
|
|
9081
8823
|
"type": {
|
|
9082
|
-
"description": "Type of the DataSource.
|
|
8824
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
9083
8825
|
"enum": [
|
|
9084
8826
|
"queryTable"
|
|
9085
8827
|
],
|
|
@@ -9097,7 +8839,7 @@
|
|
|
9097
8839
|
},
|
|
9098
8840
|
"esri.rest-api.RangeDomain.RangeDomain": {
|
|
9099
8841
|
"additionalProperties": false,
|
|
9100
|
-
"description": "Range domain specifies a range of valid values for a field.
|
|
8842
|
+
"description": "Range domain specifies a range of valid values for a field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/range_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
|
|
9101
8843
|
"properties": {
|
|
9102
8844
|
"name": {
|
|
9103
8845
|
"description": "The name of the domain.",
|
|
@@ -9111,7 +8853,7 @@
|
|
|
9111
8853
|
"type": "array"
|
|
9112
8854
|
},
|
|
9113
8855
|
"type": {
|
|
9114
|
-
"description": "Type of domain. See
|
|
8856
|
+
"description": "Type of domain. See{@linkDomainType}.",
|
|
9115
8857
|
"enum": [
|
|
9116
8858
|
"range"
|
|
9117
8859
|
],
|
|
@@ -9127,19 +8869,9 @@
|
|
|
9127
8869
|
},
|
|
9128
8870
|
"esri.rest-api.RangeInfo.RangeInfo": {
|
|
9129
8871
|
"additionalProperties": false,
|
|
9130
|
-
"description": "Range Information.
|
|
8872
|
+
"description": "Range Information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
9131
8873
|
"properties": {
|
|
9132
8874
|
"currentRangeExtent": {
|
|
9133
|
-
"additionalItems": {
|
|
9134
|
-
"anyOf": [
|
|
9135
|
-
{
|
|
9136
|
-
"type": "number"
|
|
9137
|
-
},
|
|
9138
|
-
{
|
|
9139
|
-
"type": "number"
|
|
9140
|
-
}
|
|
9141
|
-
]
|
|
9142
|
-
},
|
|
9143
8875
|
"description": "Contains the min and max values within which the features are visible.",
|
|
9144
8876
|
"items": [
|
|
9145
8877
|
{
|
|
@@ -9149,6 +8881,7 @@
|
|
|
9149
8881
|
"type": "number"
|
|
9150
8882
|
}
|
|
9151
8883
|
],
|
|
8884
|
+
"maxItems": 2,
|
|
9152
8885
|
"minItems": 2,
|
|
9153
8886
|
"type": "array"
|
|
9154
8887
|
},
|
|
@@ -9157,16 +8890,6 @@
|
|
|
9157
8890
|
"type": "string"
|
|
9158
8891
|
},
|
|
9159
8892
|
"fullRangeExtent": {
|
|
9160
|
-
"additionalItems": {
|
|
9161
|
-
"anyOf": [
|
|
9162
|
-
{
|
|
9163
|
-
"type": "number"
|
|
9164
|
-
},
|
|
9165
|
-
{
|
|
9166
|
-
"type": "number"
|
|
9167
|
-
}
|
|
9168
|
-
]
|
|
9169
|
-
},
|
|
9170
8893
|
"description": "Contains the min and max values of all the features for this rangeInfo.",
|
|
9171
8894
|
"items": [
|
|
9172
8895
|
{
|
|
@@ -9176,6 +8899,7 @@
|
|
|
9176
8899
|
"type": "number"
|
|
9177
8900
|
}
|
|
9178
8901
|
],
|
|
8902
|
+
"maxItems": 2,
|
|
9179
8903
|
"minItems": 2,
|
|
9180
8904
|
"type": "array"
|
|
9181
8905
|
},
|
|
@@ -9198,14 +8922,14 @@
|
|
|
9198
8922
|
},
|
|
9199
8923
|
"esri.rest-api.RasterDataSource.RasterDataSource": {
|
|
9200
8924
|
"additionalProperties": false,
|
|
9201
|
-
"description": "Raster data source is a file-based raster that resides in a registered raster workspace.
|
|
8925
|
+
"description": "Raster data source is a file-based raster that resides in a registered raster workspace.{@linkhttps://developers.arcgis.com/web-map-specification/objects/rasterDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
|
|
9202
8926
|
"properties": {
|
|
9203
8927
|
"dataSourceName": {
|
|
9204
8928
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
9205
8929
|
"type": "string"
|
|
9206
8930
|
},
|
|
9207
8931
|
"type": {
|
|
9208
|
-
"description": "Type of the DataSource.
|
|
8932
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
9209
8933
|
"enum": [
|
|
9210
8934
|
"raster"
|
|
9211
8935
|
],
|
|
@@ -9223,11 +8947,11 @@
|
|
|
9223
8947
|
},
|
|
9224
8948
|
"esri.rest-api.Renderer.AuthoringInfo": {
|
|
9225
8949
|
"additionalProperties": false,
|
|
9226
|
-
"description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object. Note: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools.
|
|
8950
|
+
"description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object. Note: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools.{@linkhttps://developers.arcgis.com/web-map-specification/objects/authoringInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
|
|
9227
8951
|
"properties": {
|
|
9228
8952
|
"classificationMethod": {
|
|
9229
8953
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
9230
|
-
"description": "Used for classed color or size. The default value is esriClassifyManual. See
|
|
8954
|
+
"description": "Used for classed color or size. The default value is esriClassifyManual. See{@linkClassificationMethod}."
|
|
9231
8955
|
},
|
|
9232
8956
|
"colorRamp": {
|
|
9233
8957
|
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
|
|
@@ -9247,7 +8971,7 @@
|
|
|
9247
8971
|
},
|
|
9248
8972
|
"type": {
|
|
9249
8973
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
|
|
9250
|
-
"description": "In case of classed renderers this is set to either classedSize or classedColor. See
|
|
8974
|
+
"description": "In case of classed renderers this is set to either classedSize or classedColor. See{@linkAuthoringInfoType}."
|
|
9251
8975
|
},
|
|
9252
8976
|
"visualVariables": {
|
|
9253
8977
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
@@ -9278,7 +9002,7 @@
|
|
|
9278
9002
|
},
|
|
9279
9003
|
"esri.rest-api.Renderer.ColorRamp": {
|
|
9280
9004
|
"additionalProperties": false,
|
|
9281
|
-
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols.
|
|
9005
|
+
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
|
|
9282
9006
|
"properties": {
|
|
9283
9007
|
"algorithm": {
|
|
9284
9008
|
"description": "Algorithm used for calculating the ramp.",
|
|
@@ -9297,22 +9021,6 @@
|
|
|
9297
9021
|
"type": "array"
|
|
9298
9022
|
},
|
|
9299
9023
|
"fromColor": {
|
|
9300
|
-
"additionalItems": {
|
|
9301
|
-
"anyOf": [
|
|
9302
|
-
{
|
|
9303
|
-
"type": "number"
|
|
9304
|
-
},
|
|
9305
|
-
{
|
|
9306
|
-
"type": "number"
|
|
9307
|
-
},
|
|
9308
|
-
{
|
|
9309
|
-
"type": "number"
|
|
9310
|
-
},
|
|
9311
|
-
{
|
|
9312
|
-
"type": "number"
|
|
9313
|
-
}
|
|
9314
|
-
]
|
|
9315
|
-
},
|
|
9316
9024
|
"description": "Array representing the initial color to start the ramp from.",
|
|
9317
9025
|
"items": [
|
|
9318
9026
|
{
|
|
@@ -9328,26 +9036,11 @@
|
|
|
9328
9036
|
"type": "number"
|
|
9329
9037
|
}
|
|
9330
9038
|
],
|
|
9039
|
+
"maxItems": 4,
|
|
9331
9040
|
"minItems": 4,
|
|
9332
9041
|
"type": "array"
|
|
9333
9042
|
},
|
|
9334
9043
|
"toColor": {
|
|
9335
|
-
"additionalItems": {
|
|
9336
|
-
"anyOf": [
|
|
9337
|
-
{
|
|
9338
|
-
"type": "number"
|
|
9339
|
-
},
|
|
9340
|
-
{
|
|
9341
|
-
"type": "number"
|
|
9342
|
-
},
|
|
9343
|
-
{
|
|
9344
|
-
"type": "number"
|
|
9345
|
-
},
|
|
9346
|
-
{
|
|
9347
|
-
"type": "number"
|
|
9348
|
-
}
|
|
9349
|
-
]
|
|
9350
|
-
},
|
|
9351
9044
|
"description": "Array representing the final color to end the ramp with.",
|
|
9352
9045
|
"items": [
|
|
9353
9046
|
{
|
|
@@ -9363,6 +9056,7 @@
|
|
|
9363
9056
|
"type": "number"
|
|
9364
9057
|
}
|
|
9365
9058
|
],
|
|
9059
|
+
"maxItems": 4,
|
|
9366
9060
|
"minItems": 4,
|
|
9367
9061
|
"type": "array"
|
|
9368
9062
|
},
|
|
@@ -9451,14 +9145,14 @@
|
|
|
9451
9145
|
},
|
|
9452
9146
|
"esri.rest-api.RenderingRule.RenderingRule": {
|
|
9453
9147
|
"additionalProperties": false,
|
|
9454
|
-
"description": "Specifies the rendering rule for how the requested image should be rendered.
|
|
9148
|
+
"description": "Specifies the rendering rule for how the requested image should be rendered.{@linkhttps://developers.arcgis.com/web-map-specification/objects/renderingRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
|
|
9455
9149
|
"properties": {
|
|
9456
9150
|
"outputPixelType": {
|
|
9457
9151
|
"$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
|
|
9458
|
-
"description": "Defines the pixel type of the output image. See
|
|
9152
|
+
"description": "Defines the pixel type of the output image. See{@linkPixelType}."
|
|
9459
9153
|
},
|
|
9460
9154
|
"rasterFunction": {
|
|
9461
|
-
"description": "The raster function name identifies the processing or rendering to be performed.
|
|
9155
|
+
"description": "The raster function name identifies the processing or rendering to be performed.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
|
|
9462
9156
|
"type": "string"
|
|
9463
9157
|
},
|
|
9464
9158
|
"rasterFunctionArguments": {
|
|
@@ -9473,7 +9167,7 @@
|
|
|
9473
9167
|
},
|
|
9474
9168
|
"esri.rest-api.SceneLayer.SceneLayer": {
|
|
9475
9169
|
"additionalProperties": false,
|
|
9476
|
-
"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).
|
|
9170
|
+
"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).{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
|
|
9477
9171
|
"properties": {
|
|
9478
9172
|
"blendMode": {
|
|
9479
9173
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9504,7 +9198,7 @@
|
|
|
9504
9198
|
},
|
|
9505
9199
|
"listMode": {
|
|
9506
9200
|
"$ref": "esri.ListMode",
|
|
9507
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
9201
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
9508
9202
|
},
|
|
9509
9203
|
"maxScale": {
|
|
9510
9204
|
"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.",
|
|
@@ -9523,7 +9217,7 @@
|
|
|
9523
9217
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
9524
9218
|
},
|
|
9525
9219
|
"refreshInterval": {
|
|
9526
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
9220
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
9527
9221
|
"type": "number"
|
|
9528
9222
|
},
|
|
9529
9223
|
"screenSizePerspective": {
|
|
@@ -9543,7 +9237,7 @@
|
|
|
9543
9237
|
"type": "string"
|
|
9544
9238
|
},
|
|
9545
9239
|
"type": {
|
|
9546
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
9240
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
9547
9241
|
"enum": [
|
|
9548
9242
|
"BingMapsAerial",
|
|
9549
9243
|
"BingMapsHybrid",
|
|
@@ -9586,7 +9280,7 @@
|
|
|
9586
9280
|
},
|
|
9587
9281
|
"esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
|
|
9588
9282
|
"additionalProperties": false,
|
|
9589
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries.
|
|
9283
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
9590
9284
|
"properties": {
|
|
9591
9285
|
"color": {
|
|
9592
9286
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -9598,10 +9292,10 @@
|
|
|
9598
9292
|
},
|
|
9599
9293
|
"style": {
|
|
9600
9294
|
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
|
|
9601
|
-
"description": "The fill style. See
|
|
9295
|
+
"description": "The fill style. See{@linkSimpleFillStyle}."
|
|
9602
9296
|
},
|
|
9603
9297
|
"type": {
|
|
9604
|
-
"description": "The type of symbol. See
|
|
9298
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
9605
9299
|
"enum": [
|
|
9606
9300
|
"esriSFS"
|
|
9607
9301
|
],
|
|
@@ -9627,7 +9321,7 @@
|
|
|
9627
9321
|
},
|
|
9628
9322
|
"esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
|
|
9629
9323
|
"additionalProperties": false,
|
|
9630
|
-
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.
|
|
9324
|
+
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
|
|
9631
9325
|
"properties": {
|
|
9632
9326
|
"color": {
|
|
9633
9327
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -9635,10 +9329,10 @@
|
|
|
9635
9329
|
},
|
|
9636
9330
|
"style": {
|
|
9637
9331
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
|
|
9638
|
-
"description": "The line style. See
|
|
9332
|
+
"description": "The line style. See{@linkSimpleLineStyle}."
|
|
9639
9333
|
},
|
|
9640
9334
|
"type": {
|
|
9641
|
-
"description": "The type of symbol. See
|
|
9335
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
9642
9336
|
"enum": [
|
|
9643
9337
|
"esriSLS"
|
|
9644
9338
|
],
|
|
@@ -9669,7 +9363,7 @@
|
|
|
9669
9363
|
},
|
|
9670
9364
|
"esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
9671
9365
|
"additionalProperties": false,
|
|
9672
|
-
"description": "Simple marker symbols can be used to symbolize point geometries.
|
|
9366
|
+
"description": "Simple marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
9673
9367
|
"properties": {
|
|
9674
9368
|
"angle": {
|
|
9675
9369
|
"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.",
|
|
@@ -9689,10 +9383,10 @@
|
|
|
9689
9383
|
},
|
|
9690
9384
|
"style": {
|
|
9691
9385
|
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
|
|
9692
|
-
"description": "The marker style. See
|
|
9386
|
+
"description": "The marker style. See{@linkSimpleMarkerStyle}."
|
|
9693
9387
|
},
|
|
9694
9388
|
"type": {
|
|
9695
|
-
"description": "The type of symbol. See
|
|
9389
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
9696
9390
|
"enum": [
|
|
9697
9391
|
"esriSMS"
|
|
9698
9392
|
],
|
|
@@ -9714,7 +9408,7 @@
|
|
|
9714
9408
|
},
|
|
9715
9409
|
"esri.rest-api.SimpleRenderer.SimpleRenderer": {
|
|
9716
9410
|
"additionalProperties": false,
|
|
9717
|
-
"description": "A simple renderer is a renderer that uses one symbol only.
|
|
9411
|
+
"description": "A simple renderer is a renderer that uses one symbol only.{@linkhttps://developers.arcgis.com/web-map-specification/objects/simple_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
|
|
9718
9412
|
"properties": {
|
|
9719
9413
|
"authoringInfo": {
|
|
9720
9414
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9734,7 +9428,7 @@
|
|
|
9734
9428
|
},
|
|
9735
9429
|
"rotationType": {
|
|
9736
9430
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9737
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
9431
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
9738
9432
|
},
|
|
9739
9433
|
"symbol": {
|
|
9740
9434
|
"anyOf": [
|
|
@@ -9778,7 +9472,7 @@
|
|
|
9778
9472
|
"description": "An object that represents how all features will be drawn."
|
|
9779
9473
|
},
|
|
9780
9474
|
"type": {
|
|
9781
|
-
"description": "The type of renderer. See
|
|
9475
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
9782
9476
|
"enum": [
|
|
9783
9477
|
"simple"
|
|
9784
9478
|
],
|
|
@@ -9787,20 +9481,8 @@
|
|
|
9787
9481
|
"visualVariables": {
|
|
9788
9482
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9789
9483
|
"items": {
|
|
9790
|
-
"
|
|
9791
|
-
|
|
9792
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
9793
|
-
},
|
|
9794
|
-
{
|
|
9795
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
9796
|
-
},
|
|
9797
|
-
{
|
|
9798
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
9799
|
-
},
|
|
9800
|
-
{
|
|
9801
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
9802
|
-
}
|
|
9803
|
-
]
|
|
9484
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
9485
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
9804
9486
|
},
|
|
9805
9487
|
"type": "array"
|
|
9806
9488
|
}
|
|
@@ -9813,7 +9495,7 @@
|
|
|
9813
9495
|
},
|
|
9814
9496
|
"esri.rest-api.SpatialReference.SpatialReference": {
|
|
9815
9497
|
"additionalProperties": false,
|
|
9816
|
-
"description": "The spatialReference object is located at the top level of the web map JSON hierarchy. In addition to this, it is also available within the operationalLayer and basemap objects. Many predefined spatial references have already been defined and are available for use. A spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT). The default tolerance and resolution values for the associated coordinate system are used. All operational layers in the map are drawn or requested in the spatial reference of the basemap layers. The basemap defines the map spatial reference and tiling scheme. Each basemapLayer must be in the same spatial reference and tiling scheme. For additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this.
|
|
9498
|
+
"description": "The spatialReference object is located at the top level of the web map JSON hierarchy. In addition to this, it is also available within the operationalLayer and basemap objects. Many predefined spatial references have already been defined and are available for use. A spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT). The default tolerance and resolution values for the associated coordinate system are used. All operational layers in the map are drawn or requested in the spatial reference of the basemap layers. The basemap defines the map spatial reference and tiling scheme. Each basemapLayer must be in the same spatial reference and tiling scheme. For additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this.{@linkhttps://developers.arcgis.com/web-map-specification/objects/spatialReference/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
|
|
9817
9499
|
"properties": {
|
|
9818
9500
|
"latestVcsWkid": {
|
|
9819
9501
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -9840,7 +9522,7 @@
|
|
|
9840
9522
|
},
|
|
9841
9523
|
"esri.rest-api.StreamLayer.StreamLayer": {
|
|
9842
9524
|
"additionalProperties": false,
|
|
9843
|
-
"description": "A stream layer in a web map.
|
|
9525
|
+
"description": "A stream layer in a web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
|
|
9844
9526
|
"properties": {
|
|
9845
9527
|
"blendMode": {
|
|
9846
9528
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9894,7 +9576,7 @@
|
|
|
9894
9576
|
},
|
|
9895
9577
|
"listMode": {
|
|
9896
9578
|
"$ref": "esri.ListMode",
|
|
9897
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
9579
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
9898
9580
|
},
|
|
9899
9581
|
"maxScale": {
|
|
9900
9582
|
"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.",
|
|
@@ -9906,7 +9588,7 @@
|
|
|
9906
9588
|
},
|
|
9907
9589
|
"mode": {
|
|
9908
9590
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
9909
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See
|
|
9591
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
|
|
9910
9592
|
},
|
|
9911
9593
|
"opacity": {
|
|
9912
9594
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -9917,7 +9599,7 @@
|
|
|
9917
9599
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
9918
9600
|
},
|
|
9919
9601
|
"refreshInterval": {
|
|
9920
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
9602
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
9921
9603
|
"type": "number"
|
|
9922
9604
|
},
|
|
9923
9605
|
"screenSizePerspective": {
|
|
@@ -9944,7 +9626,7 @@
|
|
|
9944
9626
|
"type": "string"
|
|
9945
9627
|
},
|
|
9946
9628
|
"type": {
|
|
9947
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
9629
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
9948
9630
|
"enum": [
|
|
9949
9631
|
"BingMapsAerial",
|
|
9950
9632
|
"BingMapsHybrid",
|
|
@@ -9973,7 +9655,7 @@
|
|
|
9973
9655
|
},
|
|
9974
9656
|
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
9975
9657
|
"additionalProperties": false,
|
|
9976
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.
|
|
9658
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
9977
9659
|
"properties": {
|
|
9978
9660
|
"name": {
|
|
9979
9661
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -10000,7 +9682,7 @@
|
|
|
10000
9682
|
"type": "object"
|
|
10001
9683
|
},
|
|
10002
9684
|
"esri.rest-api.Symbol.Color": {
|
|
10003
|
-
"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.
|
|
9685
|
+
"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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}.",
|
|
10004
9686
|
"items": {
|
|
10005
9687
|
"type": "number"
|
|
10006
9688
|
},
|
|
@@ -10008,11 +9690,11 @@
|
|
|
10008
9690
|
},
|
|
10009
9691
|
"esri.rest-api.Symbol.Font": {
|
|
10010
9692
|
"additionalProperties": false,
|
|
10011
|
-
"description": "Font used for text symbols.
|
|
9693
|
+
"description": "Font used for text symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
|
|
10012
9694
|
"properties": {
|
|
10013
9695
|
"decoration": {
|
|
10014
9696
|
"$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
|
|
10015
|
-
"description": "The text decoration. See
|
|
9697
|
+
"description": "The text decoration. See{@linkTextDecoration}."
|
|
10016
9698
|
},
|
|
10017
9699
|
"family": {
|
|
10018
9700
|
"description": "The font family.",
|
|
@@ -10024,11 +9706,11 @@
|
|
|
10024
9706
|
},
|
|
10025
9707
|
"style": {
|
|
10026
9708
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
|
|
10027
|
-
"description": "The text style. See
|
|
9709
|
+
"description": "The text style. See{@linkFontStyle}."
|
|
10028
9710
|
},
|
|
10029
9711
|
"weight": {
|
|
10030
9712
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
|
|
10031
|
-
"description": "The text weight. See
|
|
9713
|
+
"description": "The text weight. See{@linkFontWeight}."
|
|
10032
9714
|
}
|
|
10033
9715
|
},
|
|
10034
9716
|
"type": "object"
|
|
@@ -10083,7 +9765,7 @@
|
|
|
10083
9765
|
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
10084
9766
|
}
|
|
10085
9767
|
],
|
|
10086
|
-
"description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html).
|
|
9768
|
+
"description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html).{@linkhttps://developers.arcgis.com/web-map-specification/objects/symbol/}."
|
|
10087
9769
|
},
|
|
10088
9770
|
"esri.rest-api.Symbol.TextDecoration": {
|
|
10089
9771
|
"description": "The text decoration for the Font.",
|
|
@@ -10106,7 +9788,7 @@
|
|
|
10106
9788
|
},
|
|
10107
9789
|
"esri.rest-api.Symbol3D.Material": {
|
|
10108
9790
|
"additionalProperties": false,
|
|
10109
|
-
"description": "The material used to shade the geometry.
|
|
9791
|
+
"description": "The material used to shade the geometry.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
10110
9792
|
"properties": {
|
|
10111
9793
|
"color": {
|
|
10112
9794
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -10133,7 +9815,7 @@
|
|
|
10133
9815
|
},
|
|
10134
9816
|
"esri.rest-api.Symbol3D.Outline": {
|
|
10135
9817
|
"additionalProperties": false,
|
|
10136
|
-
"description": "The outline of the point, line or polygon.
|
|
9818
|
+
"description": "The outline of the point, line or polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
10137
9819
|
"properties": {
|
|
10138
9820
|
"color": {
|
|
10139
9821
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -10156,7 +9838,7 @@
|
|
|
10156
9838
|
},
|
|
10157
9839
|
"esri.rest-api.Symbol3D.ResourceIconSymbol": {
|
|
10158
9840
|
"additionalProperties": false,
|
|
10159
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features.
|
|
9841
|
+
"description": "The shape (primitive) or image URL (href) used to visualize the features.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
|
|
10160
9842
|
"properties": {
|
|
10161
9843
|
"dataURI": {
|
|
10162
9844
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -10175,7 +9857,7 @@
|
|
|
10175
9857
|
},
|
|
10176
9858
|
"esri.rest-api.Symbol3D.ResourceObjectSymbol": {
|
|
10177
9859
|
"additionalProperties": false,
|
|
10178
|
-
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.
|
|
9860
|
+
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
|
|
10179
9861
|
"properties": {
|
|
10180
9862
|
"href": {
|
|
10181
9863
|
"description": "Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
|
|
@@ -10209,11 +9891,11 @@
|
|
|
10209
9891
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
10210
9892
|
}
|
|
10211
9893
|
],
|
|
10212
|
-
"description": "Symbol3D is the base class for all 3D symbols. It is used to render 2D Point, Polyline, and Polygon features in a FeatureLayer and 3D mesh features in a SceneLayer. All 3D symbols must be used in a SceneView instance; there is no support for 3D rendering in MapViews.
|
|
9894
|
+
"description": "Symbol3D is the base class for all 3D symbols. It is used to render 2D Point, Polyline, and Polygon features in a FeatureLayer and 3D mesh features in a SceneLayer. All 3D symbols must be used in a SceneView instance; there is no support for 3D rendering in MapViews.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
|
|
10213
9895
|
},
|
|
10214
9896
|
"esri.rest-api.TableDataSource.TableDataSource": {
|
|
10215
9897
|
"additionalProperties": false,
|
|
10216
|
-
"description": "Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used.
|
|
9898
|
+
"description": "Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
|
|
10217
9899
|
"properties": {
|
|
10218
9900
|
"dataSourceName": {
|
|
10219
9901
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
@@ -10224,7 +9906,7 @@
|
|
|
10224
9906
|
"type": "string"
|
|
10225
9907
|
},
|
|
10226
9908
|
"type": {
|
|
10227
|
-
"description": "Type of the DataSource.
|
|
9909
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
10228
9910
|
"enum": [
|
|
10229
9911
|
"table"
|
|
10230
9912
|
],
|
|
@@ -10241,7 +9923,7 @@
|
|
|
10241
9923
|
"type": "object"
|
|
10242
9924
|
},
|
|
10243
9925
|
"esri.rest-api.Template.DrawingTool": {
|
|
10244
|
-
"description": "Possible drawing tool value to use with
|
|
9926
|
+
"description": "Possible drawing tool value to use with{@linkTemplate.drawingTool}.",
|
|
10245
9927
|
"enum": [
|
|
10246
9928
|
"esriFeatureEditToolCircle",
|
|
10247
9929
|
"esriFeatureEditToolDownArrow",
|
|
@@ -10261,7 +9943,7 @@
|
|
|
10261
9943
|
},
|
|
10262
9944
|
"esri.rest-api.Template.Template": {
|
|
10263
9945
|
"additionalProperties": false,
|
|
10264
|
-
"description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.
|
|
9946
|
+
"description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/template/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/template/}.",
|
|
10265
9947
|
"properties": {
|
|
10266
9948
|
"description": {
|
|
10267
9949
|
"description": "A detailed description of the template.",
|
|
@@ -10269,7 +9951,7 @@
|
|
|
10269
9951
|
},
|
|
10270
9952
|
"drawingTool": {
|
|
10271
9953
|
"$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
|
|
10272
|
-
"description": "An optional string that can define a client-side drawing tool to be used with this feature. See the web map specification for more details. See
|
|
9954
|
+
"description": "An optional string that can define a client-side drawing tool to be used with this feature. See the web map specification for more details. See{@linkDrawingTool}."
|
|
10273
9955
|
},
|
|
10274
9956
|
"name": {
|
|
10275
9957
|
"description": "A string containing a user-friendly name for the template. This name could appear on a menu of feature choices displayed in the client editing environment.",
|
|
@@ -10284,7 +9966,7 @@
|
|
|
10284
9966
|
},
|
|
10285
9967
|
"esri.rest-api.TemporalRenderer.TemporalRenderer": {
|
|
10286
9968
|
"additionalProperties": false,
|
|
10287
|
-
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer.
|
|
9969
|
+
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
|
|
10288
9970
|
"properties": {
|
|
10289
9971
|
"authoringInfo": {
|
|
10290
9972
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10304,14 +9986,14 @@
|
|
|
10304
9986
|
},
|
|
10305
9987
|
"rotationType": {
|
|
10306
9988
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10307
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
9989
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
10308
9990
|
},
|
|
10309
9991
|
"trackRenderer": {
|
|
10310
9992
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
10311
9993
|
"description": "Simple renderer used to symbolize the tracks."
|
|
10312
9994
|
},
|
|
10313
9995
|
"type": {
|
|
10314
|
-
"description": "The type of renderer. See
|
|
9996
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
10315
9997
|
"enum": [
|
|
10316
9998
|
"temporal"
|
|
10317
9999
|
],
|
|
@@ -10320,20 +10002,8 @@
|
|
|
10320
10002
|
"visualVariables": {
|
|
10321
10003
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10322
10004
|
"items": {
|
|
10323
|
-
"
|
|
10324
|
-
|
|
10325
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
10326
|
-
},
|
|
10327
|
-
{
|
|
10328
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
10329
|
-
},
|
|
10330
|
-
{
|
|
10331
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
10332
|
-
},
|
|
10333
|
-
{
|
|
10334
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
10335
|
-
}
|
|
10336
|
-
]
|
|
10005
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
10006
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
10337
10007
|
},
|
|
10338
10008
|
"type": "array"
|
|
10339
10009
|
}
|
|
@@ -10345,7 +10015,7 @@
|
|
|
10345
10015
|
},
|
|
10346
10016
|
"esri.rest-api.TextSymbol.TextSymbol": {
|
|
10347
10017
|
"additionalProperties": false,
|
|
10348
|
-
"description": "Text symbols are used to add text to a feature (labeling).
|
|
10018
|
+
"description": "Text symbols are used to add text to a feature (labeling).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
10349
10019
|
"properties": {
|
|
10350
10020
|
"angle": {
|
|
10351
10021
|
"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.",
|
|
@@ -10381,7 +10051,7 @@
|
|
|
10381
10051
|
},
|
|
10382
10052
|
"horizontalAlignment": {
|
|
10383
10053
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
10384
|
-
"description": "The horizontal alignment of the text. See
|
|
10054
|
+
"description": "The horizontal alignment of the text. See{@linkHorizontalAlignment}."
|
|
10385
10055
|
},
|
|
10386
10056
|
"kerning": {
|
|
10387
10057
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -10400,7 +10070,7 @@
|
|
|
10400
10070
|
"type": "string"
|
|
10401
10071
|
},
|
|
10402
10072
|
"type": {
|
|
10403
|
-
"description": "The type of symbol. See
|
|
10073
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
10404
10074
|
"enum": [
|
|
10405
10075
|
"esriTS"
|
|
10406
10076
|
],
|
|
@@ -10408,7 +10078,7 @@
|
|
|
10408
10078
|
},
|
|
10409
10079
|
"verticalAlignment": {
|
|
10410
10080
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
10411
|
-
"description": "The vertical alignment of the text. See
|
|
10081
|
+
"description": "The vertical alignment of the text. See{@linkVerticalAlignment}."
|
|
10412
10082
|
},
|
|
10413
10083
|
"xoffset": {
|
|
10414
10084
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -10426,7 +10096,7 @@
|
|
|
10426
10096
|
},
|
|
10427
10097
|
"esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
|
|
10428
10098
|
"additionalProperties": false,
|
|
10429
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.
|
|
10099
|
+
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
|
|
10430
10100
|
"properties": {
|
|
10431
10101
|
"font": {
|
|
10432
10102
|
"$ref": "#/definitions/esri.rest-api.Symbol.Font",
|
|
@@ -10445,7 +10115,7 @@
|
|
|
10445
10115
|
"type": "string"
|
|
10446
10116
|
},
|
|
10447
10117
|
"type": {
|
|
10448
|
-
"description": "The type of the Symbol3DLayer. See
|
|
10118
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
10449
10119
|
"enum": [
|
|
10450
10120
|
"Text"
|
|
10451
10121
|
],
|
|
@@ -10459,7 +10129,7 @@
|
|
|
10459
10129
|
},
|
|
10460
10130
|
"esri.rest-api.TileInfo.TileInfo": {
|
|
10461
10131
|
"additionalProperties": false,
|
|
10462
|
-
"description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl.
|
|
10132
|
+
"description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tileInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
|
|
10463
10133
|
"properties": {
|
|
10464
10134
|
"cols": {
|
|
10465
10135
|
"description": "Requested tile's column.",
|
|
@@ -10478,28 +10148,9 @@
|
|
|
10478
10148
|
"type": "string"
|
|
10479
10149
|
},
|
|
10480
10150
|
"lods": {
|
|
10481
|
-
"description": "An array of levels of detail that define the tiling scheme.
|
|
10151
|
+
"description": "An array of levels of detail that define the tiling scheme.{@linkhttps://developers.arcgis.com/web-map-specification/objects/lod/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lod/}.",
|
|
10482
10152
|
"items": {
|
|
10483
|
-
"
|
|
10484
|
-
"properties": {
|
|
10485
|
-
"level": {
|
|
10486
|
-
"description": "ID for each level.",
|
|
10487
|
-
"type": "number"
|
|
10488
|
-
},
|
|
10489
|
-
"levelValue": {
|
|
10490
|
-
"description": "String to be used when constructing URL to access a tile from this LOD.",
|
|
10491
|
-
"type": "string"
|
|
10492
|
-
},
|
|
10493
|
-
"resolution": {
|
|
10494
|
-
"description": "Resolution in map units of each pixel in a tile for each level.",
|
|
10495
|
-
"type": "number"
|
|
10496
|
-
},
|
|
10497
|
-
"scale": {
|
|
10498
|
-
"description": "Scale for each level.",
|
|
10499
|
-
"type": "number"
|
|
10500
|
-
}
|
|
10501
|
-
},
|
|
10502
|
-
"type": "object"
|
|
10153
|
+
"$ref": "__type"
|
|
10503
10154
|
},
|
|
10504
10155
|
"type": "array"
|
|
10505
10156
|
},
|
|
@@ -10520,7 +10171,7 @@
|
|
|
10520
10171
|
},
|
|
10521
10172
|
"esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
|
|
10522
10173
|
"additionalProperties": false,
|
|
10523
|
-
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled).
|
|
10174
|
+
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled).{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
|
|
10524
10175
|
"properties": {
|
|
10525
10176
|
"blendMode": {
|
|
10526
10177
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10550,7 +10201,7 @@
|
|
|
10550
10201
|
},
|
|
10551
10202
|
"listMode": {
|
|
10552
10203
|
"$ref": "esri.ListMode",
|
|
10553
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
10204
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
10554
10205
|
},
|
|
10555
10206
|
"maxScale": {
|
|
10556
10207
|
"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.",
|
|
@@ -10565,7 +10216,7 @@
|
|
|
10565
10216
|
"type": "number"
|
|
10566
10217
|
},
|
|
10567
10218
|
"refreshInterval": {
|
|
10568
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
10219
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
10569
10220
|
"type": "number"
|
|
10570
10221
|
},
|
|
10571
10222
|
"showLegend": {
|
|
@@ -10577,7 +10228,7 @@
|
|
|
10577
10228
|
"type": "string"
|
|
10578
10229
|
},
|
|
10579
10230
|
"type": {
|
|
10580
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
10231
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
10581
10232
|
"enum": [
|
|
10582
10233
|
"BingMapsAerial",
|
|
10583
10234
|
"BingMapsHybrid",
|
|
@@ -10607,7 +10258,7 @@
|
|
|
10607
10258
|
},
|
|
10608
10259
|
"esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
|
|
10609
10260
|
"additionalProperties": false,
|
|
10610
|
-
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled).
|
|
10261
|
+
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled).{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
|
|
10611
10262
|
"properties": {
|
|
10612
10263
|
"blendMode": {
|
|
10613
10264
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10624,31 +10275,8 @@
|
|
|
10624
10275
|
"type": "array"
|
|
10625
10276
|
},
|
|
10626
10277
|
"exclusionAreas": {
|
|
10627
|
-
"
|
|
10628
|
-
"description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions.
|
|
10629
|
-
"properties": {
|
|
10630
|
-
"geometry": {
|
|
10631
|
-
"$ref": "#/definitions/esri.rest-api.Extent.Extent",
|
|
10632
|
-
"description": "The geometry defining the area where no data will be fetched. Only extent is supported."
|
|
10633
|
-
},
|
|
10634
|
-
"maxScale": {
|
|
10635
|
-
"description": "The zoom level where the exclusion ends.",
|
|
10636
|
-
"type": "number"
|
|
10637
|
-
},
|
|
10638
|
-
"maxZoom": {
|
|
10639
|
-
"description": "The zoom level where the exclusion ends.",
|
|
10640
|
-
"type": "number"
|
|
10641
|
-
},
|
|
10642
|
-
"minScale": {
|
|
10643
|
-
"description": "The zoom level where the exclusion starts.",
|
|
10644
|
-
"type": "number"
|
|
10645
|
-
},
|
|
10646
|
-
"minZoom": {
|
|
10647
|
-
"description": "The zoom level where the exclusion starts.",
|
|
10648
|
-
"type": "number"
|
|
10649
|
-
}
|
|
10650
|
-
},
|
|
10651
|
-
"type": "object"
|
|
10278
|
+
"$ref": "__type",
|
|
10279
|
+
"description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions.{@linkhttps://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
|
|
10652
10280
|
},
|
|
10653
10281
|
"id": {
|
|
10654
10282
|
"description": "A unique identifying string for the layer.",
|
|
@@ -10678,7 +10306,7 @@
|
|
|
10678
10306
|
},
|
|
10679
10307
|
"listMode": {
|
|
10680
10308
|
"$ref": "esri.ListMode",
|
|
10681
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
10309
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
10682
10310
|
},
|
|
10683
10311
|
"maxScale": {
|
|
10684
10312
|
"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.",
|
|
@@ -10697,7 +10325,7 @@
|
|
|
10697
10325
|
"type": "string"
|
|
10698
10326
|
},
|
|
10699
10327
|
"refreshInterval": {
|
|
10700
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
10328
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
10701
10329
|
"type": "number"
|
|
10702
10330
|
},
|
|
10703
10331
|
"showLegend": {
|
|
@@ -10709,7 +10337,7 @@
|
|
|
10709
10337
|
"type": "string"
|
|
10710
10338
|
},
|
|
10711
10339
|
"type": {
|
|
10712
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
10340
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
10713
10341
|
"enum": [
|
|
10714
10342
|
"BingMapsAerial",
|
|
10715
10343
|
"BingMapsHybrid",
|
|
@@ -10738,24 +10366,11 @@
|
|
|
10738
10366
|
},
|
|
10739
10367
|
"esri.rest-api.Type.Type": {
|
|
10740
10368
|
"additionalProperties": false,
|
|
10741
|
-
"description": "Types contain information about the combinations of attributes allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField, which is used in LayerDefinition.
|
|
10369
|
+
"description": "Types contain information about the combinations of attributes allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField, which is used in LayerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/type/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/type/}.",
|
|
10742
10370
|
"properties": {
|
|
10743
10371
|
"domains": {
|
|
10744
|
-
"
|
|
10745
|
-
|
|
10746
|
-
{
|
|
10747
|
-
"$ref": "#/definitions/esri.rest-api.CodedValueDomain.CodedValueDomain"
|
|
10748
|
-
},
|
|
10749
|
-
{
|
|
10750
|
-
"$ref": "#/definitions/esri.rest-api.InheritedDomain.InheritedDomain"
|
|
10751
|
-
},
|
|
10752
|
-
{
|
|
10753
|
-
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
10754
|
-
}
|
|
10755
|
-
]
|
|
10756
|
-
},
|
|
10757
|
-
"description": "A set of domain objects for each domain in the type.",
|
|
10758
|
-
"type": "object"
|
|
10372
|
+
"$ref": "__type",
|
|
10373
|
+
"description": "A set of domain objects for each domain in the type."
|
|
10759
10374
|
},
|
|
10760
10375
|
"id": {
|
|
10761
10376
|
"description": "A unique numerical ID for the type.",
|
|
@@ -10780,7 +10395,7 @@
|
|
|
10780
10395
|
},
|
|
10781
10396
|
"esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
|
|
10782
10397
|
"additionalProperties": false,
|
|
10783
|
-
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style.
|
|
10398
|
+
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
|
|
10784
10399
|
"properties": {
|
|
10785
10400
|
"authoringInfo": {
|
|
10786
10401
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10804,7 +10419,7 @@
|
|
|
10804
10419
|
},
|
|
10805
10420
|
"rotationType": {
|
|
10806
10421
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10807
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
10422
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
10808
10423
|
},
|
|
10809
10424
|
"styleName": {
|
|
10810
10425
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -10815,7 +10430,7 @@
|
|
|
10815
10430
|
"type": "string"
|
|
10816
10431
|
},
|
|
10817
10432
|
"type": {
|
|
10818
|
-
"description": "The type of renderer. See
|
|
10433
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
10819
10434
|
"enum": [
|
|
10820
10435
|
"uniqueValue"
|
|
10821
10436
|
],
|
|
@@ -10824,20 +10439,8 @@
|
|
|
10824
10439
|
"visualVariables": {
|
|
10825
10440
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10826
10441
|
"items": {
|
|
10827
|
-
"
|
|
10828
|
-
|
|
10829
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
10830
|
-
},
|
|
10831
|
-
{
|
|
10832
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
10833
|
-
},
|
|
10834
|
-
{
|
|
10835
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
10836
|
-
},
|
|
10837
|
-
{
|
|
10838
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
10839
|
-
}
|
|
10840
|
-
]
|
|
10442
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
10443
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
10841
10444
|
},
|
|
10842
10445
|
"type": "array"
|
|
10843
10446
|
}
|
|
@@ -10850,7 +10453,7 @@
|
|
|
10850
10453
|
},
|
|
10851
10454
|
"esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
|
|
10852
10455
|
"additionalProperties": false,
|
|
10853
|
-
"description": "The following is a list of properties found on the uniqueValueInfo object, which is one of the properties on the renderer object. The uniqueValueInfo object contains the symbology for each uniquely drawn value in the renderer.
|
|
10456
|
+
"description": "The following is a list of properties found on the uniqueValueInfo object, which is one of the properties on the renderer object. The uniqueValueInfo object contains the symbology for each uniquely drawn value in the renderer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
|
|
10854
10457
|
"properties": {
|
|
10855
10458
|
"description": {
|
|
10856
10459
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -10914,7 +10517,7 @@
|
|
|
10914
10517
|
},
|
|
10915
10518
|
"esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
|
|
10916
10519
|
"additionalProperties": false,
|
|
10917
|
-
"description": "A unique value renderer symbolizes groups of features that have matching field values.
|
|
10520
|
+
"description": "A unique value renderer symbolizes groups of features that have matching field values.{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
|
|
10918
10521
|
"properties": {
|
|
10919
10522
|
"authoringInfo": {
|
|
10920
10523
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10991,10 +10594,10 @@
|
|
|
10991
10594
|
},
|
|
10992
10595
|
"rotationType": {
|
|
10993
10596
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10994
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
10597
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
10995
10598
|
},
|
|
10996
10599
|
"type": {
|
|
10997
|
-
"description": "The type of renderer. See
|
|
10600
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
10998
10601
|
"enum": [
|
|
10999
10602
|
"uniqueValue"
|
|
11000
10603
|
],
|
|
@@ -11010,20 +10613,8 @@
|
|
|
11010
10613
|
"visualVariables": {
|
|
11011
10614
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
11012
10615
|
"items": {
|
|
11013
|
-
"
|
|
11014
|
-
|
|
11015
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
11016
|
-
},
|
|
11017
|
-
{
|
|
11018
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
11019
|
-
},
|
|
11020
|
-
{
|
|
11021
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
11022
|
-
},
|
|
11023
|
-
{
|
|
11024
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
11025
|
-
}
|
|
11026
|
-
]
|
|
10616
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
10617
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
11027
10618
|
},
|
|
11028
10619
|
"type": "array"
|
|
11029
10620
|
}
|
|
@@ -11037,7 +10628,7 @@
|
|
|
11037
10628
|
},
|
|
11038
10629
|
"esri.rest-api.Value.Value": {
|
|
11039
10630
|
"additionalProperties": false,
|
|
11040
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.
|
|
10631
|
+
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.{@linkhttps://developers.arcgis.com/web-map-specification/objects/value/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/value/}.",
|
|
11041
10632
|
"properties": {
|
|
11042
10633
|
"fields": {
|
|
11043
10634
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -11113,7 +10704,7 @@
|
|
|
11113
10704
|
},
|
|
11114
10705
|
"rotationType": {
|
|
11115
10706
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
11116
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See
|
|
10707
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
|
|
11117
10708
|
},
|
|
11118
10709
|
"style": {
|
|
11119
10710
|
"description": "A predefined style.",
|
|
@@ -11137,7 +10728,7 @@
|
|
|
11137
10728
|
"type": "number"
|
|
11138
10729
|
},
|
|
11139
10730
|
"type": {
|
|
11140
|
-
"description": "The type of renderer. See
|
|
10731
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
11141
10732
|
"enum": [
|
|
11142
10733
|
"vectorField"
|
|
11143
10734
|
],
|
|
@@ -11146,20 +10737,8 @@
|
|
|
11146
10737
|
"visualVariables": {
|
|
11147
10738
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
11148
10739
|
"items": {
|
|
11149
|
-
"
|
|
11150
|
-
|
|
11151
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
11152
|
-
},
|
|
11153
|
-
{
|
|
11154
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
11155
|
-
},
|
|
11156
|
-
{
|
|
11157
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
11158
|
-
},
|
|
11159
|
-
{
|
|
11160
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
11161
|
-
}
|
|
11162
|
-
]
|
|
10740
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
10741
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
11163
10742
|
},
|
|
11164
10743
|
"type": "array"
|
|
11165
10744
|
}
|
|
@@ -11174,7 +10753,7 @@
|
|
|
11174
10753
|
},
|
|
11175
10754
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
11176
10755
|
"additionalProperties": false,
|
|
11177
|
-
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.
|
|
10756
|
+
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.{@linkhttps://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
|
|
11178
10757
|
"properties": {
|
|
11179
10758
|
"blendMode": {
|
|
11180
10759
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -11204,7 +10783,7 @@
|
|
|
11204
10783
|
},
|
|
11205
10784
|
"listMode": {
|
|
11206
10785
|
"$ref": "esri.ListMode",
|
|
11207
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
10786
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
11208
10787
|
},
|
|
11209
10788
|
"maxScale": {
|
|
11210
10789
|
"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.",
|
|
@@ -11223,7 +10802,7 @@
|
|
|
11223
10802
|
"type": "string"
|
|
11224
10803
|
},
|
|
11225
10804
|
"refreshInterval": {
|
|
11226
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
10805
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
11227
10806
|
"type": "number"
|
|
11228
10807
|
},
|
|
11229
10808
|
"showLegend": {
|
|
@@ -11239,7 +10818,7 @@
|
|
|
11239
10818
|
"type": "string"
|
|
11240
10819
|
},
|
|
11241
10820
|
"type": {
|
|
11242
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
10821
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
11243
10822
|
"enum": [
|
|
11244
10823
|
"BingMapsAerial",
|
|
11245
10824
|
"BingMapsHybrid",
|
|
@@ -11264,7 +10843,7 @@
|
|
|
11264
10843
|
},
|
|
11265
10844
|
"esri.rest-api.VerticalOffset.VerticalOffset": {
|
|
11266
10845
|
"additionalProperties": false,
|
|
11267
|
-
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units.
|
|
10846
|
+
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
|
|
11268
10847
|
"properties": {
|
|
11269
10848
|
"maxWorldLength": {
|
|
11270
10849
|
"description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
|
|
@@ -11286,7 +10865,7 @@
|
|
|
11286
10865
|
},
|
|
11287
10866
|
"esri.rest-api.Viewpoint.Viewpoint": {
|
|
11288
10867
|
"additionalProperties": false,
|
|
11289
|
-
"description": "Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is determined using a center point and scale value. In a 3D view, it is determined using a camera position. The Viewpoint can be bookmarked for later use, or used for navigation purposes.
|
|
10868
|
+
"description": "Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is determined using a center point and scale value. In a 3D view, it is determined using a camera position. The Viewpoint can be bookmarked for later use, or used for navigation purposes.{@linkhttps://developers.arcgis.com/web-map-specification/objects/viewpoint/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/viewpoint/}.",
|
|
11290
10869
|
"properties": {
|
|
11291
10870
|
"camera": {
|
|
11292
10871
|
"$ref": "#/definitions/esri.rest-api.Camera.Camera",
|
|
@@ -11309,15 +10888,13 @@
|
|
|
11309
10888
|
},
|
|
11310
10889
|
"esri.rest-api.VisualVariable.ColorInfo": {
|
|
11311
10890
|
"additionalProperties": false,
|
|
11312
|
-
"description": "The colorInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp.
|
|
10891
|
+
"description": "The colorInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
|
|
11313
10892
|
"properties": {
|
|
11314
10893
|
"colors": {
|
|
11315
10894
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
11316
10895
|
"items": {
|
|
11317
|
-
"
|
|
11318
|
-
|
|
11319
|
-
},
|
|
11320
|
-
"type": "array"
|
|
10896
|
+
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
10897
|
+
"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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
11321
10898
|
},
|
|
11322
10899
|
"type": "array"
|
|
11323
10900
|
},
|
|
@@ -11326,15 +10903,8 @@
|
|
|
11326
10903
|
"type": "string"
|
|
11327
10904
|
},
|
|
11328
10905
|
"legendOptions": {
|
|
11329
|
-
"
|
|
11330
|
-
"description": "Options available for the legend.
|
|
11331
|
-
"properties": {
|
|
11332
|
-
"title": {
|
|
11333
|
-
"description": "The title of the legend.",
|
|
11334
|
-
"type": "string"
|
|
11335
|
-
}
|
|
11336
|
-
},
|
|
11337
|
-
"type": "object"
|
|
10906
|
+
"$ref": "__type",
|
|
10907
|
+
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
11338
10908
|
},
|
|
11339
10909
|
"maxDataValue": {
|
|
11340
10910
|
"description": "The maximum data value.",
|
|
@@ -11356,7 +10926,7 @@
|
|
|
11356
10926
|
"type": "array"
|
|
11357
10927
|
},
|
|
11358
10928
|
"type": {
|
|
11359
|
-
"description": "The type of the VisualVariable. See
|
|
10929
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
11360
10930
|
"enum": [
|
|
11361
10931
|
"colorInfo"
|
|
11362
10932
|
],
|
|
@@ -11376,10 +10946,8 @@
|
|
|
11376
10946
|
"color": {
|
|
11377
10947
|
"anyOf": [
|
|
11378
10948
|
{
|
|
11379
|
-
"
|
|
11380
|
-
|
|
11381
|
-
},
|
|
11382
|
-
"type": "array"
|
|
10949
|
+
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
10950
|
+
"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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
11383
10951
|
},
|
|
11384
10952
|
{
|
|
11385
10953
|
"type": "string"
|
|
@@ -11400,22 +10968,15 @@
|
|
|
11400
10968
|
},
|
|
11401
10969
|
"esri.rest-api.VisualVariable.RotationInfo": {
|
|
11402
10970
|
"additionalProperties": false,
|
|
11403
|
-
"description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function.
|
|
10971
|
+
"description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
|
|
11404
10972
|
"properties": {
|
|
11405
10973
|
"field": {
|
|
11406
10974
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
11407
10975
|
"type": "string"
|
|
11408
10976
|
},
|
|
11409
10977
|
"legendOptions": {
|
|
11410
|
-
"
|
|
11411
|
-
"description": "Options available for the legend.
|
|
11412
|
-
"properties": {
|
|
11413
|
-
"title": {
|
|
11414
|
-
"description": "The title of the legend.",
|
|
11415
|
-
"type": "string"
|
|
11416
|
-
}
|
|
11417
|
-
},
|
|
11418
|
-
"type": "object"
|
|
10978
|
+
"$ref": "__type",
|
|
10979
|
+
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
11419
10980
|
},
|
|
11420
10981
|
"normalizationField": {
|
|
11421
10982
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -11426,7 +10987,7 @@
|
|
|
11426
10987
|
"description": "Defines the origin and direction of rotation depending on how the angle of rotation was measured. Possible values are geographic which rotates the symbol from the north in a clockwise direction and arithmetic which rotates the symbol from the east in a counter-clockwise direction. Must be one of the following values: geographic, arithmetic."
|
|
11427
10988
|
},
|
|
11428
10989
|
"type": {
|
|
11429
|
-
"description": "The type of the VisualVariable. See
|
|
10990
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
11430
10991
|
"enum": [
|
|
11431
10992
|
"rotationInfo"
|
|
11432
10993
|
],
|
|
@@ -11453,7 +11014,7 @@
|
|
|
11453
11014
|
},
|
|
11454
11015
|
"esri.rest-api.VisualVariable.Size": {
|
|
11455
11016
|
"additionalProperties": false,
|
|
11456
|
-
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown.
|
|
11017
|
+
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown.{@linkhttps://developers.arcgis.com/web-map-specification/objects/maxSize/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/minSize/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/maxSize/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/minSize/}.",
|
|
11457
11018
|
"properties": {
|
|
11458
11019
|
"expression": {
|
|
11459
11020
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -11479,7 +11040,7 @@
|
|
|
11479
11040
|
},
|
|
11480
11041
|
"esri.rest-api.VisualVariable.SizeInfo": {
|
|
11481
11042
|
"additionalProperties": false,
|
|
11482
|
-
"description": "The sizeInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp.
|
|
11043
|
+
"description": "The sizeInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp.{@linkhttps://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
|
|
11483
11044
|
"properties": {
|
|
11484
11045
|
"axis": {
|
|
11485
11046
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -11497,15 +11058,8 @@
|
|
|
11497
11058
|
"type": "string"
|
|
11498
11059
|
},
|
|
11499
11060
|
"legendOptions": {
|
|
11500
|
-
"
|
|
11501
|
-
"description": "Options available for the legend.
|
|
11502
|
-
"properties": {
|
|
11503
|
-
"title": {
|
|
11504
|
-
"description": "The title of the legend.",
|
|
11505
|
-
"type": "string"
|
|
11506
|
-
}
|
|
11507
|
-
},
|
|
11508
|
-
"type": "object"
|
|
11061
|
+
"$ref": "__type",
|
|
11062
|
+
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
11509
11063
|
},
|
|
11510
11064
|
"maxDataValue": {
|
|
11511
11065
|
"description": "The maximum data value.",
|
|
@@ -11542,7 +11096,7 @@
|
|
|
11542
11096
|
"type": "string"
|
|
11543
11097
|
},
|
|
11544
11098
|
"type": {
|
|
11545
|
-
"description": "The type of the VisualVariable. See
|
|
11099
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
11546
11100
|
"enum": [
|
|
11547
11101
|
"sizeInfo"
|
|
11548
11102
|
],
|
|
@@ -11609,22 +11163,15 @@
|
|
|
11609
11163
|
},
|
|
11610
11164
|
"esri.rest-api.VisualVariable.TransparencyInfo": {
|
|
11611
11165
|
"additionalProperties": false,
|
|
11612
|
-
"description": "TransparencyInfo is supported by opacityInfo in the JavaScript API. Except type and axis, all properties follow the syntax of the JavaScript API's opacityInfo property. It applies transparency to each feature based on the attribute values in a field. The exception is that the webmap JSON uses transparency (range 0 - 100, with 100 as completely transparent) instead of opacity (range 0 - 1, with 0 as completely transparent).
|
|
11166
|
+
"description": "TransparencyInfo is supported by opacityInfo in the JavaScript API. Except type and axis, all properties follow the syntax of the JavaScript API's opacityInfo property. It applies transparency to each feature based on the attribute values in a field. The exception is that the webmap JSON uses transparency (range 0 - 100, with 100 as completely transparent) instead of opacity (range 0 - 1, with 0 as completely transparent).{@linkhttps://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
|
|
11613
11167
|
"properties": {
|
|
11614
11168
|
"field": {
|
|
11615
11169
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
11616
11170
|
"type": "string"
|
|
11617
11171
|
},
|
|
11618
11172
|
"legendOptions": {
|
|
11619
|
-
"
|
|
11620
|
-
"description": "Options available for the legend."
|
|
11621
|
-
"properties": {
|
|
11622
|
-
"title": {
|
|
11623
|
-
"description": "The title of the legend.",
|
|
11624
|
-
"type": "string"
|
|
11625
|
-
}
|
|
11626
|
-
},
|
|
11627
|
-
"type": "object"
|
|
11173
|
+
"$ref": "__type",
|
|
11174
|
+
"description": "Options available for the legend."
|
|
11628
11175
|
},
|
|
11629
11176
|
"normalizationField": {
|
|
11630
11177
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -11638,7 +11185,7 @@
|
|
|
11638
11185
|
"type": "array"
|
|
11639
11186
|
},
|
|
11640
11187
|
"type": {
|
|
11641
|
-
"description": "The type of the VisualVariable. See
|
|
11188
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
11642
11189
|
"enum": [
|
|
11643
11190
|
"transparencyInfo"
|
|
11644
11191
|
],
|
|
@@ -11690,11 +11237,11 @@
|
|
|
11690
11237
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
11691
11238
|
}
|
|
11692
11239
|
],
|
|
11693
|
-
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.
|
|
11240
|
+
"description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
11694
11241
|
},
|
|
11695
11242
|
"esri.rest-api.WMSLayer.WMSLayer": {
|
|
11696
11243
|
"additionalProperties": false,
|
|
11697
|
-
"description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help.
|
|
11244
|
+
"description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
|
|
11698
11245
|
"properties": {
|
|
11699
11246
|
"blendMode": {
|
|
11700
11247
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -11764,7 +11311,7 @@
|
|
|
11764
11311
|
},
|
|
11765
11312
|
"listMode": {
|
|
11766
11313
|
"$ref": "esri.ListMode",
|
|
11767
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
11314
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
11768
11315
|
},
|
|
11769
11316
|
"mapUrl": {
|
|
11770
11317
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -11791,7 +11338,7 @@
|
|
|
11791
11338
|
"type": "number"
|
|
11792
11339
|
},
|
|
11793
11340
|
"refreshInterval": {
|
|
11794
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
11341
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
11795
11342
|
"type": "number"
|
|
11796
11343
|
},
|
|
11797
11344
|
"showLegend": {
|
|
@@ -11810,7 +11357,7 @@
|
|
|
11810
11357
|
"type": "string"
|
|
11811
11358
|
},
|
|
11812
11359
|
"type": {
|
|
11813
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
11360
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
11814
11361
|
"enum": [
|
|
11815
11362
|
"BingMapsAerial",
|
|
11816
11363
|
"BingMapsHybrid",
|
|
@@ -11850,7 +11397,7 @@
|
|
|
11850
11397
|
},
|
|
11851
11398
|
"esri.rest-api.WMSSublayer.WMSSublayer": {
|
|
11852
11399
|
"additionalProperties": false,
|
|
11853
|
-
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.
|
|
11400
|
+
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
|
|
11854
11401
|
"properties": {
|
|
11855
11402
|
"legendUrl": {
|
|
11856
11403
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -11877,7 +11424,7 @@
|
|
|
11877
11424
|
},
|
|
11878
11425
|
"esri.rest-api.WMTSInfo.WMTSInfo": {
|
|
11879
11426
|
"additionalProperties": false,
|
|
11880
|
-
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.
|
|
11427
|
+
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
|
|
11881
11428
|
"properties": {
|
|
11882
11429
|
"customLayerParameters": {
|
|
11883
11430
|
"description": "A sequence of parameters used to append different custom parameters to a WMTS tile request. These parameters are applied to GetTile. The customLayerParameters property takes precedence if customParameters is also present."
|
|
@@ -11902,7 +11449,7 @@
|
|
|
11902
11449
|
},
|
|
11903
11450
|
"esri.rest-api.WebTileLayer.WebTileLayer": {
|
|
11904
11451
|
"additionalProperties": false,
|
|
11905
|
-
"description": "A tile layer is a derived from a set of web-accessible tiles which reside on a server. The tiles are accessed by a direct URL request from the web browser. Because the tiles in a tile layer are not available as a service, they must be in a specific format for a web app such as the ArcGIS.com map viewer to display the layer on a map.
|
|
11452
|
+
"description": "A tile layer is a derived from a set of web-accessible tiles which reside on a server. The tiles are accessed by a direct URL request from the web browser. Because the tiles in a tile layer are not available as a service, they must be in a specific format for a web app such as the ArcGIS.com map viewer to display the layer on a map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
|
|
11906
11453
|
"properties": {
|
|
11907
11454
|
"blendMode": {
|
|
11908
11455
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -11937,7 +11484,7 @@
|
|
|
11937
11484
|
},
|
|
11938
11485
|
"listMode": {
|
|
11939
11486
|
"$ref": "esri.ListMode",
|
|
11940
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See
|
|
11487
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
11941
11488
|
},
|
|
11942
11489
|
"maxScale": {
|
|
11943
11490
|
"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.",
|
|
@@ -11952,7 +11499,7 @@
|
|
|
11952
11499
|
"type": "number"
|
|
11953
11500
|
},
|
|
11954
11501
|
"refreshInterval": {
|
|
11955
|
-
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.
|
|
11502
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
11956
11503
|
"type": "number"
|
|
11957
11504
|
},
|
|
11958
11505
|
"showLegend": {
|
|
@@ -11979,7 +11526,7 @@
|
|
|
11979
11526
|
"type": "string"
|
|
11980
11527
|
},
|
|
11981
11528
|
"type": {
|
|
11982
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See
|
|
11529
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
11983
11530
|
"enum": [
|
|
11984
11531
|
"BingMapsAerial",
|
|
11985
11532
|
"BingMapsHybrid",
|
|
@@ -12080,6 +11627,9 @@
|
|
|
12080
11627
|
"geocode.count:input": {
|
|
12081
11628
|
"$ref": "#/definitions/GeocodeArgs"
|
|
12082
11629
|
},
|
|
11630
|
+
"geocode.count:output": {
|
|
11631
|
+
"type": "undefined"
|
|
11632
|
+
},
|
|
12083
11633
|
"geocode.geocode": {
|
|
12084
11634
|
"description": "Finds one or more locations corresponding to an address.",
|
|
12085
11635
|
"enum": [
|
|
@@ -12089,6 +11639,9 @@
|
|
|
12089
11639
|
"geocode.geocode:input": {
|
|
12090
11640
|
"$ref": "#/definitions/GeocodeArgs"
|
|
12091
11641
|
},
|
|
11642
|
+
"geocode.geocode:output": {
|
|
11643
|
+
"type": "undefined"
|
|
11644
|
+
},
|
|
12092
11645
|
"geocode.reverse-geocode": {
|
|
12093
11646
|
"description": "Finds the address at a particular location. The geocoder must have the supportsReverseGeocoding capability.",
|
|
12094
11647
|
"enum": [
|
|
@@ -12098,6 +11651,9 @@
|
|
|
12098
11651
|
"geocode.reverse-geocode:input": {
|
|
12099
11652
|
"$ref": "#/definitions/ReverseGeocodeArgs"
|
|
12100
11653
|
},
|
|
11654
|
+
"geocode.reverse-geocode:output": {
|
|
11655
|
+
"type": "undefined"
|
|
11656
|
+
},
|
|
12101
11657
|
"geocode.suggest": {
|
|
12102
11658
|
"description": "Suggests matching addresses to search for based on some input text. The geocoder must have the supportsSuggest capability.",
|
|
12103
11659
|
"enum": [
|
|
@@ -12107,6 +11663,9 @@
|
|
|
12107
11663
|
"geocode.suggest:input": {
|
|
12108
11664
|
"$ref": "#/definitions/SuggestArgs"
|
|
12109
11665
|
},
|
|
11666
|
+
"geocode.suggest:output": {
|
|
11667
|
+
"type": "undefined"
|
|
11668
|
+
},
|
|
12110
11669
|
"geolocation.auto-recenter": {
|
|
12111
11670
|
"description": "Centers the map on the user's current location and keeps the location centered as it moves around. The maps parameter is only supported in Geocortex Mobile Viewer. In Geocortex Web Viewer, all maps are affected.",
|
|
12112
11671
|
"enum": [
|
|
@@ -12186,6 +11745,9 @@
|
|
|
12186
11745
|
"geolocation.get-active-source:input": {
|
|
12187
11746
|
"$ref": "#/definitions/GnssDeviceConnectionInfo"
|
|
12188
11747
|
},
|
|
11748
|
+
"geolocation.get-active-source:output": {
|
|
11749
|
+
"type": "undefined"
|
|
11750
|
+
},
|
|
12189
11751
|
"geolocation.get-all-sources": {
|
|
12190
11752
|
"description": "Gets the list of currently available geolocation sources. Includes integrated receivers, GNSS devices, and emulators.",
|
|
12191
11753
|
"enum": [
|
|
@@ -12219,6 +11781,9 @@
|
|
|
12219
11781
|
"geolocation.get-location-permissions-enabled:input": {
|
|
12220
11782
|
"type": "boolean"
|
|
12221
11783
|
},
|
|
11784
|
+
"geolocation.get-location-permissions-enabled:output": {
|
|
11785
|
+
"type": "undefined"
|
|
11786
|
+
},
|
|
12222
11787
|
"geolocation.get-position": {
|
|
12223
11788
|
"description": "Returns the current user position. This Operation can block while the user is prompted for permission, as such it is considered best practice not to perform this during startup.",
|
|
12224
11789
|
"enum": [
|
|
@@ -12478,12 +12043,18 @@
|
|
|
12478
12043
|
"log-viewer.close"
|
|
12479
12044
|
]
|
|
12480
12045
|
},
|
|
12046
|
+
"log-viewer.close:output": {
|
|
12047
|
+
"type": "undefined"
|
|
12048
|
+
},
|
|
12481
12049
|
"log-viewer.display": {
|
|
12482
12050
|
"description": "Displays the Log Viewer.",
|
|
12483
12051
|
"enum": [
|
|
12484
12052
|
"log-viewer.display"
|
|
12485
12053
|
]
|
|
12486
12054
|
},
|
|
12055
|
+
"log-viewer.display:output": {
|
|
12056
|
+
"type": "undefined"
|
|
12057
|
+
},
|
|
12487
12058
|
"map.disable-map-click": {
|
|
12488
12059
|
"description": "Disables the click event handler on the map, so that if the user clicks on the map, the configured handler will not be invoked.",
|
|
12489
12060
|
"enum": [
|
|
@@ -13624,7 +13195,7 @@
|
|
|
13624
13195
|
"type": "boolean"
|
|
13625
13196
|
},
|
|
13626
13197
|
"system.open-url": {
|
|
13627
|
-
"description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If {@link Features} are included as context, then the URL may contain substitution tokens in the format {FIELD_NAME} where FIELD_NAME is the name of a field in the first feature in the context. In this case, the {FIELD_NAME} is substituted with value of the FIELD_NAME field from the feature feature in the {@link Features}, e.g. https://www.google.com/search?q={NAME}, where the value of the NAME field in the first feature from the context is 'Jasper National Park' would produce the result https://www.google.com/search?q=Jasper National Park. Zero to many substitution tokens may be included. If maps are included as context, {@link LocationToken} can be used to access properties on the first map's view. In Web, if both layers and maps are included as context, then {@link LayerToken} can be used to access properties on the first layer.",
|
|
13198
|
+
"description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If {@link Features } are included as context, then the URL may contain substitution tokens in the format {FIELD_NAME} where FIELD_NAME is the name of a field in the first feature in the context. In this case, the {FIELD_NAME} is substituted with value of the FIELD_NAME field from the feature feature in the {@link Features }, e.g. https://www.google.com/search?q={NAME}, where the value of the NAME field in the first feature from the context is 'Jasper National Park' would produce the result https://www.google.com/search?q=Jasper National Park. Zero to many substitution tokens may be included. If maps are included as context, {@link LocationToken} can be used to access properties on the first map's view. In Web, if both layers and maps are included as context, then {@link LayerToken} can be used to access properties on the first layer.",
|
|
13628
13199
|
"enum": [
|
|
13629
13200
|
"system.open-url"
|
|
13630
13201
|
]
|
|
@@ -13989,70 +13560,6 @@
|
|
|
13989
13560
|
],
|
|
13990
13561
|
"type": "object"
|
|
13991
13562
|
},
|
|
13992
|
-
{
|
|
13993
|
-
"additionalProperties": false,
|
|
13994
|
-
"properties": {
|
|
13995
|
-
"arguments": {
|
|
13996
|
-
"$ref": "#/definitions/geocode.count:input"
|
|
13997
|
-
},
|
|
13998
|
-
"name": {
|
|
13999
|
-
"$ref": "#/definitions/geocode.count"
|
|
14000
|
-
}
|
|
14001
|
-
},
|
|
14002
|
-
"required": [
|
|
14003
|
-
"name",
|
|
14004
|
-
"arguments"
|
|
14005
|
-
],
|
|
14006
|
-
"type": "object"
|
|
14007
|
-
},
|
|
14008
|
-
{
|
|
14009
|
-
"additionalProperties": false,
|
|
14010
|
-
"properties": {
|
|
14011
|
-
"arguments": {
|
|
14012
|
-
"$ref": "#/definitions/geocode.geocode:input"
|
|
14013
|
-
},
|
|
14014
|
-
"name": {
|
|
14015
|
-
"$ref": "#/definitions/geocode.geocode"
|
|
14016
|
-
}
|
|
14017
|
-
},
|
|
14018
|
-
"required": [
|
|
14019
|
-
"name",
|
|
14020
|
-
"arguments"
|
|
14021
|
-
],
|
|
14022
|
-
"type": "object"
|
|
14023
|
-
},
|
|
14024
|
-
{
|
|
14025
|
-
"additionalProperties": false,
|
|
14026
|
-
"properties": {
|
|
14027
|
-
"arguments": {
|
|
14028
|
-
"$ref": "#/definitions/geocode.reverse-geocode:input"
|
|
14029
|
-
},
|
|
14030
|
-
"name": {
|
|
14031
|
-
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
14032
|
-
}
|
|
14033
|
-
},
|
|
14034
|
-
"required": [
|
|
14035
|
-
"name",
|
|
14036
|
-
"arguments"
|
|
14037
|
-
],
|
|
14038
|
-
"type": "object"
|
|
14039
|
-
},
|
|
14040
|
-
{
|
|
14041
|
-
"additionalProperties": false,
|
|
14042
|
-
"properties": {
|
|
14043
|
-
"arguments": {
|
|
14044
|
-
"$ref": "#/definitions/geocode.suggest:input"
|
|
14045
|
-
},
|
|
14046
|
-
"name": {
|
|
14047
|
-
"$ref": "#/definitions/geocode.suggest"
|
|
14048
|
-
}
|
|
14049
|
-
},
|
|
14050
|
-
"required": [
|
|
14051
|
-
"name",
|
|
14052
|
-
"arguments"
|
|
14053
|
-
],
|
|
14054
|
-
"type": "object"
|
|
14055
|
-
},
|
|
14056
13563
|
{
|
|
14057
13564
|
"additionalProperties": false,
|
|
14058
13565
|
"properties": {
|
|
@@ -14117,38 +13624,6 @@
|
|
|
14117
13624
|
],
|
|
14118
13625
|
"type": "object"
|
|
14119
13626
|
},
|
|
14120
|
-
{
|
|
14121
|
-
"additionalProperties": false,
|
|
14122
|
-
"properties": {
|
|
14123
|
-
"arguments": {
|
|
14124
|
-
"$ref": "#/definitions/geolocation.get-active-source:input"
|
|
14125
|
-
},
|
|
14126
|
-
"name": {
|
|
14127
|
-
"$ref": "#/definitions/geolocation.get-active-source"
|
|
14128
|
-
}
|
|
14129
|
-
},
|
|
14130
|
-
"required": [
|
|
14131
|
-
"name",
|
|
14132
|
-
"arguments"
|
|
14133
|
-
],
|
|
14134
|
-
"type": "object"
|
|
14135
|
-
},
|
|
14136
|
-
{
|
|
14137
|
-
"additionalProperties": false,
|
|
14138
|
-
"properties": {
|
|
14139
|
-
"arguments": {
|
|
14140
|
-
"$ref": "#/definitions/geolocation.get-location-permissions-enabled:input"
|
|
14141
|
-
},
|
|
14142
|
-
"name": {
|
|
14143
|
-
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
14144
|
-
}
|
|
14145
|
-
},
|
|
14146
|
-
"required": [
|
|
14147
|
-
"name",
|
|
14148
|
-
"arguments"
|
|
14149
|
-
],
|
|
14150
|
-
"type": "object"
|
|
14151
|
-
},
|
|
14152
13627
|
{
|
|
14153
13628
|
"additionalProperties": false,
|
|
14154
13629
|
"properties": {
|
|
@@ -15498,12 +14973,6 @@
|
|
|
15498
14973
|
{
|
|
15499
14974
|
"$ref": "#/definitions/basemap.set"
|
|
15500
14975
|
},
|
|
15501
|
-
{
|
|
15502
|
-
"$ref": "#/definitions/debug-console.close"
|
|
15503
|
-
},
|
|
15504
|
-
{
|
|
15505
|
-
"$ref": "#/definitions/debug-console.display"
|
|
15506
|
-
},
|
|
15507
14976
|
{
|
|
15508
14977
|
"$ref": "#/definitions/drawing.set-sync"
|
|
15509
14978
|
},
|
|
@@ -15528,18 +14997,6 @@
|
|
|
15528
14997
|
{
|
|
15529
14998
|
"$ref": "#/definitions/file.open-file"
|
|
15530
14999
|
},
|
|
15531
|
-
{
|
|
15532
|
-
"$ref": "#/definitions/geocode.count"
|
|
15533
|
-
},
|
|
15534
|
-
{
|
|
15535
|
-
"$ref": "#/definitions/geocode.geocode"
|
|
15536
|
-
},
|
|
15537
|
-
{
|
|
15538
|
-
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
15539
|
-
},
|
|
15540
|
-
{
|
|
15541
|
-
"$ref": "#/definitions/geocode.suggest"
|
|
15542
|
-
},
|
|
15543
15000
|
{
|
|
15544
15001
|
"$ref": "#/definitions/geolocation.auto-recenter"
|
|
15545
15002
|
},
|
|
@@ -15561,12 +15018,6 @@
|
|
|
15561
15018
|
{
|
|
15562
15019
|
"$ref": "#/definitions/geolocation.display-location"
|
|
15563
15020
|
},
|
|
15564
|
-
{
|
|
15565
|
-
"$ref": "#/definitions/geolocation.get-active-source"
|
|
15566
|
-
},
|
|
15567
|
-
{
|
|
15568
|
-
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
15569
|
-
},
|
|
15570
15021
|
{
|
|
15571
15022
|
"$ref": "#/definitions/geolocation.turn-off-geolocation"
|
|
15572
15023
|
},
|
|
@@ -15618,12 +15069,6 @@
|
|
|
15618
15069
|
{
|
|
15619
15070
|
"$ref": "#/definitions/layer-presets.apply"
|
|
15620
15071
|
},
|
|
15621
|
-
{
|
|
15622
|
-
"$ref": "#/definitions/log-viewer.close"
|
|
15623
|
-
},
|
|
15624
|
-
{
|
|
15625
|
-
"$ref": "#/definitions/log-viewer.display"
|
|
15626
|
-
},
|
|
15627
15072
|
{
|
|
15628
15073
|
"$ref": "#/definitions/map.disable-map-click"
|
|
15629
15074
|
},
|
|
@@ -15917,6 +15362,86 @@
|
|
|
15917
15362
|
],
|
|
15918
15363
|
"type": "object"
|
|
15919
15364
|
},
|
|
15365
|
+
{
|
|
15366
|
+
"additionalProperties": false,
|
|
15367
|
+
"properties": {
|
|
15368
|
+
"arguments": {
|
|
15369
|
+
"$ref": "#/definitions/geocode.count:input"
|
|
15370
|
+
},
|
|
15371
|
+
"name": {
|
|
15372
|
+
"$ref": "#/definitions/geocode.count"
|
|
15373
|
+
}
|
|
15374
|
+
},
|
|
15375
|
+
"required": [
|
|
15376
|
+
"name",
|
|
15377
|
+
"arguments"
|
|
15378
|
+
],
|
|
15379
|
+
"type": "object"
|
|
15380
|
+
},
|
|
15381
|
+
{
|
|
15382
|
+
"additionalProperties": false,
|
|
15383
|
+
"properties": {
|
|
15384
|
+
"arguments": {
|
|
15385
|
+
"$ref": "#/definitions/geocode.geocode:input"
|
|
15386
|
+
},
|
|
15387
|
+
"name": {
|
|
15388
|
+
"$ref": "#/definitions/geocode.geocode"
|
|
15389
|
+
}
|
|
15390
|
+
},
|
|
15391
|
+
"required": [
|
|
15392
|
+
"name",
|
|
15393
|
+
"arguments"
|
|
15394
|
+
],
|
|
15395
|
+
"type": "object"
|
|
15396
|
+
},
|
|
15397
|
+
{
|
|
15398
|
+
"additionalProperties": false,
|
|
15399
|
+
"properties": {
|
|
15400
|
+
"arguments": {
|
|
15401
|
+
"$ref": "#/definitions/geocode.reverse-geocode:input"
|
|
15402
|
+
},
|
|
15403
|
+
"name": {
|
|
15404
|
+
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
15405
|
+
}
|
|
15406
|
+
},
|
|
15407
|
+
"required": [
|
|
15408
|
+
"name",
|
|
15409
|
+
"arguments"
|
|
15410
|
+
],
|
|
15411
|
+
"type": "object"
|
|
15412
|
+
},
|
|
15413
|
+
{
|
|
15414
|
+
"additionalProperties": false,
|
|
15415
|
+
"properties": {
|
|
15416
|
+
"arguments": {
|
|
15417
|
+
"$ref": "#/definitions/geocode.suggest:input"
|
|
15418
|
+
},
|
|
15419
|
+
"name": {
|
|
15420
|
+
"$ref": "#/definitions/geocode.suggest"
|
|
15421
|
+
}
|
|
15422
|
+
},
|
|
15423
|
+
"required": [
|
|
15424
|
+
"name",
|
|
15425
|
+
"arguments"
|
|
15426
|
+
],
|
|
15427
|
+
"type": "object"
|
|
15428
|
+
},
|
|
15429
|
+
{
|
|
15430
|
+
"additionalProperties": false,
|
|
15431
|
+
"properties": {
|
|
15432
|
+
"arguments": {
|
|
15433
|
+
"$ref": "#/definitions/geolocation.get-active-source:input"
|
|
15434
|
+
},
|
|
15435
|
+
"name": {
|
|
15436
|
+
"$ref": "#/definitions/geolocation.get-active-source"
|
|
15437
|
+
}
|
|
15438
|
+
},
|
|
15439
|
+
"required": [
|
|
15440
|
+
"name",
|
|
15441
|
+
"arguments"
|
|
15442
|
+
],
|
|
15443
|
+
"type": "object"
|
|
15444
|
+
},
|
|
15920
15445
|
{
|
|
15921
15446
|
"additionalProperties": false,
|
|
15922
15447
|
"properties": {
|
|
@@ -15933,6 +15458,22 @@
|
|
|
15933
15458
|
],
|
|
15934
15459
|
"type": "object"
|
|
15935
15460
|
},
|
|
15461
|
+
{
|
|
15462
|
+
"additionalProperties": false,
|
|
15463
|
+
"properties": {
|
|
15464
|
+
"arguments": {
|
|
15465
|
+
"$ref": "#/definitions/geolocation.get-location-permissions-enabled:input"
|
|
15466
|
+
},
|
|
15467
|
+
"name": {
|
|
15468
|
+
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
15469
|
+
}
|
|
15470
|
+
},
|
|
15471
|
+
"required": [
|
|
15472
|
+
"name",
|
|
15473
|
+
"arguments"
|
|
15474
|
+
],
|
|
15475
|
+
"type": "object"
|
|
15476
|
+
},
|
|
15936
15477
|
{
|
|
15937
15478
|
"additionalProperties": false,
|
|
15938
15479
|
"properties": {
|
|
@@ -16505,15 +16046,39 @@
|
|
|
16505
16046
|
{
|
|
16506
16047
|
"$ref": "#/definitions/basemap.get-current"
|
|
16507
16048
|
},
|
|
16049
|
+
{
|
|
16050
|
+
"$ref": "#/definitions/debug-console.close"
|
|
16051
|
+
},
|
|
16052
|
+
{
|
|
16053
|
+
"$ref": "#/definitions/debug-console.display"
|
|
16054
|
+
},
|
|
16508
16055
|
{
|
|
16509
16056
|
"$ref": "#/definitions/file.pick-file"
|
|
16510
16057
|
},
|
|
16058
|
+
{
|
|
16059
|
+
"$ref": "#/definitions/geocode.count"
|
|
16060
|
+
},
|
|
16061
|
+
{
|
|
16062
|
+
"$ref": "#/definitions/geocode.geocode"
|
|
16063
|
+
},
|
|
16064
|
+
{
|
|
16065
|
+
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
16066
|
+
},
|
|
16067
|
+
{
|
|
16068
|
+
"$ref": "#/definitions/geocode.suggest"
|
|
16069
|
+
},
|
|
16070
|
+
{
|
|
16071
|
+
"$ref": "#/definitions/geolocation.get-active-source"
|
|
16072
|
+
},
|
|
16511
16073
|
{
|
|
16512
16074
|
"$ref": "#/definitions/geolocation.get-all-sources"
|
|
16513
16075
|
},
|
|
16514
16076
|
{
|
|
16515
16077
|
"$ref": "#/definitions/geolocation.get-current-state"
|
|
16516
16078
|
},
|
|
16079
|
+
{
|
|
16080
|
+
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
16081
|
+
},
|
|
16517
16082
|
{
|
|
16518
16083
|
"$ref": "#/definitions/geolocation.get-position"
|
|
16519
16084
|
},
|
|
@@ -16529,6 +16094,12 @@
|
|
|
16529
16094
|
{
|
|
16530
16095
|
"$ref": "#/definitions/geometry.remove-point"
|
|
16531
16096
|
},
|
|
16097
|
+
{
|
|
16098
|
+
"$ref": "#/definitions/log-viewer.close"
|
|
16099
|
+
},
|
|
16100
|
+
{
|
|
16101
|
+
"$ref": "#/definitions/log-viewer.display"
|
|
16102
|
+
},
|
|
16532
16103
|
{
|
|
16533
16104
|
"$ref": "#/definitions/map.export-image"
|
|
16534
16105
|
},
|