@vertigis/viewer-spec 46.2.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/registry/app.d.ts +12 -0
- package/messaging/registry/app.js +1 -1
- package/messaging/registry/map.d.ts +17 -1
- package/messaging/registry/map.js +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 +642 -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 +457 -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": {
|
|
@@ -3074,6 +3115,12 @@
|
|
|
3074
3115
|
],
|
|
3075
3116
|
"type": "object"
|
|
3076
3117
|
},
|
|
3118
|
+
"app.favorite": {
|
|
3119
|
+
"description": "Adds the currently loaded app to the user's Favorites collection.",
|
|
3120
|
+
"enum": [
|
|
3121
|
+
"app.favorite"
|
|
3122
|
+
]
|
|
3123
|
+
},
|
|
3077
3124
|
"app.go-to-app-selector": {
|
|
3078
3125
|
"description": "Returns to the Geocortex Go view where the user can select a different app. Only enabled if the current app was launched through Geocortex Go.",
|
|
3079
3126
|
"enum": [
|
|
@@ -3086,6 +3133,12 @@
|
|
|
3086
3133
|
"app.refresh"
|
|
3087
3134
|
]
|
|
3088
3135
|
},
|
|
3136
|
+
"app.unfavorite": {
|
|
3137
|
+
"description": "Removes the currently loaded app from the user's Favorites collection.",
|
|
3138
|
+
"enum": [
|
|
3139
|
+
"app.unfavorite"
|
|
3140
|
+
]
|
|
3141
|
+
},
|
|
3089
3142
|
"auth.get-current-user": {
|
|
3090
3143
|
"description": "Gets the user that is currently signed into the application.",
|
|
3091
3144
|
"enum": [
|
|
@@ -3173,12 +3226,18 @@
|
|
|
3173
3226
|
"debug-console.close"
|
|
3174
3227
|
]
|
|
3175
3228
|
},
|
|
3229
|
+
"debug-console.close:output": {
|
|
3230
|
+
"type": "undefined"
|
|
3231
|
+
},
|
|
3176
3232
|
"debug-console.display": {
|
|
3177
3233
|
"description": "Displays the Debug Console. Deprecated; use log-viewer.display instead.",
|
|
3178
3234
|
"enum": [
|
|
3179
3235
|
"debug-console.display"
|
|
3180
3236
|
]
|
|
3181
3237
|
},
|
|
3238
|
+
"debug-console.display:output": {
|
|
3239
|
+
"type": "undefined"
|
|
3240
|
+
},
|
|
3182
3241
|
"drawing.set-sync": {
|
|
3183
3242
|
"description": "Sets a value that determines whether drawings will be synced automatically across maps.",
|
|
3184
3243
|
"enum": [
|
|
@@ -3448,7 +3507,7 @@
|
|
|
3448
3507
|
},
|
|
3449
3508
|
"listMode": {
|
|
3450
3509
|
"$ref": "esri.ListMode",
|
|
3451
|
-
"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}."
|
|
3452
3511
|
},
|
|
3453
3512
|
"maxScale": {
|
|
3454
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.",
|
|
@@ -3463,7 +3522,7 @@
|
|
|
3463
3522
|
"type": "number"
|
|
3464
3523
|
},
|
|
3465
3524
|
"refreshInterval": {
|
|
3466
|
-
"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}.",
|
|
3467
3526
|
"type": "number"
|
|
3468
3527
|
},
|
|
3469
3528
|
"showLegend": {
|
|
@@ -3482,7 +3541,7 @@
|
|
|
3482
3541
|
"type": "string"
|
|
3483
3542
|
},
|
|
3484
3543
|
"type": {
|
|
3485
|
-
"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}.",
|
|
3486
3545
|
"enum": [
|
|
3487
3546
|
"BingMapsAerial",
|
|
3488
3547
|
"BingMapsHybrid",
|
|
@@ -3675,7 +3734,7 @@
|
|
|
3675
3734
|
},
|
|
3676
3735
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
3677
3736
|
"additionalProperties": false,
|
|
3678
|
-
"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/}.",
|
|
3679
3738
|
"properties": {
|
|
3680
3739
|
"blendMode": {
|
|
3681
3740
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3706,7 +3765,7 @@
|
|
|
3706
3765
|
},
|
|
3707
3766
|
"listMode": {
|
|
3708
3767
|
"$ref": "esri.ListMode",
|
|
3709
|
-
"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}."
|
|
3710
3769
|
},
|
|
3711
3770
|
"locationInfo": {
|
|
3712
3771
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -3729,7 +3788,7 @@
|
|
|
3729
3788
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3730
3789
|
},
|
|
3731
3790
|
"refreshInterval": {
|
|
3732
|
-
"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}.",
|
|
3733
3792
|
"type": "number"
|
|
3734
3793
|
},
|
|
3735
3794
|
"screenSizePerspective": {
|
|
@@ -3749,7 +3808,7 @@
|
|
|
3749
3808
|
"type": "string"
|
|
3750
3809
|
},
|
|
3751
3810
|
"type": {
|
|
3752
|
-
"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}.",
|
|
3753
3812
|
"enum": [
|
|
3754
3813
|
"BingMapsAerial",
|
|
3755
3814
|
"BingMapsHybrid",
|
|
@@ -3831,7 +3890,7 @@
|
|
|
3831
3890
|
},
|
|
3832
3891
|
"esri.rest-api.Camera.Camera": {
|
|
3833
3892
|
"additionalProperties": false,
|
|
3834
|
-
"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/}.",
|
|
3835
3894
|
"properties": {
|
|
3836
3895
|
"heading": {
|
|
3837
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.",
|
|
@@ -3853,7 +3912,7 @@
|
|
|
3853
3912
|
},
|
|
3854
3913
|
"esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
|
|
3855
3914
|
"additionalProperties": false,
|
|
3856
|
-
"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/}.",
|
|
3857
3916
|
"properties": {
|
|
3858
3917
|
"classMaxValue": {
|
|
3859
3918
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -3921,7 +3980,7 @@
|
|
|
3921
3980
|
},
|
|
3922
3981
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
3923
3982
|
"additionalProperties": false,
|
|
3924
|
-
"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/}.",
|
|
3925
3984
|
"properties": {
|
|
3926
3985
|
"authoringInfo": {
|
|
3927
3986
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -3947,7 +4006,7 @@
|
|
|
3947
4006
|
},
|
|
3948
4007
|
"classificationMethod": {
|
|
3949
4008
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
|
|
3950
|
-
"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}."
|
|
3951
4010
|
},
|
|
3952
4011
|
"defaultLabel": {
|
|
3953
4012
|
"description": "Default string for the default symbol used to draw unspecified values.",
|
|
@@ -4012,7 +4071,7 @@
|
|
|
4012
4071
|
},
|
|
4013
4072
|
"normalizationType": {
|
|
4014
4073
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
|
|
4015
|
-
"description": "One of the NormalizationType constants. See
|
|
4074
|
+
"description": "One of the NormalizationType constants. See{@linkNormalizationType}."
|
|
4016
4075
|
},
|
|
4017
4076
|
"rotationExpression": {
|
|
4018
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.",
|
|
@@ -4020,10 +4079,10 @@
|
|
|
4020
4079
|
},
|
|
4021
4080
|
"rotationType": {
|
|
4022
4081
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
4023
|
-
"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}."
|
|
4024
4083
|
},
|
|
4025
4084
|
"type": {
|
|
4026
|
-
"description": "The type of renderer. See
|
|
4085
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
4027
4086
|
"enum": [
|
|
4028
4087
|
"classBreaks"
|
|
4029
4088
|
],
|
|
@@ -4032,20 +4091,8 @@
|
|
|
4032
4091
|
"visualVariables": {
|
|
4033
4092
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
4034
4093
|
"items": {
|
|
4035
|
-
"
|
|
4036
|
-
|
|
4037
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
4038
|
-
},
|
|
4039
|
-
{
|
|
4040
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
4041
|
-
},
|
|
4042
|
-
{
|
|
4043
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
4044
|
-
},
|
|
4045
|
-
{
|
|
4046
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
4047
|
-
}
|
|
4048
|
-
]
|
|
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/}."
|
|
4049
4096
|
},
|
|
4050
4097
|
"type": "array"
|
|
4051
4098
|
}
|
|
@@ -4081,7 +4128,7 @@
|
|
|
4081
4128
|
},
|
|
4082
4129
|
"esri.rest-api.CodedValueDomain.CodedValue": {
|
|
4083
4130
|
"additionalProperties": false,
|
|
4084
|
-
"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/}.",
|
|
4085
4132
|
"properties": {
|
|
4086
4133
|
"code": {
|
|
4087
4134
|
"description": "Value indicating which unique code is used to identify the feature attribute.",
|
|
@@ -4103,7 +4150,7 @@
|
|
|
4103
4150
|
},
|
|
4104
4151
|
"esri.rest-api.CodedValueDomain.CodedValueDomain": {
|
|
4105
4152
|
"additionalProperties": false,
|
|
4106
|
-
"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/}.",
|
|
4107
4154
|
"properties": {
|
|
4108
4155
|
"codedValues": {
|
|
4109
4156
|
"description": "The set of valid coded values.",
|
|
@@ -4117,7 +4164,7 @@
|
|
|
4117
4164
|
"type": "string"
|
|
4118
4165
|
},
|
|
4119
4166
|
"type": {
|
|
4120
|
-
"description": "Type of domain. See
|
|
4167
|
+
"description": "Type of domain. See{@linkDomainType}.",
|
|
4121
4168
|
"enum": [
|
|
4122
4169
|
"codedValue"
|
|
4123
4170
|
],
|
|
@@ -4133,7 +4180,7 @@
|
|
|
4133
4180
|
},
|
|
4134
4181
|
"esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
|
|
4135
4182
|
"additionalProperties": false,
|
|
4136
|
-
"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/}.",
|
|
4137
4184
|
"properties": {
|
|
4138
4185
|
"classMaxValue": {
|
|
4139
4186
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -4160,7 +4207,7 @@
|
|
|
4160
4207
|
},
|
|
4161
4208
|
"esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
|
|
4162
4209
|
"additionalProperties": false,
|
|
4163
|
-
"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/}.",
|
|
4164
4211
|
"properties": {
|
|
4165
4212
|
"color": {
|
|
4166
4213
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -4199,11 +4246,11 @@
|
|
|
4199
4246
|
"$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
|
|
4200
4247
|
}
|
|
4201
4248
|
],
|
|
4202
|
-
"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/}."
|
|
4203
4250
|
},
|
|
4204
4251
|
"esri.rest-api.DefinitionEditor.DefinitionEditor": {
|
|
4205
4252
|
"additionalProperties": false,
|
|
4206
|
-
"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/}.",
|
|
4207
4254
|
"properties": {
|
|
4208
4255
|
"inputs": {
|
|
4209
4256
|
"description": "An array of input objects.",
|
|
@@ -4221,7 +4268,7 @@
|
|
|
4221
4268
|
},
|
|
4222
4269
|
"esri.rest-api.DefinitionEditor.Input": {
|
|
4223
4270
|
"additionalProperties": false,
|
|
4224
|
-
"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/}.",
|
|
4225
4272
|
"properties": {
|
|
4226
4273
|
"hint": {
|
|
4227
4274
|
"description": "A string value representing a hint for the input.",
|
|
@@ -4243,7 +4290,7 @@
|
|
|
4243
4290
|
},
|
|
4244
4291
|
"esri.rest-api.DefinitionEditor.Parameter": {
|
|
4245
4292
|
"additionalProperties": false,
|
|
4246
|
-
"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/}.",
|
|
4247
4294
|
"properties": {
|
|
4248
4295
|
"defaultValue": {
|
|
4249
4296
|
"description": "The default value that is automatically given if nothing is provided.",
|
|
@@ -4279,11 +4326,11 @@
|
|
|
4279
4326
|
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
4280
4327
|
}
|
|
4281
4328
|
],
|
|
4282
|
-
"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/}."
|
|
4283
4330
|
},
|
|
4284
4331
|
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
4285
4332
|
"additionalProperties": false,
|
|
4286
|
-
"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/}.",
|
|
4287
4334
|
"properties": {
|
|
4288
4335
|
"filters": {
|
|
4289
4336
|
"description": "Filters for PointCloud layers.",
|
|
@@ -4298,7 +4345,8 @@
|
|
|
4298
4345
|
{
|
|
4299
4346
|
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
4300
4347
|
}
|
|
4301
|
-
]
|
|
4348
|
+
],
|
|
4349
|
+
"description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
4302
4350
|
},
|
|
4303
4351
|
"type": "array"
|
|
4304
4352
|
},
|
|
@@ -4334,11 +4382,11 @@
|
|
|
4334
4382
|
},
|
|
4335
4383
|
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
4336
4384
|
"additionalProperties": false,
|
|
4337
|
-
"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/}.",
|
|
4338
4386
|
"properties": {
|
|
4339
4387
|
"dataSource": {
|
|
4340
4388
|
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
4341
|
-
"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/}."
|
|
4342
4390
|
},
|
|
4343
4391
|
"fields": {
|
|
4344
4392
|
"description": "An array of objects specifying information about an attribute field.",
|
|
@@ -4362,7 +4410,7 @@
|
|
|
4362
4410
|
},
|
|
4363
4411
|
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
4364
4412
|
"additionalProperties": false,
|
|
4365
|
-
"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/}.",
|
|
4366
4414
|
"properties": {
|
|
4367
4415
|
"gdbVersion": {
|
|
4368
4416
|
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
@@ -4470,7 +4518,7 @@
|
|
|
4470
4518
|
},
|
|
4471
4519
|
"esri.rest-api.ElevationInfo.ElevationInfo": {
|
|
4472
4520
|
"additionalProperties": false,
|
|
4473
|
-
"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/}.",
|
|
4474
4522
|
"properties": {
|
|
4475
4523
|
"featureExpression": {
|
|
4476
4524
|
"description": "Deprecated with 1.8, use featureExpressionInfo instead. {\"value\":0} Ignores geometry z-values."
|
|
@@ -4481,10 +4529,10 @@
|
|
|
4481
4529
|
},
|
|
4482
4530
|
"mode": {
|
|
4483
4531
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
|
|
4484
|
-
"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}."
|
|
4485
4533
|
},
|
|
4486
4534
|
"offset": {
|
|
4487
|
-
"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.",
|
|
4488
4536
|
"type": "number"
|
|
4489
4537
|
},
|
|
4490
4538
|
"unit": {
|
|
@@ -4521,7 +4569,7 @@
|
|
|
4521
4569
|
},
|
|
4522
4570
|
"esri.rest-api.ElevationLayer.ElevationLayer": {
|
|
4523
4571
|
"additionalProperties": false,
|
|
4524
|
-
"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/}.",
|
|
4525
4573
|
"properties": {
|
|
4526
4574
|
"blendMode": {
|
|
4527
4575
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4548,7 +4596,7 @@
|
|
|
4548
4596
|
},
|
|
4549
4597
|
"listMode": {
|
|
4550
4598
|
"$ref": "esri.ListMode",
|
|
4551
|
-
"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}."
|
|
4552
4600
|
},
|
|
4553
4601
|
"maxScale": {
|
|
4554
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.",
|
|
@@ -4563,7 +4611,7 @@
|
|
|
4563
4611
|
"type": "number"
|
|
4564
4612
|
},
|
|
4565
4613
|
"refreshInterval": {
|
|
4566
|
-
"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}.",
|
|
4567
4615
|
"type": "number"
|
|
4568
4616
|
},
|
|
4569
4617
|
"showLegend": {
|
|
@@ -4575,7 +4623,7 @@
|
|
|
4575
4623
|
"type": "string"
|
|
4576
4624
|
},
|
|
4577
4625
|
"type": {
|
|
4578
|
-
"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}.",
|
|
4579
4627
|
"enum": [
|
|
4580
4628
|
"BingMapsAerial",
|
|
4581
4629
|
"BingMapsHybrid",
|
|
@@ -4604,7 +4652,7 @@
|
|
|
4604
4652
|
},
|
|
4605
4653
|
"esri.rest-api.Extent.Extent": {
|
|
4606
4654
|
"additionalProperties": false,
|
|
4607
|
-
"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/}.",
|
|
4608
4656
|
"properties": {
|
|
4609
4657
|
"spatialReference": {
|
|
4610
4658
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -4631,7 +4679,7 @@
|
|
|
4631
4679
|
},
|
|
4632
4680
|
"esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
|
|
4633
4681
|
"additionalProperties": false,
|
|
4634
|
-
"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/}.",
|
|
4635
4683
|
"properties": {
|
|
4636
4684
|
"enable": {
|
|
4637
4685
|
"description": "Type: Boolean.",
|
|
@@ -4646,7 +4694,7 @@
|
|
|
4646
4694
|
"type": "number"
|
|
4647
4695
|
},
|
|
4648
4696
|
"type": {
|
|
4649
|
-
"description": "The type of the Symbol3DLayer. See
|
|
4697
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
4650
4698
|
"enum": [
|
|
4651
4699
|
"Extrude"
|
|
4652
4700
|
],
|
|
@@ -4660,7 +4708,7 @@
|
|
|
4660
4708
|
},
|
|
4661
4709
|
"esri.rest-api.Feature.Feature": {
|
|
4662
4710
|
"additionalProperties": false,
|
|
4663
|
-
"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/}.",
|
|
4664
4712
|
"properties": {
|
|
4665
4713
|
"attributes": {
|
|
4666
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."
|
|
@@ -4715,7 +4763,7 @@
|
|
|
4715
4763
|
},
|
|
4716
4764
|
"esri.rest-api.FeatureCollection.FeatureCollection": {
|
|
4717
4765
|
"additionalProperties": false,
|
|
4718
|
-
"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/}.",
|
|
4719
4767
|
"properties": {
|
|
4720
4768
|
"layers": {
|
|
4721
4769
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -4745,7 +4793,7 @@
|
|
|
4745
4793
|
},
|
|
4746
4794
|
"esri.rest-api.FeatureLayer.FeatureLayer": {
|
|
4747
4795
|
"additionalProperties": false,
|
|
4748
|
-
"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/}.",
|
|
4749
4797
|
"properties": {
|
|
4750
4798
|
"blendMode": {
|
|
4751
4799
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4799,7 +4847,7 @@
|
|
|
4799
4847
|
},
|
|
4800
4848
|
"listMode": {
|
|
4801
4849
|
"$ref": "esri.ListMode",
|
|
4802
|
-
"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}."
|
|
4803
4851
|
},
|
|
4804
4852
|
"maxScale": {
|
|
4805
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.",
|
|
@@ -4811,7 +4859,7 @@
|
|
|
4811
4859
|
},
|
|
4812
4860
|
"mode": {
|
|
4813
4861
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
4814
|
-
"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}."
|
|
4815
4863
|
},
|
|
4816
4864
|
"opacity": {
|
|
4817
4865
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -4822,7 +4870,7 @@
|
|
|
4822
4870
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
4823
4871
|
},
|
|
4824
4872
|
"refreshInterval": {
|
|
4825
|
-
"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}.",
|
|
4826
4874
|
"type": "number"
|
|
4827
4875
|
},
|
|
4828
4876
|
"screenSizePerspective": {
|
|
@@ -4849,7 +4897,7 @@
|
|
|
4849
4897
|
"type": "string"
|
|
4850
4898
|
},
|
|
4851
4899
|
"type": {
|
|
4852
|
-
"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}.",
|
|
4853
4901
|
"enum": [
|
|
4854
4902
|
"BingMapsAerial",
|
|
4855
4903
|
"BingMapsHybrid",
|
|
@@ -4961,7 +5009,7 @@
|
|
|
4961
5009
|
},
|
|
4962
5010
|
"esri.rest-api.FeatureSet.FeatureSet": {
|
|
4963
5011
|
"additionalProperties": false,
|
|
4964
|
-
"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/}.",
|
|
4965
5013
|
"properties": {
|
|
4966
5014
|
"features": {
|
|
4967
5015
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -4983,7 +5031,7 @@
|
|
|
4983
5031
|
},
|
|
4984
5032
|
"esri.rest-api.Field.Field": {
|
|
4985
5033
|
"additionalProperties": false,
|
|
4986
|
-
"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/}.",
|
|
4987
5035
|
"properties": {
|
|
4988
5036
|
"alias": {
|
|
4989
5037
|
"description": "The field alias (human-readable name).",
|
|
@@ -5015,7 +5063,7 @@
|
|
|
5015
5063
|
},
|
|
5016
5064
|
"type": {
|
|
5017
5065
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
5018
|
-
"description": "Type of the Field. See
|
|
5066
|
+
"description": "Type of the Field. See{@linkFieldType}."
|
|
5019
5067
|
}
|
|
5020
5068
|
},
|
|
5021
5069
|
"type": "object"
|
|
@@ -5041,7 +5089,7 @@
|
|
|
5041
5089
|
},
|
|
5042
5090
|
"esri.rest-api.FieldInfo.FieldInfo": {
|
|
5043
5091
|
"additionalProperties": false,
|
|
5044
|
-
"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/}.",
|
|
5045
5093
|
"properties": {
|
|
5046
5094
|
"fieldName": {
|
|
5047
5095
|
"description": "The field name as defined by the service.",
|
|
@@ -5061,7 +5109,7 @@
|
|
|
5061
5109
|
},
|
|
5062
5110
|
"stringFieldOption": {
|
|
5063
5111
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
|
|
5064
|
-
"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}."
|
|
5065
5113
|
},
|
|
5066
5114
|
"tooltip": {
|
|
5067
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.",
|
|
@@ -5078,7 +5126,7 @@
|
|
|
5078
5126
|
"type": "object"
|
|
5079
5127
|
},
|
|
5080
5128
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
5081
|
-
"description": "The type of string field to use with
|
|
5129
|
+
"description": "The type of string field to use with{@linkFieldInfo.stringFieldOption}..",
|
|
5082
5130
|
"enum": [
|
|
5083
5131
|
"richtext",
|
|
5084
5132
|
"textarea",
|
|
@@ -5088,7 +5136,7 @@
|
|
|
5088
5136
|
},
|
|
5089
5137
|
"esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
|
|
5090
5138
|
"additionalProperties": false,
|
|
5091
|
-
"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/}.",
|
|
5092
5140
|
"properties": {
|
|
5093
5141
|
"castShadows": {
|
|
5094
5142
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -5111,7 +5159,7 @@
|
|
|
5111
5159
|
"description": "The outline of the point, line or polygon."
|
|
5112
5160
|
},
|
|
5113
5161
|
"type": {
|
|
5114
|
-
"description": "The type of the Symbol3DLayer. See
|
|
5162
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
5115
5163
|
"enum": [
|
|
5116
5164
|
"Fill"
|
|
5117
5165
|
],
|
|
@@ -5125,7 +5173,7 @@
|
|
|
5125
5173
|
},
|
|
5126
5174
|
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
5127
5175
|
"additionalProperties": false,
|
|
5128
|
-
"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/}.",
|
|
5129
5177
|
"properties": {
|
|
5130
5178
|
"attachmentKeyword": {
|
|
5131
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.",
|
|
@@ -5140,26 +5188,8 @@
|
|
|
5140
5188
|
"type": "boolean"
|
|
5141
5189
|
},
|
|
5142
5190
|
"inputType": {
|
|
5143
|
-
"
|
|
5144
|
-
"description": "The input user interface to use for the attachment."
|
|
5145
|
-
"properties": {
|
|
5146
|
-
"type": {
|
|
5147
|
-
"description": "The input type identifier.",
|
|
5148
|
-
"enum": [
|
|
5149
|
-
"attachment",
|
|
5150
|
-
"audio",
|
|
5151
|
-
"document",
|
|
5152
|
-
"image",
|
|
5153
|
-
"signature",
|
|
5154
|
-
"video"
|
|
5155
|
-
],
|
|
5156
|
-
"type": "string"
|
|
5157
|
-
}
|
|
5158
|
-
},
|
|
5159
|
-
"required": [
|
|
5160
|
-
"type"
|
|
5161
|
-
],
|
|
5162
|
-
"type": "object"
|
|
5191
|
+
"$ref": "__type",
|
|
5192
|
+
"description": "The input user interface to use for the attachment."
|
|
5163
5193
|
},
|
|
5164
5194
|
"label": {
|
|
5165
5195
|
"description": "A string value indicating what the element represents.",
|
|
@@ -5184,7 +5214,7 @@
|
|
|
5184
5214
|
},
|
|
5185
5215
|
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
5186
5216
|
"additionalProperties": false,
|
|
5187
|
-
"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/}.",
|
|
5188
5218
|
"properties": {
|
|
5189
5219
|
"maxLength": {
|
|
5190
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.",
|
|
@@ -5209,7 +5239,7 @@
|
|
|
5209
5239
|
},
|
|
5210
5240
|
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
5211
5241
|
"additionalProperties": false,
|
|
5212
|
-
"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/}.",
|
|
5213
5243
|
"properties": {
|
|
5214
5244
|
"noValueOptionLabel": {
|
|
5215
5245
|
"description": "The text used to represent a null value.",
|
|
@@ -5234,7 +5264,7 @@
|
|
|
5234
5264
|
},
|
|
5235
5265
|
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
5236
5266
|
"additionalProperties": false,
|
|
5237
|
-
"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/}.",
|
|
5238
5268
|
"properties": {
|
|
5239
5269
|
"includeTime": {
|
|
5240
5270
|
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
@@ -5263,7 +5293,7 @@
|
|
|
5263
5293
|
},
|
|
5264
5294
|
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
5265
5295
|
"additionalProperties": false,
|
|
5266
|
-
"description": "Arcade expression used in the form.
|
|
5296
|
+
"description": "Arcade expression used in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
5267
5297
|
"properties": {
|
|
5268
5298
|
"expression": {
|
|
5269
5299
|
"description": "The Arcade expression.",
|
|
@@ -5289,7 +5319,7 @@
|
|
|
5289
5319
|
},
|
|
5290
5320
|
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
5291
5321
|
"additionalProperties": false,
|
|
5292
|
-
"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/}.",
|
|
5293
5323
|
"properties": {
|
|
5294
5324
|
"description": {
|
|
5295
5325
|
"description": "A string that describes the element in detail.",
|
|
@@ -5360,7 +5390,7 @@
|
|
|
5360
5390
|
},
|
|
5361
5391
|
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
5362
5392
|
"additionalProperties": false,
|
|
5363
|
-
"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/}.",
|
|
5364
5394
|
"properties": {
|
|
5365
5395
|
"description": {
|
|
5366
5396
|
"description": "A string that describes the element in detail.",
|
|
@@ -5414,7 +5444,7 @@
|
|
|
5414
5444
|
},
|
|
5415
5445
|
"esri.rest-api.FormInfo.FormInfo": {
|
|
5416
5446
|
"additionalProperties": false,
|
|
5417
|
-
"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/}.",
|
|
5418
5448
|
"properties": {
|
|
5419
5449
|
"description": {
|
|
5420
5450
|
"description": "A string that appears in the body of the form as a description.",
|
|
@@ -5456,7 +5486,7 @@
|
|
|
5456
5486
|
},
|
|
5457
5487
|
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
5458
5488
|
"additionalProperties": false,
|
|
5459
|
-
"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/}.",
|
|
5460
5490
|
"properties": {
|
|
5461
5491
|
"noValueOptionLabel": {
|
|
5462
5492
|
"description": "The text used to represent a null value.",
|
|
@@ -5481,7 +5511,7 @@
|
|
|
5481
5511
|
},
|
|
5482
5512
|
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
5483
5513
|
"additionalProperties": false,
|
|
5484
|
-
"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/}.",
|
|
5485
5515
|
"properties": {
|
|
5486
5516
|
"description": {
|
|
5487
5517
|
"description": "A string that describes the element in detail.",
|
|
@@ -5525,7 +5555,7 @@
|
|
|
5525
5555
|
},
|
|
5526
5556
|
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
5527
5557
|
"additionalProperties": false,
|
|
5528
|
-
"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/}.",
|
|
5529
5559
|
"properties": {
|
|
5530
5560
|
"offValue": {
|
|
5531
5561
|
"description": "The coded value when switch state is off.",
|
|
@@ -5556,7 +5586,7 @@
|
|
|
5556
5586
|
},
|
|
5557
5587
|
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
5558
5588
|
"additionalProperties": false,
|
|
5559
|
-
"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/}.",
|
|
5560
5590
|
"properties": {
|
|
5561
5591
|
"maxLength": {
|
|
5562
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.",
|
|
@@ -5581,7 +5611,7 @@
|
|
|
5581
5611
|
},
|
|
5582
5612
|
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
5583
5613
|
"additionalProperties": false,
|
|
5584
|
-
"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/}.",
|
|
5585
5615
|
"properties": {
|
|
5586
5616
|
"maxLength": {
|
|
5587
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.",
|
|
@@ -5605,7 +5635,7 @@
|
|
|
5605
5635
|
"type": "object"
|
|
5606
5636
|
},
|
|
5607
5637
|
"esri.rest-api.Format.DateFormat": {
|
|
5608
|
-
"description": "Possible date formats for
|
|
5638
|
+
"description": "Possible date formats for{@linkFormat.dateFormat}.",
|
|
5609
5639
|
"enum": [
|
|
5610
5640
|
"dayShortMonthYear",
|
|
5611
5641
|
"longDate",
|
|
@@ -5628,11 +5658,11 @@
|
|
|
5628
5658
|
},
|
|
5629
5659
|
"esri.rest-api.Format.Format": {
|
|
5630
5660
|
"additionalProperties": false,
|
|
5631
|
-
"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/}.",
|
|
5632
5662
|
"properties": {
|
|
5633
5663
|
"dateFormat": {
|
|
5634
5664
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
5635
|
-
"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}."
|
|
5636
5666
|
},
|
|
5637
5667
|
"digitSeparator": {
|
|
5638
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.",
|
|
@@ -5647,7 +5677,7 @@
|
|
|
5647
5677
|
},
|
|
5648
5678
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
5649
5679
|
"additionalProperties": false,
|
|
5650
|
-
"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/}.",
|
|
5651
5681
|
"properties": {
|
|
5652
5682
|
"blendMode": {
|
|
5653
5683
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5670,7 +5700,7 @@
|
|
|
5670
5700
|
},
|
|
5671
5701
|
"listMode": {
|
|
5672
5702
|
"$ref": "esri.ListMode",
|
|
5673
|
-
"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}."
|
|
5674
5704
|
},
|
|
5675
5705
|
"maxScale": {
|
|
5676
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.",
|
|
@@ -5693,7 +5723,7 @@
|
|
|
5693
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."
|
|
5694
5724
|
},
|
|
5695
5725
|
"refreshInterval": {
|
|
5696
|
-
"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}.",
|
|
5697
5727
|
"type": "number"
|
|
5698
5728
|
},
|
|
5699
5729
|
"showLegend": {
|
|
@@ -5705,7 +5735,7 @@
|
|
|
5705
5735
|
"type": "string"
|
|
5706
5736
|
},
|
|
5707
5737
|
"type": {
|
|
5708
|
-
"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}.",
|
|
5709
5739
|
"enum": [
|
|
5710
5740
|
"BingMapsAerial",
|
|
5711
5741
|
"BingMapsHybrid",
|
|
@@ -5750,7 +5780,7 @@
|
|
|
5750
5780
|
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
5751
5781
|
}
|
|
5752
5782
|
],
|
|
5753
|
-
"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/}."
|
|
5754
5784
|
},
|
|
5755
5785
|
"esri.rest-api.Geometry.GeometryType": {
|
|
5756
5786
|
"description": "The type of the Geometry.",
|
|
@@ -5765,7 +5795,7 @@
|
|
|
5765
5795
|
},
|
|
5766
5796
|
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
5767
5797
|
"additionalProperties": false,
|
|
5768
|
-
"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/}.",
|
|
5769
5799
|
"properties": {
|
|
5770
5800
|
"blendMode": {
|
|
5771
5801
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5785,71 +5815,13 @@
|
|
|
5785
5815
|
"layers": {
|
|
5786
5816
|
"description": "List of child operationalLayers.",
|
|
5787
5817
|
"items": {
|
|
5788
|
-
"
|
|
5789
|
-
{
|
|
5790
|
-
"$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
|
|
5791
|
-
},
|
|
5792
|
-
{
|
|
5793
|
-
"$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
|
|
5794
|
-
},
|
|
5795
|
-
{
|
|
5796
|
-
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
5797
|
-
},
|
|
5798
|
-
{
|
|
5799
|
-
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
5800
|
-
},
|
|
5801
|
-
{
|
|
5802
|
-
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
5803
|
-
},
|
|
5804
|
-
{
|
|
5805
|
-
"$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
|
|
5806
|
-
},
|
|
5807
|
-
{
|
|
5808
|
-
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
5809
|
-
},
|
|
5810
|
-
{
|
|
5811
|
-
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
5812
|
-
},
|
|
5813
|
-
{
|
|
5814
|
-
"$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
|
|
5815
|
-
},
|
|
5816
|
-
{
|
|
5817
|
-
"$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
|
|
5818
|
-
},
|
|
5819
|
-
{
|
|
5820
|
-
"$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
|
|
5821
|
-
},
|
|
5822
|
-
{
|
|
5823
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
|
|
5824
|
-
},
|
|
5825
|
-
{
|
|
5826
|
-
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
5827
|
-
},
|
|
5828
|
-
{
|
|
5829
|
-
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
5830
|
-
},
|
|
5831
|
-
{
|
|
5832
|
-
"$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
|
|
5833
|
-
},
|
|
5834
|
-
{
|
|
5835
|
-
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
5836
|
-
},
|
|
5837
|
-
{
|
|
5838
|
-
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
5839
|
-
},
|
|
5840
|
-
{
|
|
5841
|
-
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
5842
|
-
},
|
|
5843
|
-
{
|
|
5844
|
-
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
5845
|
-
}
|
|
5846
|
-
]
|
|
5818
|
+
"$ref": "#/definitions/OperationalLayer"
|
|
5847
5819
|
},
|
|
5848
5820
|
"type": "array"
|
|
5849
5821
|
},
|
|
5850
5822
|
"listMode": {
|
|
5851
5823
|
"$ref": "esri.ListMode",
|
|
5852
|
-
"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}."
|
|
5853
5825
|
},
|
|
5854
5826
|
"maxScale": {
|
|
5855
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.",
|
|
@@ -5864,7 +5836,7 @@
|
|
|
5864
5836
|
"type": "number"
|
|
5865
5837
|
},
|
|
5866
5838
|
"refreshInterval": {
|
|
5867
|
-
"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}.",
|
|
5868
5840
|
"type": "number"
|
|
5869
5841
|
},
|
|
5870
5842
|
"showLegend": {
|
|
@@ -5876,7 +5848,7 @@
|
|
|
5876
5848
|
"type": "string"
|
|
5877
5849
|
},
|
|
5878
5850
|
"type": {
|
|
5879
|
-
"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}.",
|
|
5880
5852
|
"enum": [
|
|
5881
5853
|
"BingMapsAerial",
|
|
5882
5854
|
"BingMapsHybrid",
|
|
@@ -5895,7 +5867,7 @@
|
|
|
5895
5867
|
},
|
|
5896
5868
|
"visibilityMode": {
|
|
5897
5869
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
|
|
5898
|
-
"description": "How visibility of children is affected: independent, exclusive, inherited. See
|
|
5870
|
+
"description": "How visibility of children is affected: independent, exclusive, inherited. See{@linkGroupLayerVisibilityMode}."
|
|
5899
5871
|
}
|
|
5900
5872
|
},
|
|
5901
5873
|
"required": [
|
|
@@ -5914,7 +5886,7 @@
|
|
|
5914
5886
|
},
|
|
5915
5887
|
"esri.rest-api.HeatmapRenderer.ColorStop": {
|
|
5916
5888
|
"additionalProperties": false,
|
|
5917
|
-
"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/}.",
|
|
5918
5890
|
"properties": {
|
|
5919
5891
|
"color": {
|
|
5920
5892
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -5933,7 +5905,7 @@
|
|
|
5933
5905
|
},
|
|
5934
5906
|
"esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
|
|
5935
5907
|
"additionalProperties": false,
|
|
5936
|
-
"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/}.",
|
|
5937
5909
|
"properties": {
|
|
5938
5910
|
"authoringInfo": {
|
|
5939
5911
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5968,10 +5940,10 @@
|
|
|
5968
5940
|
},
|
|
5969
5941
|
"rotationType": {
|
|
5970
5942
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5971
|
-
"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}."
|
|
5972
5944
|
},
|
|
5973
5945
|
"type": {
|
|
5974
|
-
"description": "The type of renderer. See
|
|
5946
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
5975
5947
|
"enum": [
|
|
5976
5948
|
"heatmap"
|
|
5977
5949
|
],
|
|
@@ -5980,20 +5952,8 @@
|
|
|
5980
5952
|
"visualVariables": {
|
|
5981
5953
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5982
5954
|
"items": {
|
|
5983
|
-
"
|
|
5984
|
-
|
|
5985
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
5986
|
-
},
|
|
5987
|
-
{
|
|
5988
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
5989
|
-
},
|
|
5990
|
-
{
|
|
5991
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
5992
|
-
},
|
|
5993
|
-
{
|
|
5994
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
5995
|
-
}
|
|
5996
|
-
]
|
|
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/}."
|
|
5997
5957
|
},
|
|
5998
5958
|
"type": "array"
|
|
5999
5959
|
}
|
|
@@ -6005,7 +5965,7 @@
|
|
|
6005
5965
|
},
|
|
6006
5966
|
"esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
|
|
6007
5967
|
"additionalProperties": false,
|
|
6008
|
-
"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/}.",
|
|
6009
5969
|
"properties": {
|
|
6010
5970
|
"anchor": {
|
|
6011
5971
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -6043,7 +6003,7 @@
|
|
|
6043
6003
|
"type": "number"
|
|
6044
6004
|
},
|
|
6045
6005
|
"type": {
|
|
6046
|
-
"description": "The type of the Symbol3DLayer. See
|
|
6006
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
6047
6007
|
"enum": [
|
|
6048
6008
|
"Icon"
|
|
6049
6009
|
],
|
|
@@ -6057,12 +6017,11 @@
|
|
|
6057
6017
|
},
|
|
6058
6018
|
"esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
|
|
6059
6019
|
"additionalProperties": false,
|
|
6060
|
-
"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/}.",
|
|
6061
6021
|
"properties": {
|
|
6062
6022
|
"bandIds": {
|
|
6063
6023
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
6064
|
-
"items": {
|
|
6065
|
-
},
|
|
6024
|
+
"items": {},
|
|
6066
6025
|
"type": "array"
|
|
6067
6026
|
},
|
|
6068
6027
|
"blendMode": {
|
|
@@ -6133,7 +6092,7 @@
|
|
|
6133
6092
|
},
|
|
6134
6093
|
"listMode": {
|
|
6135
6094
|
"$ref": "esri.ListMode",
|
|
6136
|
-
"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}."
|
|
6137
6096
|
},
|
|
6138
6097
|
"maxScale": {
|
|
6139
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.",
|
|
@@ -6168,7 +6127,7 @@
|
|
|
6168
6127
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6169
6128
|
},
|
|
6170
6129
|
"refreshInterval": {
|
|
6171
|
-
"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}.",
|
|
6172
6131
|
"type": "number"
|
|
6173
6132
|
},
|
|
6174
6133
|
"renderingRule": {
|
|
@@ -6188,7 +6147,7 @@
|
|
|
6188
6147
|
"type": "string"
|
|
6189
6148
|
},
|
|
6190
6149
|
"type": {
|
|
6191
|
-
"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}.",
|
|
6192
6151
|
"enum": [
|
|
6193
6152
|
"BingMapsAerial",
|
|
6194
6153
|
"BingMapsHybrid",
|
|
@@ -6217,7 +6176,7 @@
|
|
|
6217
6176
|
},
|
|
6218
6177
|
"esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
|
|
6219
6178
|
"additionalProperties": false,
|
|
6220
|
-
"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/}.",
|
|
6221
6180
|
"properties": {
|
|
6222
6181
|
"blendMode": {
|
|
6223
6182
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6259,7 +6218,7 @@
|
|
|
6259
6218
|
},
|
|
6260
6219
|
"listMode": {
|
|
6261
6220
|
"$ref": "esri.ListMode",
|
|
6262
|
-
"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}."
|
|
6263
6222
|
},
|
|
6264
6223
|
"maxScale": {
|
|
6265
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.",
|
|
@@ -6278,7 +6237,7 @@
|
|
|
6278
6237
|
"type": "number"
|
|
6279
6238
|
},
|
|
6280
6239
|
"refreshInterval": {
|
|
6281
|
-
"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}.",
|
|
6282
6241
|
"type": "number"
|
|
6283
6242
|
},
|
|
6284
6243
|
"showLegend": {
|
|
@@ -6294,7 +6253,7 @@
|
|
|
6294
6253
|
"type": "string"
|
|
6295
6254
|
},
|
|
6296
6255
|
"type": {
|
|
6297
|
-
"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}.",
|
|
6298
6257
|
"enum": [
|
|
6299
6258
|
"BingMapsAerial",
|
|
6300
6259
|
"BingMapsHybrid",
|
|
@@ -6325,7 +6284,7 @@
|
|
|
6325
6284
|
},
|
|
6326
6285
|
"esri.rest-api.InheritedDomain.InheritedDomain": {
|
|
6327
6286
|
"additionalProperties": false,
|
|
6328
|
-
"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/}.",
|
|
6329
6288
|
"properties": {
|
|
6330
6289
|
"type": {
|
|
6331
6290
|
"description": "The type of domain.",
|
|
@@ -6342,7 +6301,7 @@
|
|
|
6342
6301
|
},
|
|
6343
6302
|
"esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
|
|
6344
6303
|
"additionalProperties": false,
|
|
6345
|
-
"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/}.",
|
|
6346
6305
|
"properties": {
|
|
6347
6306
|
"blendMode": {
|
|
6348
6307
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6365,7 +6324,7 @@
|
|
|
6365
6324
|
},
|
|
6366
6325
|
"listMode": {
|
|
6367
6326
|
"$ref": "esri.ListMode",
|
|
6368
|
-
"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}."
|
|
6369
6328
|
},
|
|
6370
6329
|
"maxScale": {
|
|
6371
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.",
|
|
@@ -6380,7 +6339,7 @@
|
|
|
6380
6339
|
"type": "number"
|
|
6381
6340
|
},
|
|
6382
6341
|
"refreshInterval": {
|
|
6383
|
-
"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}.",
|
|
6384
6343
|
"type": "number"
|
|
6385
6344
|
},
|
|
6386
6345
|
"showLegend": {
|
|
@@ -6392,7 +6351,7 @@
|
|
|
6392
6351
|
"type": "string"
|
|
6393
6352
|
},
|
|
6394
6353
|
"type": {
|
|
6395
|
-
"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}.",
|
|
6396
6355
|
"enum": [
|
|
6397
6356
|
"BingMapsAerial",
|
|
6398
6357
|
"BingMapsHybrid",
|
|
@@ -6421,7 +6380,7 @@
|
|
|
6421
6380
|
},
|
|
6422
6381
|
"esri.rest-api.Item.Item": {
|
|
6423
6382
|
"additionalProperties": false,
|
|
6424
|
-
"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/}.",
|
|
6425
6384
|
"properties": {
|
|
6426
6385
|
"$portal": {
|
|
6427
6386
|
"description": "The portal to load the item from.",
|
|
@@ -6628,7 +6587,7 @@
|
|
|
6628
6587
|
"type": "string"
|
|
6629
6588
|
},
|
|
6630
6589
|
"type": {
|
|
6631
|
-
"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}.",
|
|
6632
6591
|
"type": "string"
|
|
6633
6592
|
},
|
|
6634
6593
|
"typeKeywords": {
|
|
@@ -6650,11 +6609,11 @@
|
|
|
6650
6609
|
},
|
|
6651
6610
|
"esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
|
|
6652
6611
|
"additionalProperties": false,
|
|
6653
|
-
"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/}.",
|
|
6654
6613
|
"properties": {
|
|
6655
6614
|
"joinType": {
|
|
6656
6615
|
"$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
|
|
6657
|
-
"description": "The type of join (left outer or left inner). See
|
|
6616
|
+
"description": "The type of join (left outer or left inner). See{@linkJoinType}."
|
|
6658
6617
|
},
|
|
6659
6618
|
"leftTableKey": {
|
|
6660
6619
|
"description": "Field name from the left table.",
|
|
@@ -6687,7 +6646,7 @@
|
|
|
6687
6646
|
"description": "The right table source."
|
|
6688
6647
|
},
|
|
6689
6648
|
"type": {
|
|
6690
|
-
"description": "Type of the DataSource.
|
|
6649
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
6691
6650
|
"enum": [
|
|
6692
6651
|
"joinTable"
|
|
6693
6652
|
],
|
|
@@ -6713,7 +6672,7 @@
|
|
|
6713
6672
|
},
|
|
6714
6673
|
"esri.rest-api.KMLLayer.KMLLayer": {
|
|
6715
6674
|
"additionalProperties": false,
|
|
6716
|
-
"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/}.",
|
|
6717
6676
|
"properties": {
|
|
6718
6677
|
"blendMode": {
|
|
6719
6678
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6736,7 +6695,7 @@
|
|
|
6736
6695
|
},
|
|
6737
6696
|
"listMode": {
|
|
6738
6697
|
"$ref": "esri.ListMode",
|
|
6739
|
-
"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}."
|
|
6740
6699
|
},
|
|
6741
6700
|
"maxScale": {
|
|
6742
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.",
|
|
@@ -6751,7 +6710,7 @@
|
|
|
6751
6710
|
"type": "number"
|
|
6752
6711
|
},
|
|
6753
6712
|
"refreshInterval": {
|
|
6754
|
-
"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}.",
|
|
6755
6714
|
"type": "number"
|
|
6756
6715
|
},
|
|
6757
6716
|
"showLegend": {
|
|
@@ -6763,7 +6722,7 @@
|
|
|
6763
6722
|
"type": "string"
|
|
6764
6723
|
},
|
|
6765
6724
|
"type": {
|
|
6766
|
-
"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}.",
|
|
6767
6726
|
"enum": [
|
|
6768
6727
|
"BingMapsAerial",
|
|
6769
6728
|
"BingMapsHybrid",
|
|
@@ -6799,7 +6758,7 @@
|
|
|
6799
6758
|
},
|
|
6800
6759
|
"esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
|
|
6801
6760
|
"additionalProperties": false,
|
|
6802
|
-
"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/}.",
|
|
6803
6762
|
"properties": {
|
|
6804
6763
|
"callout": {
|
|
6805
6764
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -6813,7 +6772,7 @@
|
|
|
6813
6772
|
"type": "array"
|
|
6814
6773
|
},
|
|
6815
6774
|
"type": {
|
|
6816
|
-
"description": "The type of symbol. See
|
|
6775
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
6817
6776
|
"enum": [
|
|
6818
6777
|
"LabelSymbol3D"
|
|
6819
6778
|
],
|
|
@@ -6831,7 +6790,7 @@
|
|
|
6831
6790
|
"type": "object"
|
|
6832
6791
|
},
|
|
6833
6792
|
"esri.rest-api.LabelingInfo.LabelPlacement": {
|
|
6834
|
-
"description": "Possible values used with
|
|
6793
|
+
"description": "Possible values used with{@linkLabelingInfo.labelPlacement}.",
|
|
6835
6794
|
"enum": [
|
|
6836
6795
|
"esriServerLinePlacementAboveAfter",
|
|
6837
6796
|
"esriServerLinePlacementAboveAlong",
|
|
@@ -6863,34 +6822,19 @@
|
|
|
6863
6822
|
},
|
|
6864
6823
|
"esri.rest-api.LabelingInfo.LabelingInfo": {
|
|
6865
6824
|
"additionalProperties": false,
|
|
6866
|
-
"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/}.",
|
|
6867
6826
|
"properties": {
|
|
6868
6827
|
"labelExpression": {
|
|
6869
6828
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
6870
6829
|
"type": "string"
|
|
6871
6830
|
},
|
|
6872
6831
|
"labelExpressionInfo": {
|
|
6873
|
-
"
|
|
6874
|
-
"description": "This object allows label text to be read similar to that of the popupInfo's description property.
|
|
6875
|
-
"properties": {
|
|
6876
|
-
"expression": {
|
|
6877
|
-
"description": "An Arcade expression evaluating to either a string or a number.",
|
|
6878
|
-
"type": "string"
|
|
6879
|
-
},
|
|
6880
|
-
"title": {
|
|
6881
|
-
"description": "The title of the expression.",
|
|
6882
|
-
"type": "string"
|
|
6883
|
-
},
|
|
6884
|
-
"value": {
|
|
6885
|
-
"description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
|
|
6886
|
-
"type": "string"
|
|
6887
|
-
}
|
|
6888
|
-
},
|
|
6889
|
-
"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/}."
|
|
6890
6834
|
},
|
|
6891
6835
|
"labelPlacement": {
|
|
6892
6836
|
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
|
|
6893
|
-
"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}."
|
|
6894
6838
|
},
|
|
6895
6839
|
"maxScale": {
|
|
6896
6840
|
"description": "Represents the maximum scale at which the layer definition will be applied.",
|
|
@@ -6928,7 +6872,7 @@
|
|
|
6928
6872
|
},
|
|
6929
6873
|
"esri.rest-api.Layer.Layer": {
|
|
6930
6874
|
"additionalProperties": false,
|
|
6931
|
-
"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/}.",
|
|
6932
6876
|
"properties": {
|
|
6933
6877
|
"defaultVisibility": {
|
|
6934
6878
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -7005,7 +6949,7 @@
|
|
|
7005
6949
|
},
|
|
7006
6950
|
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
7007
6951
|
"additionalProperties": false,
|
|
7008
|
-
"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/}.",
|
|
7009
6953
|
"properties": {
|
|
7010
6954
|
"alias": {
|
|
7011
6955
|
"description": "A string containing the overridden field alias.",
|
|
@@ -7033,7 +6977,7 @@
|
|
|
7033
6977
|
},
|
|
7034
6978
|
"esri.rest-api.LayerDefinition.LayerDefinition": {
|
|
7035
6979
|
"additionalProperties": false,
|
|
7036
|
-
"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/}.",
|
|
7037
6981
|
"properties": {
|
|
7038
6982
|
"allowGeometryUpdates": {
|
|
7039
6983
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -7102,18 +7046,8 @@
|
|
|
7102
7046
|
"type": "array"
|
|
7103
7047
|
},
|
|
7104
7048
|
"floorInfo": {
|
|
7105
|
-
"
|
|
7106
|
-
"description": "Contains floor-awareness information for the layer.
|
|
7107
|
-
"properties": {
|
|
7108
|
-
"floorField": {
|
|
7109
|
-
"description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
|
|
7110
|
-
"type": "string"
|
|
7111
|
-
}
|
|
7112
|
-
},
|
|
7113
|
-
"required": [
|
|
7114
|
-
"floorField"
|
|
7115
|
-
],
|
|
7116
|
-
"type": "object"
|
|
7049
|
+
"$ref": "__type",
|
|
7050
|
+
"description": "Contains floor-awareness information for the layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
7117
7051
|
},
|
|
7118
7052
|
"geometryType": {
|
|
7119
7053
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
@@ -7141,7 +7075,7 @@
|
|
|
7141
7075
|
},
|
|
7142
7076
|
"htmlPopupType": {
|
|
7143
7077
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
|
|
7144
|
-
"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}."
|
|
7145
7079
|
},
|
|
7146
7080
|
"id": {
|
|
7147
7081
|
"description": "The identifier assigned to the layer.",
|
|
@@ -7198,7 +7132,7 @@
|
|
|
7198
7132
|
"$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
|
|
7199
7133
|
}
|
|
7200
7134
|
],
|
|
7201
|
-
"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/}."
|
|
7202
7136
|
},
|
|
7203
7137
|
"spatialReference": {
|
|
7204
7138
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -7267,7 +7201,7 @@
|
|
|
7267
7201
|
},
|
|
7268
7202
|
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
7269
7203
|
"additionalProperties": false,
|
|
7270
|
-
"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/}.",
|
|
7271
7205
|
"properties": {
|
|
7272
7206
|
"endTimeField": {
|
|
7273
7207
|
"description": "The name of the attribute field that contains the end time information.",
|
|
@@ -7286,16 +7220,6 @@
|
|
|
7286
7220
|
"type": "string"
|
|
7287
7221
|
},
|
|
7288
7222
|
"timeExtent": {
|
|
7289
|
-
"additionalItems": {
|
|
7290
|
-
"anyOf": [
|
|
7291
|
-
{
|
|
7292
|
-
"type": "number"
|
|
7293
|
-
},
|
|
7294
|
-
{
|
|
7295
|
-
"type": "number"
|
|
7296
|
-
}
|
|
7297
|
-
]
|
|
7298
|
-
},
|
|
7299
7223
|
"description": "The time extent for all the data in the layer.",
|
|
7300
7224
|
"items": [
|
|
7301
7225
|
{
|
|
@@ -7305,6 +7229,7 @@
|
|
|
7305
7229
|
"type": "number"
|
|
7306
7230
|
}
|
|
7307
7231
|
],
|
|
7232
|
+
"maxItems": 2,
|
|
7308
7233
|
"minItems": 2,
|
|
7309
7234
|
"type": "array"
|
|
7310
7235
|
},
|
|
@@ -7317,22 +7242,8 @@
|
|
|
7317
7242
|
"description": "Temporal unit in which the time interval is measured."
|
|
7318
7243
|
},
|
|
7319
7244
|
"timeReference": {
|
|
7320
|
-
"
|
|
7321
|
-
"description": "Defines information about daylight savings time and the time zone in which data was collected.
|
|
7322
|
-
"properties": {
|
|
7323
|
-
"respectsDaylightSaving": {
|
|
7324
|
-
"description": "Indicates whether the time reference takes into account daylight savings time.",
|
|
7325
|
-
"type": "boolean"
|
|
7326
|
-
},
|
|
7327
|
-
"timeZone": {
|
|
7328
|
-
"description": "The time zone in which the data was captured.",
|
|
7329
|
-
"type": "string"
|
|
7330
|
-
}
|
|
7331
|
-
},
|
|
7332
|
-
"required": [
|
|
7333
|
-
"respectsDaylightSaving"
|
|
7334
|
-
],
|
|
7335
|
-
"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/}."
|
|
7336
7247
|
},
|
|
7337
7248
|
"trackIdField": {
|
|
7338
7249
|
"description": "The field that contains the trackId.",
|
|
@@ -7386,7 +7297,7 @@
|
|
|
7386
7297
|
},
|
|
7387
7298
|
"esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
|
|
7388
7299
|
"additionalProperties": false,
|
|
7389
|
-
"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/}.",
|
|
7390
7301
|
"properties": {
|
|
7391
7302
|
"timeDataCumulative": {
|
|
7392
7303
|
"description": "If true, draw all the features from the beginning of time for that data.",
|
|
@@ -7409,7 +7320,7 @@
|
|
|
7409
7320
|
},
|
|
7410
7321
|
"esri.rest-api.LineSymbol3D.LineSymbol3D": {
|
|
7411
7322
|
"additionalProperties": false,
|
|
7412
|
-
"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/}.",
|
|
7413
7324
|
"properties": {
|
|
7414
7325
|
"symbolLayers": {
|
|
7415
7326
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -7426,7 +7337,7 @@
|
|
|
7426
7337
|
"type": "array"
|
|
7427
7338
|
},
|
|
7428
7339
|
"type": {
|
|
7429
|
-
"description": "The type of symbol. See
|
|
7340
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7430
7341
|
"enum": [
|
|
7431
7342
|
"LineSymbol3D"
|
|
7432
7343
|
],
|
|
@@ -7441,7 +7352,7 @@
|
|
|
7441
7352
|
},
|
|
7442
7353
|
"esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
|
|
7443
7354
|
"additionalProperties": false,
|
|
7444
|
-
"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/}.",
|
|
7445
7356
|
"properties": {
|
|
7446
7357
|
"enable": {
|
|
7447
7358
|
"description": "Type: Boolean.",
|
|
@@ -7456,7 +7367,7 @@
|
|
|
7456
7367
|
"type": "number"
|
|
7457
7368
|
},
|
|
7458
7369
|
"type": {
|
|
7459
|
-
"description": "The type of the Symbol3DLayer. See
|
|
7370
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
7460
7371
|
"enum": [
|
|
7461
7372
|
"Line"
|
|
7462
7373
|
],
|
|
@@ -7470,7 +7381,7 @@
|
|
|
7470
7381
|
},
|
|
7471
7382
|
"esri.rest-api.LocationInfo.LocationInfo": {
|
|
7472
7383
|
"additionalProperties": false,
|
|
7473
|
-
"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/}.",
|
|
7474
7385
|
"properties": {
|
|
7475
7386
|
"latitudeFieldName": {
|
|
7476
7387
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -7489,7 +7400,7 @@
|
|
|
7489
7400
|
},
|
|
7490
7401
|
"esri.rest-api.MapServiceLayer.MapServiceLayer": {
|
|
7491
7402
|
"additionalProperties": false,
|
|
7492
|
-
"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/}.",
|
|
7493
7404
|
"properties": {
|
|
7494
7405
|
"blendMode": {
|
|
7495
7406
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7526,7 +7437,7 @@
|
|
|
7526
7437
|
},
|
|
7527
7438
|
"listMode": {
|
|
7528
7439
|
"$ref": "esri.ListMode",
|
|
7529
|
-
"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}."
|
|
7530
7441
|
},
|
|
7531
7442
|
"maxScale": {
|
|
7532
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.",
|
|
@@ -7541,7 +7452,7 @@
|
|
|
7541
7452
|
"type": "number"
|
|
7542
7453
|
},
|
|
7543
7454
|
"refreshInterval": {
|
|
7544
|
-
"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}.",
|
|
7545
7456
|
"type": "number"
|
|
7546
7457
|
},
|
|
7547
7458
|
"showLegend": {
|
|
@@ -7557,7 +7468,7 @@
|
|
|
7557
7468
|
"type": "string"
|
|
7558
7469
|
},
|
|
7559
7470
|
"type": {
|
|
7560
|
-
"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}.",
|
|
7561
7472
|
"enum": [
|
|
7562
7473
|
"BingMapsAerial",
|
|
7563
7474
|
"BingMapsHybrid",
|
|
@@ -7593,7 +7504,7 @@
|
|
|
7593
7504
|
},
|
|
7594
7505
|
"esri.rest-api.MediaInfo.MediaInfo": {
|
|
7595
7506
|
"additionalProperties": false,
|
|
7596
|
-
"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/}.",
|
|
7597
7508
|
"properties": {
|
|
7598
7509
|
"caption": {
|
|
7599
7510
|
"description": "A caption describing the media. This can contain a field name enclosed in {}, such as {IMAGE_CAPTION}.",
|
|
@@ -7608,7 +7519,7 @@
|
|
|
7608
7519
|
"type": "string"
|
|
7609
7520
|
},
|
|
7610
7521
|
"type": {
|
|
7611
|
-
"description": "Defines the type of media. One of the
|
|
7522
|
+
"description": "Defines the type of media. One of the{@linkMediaType}constants.",
|
|
7612
7523
|
"type": "string"
|
|
7613
7524
|
},
|
|
7614
7525
|
"value": {
|
|
@@ -7620,7 +7531,7 @@
|
|
|
7620
7531
|
},
|
|
7621
7532
|
"esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
|
|
7622
7533
|
"additionalProperties": false,
|
|
7623
|
-
"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/}.",
|
|
7624
7535
|
"properties": {
|
|
7625
7536
|
"symbolLayers": {
|
|
7626
7537
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -7630,7 +7541,7 @@
|
|
|
7630
7541
|
"type": "array"
|
|
7631
7542
|
},
|
|
7632
7543
|
"type": {
|
|
7633
|
-
"description": "The type of symbol. See
|
|
7544
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7634
7545
|
"enum": [
|
|
7635
7546
|
"MeshSymbol3D"
|
|
7636
7547
|
],
|
|
@@ -7672,7 +7583,7 @@
|
|
|
7672
7583
|
},
|
|
7673
7584
|
"esri.rest-api.MosaicRule.MosaicRule": {
|
|
7674
7585
|
"additionalProperties": false,
|
|
7675
|
-
"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/}.",
|
|
7676
7587
|
"properties": {
|
|
7677
7588
|
"ascending": {
|
|
7678
7589
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -7698,38 +7609,16 @@
|
|
|
7698
7609
|
},
|
|
7699
7610
|
"mosaicMethod": {
|
|
7700
7611
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
|
|
7701
|
-
"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}."
|
|
7702
7613
|
},
|
|
7703
7614
|
"mosaicOperation": {
|
|
7704
7615
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
7705
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}."
|
|
7706
7617
|
},
|
|
7707
7618
|
"multidimensionalDefinition": {
|
|
7708
|
-
"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/}.",
|
|
7709
7620
|
"items": {
|
|
7710
|
-
"
|
|
7711
|
-
"properties": {
|
|
7712
|
-
"dimensionName": {
|
|
7713
|
-
"description": "Type of dimension being used (ex. StdTime).",
|
|
7714
|
-
"type": "string"
|
|
7715
|
-
},
|
|
7716
|
-
"isSlice": {
|
|
7717
|
-
"description": "Is slice?",
|
|
7718
|
-
"type": "boolean"
|
|
7719
|
-
},
|
|
7720
|
-
"values": {
|
|
7721
|
-
"description": "Numerical array of associated values.",
|
|
7722
|
-
"items": {
|
|
7723
|
-
"type": "number"
|
|
7724
|
-
},
|
|
7725
|
-
"type": "array"
|
|
7726
|
-
},
|
|
7727
|
-
"variableName": {
|
|
7728
|
-
"description": "Name of the variable.",
|
|
7729
|
-
"type": "string"
|
|
7730
|
-
}
|
|
7731
|
-
},
|
|
7732
|
-
"type": "object"
|
|
7621
|
+
"$ref": "__type"
|
|
7733
7622
|
},
|
|
7734
7623
|
"type": "array"
|
|
7735
7624
|
},
|
|
@@ -7757,7 +7646,7 @@
|
|
|
7757
7646
|
},
|
|
7758
7647
|
"esri.rest-api.Multipoint.Multipoint": {
|
|
7759
7648
|
"additionalProperties": false,
|
|
7760
|
-
"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/}.",
|
|
7761
7650
|
"properties": {
|
|
7762
7651
|
"hasM": {
|
|
7763
7652
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -7789,7 +7678,7 @@
|
|
|
7789
7678
|
},
|
|
7790
7679
|
"esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
|
|
7791
7680
|
"additionalProperties": false,
|
|
7792
|
-
"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/}.",
|
|
7793
7682
|
"properties": {
|
|
7794
7683
|
"anchor": {
|
|
7795
7684
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -7824,7 +7713,7 @@
|
|
|
7824
7713
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
7825
7714
|
},
|
|
7826
7715
|
"type": {
|
|
7827
|
-
"description": "The type of the Symbol3DLayer. See
|
|
7716
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
7828
7717
|
"enum": [
|
|
7829
7718
|
"Object"
|
|
7830
7719
|
],
|
|
@@ -7842,7 +7731,7 @@
|
|
|
7842
7731
|
},
|
|
7843
7732
|
"esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
|
|
7844
7733
|
"additionalProperties": false,
|
|
7845
|
-
"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/}.",
|
|
7846
7735
|
"properties": {
|
|
7847
7736
|
"material": {
|
|
7848
7737
|
"$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
|
|
@@ -7853,7 +7742,7 @@
|
|
|
7853
7742
|
"type": "number"
|
|
7854
7743
|
},
|
|
7855
7744
|
"type": {
|
|
7856
|
-
"description": "The type of the Symbol3DLayer. See
|
|
7745
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
7857
7746
|
"enum": [
|
|
7858
7747
|
"Path"
|
|
7859
7748
|
],
|
|
@@ -7871,7 +7760,7 @@
|
|
|
7871
7760
|
},
|
|
7872
7761
|
"esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
|
|
7873
7762
|
"additionalProperties": false,
|
|
7874
|
-
"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/}.",
|
|
7875
7764
|
"properties": {
|
|
7876
7765
|
"angle": {
|
|
7877
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.",
|
|
@@ -7894,7 +7783,7 @@
|
|
|
7894
7783
|
"description": "Sets the outline of the symbol."
|
|
7895
7784
|
},
|
|
7896
7785
|
"type": {
|
|
7897
|
-
"description": "The type of symbol. See
|
|
7786
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7898
7787
|
"enum": [
|
|
7899
7788
|
"esriPFS"
|
|
7900
7789
|
],
|
|
@@ -7932,7 +7821,7 @@
|
|
|
7932
7821
|
},
|
|
7933
7822
|
"esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
7934
7823
|
"additionalProperties": false,
|
|
7935
|
-
"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/}.",
|
|
7936
7825
|
"properties": {
|
|
7937
7826
|
"angle": {
|
|
7938
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.",
|
|
@@ -7951,7 +7840,7 @@
|
|
|
7951
7840
|
"type": "string"
|
|
7952
7841
|
},
|
|
7953
7842
|
"type": {
|
|
7954
|
-
"description": "The type of symbol. See
|
|
7843
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
7955
7844
|
"enum": [
|
|
7956
7845
|
"esriPMS"
|
|
7957
7846
|
],
|
|
@@ -7981,7 +7870,7 @@
|
|
|
7981
7870
|
},
|
|
7982
7871
|
"esri.rest-api.Point.Point": {
|
|
7983
7872
|
"additionalProperties": false,
|
|
7984
|
-
"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/}.",
|
|
7985
7874
|
"properties": {
|
|
7986
7875
|
"m": {
|
|
7987
7876
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -8021,7 +7910,7 @@
|
|
|
8021
7910
|
},
|
|
8022
7911
|
"esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
|
|
8023
7912
|
"additionalProperties": false,
|
|
8024
|
-
"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/}.",
|
|
8025
7914
|
"properties": {
|
|
8026
7915
|
"field": {
|
|
8027
7916
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -8056,7 +7945,7 @@
|
|
|
8056
7945
|
},
|
|
8057
7946
|
"esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
|
|
8058
7947
|
"additionalProperties": false,
|
|
8059
|
-
"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/}.",
|
|
8060
7949
|
"properties": {
|
|
8061
7950
|
"authoringInfo": {
|
|
8062
7951
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8070,23 +7959,8 @@
|
|
|
8070
7959
|
"type": "array"
|
|
8071
7960
|
},
|
|
8072
7961
|
"colorModulation": {
|
|
8073
|
-
"
|
|
8074
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
8075
|
-
"properties": {
|
|
8076
|
-
"field": {
|
|
8077
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
8078
|
-
"type": "string"
|
|
8079
|
-
},
|
|
8080
|
-
"maxValue": {
|
|
8081
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
8082
|
-
"type": "number"
|
|
8083
|
-
},
|
|
8084
|
-
"minValue": {
|
|
8085
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
8086
|
-
"type": "number"
|
|
8087
|
-
}
|
|
8088
|
-
},
|
|
8089
|
-
"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/}."
|
|
8090
7964
|
},
|
|
8091
7965
|
"field": {
|
|
8092
7966
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -8124,10 +7998,10 @@
|
|
|
8124
7998
|
},
|
|
8125
7999
|
"rotationType": {
|
|
8126
8000
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8127
|
-
"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}."
|
|
8128
8002
|
},
|
|
8129
8003
|
"type": {
|
|
8130
|
-
"description": "The type of renderer. See
|
|
8004
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8131
8005
|
"enum": [
|
|
8132
8006
|
"pointCloudClassBreaksRenderer"
|
|
8133
8007
|
],
|
|
@@ -8136,20 +8010,8 @@
|
|
|
8136
8010
|
"visualVariables": {
|
|
8137
8011
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8138
8012
|
"items": {
|
|
8139
|
-
"
|
|
8140
|
-
|
|
8141
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8142
|
-
},
|
|
8143
|
-
{
|
|
8144
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8145
|
-
},
|
|
8146
|
-
{
|
|
8147
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8148
|
-
},
|
|
8149
|
-
{
|
|
8150
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8151
|
-
}
|
|
8152
|
-
]
|
|
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/}."
|
|
8153
8015
|
},
|
|
8154
8016
|
"type": "array"
|
|
8155
8017
|
}
|
|
@@ -8161,7 +8023,7 @@
|
|
|
8161
8023
|
},
|
|
8162
8024
|
"esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
|
|
8163
8025
|
"additionalProperties": false,
|
|
8164
|
-
"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/}.",
|
|
8165
8027
|
"properties": {
|
|
8166
8028
|
"size": {
|
|
8167
8029
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -8186,7 +8048,7 @@
|
|
|
8186
8048
|
},
|
|
8187
8049
|
"esri.rest-api.PointCloudLayer.PointCloudLayer": {
|
|
8188
8050
|
"additionalProperties": false,
|
|
8189
|
-
"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/}.",
|
|
8190
8052
|
"properties": {
|
|
8191
8053
|
"blendMode": {
|
|
8192
8054
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8205,7 +8067,7 @@
|
|
|
8205
8067
|
},
|
|
8206
8068
|
"listMode": {
|
|
8207
8069
|
"$ref": "esri.ListMode",
|
|
8208
|
-
"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}."
|
|
8209
8071
|
},
|
|
8210
8072
|
"maxScale": {
|
|
8211
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.",
|
|
@@ -8220,7 +8082,7 @@
|
|
|
8220
8082
|
"type": "number"
|
|
8221
8083
|
},
|
|
8222
8084
|
"refreshInterval": {
|
|
8223
|
-
"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}.",
|
|
8224
8086
|
"type": "number"
|
|
8225
8087
|
},
|
|
8226
8088
|
"showLegend": {
|
|
@@ -8232,7 +8094,7 @@
|
|
|
8232
8094
|
"type": "string"
|
|
8233
8095
|
},
|
|
8234
8096
|
"type": {
|
|
8235
|
-
"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}.",
|
|
8236
8098
|
"enum": [
|
|
8237
8099
|
"BingMapsAerial",
|
|
8238
8100
|
"BingMapsHybrid",
|
|
@@ -8261,30 +8123,15 @@
|
|
|
8261
8123
|
},
|
|
8262
8124
|
"esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
|
|
8263
8125
|
"additionalProperties": false,
|
|
8264
|
-
"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/}.",
|
|
8265
8127
|
"properties": {
|
|
8266
8128
|
"authoringInfo": {
|
|
8267
8129
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
8268
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."
|
|
8269
8131
|
},
|
|
8270
8132
|
"colorModulation": {
|
|
8271
|
-
"
|
|
8272
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
8273
|
-
"properties": {
|
|
8274
|
-
"field": {
|
|
8275
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
8276
|
-
"type": "string"
|
|
8277
|
-
},
|
|
8278
|
-
"maxValue": {
|
|
8279
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
8280
|
-
"type": "number"
|
|
8281
|
-
},
|
|
8282
|
-
"minValue": {
|
|
8283
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
8284
|
-
"type": "number"
|
|
8285
|
-
}
|
|
8286
|
-
},
|
|
8287
|
-
"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/}."
|
|
8288
8135
|
},
|
|
8289
8136
|
"field": {
|
|
8290
8137
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -8322,10 +8169,10 @@
|
|
|
8322
8169
|
},
|
|
8323
8170
|
"rotationType": {
|
|
8324
8171
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8325
|
-
"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}."
|
|
8326
8173
|
},
|
|
8327
8174
|
"type": {
|
|
8328
|
-
"description": "The type of renderer. See
|
|
8175
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8329
8176
|
"enum": [
|
|
8330
8177
|
"pointCloudRGBRenderer"
|
|
8331
8178
|
],
|
|
@@ -8334,20 +8181,8 @@
|
|
|
8334
8181
|
"visualVariables": {
|
|
8335
8182
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8336
8183
|
"items": {
|
|
8337
|
-
"
|
|
8338
|
-
|
|
8339
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8340
|
-
},
|
|
8341
|
-
{
|
|
8342
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8343
|
-
},
|
|
8344
|
-
{
|
|
8345
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8346
|
-
},
|
|
8347
|
-
{
|
|
8348
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8349
|
-
}
|
|
8350
|
-
]
|
|
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/}."
|
|
8351
8186
|
},
|
|
8352
8187
|
"type": "array"
|
|
8353
8188
|
}
|
|
@@ -8359,7 +8194,7 @@
|
|
|
8359
8194
|
},
|
|
8360
8195
|
"esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
|
|
8361
8196
|
"additionalProperties": false,
|
|
8362
|
-
"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/}.",
|
|
8363
8198
|
"properties": {
|
|
8364
8199
|
"field": {
|
|
8365
8200
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -8387,7 +8222,7 @@
|
|
|
8387
8222
|
},
|
|
8388
8223
|
"esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
|
|
8389
8224
|
"additionalProperties": false,
|
|
8390
|
-
"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/}.",
|
|
8391
8226
|
"properties": {
|
|
8392
8227
|
"minSize": {
|
|
8393
8228
|
"description": "Minimum display space point size in points.",
|
|
@@ -8412,30 +8247,15 @@
|
|
|
8412
8247
|
},
|
|
8413
8248
|
"esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
|
|
8414
8249
|
"additionalProperties": false,
|
|
8415
|
-
"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/}.",
|
|
8416
8251
|
"properties": {
|
|
8417
8252
|
"authoringInfo": {
|
|
8418
8253
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
8419
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."
|
|
8420
8255
|
},
|
|
8421
8256
|
"colorModulation": {
|
|
8422
|
-
"
|
|
8423
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
8424
|
-
"properties": {
|
|
8425
|
-
"field": {
|
|
8426
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
8427
|
-
"type": "string"
|
|
8428
|
-
},
|
|
8429
|
-
"maxValue": {
|
|
8430
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
8431
|
-
"type": "number"
|
|
8432
|
-
},
|
|
8433
|
-
"minValue": {
|
|
8434
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
8435
|
-
"type": "number"
|
|
8436
|
-
}
|
|
8437
|
-
},
|
|
8438
|
-
"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/}."
|
|
8439
8259
|
},
|
|
8440
8260
|
"field": {
|
|
8441
8261
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -8473,10 +8293,10 @@
|
|
|
8473
8293
|
},
|
|
8474
8294
|
"rotationType": {
|
|
8475
8295
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8476
|
-
"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}."
|
|
8477
8297
|
},
|
|
8478
8298
|
"type": {
|
|
8479
|
-
"description": "The type of renderer. See
|
|
8299
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8480
8300
|
"enum": [
|
|
8481
8301
|
"pointCloudStretchRenderer"
|
|
8482
8302
|
],
|
|
@@ -8485,20 +8305,8 @@
|
|
|
8485
8305
|
"visualVariables": {
|
|
8486
8306
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8487
8307
|
"items": {
|
|
8488
|
-
"
|
|
8489
|
-
|
|
8490
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8491
|
-
},
|
|
8492
|
-
{
|
|
8493
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8494
|
-
},
|
|
8495
|
-
{
|
|
8496
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8497
|
-
},
|
|
8498
|
-
{
|
|
8499
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8500
|
-
}
|
|
8501
|
-
]
|
|
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/}."
|
|
8502
8310
|
},
|
|
8503
8311
|
"type": "array"
|
|
8504
8312
|
}
|
|
@@ -8510,30 +8318,15 @@
|
|
|
8510
8318
|
},
|
|
8511
8319
|
"esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
|
|
8512
8320
|
"additionalProperties": false,
|
|
8513
|
-
"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/}.",
|
|
8514
8322
|
"properties": {
|
|
8515
8323
|
"authoringInfo": {
|
|
8516
8324
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
8517
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."
|
|
8518
8326
|
},
|
|
8519
8327
|
"colorModulation": {
|
|
8520
|
-
"
|
|
8521
|
-
"description": "Indicates whether modulation should be used to render the point.
|
|
8522
|
-
"properties": {
|
|
8523
|
-
"field": {
|
|
8524
|
-
"description": "The attribute to use as a source for the modulation amplitude.",
|
|
8525
|
-
"type": "string"
|
|
8526
|
-
},
|
|
8527
|
-
"maxValue": {
|
|
8528
|
-
"description": "Maximum value to compute modulation linear mapping.",
|
|
8529
|
-
"type": "number"
|
|
8530
|
-
},
|
|
8531
|
-
"minValue": {
|
|
8532
|
-
"description": "Minimum value to compute modulation linear mapping.",
|
|
8533
|
-
"type": "number"
|
|
8534
|
-
}
|
|
8535
|
-
},
|
|
8536
|
-
"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/}."
|
|
8537
8330
|
},
|
|
8538
8331
|
"colorUniqueValueInfos": {
|
|
8539
8332
|
"description": "Unique value infos.",
|
|
@@ -8578,10 +8371,10 @@
|
|
|
8578
8371
|
},
|
|
8579
8372
|
"rotationType": {
|
|
8580
8373
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8581
|
-
"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}."
|
|
8582
8375
|
},
|
|
8583
8376
|
"type": {
|
|
8584
|
-
"description": "The type of renderer. See
|
|
8377
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
8585
8378
|
"enum": [
|
|
8586
8379
|
"pointCloudUniqueValueRenderer"
|
|
8587
8380
|
],
|
|
@@ -8590,20 +8383,8 @@
|
|
|
8590
8383
|
"visualVariables": {
|
|
8591
8384
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8592
8385
|
"items": {
|
|
8593
|
-
"
|
|
8594
|
-
|
|
8595
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
8596
|
-
},
|
|
8597
|
-
{
|
|
8598
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
8599
|
-
},
|
|
8600
|
-
{
|
|
8601
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
8602
|
-
},
|
|
8603
|
-
{
|
|
8604
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8605
|
-
}
|
|
8606
|
-
]
|
|
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/}."
|
|
8607
8388
|
},
|
|
8608
8389
|
"type": "array"
|
|
8609
8390
|
}
|
|
@@ -8615,7 +8396,7 @@
|
|
|
8615
8396
|
},
|
|
8616
8397
|
"esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
|
|
8617
8398
|
"additionalProperties": false,
|
|
8618
|
-
"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/}.",
|
|
8619
8400
|
"properties": {
|
|
8620
8401
|
"field": {
|
|
8621
8402
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -8647,30 +8428,15 @@
|
|
|
8647
8428
|
},
|
|
8648
8429
|
"esri.rest-api.PointSymbol3D.PointSymbol3D": {
|
|
8649
8430
|
"additionalProperties": false,
|
|
8650
|
-
"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/}.",
|
|
8651
8432
|
"properties": {
|
|
8652
8433
|
"callout": {
|
|
8653
8434
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
8654
8435
|
"description": "Callout configuration for a symbol."
|
|
8655
8436
|
},
|
|
8656
8437
|
"styleOrigin": {
|
|
8657
|
-
"
|
|
8658
|
-
"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.
|
|
8659
|
-
"properties": {
|
|
8660
|
-
"name": {
|
|
8661
|
-
"description": "Name of the symbol in the style referenced by styleName or styleUrl.",
|
|
8662
|
-
"type": "string"
|
|
8663
|
-
},
|
|
8664
|
-
"styleName": {
|
|
8665
|
-
"description": "A well-known esri-provided style, such as EsriThematicShapesStyle.",
|
|
8666
|
-
"type": "string"
|
|
8667
|
-
},
|
|
8668
|
-
"styleUrl": {
|
|
8669
|
-
"description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
|
|
8670
|
-
"type": "string"
|
|
8671
|
-
}
|
|
8672
|
-
},
|
|
8673
|
-
"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/}."
|
|
8674
8440
|
},
|
|
8675
8441
|
"symbolLayers": {
|
|
8676
8442
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -8687,7 +8453,7 @@
|
|
|
8687
8453
|
"type": "array"
|
|
8688
8454
|
},
|
|
8689
8455
|
"type": {
|
|
8690
|
-
"description": "The type of symbol. See
|
|
8456
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
8691
8457
|
"enum": [
|
|
8692
8458
|
"PointSymbol3D"
|
|
8693
8459
|
],
|
|
@@ -8706,7 +8472,7 @@
|
|
|
8706
8472
|
},
|
|
8707
8473
|
"esri.rest-api.Polygon.Polygon": {
|
|
8708
8474
|
"additionalProperties": false,
|
|
8709
|
-
"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/}.",
|
|
8710
8476
|
"properties": {
|
|
8711
8477
|
"hasM": {
|
|
8712
8478
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -8741,7 +8507,7 @@
|
|
|
8741
8507
|
},
|
|
8742
8508
|
"esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
|
|
8743
8509
|
"additionalProperties": false,
|
|
8744
|
-
"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/}.",
|
|
8745
8511
|
"properties": {
|
|
8746
8512
|
"symbolLayers": {
|
|
8747
8513
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -8761,7 +8527,7 @@
|
|
|
8761
8527
|
"type": "array"
|
|
8762
8528
|
},
|
|
8763
8529
|
"type": {
|
|
8764
|
-
"description": "The type of symbol. See
|
|
8530
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
8765
8531
|
"enum": [
|
|
8766
8532
|
"PolygonSymbol3D"
|
|
8767
8533
|
],
|
|
@@ -8776,7 +8542,7 @@
|
|
|
8776
8542
|
},
|
|
8777
8543
|
"esri.rest-api.Polyline.Polyline": {
|
|
8778
8544
|
"additionalProperties": false,
|
|
8779
|
-
"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/}.",
|
|
8780
8546
|
"properties": {
|
|
8781
8547
|
"hasM": {
|
|
8782
8548
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -8819,7 +8585,7 @@
|
|
|
8819
8585
|
},
|
|
8820
8586
|
"esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
|
|
8821
8587
|
"additionalProperties": false,
|
|
8822
|
-
"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/}.",
|
|
8823
8589
|
"properties": {
|
|
8824
8590
|
"expression": {
|
|
8825
8591
|
"description": "The Arcade expression.",
|
|
@@ -8842,7 +8608,7 @@
|
|
|
8842
8608
|
},
|
|
8843
8609
|
"esri.rest-api.PopupInfo.OrderByFields": {
|
|
8844
8610
|
"additionalProperties": false,
|
|
8845
|
-
"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/}.",
|
|
8846
8612
|
"properties": {
|
|
8847
8613
|
"field": {
|
|
8848
8614
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -8857,7 +8623,7 @@
|
|
|
8857
8623
|
},
|
|
8858
8624
|
"esri.rest-api.PopupInfo.PopupElement": {
|
|
8859
8625
|
"additionalProperties": false,
|
|
8860
|
-
"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/}.",
|
|
8861
8627
|
"properties": {
|
|
8862
8628
|
"displayType": {
|
|
8863
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.",
|
|
@@ -8883,7 +8649,7 @@
|
|
|
8883
8649
|
},
|
|
8884
8650
|
"type": {
|
|
8885
8651
|
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
|
|
8886
|
-
"description": "String value indicating which elements to use. See
|
|
8652
|
+
"description": "String value indicating which elements to use. See{@linkPopupElementType}."
|
|
8887
8653
|
}
|
|
8888
8654
|
},
|
|
8889
8655
|
"type": "object"
|
|
@@ -8900,7 +8666,7 @@
|
|
|
8900
8666
|
},
|
|
8901
8667
|
"esri.rest-api.PopupInfo.PopupInfo": {
|
|
8902
8668
|
"additionalProperties": false,
|
|
8903
|
-
"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/}.",
|
|
8904
8670
|
"properties": {
|
|
8905
8671
|
"description": {
|
|
8906
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}.",
|
|
@@ -8914,7 +8680,7 @@
|
|
|
8914
8680
|
"type": "array"
|
|
8915
8681
|
},
|
|
8916
8682
|
"fieldInfos": {
|
|
8917
|
-
"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.",
|
|
8918
8684
|
"items": {
|
|
8919
8685
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
8920
8686
|
},
|
|
@@ -8951,7 +8717,7 @@
|
|
|
8951
8717
|
},
|
|
8952
8718
|
"esri.rest-api.PopupInfo.RelatedRecordsInfo": {
|
|
8953
8719
|
"additionalProperties": false,
|
|
8954
|
-
"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/}.",
|
|
8955
8721
|
"properties": {
|
|
8956
8722
|
"orderByFields": {
|
|
8957
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.",
|
|
@@ -8972,7 +8738,7 @@
|
|
|
8972
8738
|
},
|
|
8973
8739
|
"esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
|
|
8974
8740
|
"additionalProperties": false,
|
|
8975
|
-
"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/}.",
|
|
8976
8742
|
"properties": {
|
|
8977
8743
|
"authoringInfo": {
|
|
8978
8744
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8996,10 +8762,10 @@
|
|
|
8996
8762
|
},
|
|
8997
8763
|
"rotationType": {
|
|
8998
8764
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8999
|
-
"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}."
|
|
9000
8766
|
},
|
|
9001
8767
|
"type": {
|
|
9002
|
-
"description": "The type of renderer. See
|
|
8768
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
9003
8769
|
"enum": [
|
|
9004
8770
|
"predominance"
|
|
9005
8771
|
],
|
|
@@ -9015,20 +8781,8 @@
|
|
|
9015
8781
|
"visualVariables": {
|
|
9016
8782
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9017
8783
|
"items": {
|
|
9018
|
-
"
|
|
9019
|
-
|
|
9020
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
9021
|
-
},
|
|
9022
|
-
{
|
|
9023
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
9024
|
-
},
|
|
9025
|
-
{
|
|
9026
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
9027
|
-
},
|
|
9028
|
-
{
|
|
9029
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
9030
|
-
}
|
|
9031
|
-
]
|
|
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/}."
|
|
9032
8786
|
},
|
|
9033
8787
|
"type": "array"
|
|
9034
8788
|
}
|
|
@@ -9042,7 +8796,7 @@
|
|
|
9042
8796
|
},
|
|
9043
8797
|
"esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
|
|
9044
8798
|
"additionalProperties": false,
|
|
9045
|
-
"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/}.",
|
|
9046
8800
|
"properties": {
|
|
9047
8801
|
"geometryType": {
|
|
9048
8802
|
"description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
|
|
@@ -9067,7 +8821,7 @@
|
|
|
9067
8821
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
9068
8822
|
},
|
|
9069
8823
|
"type": {
|
|
9070
|
-
"description": "Type of the DataSource.
|
|
8824
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
9071
8825
|
"enum": [
|
|
9072
8826
|
"queryTable"
|
|
9073
8827
|
],
|
|
@@ -9085,7 +8839,7 @@
|
|
|
9085
8839
|
},
|
|
9086
8840
|
"esri.rest-api.RangeDomain.RangeDomain": {
|
|
9087
8841
|
"additionalProperties": false,
|
|
9088
|
-
"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/}.",
|
|
9089
8843
|
"properties": {
|
|
9090
8844
|
"name": {
|
|
9091
8845
|
"description": "The name of the domain.",
|
|
@@ -9099,7 +8853,7 @@
|
|
|
9099
8853
|
"type": "array"
|
|
9100
8854
|
},
|
|
9101
8855
|
"type": {
|
|
9102
|
-
"description": "Type of domain. See
|
|
8856
|
+
"description": "Type of domain. See{@linkDomainType}.",
|
|
9103
8857
|
"enum": [
|
|
9104
8858
|
"range"
|
|
9105
8859
|
],
|
|
@@ -9115,19 +8869,9 @@
|
|
|
9115
8869
|
},
|
|
9116
8870
|
"esri.rest-api.RangeInfo.RangeInfo": {
|
|
9117
8871
|
"additionalProperties": false,
|
|
9118
|
-
"description": "Range Information.
|
|
8872
|
+
"description": "Range Information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
9119
8873
|
"properties": {
|
|
9120
8874
|
"currentRangeExtent": {
|
|
9121
|
-
"additionalItems": {
|
|
9122
|
-
"anyOf": [
|
|
9123
|
-
{
|
|
9124
|
-
"type": "number"
|
|
9125
|
-
},
|
|
9126
|
-
{
|
|
9127
|
-
"type": "number"
|
|
9128
|
-
}
|
|
9129
|
-
]
|
|
9130
|
-
},
|
|
9131
8875
|
"description": "Contains the min and max values within which the features are visible.",
|
|
9132
8876
|
"items": [
|
|
9133
8877
|
{
|
|
@@ -9137,6 +8881,7 @@
|
|
|
9137
8881
|
"type": "number"
|
|
9138
8882
|
}
|
|
9139
8883
|
],
|
|
8884
|
+
"maxItems": 2,
|
|
9140
8885
|
"minItems": 2,
|
|
9141
8886
|
"type": "array"
|
|
9142
8887
|
},
|
|
@@ -9145,16 +8890,6 @@
|
|
|
9145
8890
|
"type": "string"
|
|
9146
8891
|
},
|
|
9147
8892
|
"fullRangeExtent": {
|
|
9148
|
-
"additionalItems": {
|
|
9149
|
-
"anyOf": [
|
|
9150
|
-
{
|
|
9151
|
-
"type": "number"
|
|
9152
|
-
},
|
|
9153
|
-
{
|
|
9154
|
-
"type": "number"
|
|
9155
|
-
}
|
|
9156
|
-
]
|
|
9157
|
-
},
|
|
9158
8893
|
"description": "Contains the min and max values of all the features for this rangeInfo.",
|
|
9159
8894
|
"items": [
|
|
9160
8895
|
{
|
|
@@ -9164,6 +8899,7 @@
|
|
|
9164
8899
|
"type": "number"
|
|
9165
8900
|
}
|
|
9166
8901
|
],
|
|
8902
|
+
"maxItems": 2,
|
|
9167
8903
|
"minItems": 2,
|
|
9168
8904
|
"type": "array"
|
|
9169
8905
|
},
|
|
@@ -9186,14 +8922,14 @@
|
|
|
9186
8922
|
},
|
|
9187
8923
|
"esri.rest-api.RasterDataSource.RasterDataSource": {
|
|
9188
8924
|
"additionalProperties": false,
|
|
9189
|
-
"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/}.",
|
|
9190
8926
|
"properties": {
|
|
9191
8927
|
"dataSourceName": {
|
|
9192
8928
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
9193
8929
|
"type": "string"
|
|
9194
8930
|
},
|
|
9195
8931
|
"type": {
|
|
9196
|
-
"description": "Type of the DataSource.
|
|
8932
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
9197
8933
|
"enum": [
|
|
9198
8934
|
"raster"
|
|
9199
8935
|
],
|
|
@@ -9211,11 +8947,11 @@
|
|
|
9211
8947
|
},
|
|
9212
8948
|
"esri.rest-api.Renderer.AuthoringInfo": {
|
|
9213
8949
|
"additionalProperties": false,
|
|
9214
|
-
"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/}.",
|
|
9215
8951
|
"properties": {
|
|
9216
8952
|
"classificationMethod": {
|
|
9217
8953
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
9218
|
-
"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}."
|
|
9219
8955
|
},
|
|
9220
8956
|
"colorRamp": {
|
|
9221
8957
|
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
|
|
@@ -9235,7 +8971,7 @@
|
|
|
9235
8971
|
},
|
|
9236
8972
|
"type": {
|
|
9237
8973
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
|
|
9238
|
-
"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}."
|
|
9239
8975
|
},
|
|
9240
8976
|
"visualVariables": {
|
|
9241
8977
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
@@ -9266,7 +9002,7 @@
|
|
|
9266
9002
|
},
|
|
9267
9003
|
"esri.rest-api.Renderer.ColorRamp": {
|
|
9268
9004
|
"additionalProperties": false,
|
|
9269
|
-
"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/}.",
|
|
9270
9006
|
"properties": {
|
|
9271
9007
|
"algorithm": {
|
|
9272
9008
|
"description": "Algorithm used for calculating the ramp.",
|
|
@@ -9285,22 +9021,6 @@
|
|
|
9285
9021
|
"type": "array"
|
|
9286
9022
|
},
|
|
9287
9023
|
"fromColor": {
|
|
9288
|
-
"additionalItems": {
|
|
9289
|
-
"anyOf": [
|
|
9290
|
-
{
|
|
9291
|
-
"type": "number"
|
|
9292
|
-
},
|
|
9293
|
-
{
|
|
9294
|
-
"type": "number"
|
|
9295
|
-
},
|
|
9296
|
-
{
|
|
9297
|
-
"type": "number"
|
|
9298
|
-
},
|
|
9299
|
-
{
|
|
9300
|
-
"type": "number"
|
|
9301
|
-
}
|
|
9302
|
-
]
|
|
9303
|
-
},
|
|
9304
9024
|
"description": "Array representing the initial color to start the ramp from.",
|
|
9305
9025
|
"items": [
|
|
9306
9026
|
{
|
|
@@ -9316,26 +9036,11 @@
|
|
|
9316
9036
|
"type": "number"
|
|
9317
9037
|
}
|
|
9318
9038
|
],
|
|
9039
|
+
"maxItems": 4,
|
|
9319
9040
|
"minItems": 4,
|
|
9320
9041
|
"type": "array"
|
|
9321
9042
|
},
|
|
9322
9043
|
"toColor": {
|
|
9323
|
-
"additionalItems": {
|
|
9324
|
-
"anyOf": [
|
|
9325
|
-
{
|
|
9326
|
-
"type": "number"
|
|
9327
|
-
},
|
|
9328
|
-
{
|
|
9329
|
-
"type": "number"
|
|
9330
|
-
},
|
|
9331
|
-
{
|
|
9332
|
-
"type": "number"
|
|
9333
|
-
},
|
|
9334
|
-
{
|
|
9335
|
-
"type": "number"
|
|
9336
|
-
}
|
|
9337
|
-
]
|
|
9338
|
-
},
|
|
9339
9044
|
"description": "Array representing the final color to end the ramp with.",
|
|
9340
9045
|
"items": [
|
|
9341
9046
|
{
|
|
@@ -9351,6 +9056,7 @@
|
|
|
9351
9056
|
"type": "number"
|
|
9352
9057
|
}
|
|
9353
9058
|
],
|
|
9059
|
+
"maxItems": 4,
|
|
9354
9060
|
"minItems": 4,
|
|
9355
9061
|
"type": "array"
|
|
9356
9062
|
},
|
|
@@ -9439,14 +9145,14 @@
|
|
|
9439
9145
|
},
|
|
9440
9146
|
"esri.rest-api.RenderingRule.RenderingRule": {
|
|
9441
9147
|
"additionalProperties": false,
|
|
9442
|
-
"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/}.",
|
|
9443
9149
|
"properties": {
|
|
9444
9150
|
"outputPixelType": {
|
|
9445
9151
|
"$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
|
|
9446
|
-
"description": "Defines the pixel type of the output image. See
|
|
9152
|
+
"description": "Defines the pixel type of the output image. See{@linkPixelType}."
|
|
9447
9153
|
},
|
|
9448
9154
|
"rasterFunction": {
|
|
9449
|
-
"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/}.",
|
|
9450
9156
|
"type": "string"
|
|
9451
9157
|
},
|
|
9452
9158
|
"rasterFunctionArguments": {
|
|
@@ -9461,7 +9167,7 @@
|
|
|
9461
9167
|
},
|
|
9462
9168
|
"esri.rest-api.SceneLayer.SceneLayer": {
|
|
9463
9169
|
"additionalProperties": false,
|
|
9464
|
-
"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/}.",
|
|
9465
9171
|
"properties": {
|
|
9466
9172
|
"blendMode": {
|
|
9467
9173
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9492,7 +9198,7 @@
|
|
|
9492
9198
|
},
|
|
9493
9199
|
"listMode": {
|
|
9494
9200
|
"$ref": "esri.ListMode",
|
|
9495
|
-
"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}."
|
|
9496
9202
|
},
|
|
9497
9203
|
"maxScale": {
|
|
9498
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.",
|
|
@@ -9511,7 +9217,7 @@
|
|
|
9511
9217
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
9512
9218
|
},
|
|
9513
9219
|
"refreshInterval": {
|
|
9514
|
-
"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}.",
|
|
9515
9221
|
"type": "number"
|
|
9516
9222
|
},
|
|
9517
9223
|
"screenSizePerspective": {
|
|
@@ -9531,7 +9237,7 @@
|
|
|
9531
9237
|
"type": "string"
|
|
9532
9238
|
},
|
|
9533
9239
|
"type": {
|
|
9534
|
-
"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}.",
|
|
9535
9241
|
"enum": [
|
|
9536
9242
|
"BingMapsAerial",
|
|
9537
9243
|
"BingMapsHybrid",
|
|
@@ -9574,7 +9280,7 @@
|
|
|
9574
9280
|
},
|
|
9575
9281
|
"esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
|
|
9576
9282
|
"additionalProperties": false,
|
|
9577
|
-
"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/}.",
|
|
9578
9284
|
"properties": {
|
|
9579
9285
|
"color": {
|
|
9580
9286
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -9586,10 +9292,10 @@
|
|
|
9586
9292
|
},
|
|
9587
9293
|
"style": {
|
|
9588
9294
|
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
|
|
9589
|
-
"description": "The fill style. See
|
|
9295
|
+
"description": "The fill style. See{@linkSimpleFillStyle}."
|
|
9590
9296
|
},
|
|
9591
9297
|
"type": {
|
|
9592
|
-
"description": "The type of symbol. See
|
|
9298
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
9593
9299
|
"enum": [
|
|
9594
9300
|
"esriSFS"
|
|
9595
9301
|
],
|
|
@@ -9615,7 +9321,7 @@
|
|
|
9615
9321
|
},
|
|
9616
9322
|
"esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
|
|
9617
9323
|
"additionalProperties": false,
|
|
9618
|
-
"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/}.",
|
|
9619
9325
|
"properties": {
|
|
9620
9326
|
"color": {
|
|
9621
9327
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -9623,10 +9329,10 @@
|
|
|
9623
9329
|
},
|
|
9624
9330
|
"style": {
|
|
9625
9331
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
|
|
9626
|
-
"description": "The line style. See
|
|
9332
|
+
"description": "The line style. See{@linkSimpleLineStyle}."
|
|
9627
9333
|
},
|
|
9628
9334
|
"type": {
|
|
9629
|
-
"description": "The type of symbol. See
|
|
9335
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
9630
9336
|
"enum": [
|
|
9631
9337
|
"esriSLS"
|
|
9632
9338
|
],
|
|
@@ -9657,7 +9363,7 @@
|
|
|
9657
9363
|
},
|
|
9658
9364
|
"esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
9659
9365
|
"additionalProperties": false,
|
|
9660
|
-
"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/}.",
|
|
9661
9367
|
"properties": {
|
|
9662
9368
|
"angle": {
|
|
9663
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.",
|
|
@@ -9677,10 +9383,10 @@
|
|
|
9677
9383
|
},
|
|
9678
9384
|
"style": {
|
|
9679
9385
|
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
|
|
9680
|
-
"description": "The marker style. See
|
|
9386
|
+
"description": "The marker style. See{@linkSimpleMarkerStyle}."
|
|
9681
9387
|
},
|
|
9682
9388
|
"type": {
|
|
9683
|
-
"description": "The type of symbol. See
|
|
9389
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
9684
9390
|
"enum": [
|
|
9685
9391
|
"esriSMS"
|
|
9686
9392
|
],
|
|
@@ -9702,7 +9408,7 @@
|
|
|
9702
9408
|
},
|
|
9703
9409
|
"esri.rest-api.SimpleRenderer.SimpleRenderer": {
|
|
9704
9410
|
"additionalProperties": false,
|
|
9705
|
-
"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/}.",
|
|
9706
9412
|
"properties": {
|
|
9707
9413
|
"authoringInfo": {
|
|
9708
9414
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -9722,7 +9428,7 @@
|
|
|
9722
9428
|
},
|
|
9723
9429
|
"rotationType": {
|
|
9724
9430
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9725
|
-
"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}."
|
|
9726
9432
|
},
|
|
9727
9433
|
"symbol": {
|
|
9728
9434
|
"anyOf": [
|
|
@@ -9766,7 +9472,7 @@
|
|
|
9766
9472
|
"description": "An object that represents how all features will be drawn."
|
|
9767
9473
|
},
|
|
9768
9474
|
"type": {
|
|
9769
|
-
"description": "The type of renderer. See
|
|
9475
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
9770
9476
|
"enum": [
|
|
9771
9477
|
"simple"
|
|
9772
9478
|
],
|
|
@@ -9775,20 +9481,8 @@
|
|
|
9775
9481
|
"visualVariables": {
|
|
9776
9482
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
9777
9483
|
"items": {
|
|
9778
|
-
"
|
|
9779
|
-
|
|
9780
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
9781
|
-
},
|
|
9782
|
-
{
|
|
9783
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
9784
|
-
},
|
|
9785
|
-
{
|
|
9786
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
9787
|
-
},
|
|
9788
|
-
{
|
|
9789
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
9790
|
-
}
|
|
9791
|
-
]
|
|
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/}."
|
|
9792
9486
|
},
|
|
9793
9487
|
"type": "array"
|
|
9794
9488
|
}
|
|
@@ -9801,7 +9495,7 @@
|
|
|
9801
9495
|
},
|
|
9802
9496
|
"esri.rest-api.SpatialReference.SpatialReference": {
|
|
9803
9497
|
"additionalProperties": false,
|
|
9804
|
-
"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/}.",
|
|
9805
9499
|
"properties": {
|
|
9806
9500
|
"latestVcsWkid": {
|
|
9807
9501
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -9828,7 +9522,7 @@
|
|
|
9828
9522
|
},
|
|
9829
9523
|
"esri.rest-api.StreamLayer.StreamLayer": {
|
|
9830
9524
|
"additionalProperties": false,
|
|
9831
|
-
"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/}.",
|
|
9832
9526
|
"properties": {
|
|
9833
9527
|
"blendMode": {
|
|
9834
9528
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9882,7 +9576,7 @@
|
|
|
9882
9576
|
},
|
|
9883
9577
|
"listMode": {
|
|
9884
9578
|
"$ref": "esri.ListMode",
|
|
9885
|
-
"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}."
|
|
9886
9580
|
},
|
|
9887
9581
|
"maxScale": {
|
|
9888
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.",
|
|
@@ -9894,7 +9588,7 @@
|
|
|
9894
9588
|
},
|
|
9895
9589
|
"mode": {
|
|
9896
9590
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
9897
|
-
"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}."
|
|
9898
9592
|
},
|
|
9899
9593
|
"opacity": {
|
|
9900
9594
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -9905,7 +9599,7 @@
|
|
|
9905
9599
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
9906
9600
|
},
|
|
9907
9601
|
"refreshInterval": {
|
|
9908
|
-
"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}.",
|
|
9909
9603
|
"type": "number"
|
|
9910
9604
|
},
|
|
9911
9605
|
"screenSizePerspective": {
|
|
@@ -9932,7 +9626,7 @@
|
|
|
9932
9626
|
"type": "string"
|
|
9933
9627
|
},
|
|
9934
9628
|
"type": {
|
|
9935
|
-
"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}.",
|
|
9936
9630
|
"enum": [
|
|
9937
9631
|
"BingMapsAerial",
|
|
9938
9632
|
"BingMapsHybrid",
|
|
@@ -9961,7 +9655,7 @@
|
|
|
9961
9655
|
},
|
|
9962
9656
|
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
9963
9657
|
"additionalProperties": false,
|
|
9964
|
-
"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/}.",
|
|
9965
9659
|
"properties": {
|
|
9966
9660
|
"name": {
|
|
9967
9661
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -9988,7 +9682,7 @@
|
|
|
9988
9682
|
"type": "object"
|
|
9989
9683
|
},
|
|
9990
9684
|
"esri.rest-api.Symbol.Color": {
|
|
9991
|
-
"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/}.",
|
|
9992
9686
|
"items": {
|
|
9993
9687
|
"type": "number"
|
|
9994
9688
|
},
|
|
@@ -9996,11 +9690,11 @@
|
|
|
9996
9690
|
},
|
|
9997
9691
|
"esri.rest-api.Symbol.Font": {
|
|
9998
9692
|
"additionalProperties": false,
|
|
9999
|
-
"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/}.",
|
|
10000
9694
|
"properties": {
|
|
10001
9695
|
"decoration": {
|
|
10002
9696
|
"$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
|
|
10003
|
-
"description": "The text decoration. See
|
|
9697
|
+
"description": "The text decoration. See{@linkTextDecoration}."
|
|
10004
9698
|
},
|
|
10005
9699
|
"family": {
|
|
10006
9700
|
"description": "The font family.",
|
|
@@ -10012,11 +9706,11 @@
|
|
|
10012
9706
|
},
|
|
10013
9707
|
"style": {
|
|
10014
9708
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
|
|
10015
|
-
"description": "The text style. See
|
|
9709
|
+
"description": "The text style. See{@linkFontStyle}."
|
|
10016
9710
|
},
|
|
10017
9711
|
"weight": {
|
|
10018
9712
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
|
|
10019
|
-
"description": "The text weight. See
|
|
9713
|
+
"description": "The text weight. See{@linkFontWeight}."
|
|
10020
9714
|
}
|
|
10021
9715
|
},
|
|
10022
9716
|
"type": "object"
|
|
@@ -10071,7 +9765,7 @@
|
|
|
10071
9765
|
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
10072
9766
|
}
|
|
10073
9767
|
],
|
|
10074
|
-
"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/}."
|
|
10075
9769
|
},
|
|
10076
9770
|
"esri.rest-api.Symbol.TextDecoration": {
|
|
10077
9771
|
"description": "The text decoration for the Font.",
|
|
@@ -10094,7 +9788,7 @@
|
|
|
10094
9788
|
},
|
|
10095
9789
|
"esri.rest-api.Symbol3D.Material": {
|
|
10096
9790
|
"additionalProperties": false,
|
|
10097
|
-
"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/}.",
|
|
10098
9792
|
"properties": {
|
|
10099
9793
|
"color": {
|
|
10100
9794
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -10121,7 +9815,7 @@
|
|
|
10121
9815
|
},
|
|
10122
9816
|
"esri.rest-api.Symbol3D.Outline": {
|
|
10123
9817
|
"additionalProperties": false,
|
|
10124
|
-
"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/}.",
|
|
10125
9819
|
"properties": {
|
|
10126
9820
|
"color": {
|
|
10127
9821
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -10144,7 +9838,7 @@
|
|
|
10144
9838
|
},
|
|
10145
9839
|
"esri.rest-api.Symbol3D.ResourceIconSymbol": {
|
|
10146
9840
|
"additionalProperties": false,
|
|
10147
|
-
"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/}.",
|
|
10148
9842
|
"properties": {
|
|
10149
9843
|
"dataURI": {
|
|
10150
9844
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -10163,7 +9857,7 @@
|
|
|
10163
9857
|
},
|
|
10164
9858
|
"esri.rest-api.Symbol3D.ResourceObjectSymbol": {
|
|
10165
9859
|
"additionalProperties": false,
|
|
10166
|
-
"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/}.",
|
|
10167
9861
|
"properties": {
|
|
10168
9862
|
"href": {
|
|
10169
9863
|
"description": "Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
|
|
@@ -10197,11 +9891,11 @@
|
|
|
10197
9891
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
10198
9892
|
}
|
|
10199
9893
|
],
|
|
10200
|
-
"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/}."
|
|
10201
9895
|
},
|
|
10202
9896
|
"esri.rest-api.TableDataSource.TableDataSource": {
|
|
10203
9897
|
"additionalProperties": false,
|
|
10204
|
-
"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/}.",
|
|
10205
9899
|
"properties": {
|
|
10206
9900
|
"dataSourceName": {
|
|
10207
9901
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
@@ -10212,7 +9906,7 @@
|
|
|
10212
9906
|
"type": "string"
|
|
10213
9907
|
},
|
|
10214
9908
|
"type": {
|
|
10215
|
-
"description": "Type of the DataSource.
|
|
9909
|
+
"description": "Type of the DataSource.{@linkDataSourceType}.",
|
|
10216
9910
|
"enum": [
|
|
10217
9911
|
"table"
|
|
10218
9912
|
],
|
|
@@ -10229,7 +9923,7 @@
|
|
|
10229
9923
|
"type": "object"
|
|
10230
9924
|
},
|
|
10231
9925
|
"esri.rest-api.Template.DrawingTool": {
|
|
10232
|
-
"description": "Possible drawing tool value to use with
|
|
9926
|
+
"description": "Possible drawing tool value to use with{@linkTemplate.drawingTool}.",
|
|
10233
9927
|
"enum": [
|
|
10234
9928
|
"esriFeatureEditToolCircle",
|
|
10235
9929
|
"esriFeatureEditToolDownArrow",
|
|
@@ -10249,7 +9943,7 @@
|
|
|
10249
9943
|
},
|
|
10250
9944
|
"esri.rest-api.Template.Template": {
|
|
10251
9945
|
"additionalProperties": false,
|
|
10252
|
-
"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/}.",
|
|
10253
9947
|
"properties": {
|
|
10254
9948
|
"description": {
|
|
10255
9949
|
"description": "A detailed description of the template.",
|
|
@@ -10257,7 +9951,7 @@
|
|
|
10257
9951
|
},
|
|
10258
9952
|
"drawingTool": {
|
|
10259
9953
|
"$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
|
|
10260
|
-
"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}."
|
|
10261
9955
|
},
|
|
10262
9956
|
"name": {
|
|
10263
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.",
|
|
@@ -10272,7 +9966,7 @@
|
|
|
10272
9966
|
},
|
|
10273
9967
|
"esri.rest-api.TemporalRenderer.TemporalRenderer": {
|
|
10274
9968
|
"additionalProperties": false,
|
|
10275
|
-
"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/}.",
|
|
10276
9970
|
"properties": {
|
|
10277
9971
|
"authoringInfo": {
|
|
10278
9972
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10292,14 +9986,14 @@
|
|
|
10292
9986
|
},
|
|
10293
9987
|
"rotationType": {
|
|
10294
9988
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10295
|
-
"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}."
|
|
10296
9990
|
},
|
|
10297
9991
|
"trackRenderer": {
|
|
10298
9992
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
10299
9993
|
"description": "Simple renderer used to symbolize the tracks."
|
|
10300
9994
|
},
|
|
10301
9995
|
"type": {
|
|
10302
|
-
"description": "The type of renderer. See
|
|
9996
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
10303
9997
|
"enum": [
|
|
10304
9998
|
"temporal"
|
|
10305
9999
|
],
|
|
@@ -10308,20 +10002,8 @@
|
|
|
10308
10002
|
"visualVariables": {
|
|
10309
10003
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10310
10004
|
"items": {
|
|
10311
|
-
"
|
|
10312
|
-
|
|
10313
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
10314
|
-
},
|
|
10315
|
-
{
|
|
10316
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
10317
|
-
},
|
|
10318
|
-
{
|
|
10319
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
10320
|
-
},
|
|
10321
|
-
{
|
|
10322
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
10323
|
-
}
|
|
10324
|
-
]
|
|
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/}."
|
|
10325
10007
|
},
|
|
10326
10008
|
"type": "array"
|
|
10327
10009
|
}
|
|
@@ -10333,7 +10015,7 @@
|
|
|
10333
10015
|
},
|
|
10334
10016
|
"esri.rest-api.TextSymbol.TextSymbol": {
|
|
10335
10017
|
"additionalProperties": false,
|
|
10336
|
-
"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/}.",
|
|
10337
10019
|
"properties": {
|
|
10338
10020
|
"angle": {
|
|
10339
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.",
|
|
@@ -10369,7 +10051,7 @@
|
|
|
10369
10051
|
},
|
|
10370
10052
|
"horizontalAlignment": {
|
|
10371
10053
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
10372
|
-
"description": "The horizontal alignment of the text. See
|
|
10054
|
+
"description": "The horizontal alignment of the text. See{@linkHorizontalAlignment}."
|
|
10373
10055
|
},
|
|
10374
10056
|
"kerning": {
|
|
10375
10057
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -10388,7 +10070,7 @@
|
|
|
10388
10070
|
"type": "string"
|
|
10389
10071
|
},
|
|
10390
10072
|
"type": {
|
|
10391
|
-
"description": "The type of symbol. See
|
|
10073
|
+
"description": "The type of symbol. See{@linkSymbolType}.",
|
|
10392
10074
|
"enum": [
|
|
10393
10075
|
"esriTS"
|
|
10394
10076
|
],
|
|
@@ -10396,7 +10078,7 @@
|
|
|
10396
10078
|
},
|
|
10397
10079
|
"verticalAlignment": {
|
|
10398
10080
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
10399
|
-
"description": "The vertical alignment of the text. See
|
|
10081
|
+
"description": "The vertical alignment of the text. See{@linkVerticalAlignment}."
|
|
10400
10082
|
},
|
|
10401
10083
|
"xoffset": {
|
|
10402
10084
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -10414,7 +10096,7 @@
|
|
|
10414
10096
|
},
|
|
10415
10097
|
"esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
|
|
10416
10098
|
"additionalProperties": false,
|
|
10417
|
-
"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/}.",
|
|
10418
10100
|
"properties": {
|
|
10419
10101
|
"font": {
|
|
10420
10102
|
"$ref": "#/definitions/esri.rest-api.Symbol.Font",
|
|
@@ -10433,7 +10115,7 @@
|
|
|
10433
10115
|
"type": "string"
|
|
10434
10116
|
},
|
|
10435
10117
|
"type": {
|
|
10436
|
-
"description": "The type of the Symbol3DLayer. See
|
|
10118
|
+
"description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
|
|
10437
10119
|
"enum": [
|
|
10438
10120
|
"Text"
|
|
10439
10121
|
],
|
|
@@ -10447,7 +10129,7 @@
|
|
|
10447
10129
|
},
|
|
10448
10130
|
"esri.rest-api.TileInfo.TileInfo": {
|
|
10449
10131
|
"additionalProperties": false,
|
|
10450
|
-
"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/}.",
|
|
10451
10133
|
"properties": {
|
|
10452
10134
|
"cols": {
|
|
10453
10135
|
"description": "Requested tile's column.",
|
|
@@ -10466,28 +10148,9 @@
|
|
|
10466
10148
|
"type": "string"
|
|
10467
10149
|
},
|
|
10468
10150
|
"lods": {
|
|
10469
|
-
"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/}.",
|
|
10470
10152
|
"items": {
|
|
10471
|
-
"
|
|
10472
|
-
"properties": {
|
|
10473
|
-
"level": {
|
|
10474
|
-
"description": "ID for each level.",
|
|
10475
|
-
"type": "number"
|
|
10476
|
-
},
|
|
10477
|
-
"levelValue": {
|
|
10478
|
-
"description": "String to be used when constructing URL to access a tile from this LOD.",
|
|
10479
|
-
"type": "string"
|
|
10480
|
-
},
|
|
10481
|
-
"resolution": {
|
|
10482
|
-
"description": "Resolution in map units of each pixel in a tile for each level.",
|
|
10483
|
-
"type": "number"
|
|
10484
|
-
},
|
|
10485
|
-
"scale": {
|
|
10486
|
-
"description": "Scale for each level.",
|
|
10487
|
-
"type": "number"
|
|
10488
|
-
}
|
|
10489
|
-
},
|
|
10490
|
-
"type": "object"
|
|
10153
|
+
"$ref": "__type"
|
|
10491
10154
|
},
|
|
10492
10155
|
"type": "array"
|
|
10493
10156
|
},
|
|
@@ -10508,7 +10171,7 @@
|
|
|
10508
10171
|
},
|
|
10509
10172
|
"esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
|
|
10510
10173
|
"additionalProperties": false,
|
|
10511
|
-
"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/}.",
|
|
10512
10175
|
"properties": {
|
|
10513
10176
|
"blendMode": {
|
|
10514
10177
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10538,7 +10201,7 @@
|
|
|
10538
10201
|
},
|
|
10539
10202
|
"listMode": {
|
|
10540
10203
|
"$ref": "esri.ListMode",
|
|
10541
|
-
"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}."
|
|
10542
10205
|
},
|
|
10543
10206
|
"maxScale": {
|
|
10544
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.",
|
|
@@ -10553,7 +10216,7 @@
|
|
|
10553
10216
|
"type": "number"
|
|
10554
10217
|
},
|
|
10555
10218
|
"refreshInterval": {
|
|
10556
|
-
"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}.",
|
|
10557
10220
|
"type": "number"
|
|
10558
10221
|
},
|
|
10559
10222
|
"showLegend": {
|
|
@@ -10565,7 +10228,7 @@
|
|
|
10565
10228
|
"type": "string"
|
|
10566
10229
|
},
|
|
10567
10230
|
"type": {
|
|
10568
|
-
"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}.",
|
|
10569
10232
|
"enum": [
|
|
10570
10233
|
"BingMapsAerial",
|
|
10571
10234
|
"BingMapsHybrid",
|
|
@@ -10595,7 +10258,7 @@
|
|
|
10595
10258
|
},
|
|
10596
10259
|
"esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
|
|
10597
10260
|
"additionalProperties": false,
|
|
10598
|
-
"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/}.",
|
|
10599
10262
|
"properties": {
|
|
10600
10263
|
"blendMode": {
|
|
10601
10264
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -10612,31 +10275,8 @@
|
|
|
10612
10275
|
"type": "array"
|
|
10613
10276
|
},
|
|
10614
10277
|
"exclusionAreas": {
|
|
10615
|
-
"
|
|
10616
|
-
"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.
|
|
10617
|
-
"properties": {
|
|
10618
|
-
"geometry": {
|
|
10619
|
-
"$ref": "#/definitions/esri.rest-api.Extent.Extent",
|
|
10620
|
-
"description": "The geometry defining the area where no data will be fetched. Only extent is supported."
|
|
10621
|
-
},
|
|
10622
|
-
"maxScale": {
|
|
10623
|
-
"description": "The zoom level where the exclusion ends.",
|
|
10624
|
-
"type": "number"
|
|
10625
|
-
},
|
|
10626
|
-
"maxZoom": {
|
|
10627
|
-
"description": "The zoom level where the exclusion ends.",
|
|
10628
|
-
"type": "number"
|
|
10629
|
-
},
|
|
10630
|
-
"minScale": {
|
|
10631
|
-
"description": "The zoom level where the exclusion starts.",
|
|
10632
|
-
"type": "number"
|
|
10633
|
-
},
|
|
10634
|
-
"minZoom": {
|
|
10635
|
-
"description": "The zoom level where the exclusion starts.",
|
|
10636
|
-
"type": "number"
|
|
10637
|
-
}
|
|
10638
|
-
},
|
|
10639
|
-
"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/}."
|
|
10640
10280
|
},
|
|
10641
10281
|
"id": {
|
|
10642
10282
|
"description": "A unique identifying string for the layer.",
|
|
@@ -10666,7 +10306,7 @@
|
|
|
10666
10306
|
},
|
|
10667
10307
|
"listMode": {
|
|
10668
10308
|
"$ref": "esri.ListMode",
|
|
10669
|
-
"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}."
|
|
10670
10310
|
},
|
|
10671
10311
|
"maxScale": {
|
|
10672
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.",
|
|
@@ -10685,7 +10325,7 @@
|
|
|
10685
10325
|
"type": "string"
|
|
10686
10326
|
},
|
|
10687
10327
|
"refreshInterval": {
|
|
10688
|
-
"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}.",
|
|
10689
10329
|
"type": "number"
|
|
10690
10330
|
},
|
|
10691
10331
|
"showLegend": {
|
|
@@ -10697,7 +10337,7 @@
|
|
|
10697
10337
|
"type": "string"
|
|
10698
10338
|
},
|
|
10699
10339
|
"type": {
|
|
10700
|
-
"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}.",
|
|
10701
10341
|
"enum": [
|
|
10702
10342
|
"BingMapsAerial",
|
|
10703
10343
|
"BingMapsHybrid",
|
|
@@ -10726,24 +10366,11 @@
|
|
|
10726
10366
|
},
|
|
10727
10367
|
"esri.rest-api.Type.Type": {
|
|
10728
10368
|
"additionalProperties": false,
|
|
10729
|
-
"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/}.",
|
|
10730
10370
|
"properties": {
|
|
10731
10371
|
"domains": {
|
|
10732
|
-
"
|
|
10733
|
-
|
|
10734
|
-
{
|
|
10735
|
-
"$ref": "#/definitions/esri.rest-api.CodedValueDomain.CodedValueDomain"
|
|
10736
|
-
},
|
|
10737
|
-
{
|
|
10738
|
-
"$ref": "#/definitions/esri.rest-api.InheritedDomain.InheritedDomain"
|
|
10739
|
-
},
|
|
10740
|
-
{
|
|
10741
|
-
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
10742
|
-
}
|
|
10743
|
-
]
|
|
10744
|
-
},
|
|
10745
|
-
"description": "A set of domain objects for each domain in the type.",
|
|
10746
|
-
"type": "object"
|
|
10372
|
+
"$ref": "__type",
|
|
10373
|
+
"description": "A set of domain objects for each domain in the type."
|
|
10747
10374
|
},
|
|
10748
10375
|
"id": {
|
|
10749
10376
|
"description": "A unique numerical ID for the type.",
|
|
@@ -10768,7 +10395,7 @@
|
|
|
10768
10395
|
},
|
|
10769
10396
|
"esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
|
|
10770
10397
|
"additionalProperties": false,
|
|
10771
|
-
"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/}.",
|
|
10772
10399
|
"properties": {
|
|
10773
10400
|
"authoringInfo": {
|
|
10774
10401
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10792,7 +10419,7 @@
|
|
|
10792
10419
|
},
|
|
10793
10420
|
"rotationType": {
|
|
10794
10421
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10795
|
-
"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}."
|
|
10796
10423
|
},
|
|
10797
10424
|
"styleName": {
|
|
10798
10425
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -10803,7 +10430,7 @@
|
|
|
10803
10430
|
"type": "string"
|
|
10804
10431
|
},
|
|
10805
10432
|
"type": {
|
|
10806
|
-
"description": "The type of renderer. See
|
|
10433
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
10807
10434
|
"enum": [
|
|
10808
10435
|
"uniqueValue"
|
|
10809
10436
|
],
|
|
@@ -10812,20 +10439,8 @@
|
|
|
10812
10439
|
"visualVariables": {
|
|
10813
10440
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
10814
10441
|
"items": {
|
|
10815
|
-
"
|
|
10816
|
-
|
|
10817
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
10818
|
-
},
|
|
10819
|
-
{
|
|
10820
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
10821
|
-
},
|
|
10822
|
-
{
|
|
10823
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
10824
|
-
},
|
|
10825
|
-
{
|
|
10826
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
10827
|
-
}
|
|
10828
|
-
]
|
|
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/}."
|
|
10829
10444
|
},
|
|
10830
10445
|
"type": "array"
|
|
10831
10446
|
}
|
|
@@ -10838,7 +10453,7 @@
|
|
|
10838
10453
|
},
|
|
10839
10454
|
"esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
|
|
10840
10455
|
"additionalProperties": false,
|
|
10841
|
-
"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/}.",
|
|
10842
10457
|
"properties": {
|
|
10843
10458
|
"description": {
|
|
10844
10459
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -10902,7 +10517,7 @@
|
|
|
10902
10517
|
},
|
|
10903
10518
|
"esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
|
|
10904
10519
|
"additionalProperties": false,
|
|
10905
|
-
"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/}.",
|
|
10906
10521
|
"properties": {
|
|
10907
10522
|
"authoringInfo": {
|
|
10908
10523
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -10979,10 +10594,10 @@
|
|
|
10979
10594
|
},
|
|
10980
10595
|
"rotationType": {
|
|
10981
10596
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
10982
|
-
"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}."
|
|
10983
10598
|
},
|
|
10984
10599
|
"type": {
|
|
10985
|
-
"description": "The type of renderer. See
|
|
10600
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
10986
10601
|
"enum": [
|
|
10987
10602
|
"uniqueValue"
|
|
10988
10603
|
],
|
|
@@ -10998,20 +10613,8 @@
|
|
|
10998
10613
|
"visualVariables": {
|
|
10999
10614
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
11000
10615
|
"items": {
|
|
11001
|
-
"
|
|
11002
|
-
|
|
11003
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
11004
|
-
},
|
|
11005
|
-
{
|
|
11006
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
11007
|
-
},
|
|
11008
|
-
{
|
|
11009
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
11010
|
-
},
|
|
11011
|
-
{
|
|
11012
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
11013
|
-
}
|
|
11014
|
-
]
|
|
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/}."
|
|
11015
10618
|
},
|
|
11016
10619
|
"type": "array"
|
|
11017
10620
|
}
|
|
@@ -11025,7 +10628,7 @@
|
|
|
11025
10628
|
},
|
|
11026
10629
|
"esri.rest-api.Value.Value": {
|
|
11027
10630
|
"additionalProperties": false,
|
|
11028
|
-
"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/}.",
|
|
11029
10632
|
"properties": {
|
|
11030
10633
|
"fields": {
|
|
11031
10634
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -11101,7 +10704,7 @@
|
|
|
11101
10704
|
},
|
|
11102
10705
|
"rotationType": {
|
|
11103
10706
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
11104
|
-
"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}."
|
|
11105
10708
|
},
|
|
11106
10709
|
"style": {
|
|
11107
10710
|
"description": "A predefined style.",
|
|
@@ -11125,7 +10728,7 @@
|
|
|
11125
10728
|
"type": "number"
|
|
11126
10729
|
},
|
|
11127
10730
|
"type": {
|
|
11128
|
-
"description": "The type of renderer. See
|
|
10731
|
+
"description": "The type of renderer. See{@linkRendererType}.",
|
|
11129
10732
|
"enum": [
|
|
11130
10733
|
"vectorField"
|
|
11131
10734
|
],
|
|
@@ -11134,20 +10737,8 @@
|
|
|
11134
10737
|
"visualVariables": {
|
|
11135
10738
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
11136
10739
|
"items": {
|
|
11137
|
-
"
|
|
11138
|
-
|
|
11139
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
|
|
11140
|
-
},
|
|
11141
|
-
{
|
|
11142
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
|
|
11143
|
-
},
|
|
11144
|
-
{
|
|
11145
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
|
|
11146
|
-
},
|
|
11147
|
-
{
|
|
11148
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
11149
|
-
}
|
|
11150
|
-
]
|
|
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/}."
|
|
11151
10742
|
},
|
|
11152
10743
|
"type": "array"
|
|
11153
10744
|
}
|
|
@@ -11162,7 +10753,7 @@
|
|
|
11162
10753
|
},
|
|
11163
10754
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
11164
10755
|
"additionalProperties": false,
|
|
11165
|
-
"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/}.",
|
|
11166
10757
|
"properties": {
|
|
11167
10758
|
"blendMode": {
|
|
11168
10759
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -11192,7 +10783,7 @@
|
|
|
11192
10783
|
},
|
|
11193
10784
|
"listMode": {
|
|
11194
10785
|
"$ref": "esri.ListMode",
|
|
11195
|
-
"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}."
|
|
11196
10787
|
},
|
|
11197
10788
|
"maxScale": {
|
|
11198
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.",
|
|
@@ -11211,7 +10802,7 @@
|
|
|
11211
10802
|
"type": "string"
|
|
11212
10803
|
},
|
|
11213
10804
|
"refreshInterval": {
|
|
11214
|
-
"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}.",
|
|
11215
10806
|
"type": "number"
|
|
11216
10807
|
},
|
|
11217
10808
|
"showLegend": {
|
|
@@ -11227,7 +10818,7 @@
|
|
|
11227
10818
|
"type": "string"
|
|
11228
10819
|
},
|
|
11229
10820
|
"type": {
|
|
11230
|
-
"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}.",
|
|
11231
10822
|
"enum": [
|
|
11232
10823
|
"BingMapsAerial",
|
|
11233
10824
|
"BingMapsHybrid",
|
|
@@ -11252,7 +10843,7 @@
|
|
|
11252
10843
|
},
|
|
11253
10844
|
"esri.rest-api.VerticalOffset.VerticalOffset": {
|
|
11254
10845
|
"additionalProperties": false,
|
|
11255
|
-
"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/}.",
|
|
11256
10847
|
"properties": {
|
|
11257
10848
|
"maxWorldLength": {
|
|
11258
10849
|
"description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
|
|
@@ -11274,7 +10865,7 @@
|
|
|
11274
10865
|
},
|
|
11275
10866
|
"esri.rest-api.Viewpoint.Viewpoint": {
|
|
11276
10867
|
"additionalProperties": false,
|
|
11277
|
-
"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/}.",
|
|
11278
10869
|
"properties": {
|
|
11279
10870
|
"camera": {
|
|
11280
10871
|
"$ref": "#/definitions/esri.rest-api.Camera.Camera",
|
|
@@ -11297,15 +10888,13 @@
|
|
|
11297
10888
|
},
|
|
11298
10889
|
"esri.rest-api.VisualVariable.ColorInfo": {
|
|
11299
10890
|
"additionalProperties": false,
|
|
11300
|
-
"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/}.",
|
|
11301
10892
|
"properties": {
|
|
11302
10893
|
"colors": {
|
|
11303
10894
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
11304
10895
|
"items": {
|
|
11305
|
-
"
|
|
11306
|
-
|
|
11307
|
-
},
|
|
11308
|
-
"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/}."
|
|
11309
10898
|
},
|
|
11310
10899
|
"type": "array"
|
|
11311
10900
|
},
|
|
@@ -11314,15 +10903,8 @@
|
|
|
11314
10903
|
"type": "string"
|
|
11315
10904
|
},
|
|
11316
10905
|
"legendOptions": {
|
|
11317
|
-
"
|
|
11318
|
-
"description": "Options available for the legend.
|
|
11319
|
-
"properties": {
|
|
11320
|
-
"title": {
|
|
11321
|
-
"description": "The title of the legend.",
|
|
11322
|
-
"type": "string"
|
|
11323
|
-
}
|
|
11324
|
-
},
|
|
11325
|
-
"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/}."
|
|
11326
10908
|
},
|
|
11327
10909
|
"maxDataValue": {
|
|
11328
10910
|
"description": "The maximum data value.",
|
|
@@ -11344,7 +10926,7 @@
|
|
|
11344
10926
|
"type": "array"
|
|
11345
10927
|
},
|
|
11346
10928
|
"type": {
|
|
11347
|
-
"description": "The type of the VisualVariable. See
|
|
10929
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
11348
10930
|
"enum": [
|
|
11349
10931
|
"colorInfo"
|
|
11350
10932
|
],
|
|
@@ -11364,10 +10946,8 @@
|
|
|
11364
10946
|
"color": {
|
|
11365
10947
|
"anyOf": [
|
|
11366
10948
|
{
|
|
11367
|
-
"
|
|
11368
|
-
|
|
11369
|
-
},
|
|
11370
|
-
"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/}."
|
|
11371
10951
|
},
|
|
11372
10952
|
{
|
|
11373
10953
|
"type": "string"
|
|
@@ -11388,22 +10968,15 @@
|
|
|
11388
10968
|
},
|
|
11389
10969
|
"esri.rest-api.VisualVariable.RotationInfo": {
|
|
11390
10970
|
"additionalProperties": false,
|
|
11391
|
-
"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/}.",
|
|
11392
10972
|
"properties": {
|
|
11393
10973
|
"field": {
|
|
11394
10974
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
11395
10975
|
"type": "string"
|
|
11396
10976
|
},
|
|
11397
10977
|
"legendOptions": {
|
|
11398
|
-
"
|
|
11399
|
-
"description": "Options available for the legend.
|
|
11400
|
-
"properties": {
|
|
11401
|
-
"title": {
|
|
11402
|
-
"description": "The title of the legend.",
|
|
11403
|
-
"type": "string"
|
|
11404
|
-
}
|
|
11405
|
-
},
|
|
11406
|
-
"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/}."
|
|
11407
10980
|
},
|
|
11408
10981
|
"normalizationField": {
|
|
11409
10982
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -11414,7 +10987,7 @@
|
|
|
11414
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."
|
|
11415
10988
|
},
|
|
11416
10989
|
"type": {
|
|
11417
|
-
"description": "The type of the VisualVariable. See
|
|
10990
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
11418
10991
|
"enum": [
|
|
11419
10992
|
"rotationInfo"
|
|
11420
10993
|
],
|
|
@@ -11441,7 +11014,7 @@
|
|
|
11441
11014
|
},
|
|
11442
11015
|
"esri.rest-api.VisualVariable.Size": {
|
|
11443
11016
|
"additionalProperties": false,
|
|
11444
|
-
"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/}.",
|
|
11445
11018
|
"properties": {
|
|
11446
11019
|
"expression": {
|
|
11447
11020
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -11467,7 +11040,7 @@
|
|
|
11467
11040
|
},
|
|
11468
11041
|
"esri.rest-api.VisualVariable.SizeInfo": {
|
|
11469
11042
|
"additionalProperties": false,
|
|
11470
|
-
"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/}.",
|
|
11471
11044
|
"properties": {
|
|
11472
11045
|
"axis": {
|
|
11473
11046
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -11485,15 +11058,8 @@
|
|
|
11485
11058
|
"type": "string"
|
|
11486
11059
|
},
|
|
11487
11060
|
"legendOptions": {
|
|
11488
|
-
"
|
|
11489
|
-
"description": "Options available for the legend.
|
|
11490
|
-
"properties": {
|
|
11491
|
-
"title": {
|
|
11492
|
-
"description": "The title of the legend.",
|
|
11493
|
-
"type": "string"
|
|
11494
|
-
}
|
|
11495
|
-
},
|
|
11496
|
-
"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/}."
|
|
11497
11063
|
},
|
|
11498
11064
|
"maxDataValue": {
|
|
11499
11065
|
"description": "The maximum data value.",
|
|
@@ -11530,7 +11096,7 @@
|
|
|
11530
11096
|
"type": "string"
|
|
11531
11097
|
},
|
|
11532
11098
|
"type": {
|
|
11533
|
-
"description": "The type of the VisualVariable. See
|
|
11099
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
11534
11100
|
"enum": [
|
|
11535
11101
|
"sizeInfo"
|
|
11536
11102
|
],
|
|
@@ -11597,22 +11163,15 @@
|
|
|
11597
11163
|
},
|
|
11598
11164
|
"esri.rest-api.VisualVariable.TransparencyInfo": {
|
|
11599
11165
|
"additionalProperties": false,
|
|
11600
|
-
"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/}.",
|
|
11601
11167
|
"properties": {
|
|
11602
11168
|
"field": {
|
|
11603
11169
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
11604
11170
|
"type": "string"
|
|
11605
11171
|
},
|
|
11606
11172
|
"legendOptions": {
|
|
11607
|
-
"
|
|
11608
|
-
"description": "Options available for the legend."
|
|
11609
|
-
"properties": {
|
|
11610
|
-
"title": {
|
|
11611
|
-
"description": "The title of the legend.",
|
|
11612
|
-
"type": "string"
|
|
11613
|
-
}
|
|
11614
|
-
},
|
|
11615
|
-
"type": "object"
|
|
11173
|
+
"$ref": "__type",
|
|
11174
|
+
"description": "Options available for the legend."
|
|
11616
11175
|
},
|
|
11617
11176
|
"normalizationField": {
|
|
11618
11177
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -11626,7 +11185,7 @@
|
|
|
11626
11185
|
"type": "array"
|
|
11627
11186
|
},
|
|
11628
11187
|
"type": {
|
|
11629
|
-
"description": "The type of the VisualVariable. See
|
|
11188
|
+
"description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
|
|
11630
11189
|
"enum": [
|
|
11631
11190
|
"transparencyInfo"
|
|
11632
11191
|
],
|
|
@@ -11678,11 +11237,11 @@
|
|
|
11678
11237
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
11679
11238
|
}
|
|
11680
11239
|
],
|
|
11681
|
-
"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/}."
|
|
11682
11241
|
},
|
|
11683
11242
|
"esri.rest-api.WMSLayer.WMSLayer": {
|
|
11684
11243
|
"additionalProperties": false,
|
|
11685
|
-
"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/}.",
|
|
11686
11245
|
"properties": {
|
|
11687
11246
|
"blendMode": {
|
|
11688
11247
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -11752,7 +11311,7 @@
|
|
|
11752
11311
|
},
|
|
11753
11312
|
"listMode": {
|
|
11754
11313
|
"$ref": "esri.ListMode",
|
|
11755
|
-
"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}."
|
|
11756
11315
|
},
|
|
11757
11316
|
"mapUrl": {
|
|
11758
11317
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -11779,7 +11338,7 @@
|
|
|
11779
11338
|
"type": "number"
|
|
11780
11339
|
},
|
|
11781
11340
|
"refreshInterval": {
|
|
11782
|
-
"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}.",
|
|
11783
11342
|
"type": "number"
|
|
11784
11343
|
},
|
|
11785
11344
|
"showLegend": {
|
|
@@ -11798,7 +11357,7 @@
|
|
|
11798
11357
|
"type": "string"
|
|
11799
11358
|
},
|
|
11800
11359
|
"type": {
|
|
11801
|
-
"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}.",
|
|
11802
11361
|
"enum": [
|
|
11803
11362
|
"BingMapsAerial",
|
|
11804
11363
|
"BingMapsHybrid",
|
|
@@ -11838,7 +11397,7 @@
|
|
|
11838
11397
|
},
|
|
11839
11398
|
"esri.rest-api.WMSSublayer.WMSSublayer": {
|
|
11840
11399
|
"additionalProperties": false,
|
|
11841
|
-
"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/}.",
|
|
11842
11401
|
"properties": {
|
|
11843
11402
|
"legendUrl": {
|
|
11844
11403
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -11865,7 +11424,7 @@
|
|
|
11865
11424
|
},
|
|
11866
11425
|
"esri.rest-api.WMTSInfo.WMTSInfo": {
|
|
11867
11426
|
"additionalProperties": false,
|
|
11868
|
-
"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/}.",
|
|
11869
11428
|
"properties": {
|
|
11870
11429
|
"customLayerParameters": {
|
|
11871
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."
|
|
@@ -11890,7 +11449,7 @@
|
|
|
11890
11449
|
},
|
|
11891
11450
|
"esri.rest-api.WebTileLayer.WebTileLayer": {
|
|
11892
11451
|
"additionalProperties": false,
|
|
11893
|
-
"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/}.",
|
|
11894
11453
|
"properties": {
|
|
11895
11454
|
"blendMode": {
|
|
11896
11455
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -11925,7 +11484,7 @@
|
|
|
11925
11484
|
},
|
|
11926
11485
|
"listMode": {
|
|
11927
11486
|
"$ref": "esri.ListMode",
|
|
11928
|
-
"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}."
|
|
11929
11488
|
},
|
|
11930
11489
|
"maxScale": {
|
|
11931
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.",
|
|
@@ -11940,7 +11499,7 @@
|
|
|
11940
11499
|
"type": "number"
|
|
11941
11500
|
},
|
|
11942
11501
|
"refreshInterval": {
|
|
11943
|
-
"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}.",
|
|
11944
11503
|
"type": "number"
|
|
11945
11504
|
},
|
|
11946
11505
|
"showLegend": {
|
|
@@ -11967,7 +11526,7 @@
|
|
|
11967
11526
|
"type": "string"
|
|
11968
11527
|
},
|
|
11969
11528
|
"type": {
|
|
11970
|
-
"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}.",
|
|
11971
11530
|
"enum": [
|
|
11972
11531
|
"BingMapsAerial",
|
|
11973
11532
|
"BingMapsHybrid",
|
|
@@ -12068,6 +11627,9 @@
|
|
|
12068
11627
|
"geocode.count:input": {
|
|
12069
11628
|
"$ref": "#/definitions/GeocodeArgs"
|
|
12070
11629
|
},
|
|
11630
|
+
"geocode.count:output": {
|
|
11631
|
+
"type": "undefined"
|
|
11632
|
+
},
|
|
12071
11633
|
"geocode.geocode": {
|
|
12072
11634
|
"description": "Finds one or more locations corresponding to an address.",
|
|
12073
11635
|
"enum": [
|
|
@@ -12077,6 +11639,9 @@
|
|
|
12077
11639
|
"geocode.geocode:input": {
|
|
12078
11640
|
"$ref": "#/definitions/GeocodeArgs"
|
|
12079
11641
|
},
|
|
11642
|
+
"geocode.geocode:output": {
|
|
11643
|
+
"type": "undefined"
|
|
11644
|
+
},
|
|
12080
11645
|
"geocode.reverse-geocode": {
|
|
12081
11646
|
"description": "Finds the address at a particular location. The geocoder must have the supportsReverseGeocoding capability.",
|
|
12082
11647
|
"enum": [
|
|
@@ -12086,6 +11651,9 @@
|
|
|
12086
11651
|
"geocode.reverse-geocode:input": {
|
|
12087
11652
|
"$ref": "#/definitions/ReverseGeocodeArgs"
|
|
12088
11653
|
},
|
|
11654
|
+
"geocode.reverse-geocode:output": {
|
|
11655
|
+
"type": "undefined"
|
|
11656
|
+
},
|
|
12089
11657
|
"geocode.suggest": {
|
|
12090
11658
|
"description": "Suggests matching addresses to search for based on some input text. The geocoder must have the supportsSuggest capability.",
|
|
12091
11659
|
"enum": [
|
|
@@ -12095,6 +11663,9 @@
|
|
|
12095
11663
|
"geocode.suggest:input": {
|
|
12096
11664
|
"$ref": "#/definitions/SuggestArgs"
|
|
12097
11665
|
},
|
|
11666
|
+
"geocode.suggest:output": {
|
|
11667
|
+
"type": "undefined"
|
|
11668
|
+
},
|
|
12098
11669
|
"geolocation.auto-recenter": {
|
|
12099
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.",
|
|
12100
11671
|
"enum": [
|
|
@@ -12174,6 +11745,9 @@
|
|
|
12174
11745
|
"geolocation.get-active-source:input": {
|
|
12175
11746
|
"$ref": "#/definitions/GnssDeviceConnectionInfo"
|
|
12176
11747
|
},
|
|
11748
|
+
"geolocation.get-active-source:output": {
|
|
11749
|
+
"type": "undefined"
|
|
11750
|
+
},
|
|
12177
11751
|
"geolocation.get-all-sources": {
|
|
12178
11752
|
"description": "Gets the list of currently available geolocation sources. Includes integrated receivers, GNSS devices, and emulators.",
|
|
12179
11753
|
"enum": [
|
|
@@ -12207,6 +11781,9 @@
|
|
|
12207
11781
|
"geolocation.get-location-permissions-enabled:input": {
|
|
12208
11782
|
"type": "boolean"
|
|
12209
11783
|
},
|
|
11784
|
+
"geolocation.get-location-permissions-enabled:output": {
|
|
11785
|
+
"type": "undefined"
|
|
11786
|
+
},
|
|
12210
11787
|
"geolocation.get-position": {
|
|
12211
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.",
|
|
12212
11789
|
"enum": [
|
|
@@ -12466,12 +12043,18 @@
|
|
|
12466
12043
|
"log-viewer.close"
|
|
12467
12044
|
]
|
|
12468
12045
|
},
|
|
12046
|
+
"log-viewer.close:output": {
|
|
12047
|
+
"type": "undefined"
|
|
12048
|
+
},
|
|
12469
12049
|
"log-viewer.display": {
|
|
12470
12050
|
"description": "Displays the Log Viewer.",
|
|
12471
12051
|
"enum": [
|
|
12472
12052
|
"log-viewer.display"
|
|
12473
12053
|
]
|
|
12474
12054
|
},
|
|
12055
|
+
"log-viewer.display:output": {
|
|
12056
|
+
"type": "undefined"
|
|
12057
|
+
},
|
|
12475
12058
|
"map.disable-map-click": {
|
|
12476
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.",
|
|
12477
12060
|
"enum": [
|
|
@@ -13612,7 +13195,7 @@
|
|
|
13612
13195
|
"type": "boolean"
|
|
13613
13196
|
},
|
|
13614
13197
|
"system.open-url": {
|
|
13615
|
-
"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.",
|
|
13616
13199
|
"enum": [
|
|
13617
13200
|
"system.open-url"
|
|
13618
13201
|
]
|
|
@@ -13977,70 +13560,6 @@
|
|
|
13977
13560
|
],
|
|
13978
13561
|
"type": "object"
|
|
13979
13562
|
},
|
|
13980
|
-
{
|
|
13981
|
-
"additionalProperties": false,
|
|
13982
|
-
"properties": {
|
|
13983
|
-
"arguments": {
|
|
13984
|
-
"$ref": "#/definitions/geocode.count:input"
|
|
13985
|
-
},
|
|
13986
|
-
"name": {
|
|
13987
|
-
"$ref": "#/definitions/geocode.count"
|
|
13988
|
-
}
|
|
13989
|
-
},
|
|
13990
|
-
"required": [
|
|
13991
|
-
"name",
|
|
13992
|
-
"arguments"
|
|
13993
|
-
],
|
|
13994
|
-
"type": "object"
|
|
13995
|
-
},
|
|
13996
|
-
{
|
|
13997
|
-
"additionalProperties": false,
|
|
13998
|
-
"properties": {
|
|
13999
|
-
"arguments": {
|
|
14000
|
-
"$ref": "#/definitions/geocode.geocode:input"
|
|
14001
|
-
},
|
|
14002
|
-
"name": {
|
|
14003
|
-
"$ref": "#/definitions/geocode.geocode"
|
|
14004
|
-
}
|
|
14005
|
-
},
|
|
14006
|
-
"required": [
|
|
14007
|
-
"name",
|
|
14008
|
-
"arguments"
|
|
14009
|
-
],
|
|
14010
|
-
"type": "object"
|
|
14011
|
-
},
|
|
14012
|
-
{
|
|
14013
|
-
"additionalProperties": false,
|
|
14014
|
-
"properties": {
|
|
14015
|
-
"arguments": {
|
|
14016
|
-
"$ref": "#/definitions/geocode.reverse-geocode:input"
|
|
14017
|
-
},
|
|
14018
|
-
"name": {
|
|
14019
|
-
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
14020
|
-
}
|
|
14021
|
-
},
|
|
14022
|
-
"required": [
|
|
14023
|
-
"name",
|
|
14024
|
-
"arguments"
|
|
14025
|
-
],
|
|
14026
|
-
"type": "object"
|
|
14027
|
-
},
|
|
14028
|
-
{
|
|
14029
|
-
"additionalProperties": false,
|
|
14030
|
-
"properties": {
|
|
14031
|
-
"arguments": {
|
|
14032
|
-
"$ref": "#/definitions/geocode.suggest:input"
|
|
14033
|
-
},
|
|
14034
|
-
"name": {
|
|
14035
|
-
"$ref": "#/definitions/geocode.suggest"
|
|
14036
|
-
}
|
|
14037
|
-
},
|
|
14038
|
-
"required": [
|
|
14039
|
-
"name",
|
|
14040
|
-
"arguments"
|
|
14041
|
-
],
|
|
14042
|
-
"type": "object"
|
|
14043
|
-
},
|
|
14044
13563
|
{
|
|
14045
13564
|
"additionalProperties": false,
|
|
14046
13565
|
"properties": {
|
|
@@ -14105,38 +13624,6 @@
|
|
|
14105
13624
|
],
|
|
14106
13625
|
"type": "object"
|
|
14107
13626
|
},
|
|
14108
|
-
{
|
|
14109
|
-
"additionalProperties": false,
|
|
14110
|
-
"properties": {
|
|
14111
|
-
"arguments": {
|
|
14112
|
-
"$ref": "#/definitions/geolocation.get-active-source:input"
|
|
14113
|
-
},
|
|
14114
|
-
"name": {
|
|
14115
|
-
"$ref": "#/definitions/geolocation.get-active-source"
|
|
14116
|
-
}
|
|
14117
|
-
},
|
|
14118
|
-
"required": [
|
|
14119
|
-
"name",
|
|
14120
|
-
"arguments"
|
|
14121
|
-
],
|
|
14122
|
-
"type": "object"
|
|
14123
|
-
},
|
|
14124
|
-
{
|
|
14125
|
-
"additionalProperties": false,
|
|
14126
|
-
"properties": {
|
|
14127
|
-
"arguments": {
|
|
14128
|
-
"$ref": "#/definitions/geolocation.get-location-permissions-enabled:input"
|
|
14129
|
-
},
|
|
14130
|
-
"name": {
|
|
14131
|
-
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
14132
|
-
}
|
|
14133
|
-
},
|
|
14134
|
-
"required": [
|
|
14135
|
-
"name",
|
|
14136
|
-
"arguments"
|
|
14137
|
-
],
|
|
14138
|
-
"type": "object"
|
|
14139
|
-
},
|
|
14140
13627
|
{
|
|
14141
13628
|
"additionalProperties": false,
|
|
14142
13629
|
"properties": {
|
|
@@ -15465,12 +14952,18 @@
|
|
|
15465
14952
|
],
|
|
15466
14953
|
"type": "object"
|
|
15467
14954
|
},
|
|
14955
|
+
{
|
|
14956
|
+
"$ref": "#/definitions/app.favorite"
|
|
14957
|
+
},
|
|
15468
14958
|
{
|
|
15469
14959
|
"$ref": "#/definitions/app.go-to-app-selector"
|
|
15470
14960
|
},
|
|
15471
14961
|
{
|
|
15472
14962
|
"$ref": "#/definitions/app.refresh"
|
|
15473
14963
|
},
|
|
14964
|
+
{
|
|
14965
|
+
"$ref": "#/definitions/app.unfavorite"
|
|
14966
|
+
},
|
|
15474
14967
|
{
|
|
15475
14968
|
"$ref": "#/definitions/auth.sign-in"
|
|
15476
14969
|
},
|
|
@@ -15480,12 +14973,6 @@
|
|
|
15480
14973
|
{
|
|
15481
14974
|
"$ref": "#/definitions/basemap.set"
|
|
15482
14975
|
},
|
|
15483
|
-
{
|
|
15484
|
-
"$ref": "#/definitions/debug-console.close"
|
|
15485
|
-
},
|
|
15486
|
-
{
|
|
15487
|
-
"$ref": "#/definitions/debug-console.display"
|
|
15488
|
-
},
|
|
15489
14976
|
{
|
|
15490
14977
|
"$ref": "#/definitions/drawing.set-sync"
|
|
15491
14978
|
},
|
|
@@ -15510,18 +14997,6 @@
|
|
|
15510
14997
|
{
|
|
15511
14998
|
"$ref": "#/definitions/file.open-file"
|
|
15512
14999
|
},
|
|
15513
|
-
{
|
|
15514
|
-
"$ref": "#/definitions/geocode.count"
|
|
15515
|
-
},
|
|
15516
|
-
{
|
|
15517
|
-
"$ref": "#/definitions/geocode.geocode"
|
|
15518
|
-
},
|
|
15519
|
-
{
|
|
15520
|
-
"$ref": "#/definitions/geocode.reverse-geocode"
|
|
15521
|
-
},
|
|
15522
|
-
{
|
|
15523
|
-
"$ref": "#/definitions/geocode.suggest"
|
|
15524
|
-
},
|
|
15525
15000
|
{
|
|
15526
15001
|
"$ref": "#/definitions/geolocation.auto-recenter"
|
|
15527
15002
|
},
|
|
@@ -15543,12 +15018,6 @@
|
|
|
15543
15018
|
{
|
|
15544
15019
|
"$ref": "#/definitions/geolocation.display-location"
|
|
15545
15020
|
},
|
|
15546
|
-
{
|
|
15547
|
-
"$ref": "#/definitions/geolocation.get-active-source"
|
|
15548
|
-
},
|
|
15549
|
-
{
|
|
15550
|
-
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
15551
|
-
},
|
|
15552
15021
|
{
|
|
15553
15022
|
"$ref": "#/definitions/geolocation.turn-off-geolocation"
|
|
15554
15023
|
},
|
|
@@ -15600,12 +15069,6 @@
|
|
|
15600
15069
|
{
|
|
15601
15070
|
"$ref": "#/definitions/layer-presets.apply"
|
|
15602
15071
|
},
|
|
15603
|
-
{
|
|
15604
|
-
"$ref": "#/definitions/log-viewer.close"
|
|
15605
|
-
},
|
|
15606
|
-
{
|
|
15607
|
-
"$ref": "#/definitions/log-viewer.display"
|
|
15608
|
-
},
|
|
15609
15072
|
{
|
|
15610
15073
|
"$ref": "#/definitions/map.disable-map-click"
|
|
15611
15074
|
},
|
|
@@ -15899,6 +15362,86 @@
|
|
|
15899
15362
|
],
|
|
15900
15363
|
"type": "object"
|
|
15901
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
|
+
},
|
|
15902
15445
|
{
|
|
15903
15446
|
"additionalProperties": false,
|
|
15904
15447
|
"properties": {
|
|
@@ -15915,6 +15458,22 @@
|
|
|
15915
15458
|
],
|
|
15916
15459
|
"type": "object"
|
|
15917
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
|
+
},
|
|
15918
15477
|
{
|
|
15919
15478
|
"additionalProperties": false,
|
|
15920
15479
|
"properties": {
|
|
@@ -16487,15 +16046,39 @@
|
|
|
16487
16046
|
{
|
|
16488
16047
|
"$ref": "#/definitions/basemap.get-current"
|
|
16489
16048
|
},
|
|
16049
|
+
{
|
|
16050
|
+
"$ref": "#/definitions/debug-console.close"
|
|
16051
|
+
},
|
|
16052
|
+
{
|
|
16053
|
+
"$ref": "#/definitions/debug-console.display"
|
|
16054
|
+
},
|
|
16490
16055
|
{
|
|
16491
16056
|
"$ref": "#/definitions/file.pick-file"
|
|
16492
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
|
+
},
|
|
16493
16073
|
{
|
|
16494
16074
|
"$ref": "#/definitions/geolocation.get-all-sources"
|
|
16495
16075
|
},
|
|
16496
16076
|
{
|
|
16497
16077
|
"$ref": "#/definitions/geolocation.get-current-state"
|
|
16498
16078
|
},
|
|
16079
|
+
{
|
|
16080
|
+
"$ref": "#/definitions/geolocation.get-location-permissions-enabled"
|
|
16081
|
+
},
|
|
16499
16082
|
{
|
|
16500
16083
|
"$ref": "#/definitions/geolocation.get-position"
|
|
16501
16084
|
},
|
|
@@ -16511,6 +16094,12 @@
|
|
|
16511
16094
|
{
|
|
16512
16095
|
"$ref": "#/definitions/geometry.remove-point"
|
|
16513
16096
|
},
|
|
16097
|
+
{
|
|
16098
|
+
"$ref": "#/definitions/log-viewer.close"
|
|
16099
|
+
},
|
|
16100
|
+
{
|
|
16101
|
+
"$ref": "#/definitions/log-viewer.display"
|
|
16102
|
+
},
|
|
16514
16103
|
{
|
|
16515
16104
|
"$ref": "#/definitions/map.export-image"
|
|
16516
16105
|
},
|