@vertigis/viewer-spec 50.5.0 → 50.5.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/README.md +1 -1
- package/analytics/AnalyticsContext.d.ts +2 -1
- package/analytics/CommonAction.d.ts +2 -1
- package/analytics/MobileAction.d.ts +6 -3
- package/app-config/AppConfig.d.ts +11 -8
- package/app-config/common/BrandingThemeProperties.d.ts +4 -2
- package/app-config/common/HighlightModelProperties.d.ts +4 -2
- package/app-config/common/LayerPresetsModelProperties.d.ts +2 -1
- package/app-config/common/LicensingModelProperties.d.ts +1 -1
- package/app-config/common/ResultsModelProperties.d.ts +2 -1
- package/app-config/common/TranslatableText.d.ts +2 -1
- package/app-config/common/WorkflowModelProperties.d.ts +4 -2
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +4 -2
- package/app-config/mobile/VertigisMobileModelProperties.d.ts +4 -3
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/CoordinateModelProperties.d.ts +2 -1
- package/app-config/web/DrawModelProperties.d.ts +2 -1
- package/app-config/web/HasVisibilityFilters.d.ts +2 -1
- package/app-config/web/KpiCardModelProperties.d.ts +2 -1
- package/app-config/web/MapCoordinatesModelProperties.d.ts +2 -1
- package/app-config/web/MapModelProperties.d.ts +4 -2
- package/app-config/web/MeasurementModelProperties.d.ts +2 -1
- package/app-config/web/PortalModelProperties.d.ts +2 -1
- package/app-config/web/ResultsModelProperties.d.ts +4 -2
- package/app-config/web/SearchModelProperties.d.ts +2 -1
- package/app-config/web/VertigisWebModelProperties.d.ts +6 -3
- package/docs/Geocortex Apps.md +8 -8
- package/docs/layout-spec.md +105 -94
- package/layout/schema/layout-common.xsd +1 -1
- package/layout/schema/layout-web.xsd +1 -1
- package/messaging/Command.d.ts +4 -2
- package/messaging/Event.d.ts +4 -2
- package/messaging/Message.d.ts +2 -1
- package/messaging/Operation.d.ts +4 -2
- package/messaging/common.d.ts +12 -6
- package/messaging/registry/app.d.ts +12 -6
- package/messaging/registry/arcade.d.ts +6 -3
- package/messaging/registry/auth.d.ts +12 -7
- package/messaging/registry/basemap.d.ts +2 -1
- package/messaging/registry/drawing.d.ts +8 -4
- package/messaging/registry/edit.d.ts +6 -3
- package/messaging/registry/file.d.ts +2 -1
- package/messaging/registry/geocode.d.ts +8 -5
- package/messaging/registry/geolocation.d.ts +20 -11
- package/messaging/registry/geometry.d.ts +10 -5
- package/messaging/registry/kpi.d.ts +4 -2
- package/messaging/registry/layout.d.ts +2 -1
- package/messaging/registry/location-marker.d.ts +10 -5
- package/messaging/registry/map.d.ts +15 -8
- package/messaging/registry/measurement.d.ts +4 -2
- package/messaging/registry/messaging.d.ts +1 -1
- package/messaging/registry/offline.d.ts +16 -9
- package/messaging/registry/panel.d.ts +2 -1
- package/messaging/registry/portal.d.ts +8 -4
- package/messaging/registry/printing.d.ts +4 -2
- package/messaging/registry/results.d.ts +19 -10
- package/messaging/registry/settings.d.ts +4 -2
- package/messaging/registry/sketching.d.ts +38 -26
- package/messaging/registry/tasks.d.ts +7 -4
- package/messaging/registry/ui.d.ts +14 -7
- package/messaging/registry/viewer.d.ts +2 -1
- package/messaging/registry/workflow.d.ts +6 -3
- package/messaging/schema/common-action.schema.json +269 -236
- package/messaging/schema/common-event.schema.json +118 -122
- package/messaging/schema/mobile-action.schema.json +266 -233
- package/messaging/schema/mobile-event.schema.json +146 -153
- package/messaging/schema/web-action.schema.json +305 -269
- package/messaging/schema/web-event.schema.json +144 -151
- package/package.json +17 -17
- package/version.d.ts +2 -2
- package/version.js +2 -2
|
@@ -43,7 +43,7 @@
|
|
|
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{@linkdata /Feature!Feature}.",
|
|
47
47
|
"properties": {
|
|
48
48
|
"attributes": {
|
|
49
49
|
"anyOf": [
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"failureMode": {
|
|
58
58
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
59
|
-
"description": "See{@
|
|
59
|
+
"description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
|
|
60
60
|
},
|
|
61
61
|
"geometry": {
|
|
62
62
|
"anyOf": [
|
|
@@ -102,14 +102,14 @@
|
|
|
102
102
|
},
|
|
103
103
|
"@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
|
|
104
104
|
"additionalProperties": false,
|
|
105
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
105
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /FeatureSettings!FeatureSettings}.",
|
|
106
106
|
"properties": {
|
|
107
107
|
"formatSettings": {
|
|
108
108
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
|
|
109
109
|
"description": "Settings affecting how feature attributes are formatted."
|
|
110
110
|
},
|
|
111
111
|
"hyperlinkTemplates": {
|
|
112
|
-
"description": "Templates that define hyperlinks associated with the feature. Each template's properties can contain field tokens enclosed in
|
|
112
|
+
"description": "Templates that define hyperlinks associated with the feature. Each template's properties can contain field tokens enclosed in `{}`, which will be replaced by actual field values. If not explicitly set, these will be inherited from the associated layer extension if there is one.",
|
|
113
113
|
"items": {
|
|
114
114
|
"anyOf": [
|
|
115
115
|
{
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"type": "array"
|
|
124
124
|
},
|
|
125
125
|
"maxAllowableOffset": {
|
|
126
|
-
"description": "See{@
|
|
126
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
|
|
127
127
|
"type": "number"
|
|
128
128
|
},
|
|
129
129
|
"outFields": {
|
|
130
|
-
"description": "See{@
|
|
130
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.outFields}.",
|
|
131
131
|
"items": {
|
|
132
132
|
"type": "string"
|
|
133
133
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
},
|
|
136
136
|
"outSpatialReference": {
|
|
137
137
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
138
|
-
"description": "See{@
|
|
138
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.outSpatialReference}."
|
|
139
139
|
},
|
|
140
140
|
"popupTemplate": {
|
|
141
141
|
"anyOf": [
|
|
@@ -149,15 +149,15 @@
|
|
|
149
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."
|
|
150
150
|
},
|
|
151
151
|
"returnGeometry": {
|
|
152
|
-
"description": "See{@
|
|
152
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.returnGeometry}.",
|
|
153
153
|
"type": "boolean"
|
|
154
154
|
},
|
|
155
155
|
"zoomFactor": {
|
|
156
|
-
"description": "See{@
|
|
156
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomFactor}.",
|
|
157
157
|
"type": "number"
|
|
158
158
|
},
|
|
159
159
|
"zoomScale": {
|
|
160
|
-
"description": "See{@
|
|
160
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomScale}.",
|
|
161
161
|
"type": "number"
|
|
162
162
|
}
|
|
163
163
|
},
|
|
@@ -165,11 +165,11 @@
|
|
|
165
165
|
},
|
|
166
166
|
"@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
|
|
167
167
|
"additionalProperties": false,
|
|
168
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
168
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /FieldExtension!FieldExtension}.",
|
|
169
169
|
"properties": {
|
|
170
170
|
"failureMode": {
|
|
171
171
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
172
|
-
"description": "See{@
|
|
172
|
+
"description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
|
|
173
173
|
},
|
|
174
174
|
"field": {
|
|
175
175
|
"anyOf": [
|
|
@@ -242,21 +242,21 @@
|
|
|
242
242
|
},
|
|
243
243
|
"type": {
|
|
244
244
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
245
|
-
"description": "Type of the Field. See{@
|
|
245
|
+
"description": "Type of the Field. See{@linkportal /Field!FieldType}."
|
|
246
246
|
}
|
|
247
247
|
},
|
|
248
248
|
"type": "object"
|
|
249
249
|
},
|
|
250
250
|
"@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
|
|
251
251
|
"additionalProperties": false,
|
|
252
|
-
"description": "Properties that can be passed into the constructor for{@
|
|
252
|
+
"description": "Properties that can be passed into the constructor for{@linkdata /Schema!Schema}.",
|
|
253
253
|
"properties": {
|
|
254
254
|
"displayField": {
|
|
255
|
-
"description": "See{@
|
|
255
|
+
"description": "See{@linkdata /Schema!Schema.displayField}.",
|
|
256
256
|
"type": "string"
|
|
257
257
|
},
|
|
258
258
|
"fieldExtensions": {
|
|
259
|
-
"description": "See{@
|
|
259
|
+
"description": "See{@linkdata /Schema!Schema.fieldExtensions}.",
|
|
260
260
|
"items": {
|
|
261
261
|
"anyOf": [
|
|
262
262
|
{
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"type": "array"
|
|
271
271
|
},
|
|
272
272
|
"fields": {
|
|
273
|
-
"description": "See{@
|
|
273
|
+
"description": "See{@linkdata /Schema!Schema.fields}.",
|
|
274
274
|
"items": {
|
|
275
275
|
"anyOf": [
|
|
276
276
|
{
|
|
@@ -284,27 +284,27 @@
|
|
|
284
284
|
"type": "array"
|
|
285
285
|
},
|
|
286
286
|
"geometryType": {
|
|
287
|
-
"description": "See{@
|
|
287
|
+
"description": "See{@linkdata /Schema!Schema.geometryType}.",
|
|
288
288
|
"type": "string"
|
|
289
289
|
},
|
|
290
290
|
"primaryKeyField": {
|
|
291
|
-
"description": "See{@
|
|
291
|
+
"description": "See{@linkdata /Schema!Schema.primaryKeyField}.",
|
|
292
292
|
"type": "string"
|
|
293
293
|
},
|
|
294
294
|
"spatialReference": {
|
|
295
295
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
296
|
-
"description": "See{@
|
|
296
|
+
"description": "See{@linkdata /Schema!Schema.spatialReference}."
|
|
297
297
|
},
|
|
298
298
|
"timeZone": {
|
|
299
|
-
"description": "See{@
|
|
299
|
+
"description": "See{@linkdata /Schema!Schema.timeZone}.",
|
|
300
300
|
"type": "string"
|
|
301
301
|
},
|
|
302
302
|
"typeIdField": {
|
|
303
|
-
"description": "See{@
|
|
303
|
+
"description": "See{@linkdata /Schema!Schema.typeIdField}.",
|
|
304
304
|
"type": "string"
|
|
305
305
|
},
|
|
306
306
|
"types": {
|
|
307
|
-
"description": "See{@
|
|
307
|
+
"description": "See{@linkdata /Schema!Schema.types}.",
|
|
308
308
|
"items": {
|
|
309
309
|
"anyOf": [
|
|
310
310
|
{
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"type": "string"
|
|
330
330
|
},
|
|
331
331
|
"dateFormat": {
|
|
332
|
-
"description": "The default format for date values. Either a{@
|
|
332
|
+
"description": "The default format for date values. Either a{@linkutilities /date!DateFormat}constant, or a custom date format string.",
|
|
333
333
|
"type": "string"
|
|
334
334
|
},
|
|
335
335
|
"fractionalDigits": {
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"type": "string"
|
|
342
342
|
},
|
|
343
343
|
"numberFormat": {
|
|
344
|
-
"description": "The default format for number values. Either a{@
|
|
344
|
+
"description": "The default format for number values. Either a{@linkutilities /number!NumberFormat}constant, or a custom number format string.",
|
|
345
345
|
"type": "string"
|
|
346
346
|
},
|
|
347
347
|
"timeZone": {
|
|
@@ -919,16 +919,13 @@
|
|
|
919
919
|
"properties": {
|
|
920
920
|
"mapExtension": {
|
|
921
921
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
922
|
-
"description": "The map extension for which the event was generated."
|
|
922
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
923
923
|
},
|
|
924
924
|
"maps": {
|
|
925
925
|
"$ref": "MapsLike",
|
|
926
926
|
"description": "The map from which the event was generated."
|
|
927
927
|
}
|
|
928
928
|
},
|
|
929
|
-
"required": [
|
|
930
|
-
"mapExtension"
|
|
931
|
-
],
|
|
932
929
|
"type": "object"
|
|
933
930
|
},
|
|
934
931
|
"MapInitializedEvent": {
|
|
@@ -941,7 +938,7 @@
|
|
|
941
938
|
},
|
|
942
939
|
"mapExtension": {
|
|
943
940
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
944
|
-
"description": "The map extension for which the event was generated."
|
|
941
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
945
942
|
},
|
|
946
943
|
"maps": {
|
|
947
944
|
"$ref": "MapsLike",
|
|
@@ -949,8 +946,7 @@
|
|
|
949
946
|
}
|
|
950
947
|
},
|
|
951
948
|
"required": [
|
|
952
|
-
"loadTime"
|
|
953
|
-
"mapExtension"
|
|
949
|
+
"loadTime"
|
|
954
950
|
],
|
|
955
951
|
"type": "object"
|
|
956
952
|
},
|
|
@@ -960,7 +956,7 @@
|
|
|
960
956
|
"properties": {
|
|
961
957
|
"mapExtension": {
|
|
962
958
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
963
|
-
"description": "The map extension for which the event was generated."
|
|
959
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
964
960
|
},
|
|
965
961
|
"maps": {
|
|
966
962
|
"$ref": "MapsLike",
|
|
@@ -972,7 +968,6 @@
|
|
|
972
968
|
}
|
|
973
969
|
},
|
|
974
970
|
"required": [
|
|
975
|
-
"mapExtension",
|
|
976
971
|
"oldMap"
|
|
977
972
|
],
|
|
978
973
|
"type": "object"
|
|
@@ -1047,7 +1042,7 @@
|
|
|
1047
1042
|
"properties": {
|
|
1048
1043
|
"mapExtension": {
|
|
1049
1044
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
1050
|
-
"description": "The map extension for which the event was generated."
|
|
1045
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
1051
1046
|
},
|
|
1052
1047
|
"maps": {
|
|
1053
1048
|
"$ref": "MapsLike",
|
|
@@ -1059,7 +1054,6 @@
|
|
|
1059
1054
|
}
|
|
1060
1055
|
},
|
|
1061
1056
|
"required": [
|
|
1062
|
-
"mapExtension",
|
|
1063
1057
|
"markupType"
|
|
1064
1058
|
],
|
|
1065
1059
|
"type": "object"
|
|
@@ -1344,7 +1338,7 @@
|
|
|
1344
1338
|
},
|
|
1345
1339
|
"mapViewpoint": {
|
|
1346
1340
|
"$ref": "#/definitions/esri.Viewpoint",
|
|
1347
|
-
"description": "The map Viewpoint at the time of the search. Mobile only."
|
|
1341
|
+
"description": "The map Viewpoint at the time of the search. Mobile only. This property is required in VertiGIS Studio Mobile."
|
|
1348
1342
|
},
|
|
1349
1343
|
"maps": {
|
|
1350
1344
|
"$ref": "MapsLike",
|
|
@@ -1387,7 +1381,6 @@
|
|
|
1387
1381
|
}
|
|
1388
1382
|
},
|
|
1389
1383
|
"required": [
|
|
1390
|
-
"mapViewpoint",
|
|
1391
1384
|
"searchText"
|
|
1392
1385
|
],
|
|
1393
1386
|
"type": "object"
|
|
@@ -1515,7 +1508,7 @@
|
|
|
1515
1508
|
},
|
|
1516
1509
|
"SignInFailedEventArgs": {
|
|
1517
1510
|
"additionalProperties": false,
|
|
1518
|
-
"description": "Arguments for the auth.sign-in-failed event. Only available in the
|
|
1511
|
+
"description": "Arguments for the auth.sign-in-failed event. Only available in the VertiGIS Studio Mobile Viewer.",
|
|
1519
1512
|
"properties": {
|
|
1520
1513
|
"authenticationType": {
|
|
1521
1514
|
"$ref": "#/definitions/AuthenticationType",
|
|
@@ -2051,7 +2044,7 @@
|
|
|
2051
2044
|
},
|
|
2052
2045
|
"listMode": {
|
|
2053
2046
|
"$ref": "esri.ListMode",
|
|
2054
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
2047
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
2055
2048
|
},
|
|
2056
2049
|
"maxScale": {
|
|
2057
2050
|
"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.",
|
|
@@ -2085,7 +2078,7 @@
|
|
|
2085
2078
|
"type": "string"
|
|
2086
2079
|
},
|
|
2087
2080
|
"type": {
|
|
2088
|
-
"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{@
|
|
2081
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
2089
2082
|
"enum": [
|
|
2090
2083
|
"BingMapsAerial",
|
|
2091
2084
|
"BingMapsHybrid",
|
|
@@ -2330,7 +2323,7 @@
|
|
|
2330
2323
|
},
|
|
2331
2324
|
"listMode": {
|
|
2332
2325
|
"$ref": "esri.ListMode",
|
|
2333
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
2326
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
2334
2327
|
},
|
|
2335
2328
|
"locationInfo": {
|
|
2336
2329
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -2373,7 +2366,7 @@
|
|
|
2373
2366
|
"type": "string"
|
|
2374
2367
|
},
|
|
2375
2368
|
"type": {
|
|
2376
|
-
"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{@
|
|
2369
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
2377
2370
|
"enum": [
|
|
2378
2371
|
"BingMapsAerial",
|
|
2379
2372
|
"BingMapsHybrid",
|
|
@@ -2526,7 +2519,7 @@
|
|
|
2526
2519
|
},
|
|
2527
2520
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
2528
2521
|
"additionalProperties": false,
|
|
2529
|
-
"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
|
|
2522
|
+
"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/}.",
|
|
2530
2523
|
"properties": {
|
|
2531
2524
|
"authoringInfo": {
|
|
2532
2525
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -2628,10 +2621,10 @@
|
|
|
2628
2621
|
},
|
|
2629
2622
|
"rotationType": {
|
|
2630
2623
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
2631
|
-
"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{@
|
|
2624
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
2632
2625
|
},
|
|
2633
2626
|
"type": {
|
|
2634
|
-
"description": "The type of renderer. See{@
|
|
2627
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
2635
2628
|
"enum": [
|
|
2636
2629
|
"classBreaks"
|
|
2637
2630
|
],
|
|
@@ -2713,7 +2706,7 @@
|
|
|
2713
2706
|
"type": "string"
|
|
2714
2707
|
},
|
|
2715
2708
|
"type": {
|
|
2716
|
-
"description": "Type of domain. See{@
|
|
2709
|
+
"description": "Type of domain. See{@linkportal /Domain!DomainType}.",
|
|
2717
2710
|
"enum": [
|
|
2718
2711
|
"codedValue"
|
|
2719
2712
|
],
|
|
@@ -3433,7 +3426,7 @@
|
|
|
3433
3426
|
"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/}.",
|
|
3434
3427
|
"properties": {
|
|
3435
3428
|
"featureExpression": {
|
|
3436
|
-
"description": "Deprecated with 1.8, use featureExpressionInfo instead.
|
|
3429
|
+
"description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
|
|
3437
3430
|
},
|
|
3438
3431
|
"featureExpressionInfo": {
|
|
3439
3432
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.FeatureExpressionInfo",
|
|
@@ -3444,7 +3437,7 @@
|
|
|
3444
3437
|
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
|
|
3445
3438
|
},
|
|
3446
3439
|
"offset": {
|
|
3447
|
-
"description": "Offset is always added to the result of the above logic except for
|
|
3440
|
+
"description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
|
|
3448
3441
|
"type": "number"
|
|
3449
3442
|
},
|
|
3450
3443
|
"unit": {
|
|
@@ -3512,7 +3505,7 @@
|
|
|
3512
3505
|
},
|
|
3513
3506
|
"listMode": {
|
|
3514
3507
|
"$ref": "esri.ListMode",
|
|
3515
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3508
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
3516
3509
|
},
|
|
3517
3510
|
"maxScale": {
|
|
3518
3511
|
"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.",
|
|
@@ -3539,7 +3532,7 @@
|
|
|
3539
3532
|
"type": "string"
|
|
3540
3533
|
},
|
|
3541
3534
|
"type": {
|
|
3542
|
-
"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{@
|
|
3535
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3543
3536
|
"enum": [
|
|
3544
3537
|
"BingMapsAerial",
|
|
3545
3538
|
"BingMapsHybrid",
|
|
@@ -3610,7 +3603,7 @@
|
|
|
3610
3603
|
"type": "number"
|
|
3611
3604
|
},
|
|
3612
3605
|
"type": {
|
|
3613
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
3606
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
3614
3607
|
"enum": [
|
|
3615
3608
|
"Extrude"
|
|
3616
3609
|
],
|
|
@@ -3774,7 +3767,7 @@
|
|
|
3774
3767
|
},
|
|
3775
3768
|
"listMode": {
|
|
3776
3769
|
"$ref": "esri.ListMode",
|
|
3777
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3770
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
3778
3771
|
},
|
|
3779
3772
|
"maxScale": {
|
|
3780
3773
|
"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.",
|
|
@@ -3786,7 +3779,7 @@
|
|
|
3786
3779
|
},
|
|
3787
3780
|
"mode": {
|
|
3788
3781
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
3789
|
-
"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
|
|
3782
|
+
"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{@linkportal /FeatureLayer!FeatureLayerMode}."
|
|
3790
3783
|
},
|
|
3791
3784
|
"opacity": {
|
|
3792
3785
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -3824,7 +3817,7 @@
|
|
|
3824
3817
|
"type": "string"
|
|
3825
3818
|
},
|
|
3826
3819
|
"type": {
|
|
3827
|
-
"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{@
|
|
3820
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3828
3821
|
"enum": [
|
|
3829
3822
|
"BingMapsAerial",
|
|
3830
3823
|
"BingMapsHybrid",
|
|
@@ -3990,7 +3983,7 @@
|
|
|
3990
3983
|
},
|
|
3991
3984
|
"type": {
|
|
3992
3985
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
3993
|
-
"description": "Type of the Field. See{@
|
|
3986
|
+
"description": "Type of the Field. See{@linkportal /Field!FieldType}."
|
|
3994
3987
|
}
|
|
3995
3988
|
},
|
|
3996
3989
|
"type": "object"
|
|
@@ -4053,7 +4046,7 @@
|
|
|
4053
4046
|
"type": "object"
|
|
4054
4047
|
},
|
|
4055
4048
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
4056
|
-
"description": "The type of string field to use with{@
|
|
4049
|
+
"description": "The type of string field to use with{@linkportal /FieldInfo!FieldInfo.stringFieldOption}..",
|
|
4057
4050
|
"enum": [
|
|
4058
4051
|
"richtext",
|
|
4059
4052
|
"textarea",
|
|
@@ -4086,7 +4079,7 @@
|
|
|
4086
4079
|
"description": "The outline of the point, line or polygon."
|
|
4087
4080
|
},
|
|
4088
4081
|
"type": {
|
|
4089
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
4082
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
4090
4083
|
"enum": [
|
|
4091
4084
|
"Fill"
|
|
4092
4085
|
],
|
|
@@ -4589,7 +4582,7 @@
|
|
|
4589
4582
|
"properties": {
|
|
4590
4583
|
"dateFormat": {
|
|
4591
4584
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
4592
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@
|
|
4585
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkutilities /date!DateFormat}."
|
|
4593
4586
|
},
|
|
4594
4587
|
"digitSeparator": {
|
|
4595
4588
|
"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.",
|
|
@@ -4631,7 +4624,7 @@
|
|
|
4631
4624
|
},
|
|
4632
4625
|
"listMode": {
|
|
4633
4626
|
"$ref": "esri.ListMode",
|
|
4634
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4627
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
4635
4628
|
},
|
|
4636
4629
|
"maxScale": {
|
|
4637
4630
|
"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.",
|
|
@@ -4666,7 +4659,7 @@
|
|
|
4666
4659
|
"type": "string"
|
|
4667
4660
|
},
|
|
4668
4661
|
"type": {
|
|
4669
|
-
"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{@
|
|
4662
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
4670
4663
|
"enum": [
|
|
4671
4664
|
"BingMapsAerial",
|
|
4672
4665
|
"BingMapsHybrid",
|
|
@@ -4745,7 +4738,7 @@
|
|
|
4745
4738
|
},
|
|
4746
4739
|
"listMode": {
|
|
4747
4740
|
"$ref": "esri.ListMode",
|
|
4748
|
-
"description": "To show or hide the group layer in the layer list. See{@
|
|
4741
|
+
"description": "To show or hide the group layer in the layer list. See{@linksupport /esri!ListMode}."
|
|
4749
4742
|
},
|
|
4750
4743
|
"maxScale": {
|
|
4751
4744
|
"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.",
|
|
@@ -4772,7 +4765,7 @@
|
|
|
4772
4765
|
"type": "string"
|
|
4773
4766
|
},
|
|
4774
4767
|
"type": {
|
|
4775
|
-
"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{@
|
|
4768
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
4776
4769
|
"enum": [
|
|
4777
4770
|
"BingMapsAerial",
|
|
4778
4771
|
"BingMapsHybrid",
|
|
@@ -4864,10 +4857,10 @@
|
|
|
4864
4857
|
},
|
|
4865
4858
|
"rotationType": {
|
|
4866
4859
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
4867
|
-
"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{@
|
|
4860
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
4868
4861
|
},
|
|
4869
4862
|
"type": {
|
|
4870
|
-
"description": "The type of renderer. See{@
|
|
4863
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
4871
4864
|
"enum": [
|
|
4872
4865
|
"heatmap"
|
|
4873
4866
|
],
|
|
@@ -4927,7 +4920,7 @@
|
|
|
4927
4920
|
"type": "number"
|
|
4928
4921
|
},
|
|
4929
4922
|
"type": {
|
|
4930
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
4923
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
4931
4924
|
"enum": [
|
|
4932
4925
|
"Icon"
|
|
4933
4926
|
],
|
|
@@ -5022,7 +5015,7 @@
|
|
|
5022
5015
|
},
|
|
5023
5016
|
"listMode": {
|
|
5024
5017
|
"$ref": "esri.ListMode",
|
|
5025
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5018
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
5026
5019
|
},
|
|
5027
5020
|
"maxScale": {
|
|
5028
5021
|
"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.",
|
|
@@ -5077,7 +5070,7 @@
|
|
|
5077
5070
|
"type": "string"
|
|
5078
5071
|
},
|
|
5079
5072
|
"type": {
|
|
5080
|
-
"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{@
|
|
5073
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
5081
5074
|
"enum": [
|
|
5082
5075
|
"BingMapsAerial",
|
|
5083
5076
|
"BingMapsHybrid",
|
|
@@ -5152,7 +5145,7 @@
|
|
|
5152
5145
|
},
|
|
5153
5146
|
"listMode": {
|
|
5154
5147
|
"$ref": "esri.ListMode",
|
|
5155
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5148
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
5156
5149
|
},
|
|
5157
5150
|
"maxScale": {
|
|
5158
5151
|
"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.",
|
|
@@ -5187,7 +5180,7 @@
|
|
|
5187
5180
|
"type": "string"
|
|
5188
5181
|
},
|
|
5189
5182
|
"type": {
|
|
5190
|
-
"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{@
|
|
5183
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
5191
5184
|
"enum": [
|
|
5192
5185
|
"BingMapsAerial",
|
|
5193
5186
|
"BingMapsHybrid",
|
|
@@ -5262,7 +5255,7 @@
|
|
|
5262
5255
|
},
|
|
5263
5256
|
"listMode": {
|
|
5264
5257
|
"$ref": "esri.ListMode",
|
|
5265
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5258
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
5266
5259
|
},
|
|
5267
5260
|
"maxScale": {
|
|
5268
5261
|
"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.",
|
|
@@ -5289,7 +5282,7 @@
|
|
|
5289
5282
|
"type": "string"
|
|
5290
5283
|
},
|
|
5291
5284
|
"type": {
|
|
5292
|
-
"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{@
|
|
5285
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
5293
5286
|
"enum": [
|
|
5294
5287
|
"BingMapsAerial",
|
|
5295
5288
|
"BingMapsHybrid",
|
|
@@ -5355,7 +5348,7 @@
|
|
|
5355
5348
|
"description": "The right table source."
|
|
5356
5349
|
},
|
|
5357
5350
|
"type": {
|
|
5358
|
-
"description": "Type of the DataSource.{@
|
|
5351
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
5359
5352
|
"enum": [
|
|
5360
5353
|
"joinTable"
|
|
5361
5354
|
],
|
|
@@ -5408,7 +5401,7 @@
|
|
|
5408
5401
|
},
|
|
5409
5402
|
"listMode": {
|
|
5410
5403
|
"$ref": "esri.ListMode",
|
|
5411
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5404
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
5412
5405
|
},
|
|
5413
5406
|
"maxScale": {
|
|
5414
5407
|
"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.",
|
|
@@ -5435,7 +5428,7 @@
|
|
|
5435
5428
|
"type": "string"
|
|
5436
5429
|
},
|
|
5437
5430
|
"type": {
|
|
5438
|
-
"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{@
|
|
5431
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
5439
5432
|
"enum": [
|
|
5440
5433
|
"BingMapsAerial",
|
|
5441
5434
|
"BingMapsHybrid",
|
|
@@ -5485,7 +5478,7 @@
|
|
|
5485
5478
|
"type": "array"
|
|
5486
5479
|
},
|
|
5487
5480
|
"type": {
|
|
5488
|
-
"description": "The type of symbol. See{@
|
|
5481
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
5489
5482
|
"enum": [
|
|
5490
5483
|
"LabelSymbol3D"
|
|
5491
5484
|
],
|
|
@@ -6010,7 +6003,7 @@
|
|
|
6010
6003
|
},
|
|
6011
6004
|
"esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
|
|
6012
6005
|
"additionalProperties": false,
|
|
6013
|
-
"description": "The default time-related export options for a layer.
|
|
6006
|
+
"description": "The default time-related export options for a layer. See https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/.",
|
|
6014
6007
|
"properties": {
|
|
6015
6008
|
"timeDataCumulative": {
|
|
6016
6009
|
"description": "If true, draw all the features from the beginning of time for that data.",
|
|
@@ -6050,7 +6043,7 @@
|
|
|
6050
6043
|
"type": "array"
|
|
6051
6044
|
},
|
|
6052
6045
|
"type": {
|
|
6053
|
-
"description": "The type of symbol. See{@
|
|
6046
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
6054
6047
|
"enum": [
|
|
6055
6048
|
"LineSymbol3D"
|
|
6056
6049
|
],
|
|
@@ -6080,7 +6073,7 @@
|
|
|
6080
6073
|
"type": "number"
|
|
6081
6074
|
},
|
|
6082
6075
|
"type": {
|
|
6083
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6076
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
6084
6077
|
"enum": [
|
|
6085
6078
|
"Line"
|
|
6086
6079
|
],
|
|
@@ -6154,7 +6147,7 @@
|
|
|
6154
6147
|
},
|
|
6155
6148
|
"listMode": {
|
|
6156
6149
|
"$ref": "esri.ListMode",
|
|
6157
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6150
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
6158
6151
|
},
|
|
6159
6152
|
"maxScale": {
|
|
6160
6153
|
"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.",
|
|
@@ -6185,7 +6178,7 @@
|
|
|
6185
6178
|
"type": "string"
|
|
6186
6179
|
},
|
|
6187
6180
|
"type": {
|
|
6188
|
-
"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{@
|
|
6181
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
6189
6182
|
"enum": [
|
|
6190
6183
|
"BingMapsAerial",
|
|
6191
6184
|
"BingMapsHybrid",
|
|
@@ -6221,10 +6214,10 @@
|
|
|
6221
6214
|
},
|
|
6222
6215
|
"esri.rest-api.MediaInfo.MediaInfo": {
|
|
6223
6216
|
"additionalProperties": false,
|
|
6224
|
-
"description": "Defines an image or a chart to be displayed in a pop-up window.
|
|
6217
|
+
"description": "Defines an image or a chart to be displayed in a pop-up window. See https://developers.arcgis.com/web-map-specification/objects/mediaInfo/ and https://developers.arcgis.com/web-scene-specification/objects/mediaInfo/.",
|
|
6225
6218
|
"properties": {
|
|
6226
6219
|
"caption": {
|
|
6227
|
-
"description": "A caption describing the media. This can contain a field name enclosed in {}
|
|
6220
|
+
"description": "A caption describing the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_CAPTION}`.",
|
|
6228
6221
|
"type": "string"
|
|
6229
6222
|
},
|
|
6230
6223
|
"refreshInterval": {
|
|
@@ -6232,7 +6225,7 @@
|
|
|
6232
6225
|
"type": "number"
|
|
6233
6226
|
},
|
|
6234
6227
|
"title": {
|
|
6235
|
-
"description": "A title for the media. This can contain a field name enclosed in {}
|
|
6228
|
+
"description": "A title for the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_TITLE}`.",
|
|
6236
6229
|
"type": "string"
|
|
6237
6230
|
},
|
|
6238
6231
|
"type": {
|
|
@@ -6258,7 +6251,7 @@
|
|
|
6258
6251
|
"type": "array"
|
|
6259
6252
|
},
|
|
6260
6253
|
"type": {
|
|
6261
|
-
"description": "The type of symbol. See{@
|
|
6254
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
6262
6255
|
"enum": [
|
|
6263
6256
|
"MeshSymbol3D"
|
|
6264
6257
|
],
|
|
@@ -6330,10 +6323,10 @@
|
|
|
6330
6323
|
},
|
|
6331
6324
|
"mosaicOperation": {
|
|
6332
6325
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
6333
|
-
"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
|
|
6326
|
+
"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{@linkMosaicOperationType}."
|
|
6334
6327
|
},
|
|
6335
6328
|
"multidimensionalDefinition": {
|
|
6336
|
-
"description": "Definition of multidimensional variables.
|
|
6329
|
+
"description": "Definition of multidimensional variables. See https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/ and https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/.",
|
|
6337
6330
|
"items": {
|
|
6338
6331
|
"$ref": "__type"
|
|
6339
6332
|
},
|
|
@@ -6430,7 +6423,7 @@
|
|
|
6430
6423
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
6431
6424
|
},
|
|
6432
6425
|
"type": {
|
|
6433
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6426
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
6434
6427
|
"enum": [
|
|
6435
6428
|
"Object"
|
|
6436
6429
|
],
|
|
@@ -6459,7 +6452,7 @@
|
|
|
6459
6452
|
"type": "number"
|
|
6460
6453
|
},
|
|
6461
6454
|
"type": {
|
|
6462
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
6455
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
6463
6456
|
"enum": [
|
|
6464
6457
|
"Path"
|
|
6465
6458
|
],
|
|
@@ -6500,7 +6493,7 @@
|
|
|
6500
6493
|
"description": "Sets the outline of the symbol."
|
|
6501
6494
|
},
|
|
6502
6495
|
"type": {
|
|
6503
|
-
"description": "The type of symbol. See{@
|
|
6496
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
6504
6497
|
"enum": [
|
|
6505
6498
|
"esriPFS"
|
|
6506
6499
|
],
|
|
@@ -6557,7 +6550,7 @@
|
|
|
6557
6550
|
"type": "string"
|
|
6558
6551
|
},
|
|
6559
6552
|
"type": {
|
|
6560
|
-
"description": "The type of symbol. See{@
|
|
6553
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
6561
6554
|
"enum": [
|
|
6562
6555
|
"esriPMS"
|
|
6563
6556
|
],
|
|
@@ -6715,10 +6708,10 @@
|
|
|
6715
6708
|
},
|
|
6716
6709
|
"rotationType": {
|
|
6717
6710
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6718
|
-
"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{@
|
|
6711
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
6719
6712
|
},
|
|
6720
6713
|
"type": {
|
|
6721
|
-
"description": "The type of renderer. See{@
|
|
6714
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
6722
6715
|
"enum": [
|
|
6723
6716
|
"pointCloudClassBreaksRenderer"
|
|
6724
6717
|
],
|
|
@@ -6796,7 +6789,7 @@
|
|
|
6796
6789
|
},
|
|
6797
6790
|
"listMode": {
|
|
6798
6791
|
"$ref": "esri.ListMode",
|
|
6799
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6792
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
6800
6793
|
},
|
|
6801
6794
|
"maxScale": {
|
|
6802
6795
|
"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.",
|
|
@@ -6827,7 +6820,7 @@
|
|
|
6827
6820
|
"type": "string"
|
|
6828
6821
|
},
|
|
6829
6822
|
"type": {
|
|
6830
|
-
"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{@
|
|
6823
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
6831
6824
|
"enum": [
|
|
6832
6825
|
"BingMapsAerial",
|
|
6833
6826
|
"BingMapsHybrid",
|
|
@@ -6902,10 +6895,10 @@
|
|
|
6902
6895
|
},
|
|
6903
6896
|
"rotationType": {
|
|
6904
6897
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6905
|
-
"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{@
|
|
6898
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
6906
6899
|
},
|
|
6907
6900
|
"type": {
|
|
6908
|
-
"description": "The type of renderer. See{@
|
|
6901
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
6909
6902
|
"enum": [
|
|
6910
6903
|
"pointCloudRGBRenderer"
|
|
6911
6904
|
],
|
|
@@ -7026,10 +7019,10 @@
|
|
|
7026
7019
|
},
|
|
7027
7020
|
"rotationType": {
|
|
7028
7021
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7029
|
-
"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{@
|
|
7022
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
7030
7023
|
},
|
|
7031
7024
|
"type": {
|
|
7032
|
-
"description": "The type of renderer. See{@
|
|
7025
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
7033
7026
|
"enum": [
|
|
7034
7027
|
"pointCloudStretchRenderer"
|
|
7035
7028
|
],
|
|
@@ -7104,10 +7097,10 @@
|
|
|
7104
7097
|
},
|
|
7105
7098
|
"rotationType": {
|
|
7106
7099
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7107
|
-
"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{@
|
|
7100
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
7108
7101
|
},
|
|
7109
7102
|
"type": {
|
|
7110
|
-
"description": "The type of renderer. See{@
|
|
7103
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
7111
7104
|
"enum": [
|
|
7112
7105
|
"pointCloudUniqueValueRenderer"
|
|
7113
7106
|
],
|
|
@@ -7186,7 +7179,7 @@
|
|
|
7186
7179
|
"type": "array"
|
|
7187
7180
|
},
|
|
7188
7181
|
"type": {
|
|
7189
|
-
"description": "The type of symbol. See{@
|
|
7182
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
7190
7183
|
"enum": [
|
|
7191
7184
|
"PointSymbol3D"
|
|
7192
7185
|
],
|
|
@@ -7260,7 +7253,7 @@
|
|
|
7260
7253
|
"type": "array"
|
|
7261
7254
|
},
|
|
7262
7255
|
"type": {
|
|
7263
|
-
"description": "The type of symbol. See{@
|
|
7256
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
7264
7257
|
"enum": [
|
|
7265
7258
|
"PolygonSymbol3D"
|
|
7266
7259
|
],
|
|
@@ -7356,7 +7349,7 @@
|
|
|
7356
7349
|
},
|
|
7357
7350
|
"esri.rest-api.PopupInfo.PopupElement": {
|
|
7358
7351
|
"additionalProperties": false,
|
|
7359
|
-
"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.
|
|
7352
|
+
"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. See https://developers.arcgis.com/web-map-specification/objects/popupElement/ and https://developers.arcgis.com/web-scene-specification/objects/popupElement/.",
|
|
7360
7353
|
"properties": {
|
|
7361
7354
|
"displayType": {
|
|
7362
7355
|
"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.",
|
|
@@ -7399,10 +7392,10 @@
|
|
|
7399
7392
|
},
|
|
7400
7393
|
"esri.rest-api.PopupInfo.PopupInfo": {
|
|
7401
7394
|
"additionalProperties": false,
|
|
7402
|
-
"description": "Defines the look and feel of pop-up windows when users click or query a feature.
|
|
7395
|
+
"description": "Defines the look and feel of pop-up windows when users click or query a feature. See https://developers.arcgis.com/web-map-specification/objects/popupInfo/ and https://developers.arcgis.com/web-scene-specification/objects/popupInfo/.",
|
|
7403
7396
|
"properties": {
|
|
7404
7397
|
"description": {
|
|
7405
|
-
"description": "A string that appears in the body of the pop-up window as a description. This can contain a field name enclosed in {}
|
|
7398
|
+
"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}`.",
|
|
7406
7399
|
"type": "string"
|
|
7407
7400
|
},
|
|
7408
7401
|
"expressionInfos": {
|
|
@@ -7413,7 +7406,7 @@
|
|
|
7413
7406
|
"type": "array"
|
|
7414
7407
|
},
|
|
7415
7408
|
"fieldInfos": {
|
|
7416
|
-
"description": "An array of{@
|
|
7409
|
+
"description": "An array of{@linkportal /FieldInfo!FieldInfo}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.",
|
|
7417
7410
|
"items": {
|
|
7418
7411
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
7419
7412
|
},
|
|
@@ -7442,7 +7435,7 @@
|
|
|
7442
7435
|
"type": "boolean"
|
|
7443
7436
|
},
|
|
7444
7437
|
"title": {
|
|
7445
|
-
"description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in {}
|
|
7438
|
+
"description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in `{}`, such as `{NAME}`.",
|
|
7446
7439
|
"type": "string"
|
|
7447
7440
|
}
|
|
7448
7441
|
},
|
|
@@ -7495,10 +7488,10 @@
|
|
|
7495
7488
|
},
|
|
7496
7489
|
"rotationType": {
|
|
7497
7490
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7498
|
-
"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{@
|
|
7491
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
7499
7492
|
},
|
|
7500
7493
|
"type": {
|
|
7501
|
-
"description": "The type of renderer. See{@
|
|
7494
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
7502
7495
|
"enum": [
|
|
7503
7496
|
"predominance"
|
|
7504
7497
|
],
|
|
@@ -7554,7 +7547,7 @@
|
|
|
7554
7547
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
7555
7548
|
},
|
|
7556
7549
|
"type": {
|
|
7557
|
-
"description": "Type of the DataSource.{@
|
|
7550
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
7558
7551
|
"enum": [
|
|
7559
7552
|
"queryTable"
|
|
7560
7553
|
],
|
|
@@ -7586,7 +7579,7 @@
|
|
|
7586
7579
|
"type": "array"
|
|
7587
7580
|
},
|
|
7588
7581
|
"type": {
|
|
7589
|
-
"description": "Type of domain. See{@
|
|
7582
|
+
"description": "Type of domain. See{@linkportal /Domain!DomainType}.",
|
|
7590
7583
|
"enum": [
|
|
7591
7584
|
"range"
|
|
7592
7585
|
],
|
|
@@ -7662,7 +7655,7 @@
|
|
|
7662
7655
|
"type": "string"
|
|
7663
7656
|
},
|
|
7664
7657
|
"type": {
|
|
7665
|
-
"description": "Type of the DataSource.{@
|
|
7658
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
7666
7659
|
"enum": [
|
|
7667
7660
|
"raster"
|
|
7668
7661
|
],
|
|
@@ -7935,7 +7928,7 @@
|
|
|
7935
7928
|
},
|
|
7936
7929
|
"listMode": {
|
|
7937
7930
|
"$ref": "esri.ListMode",
|
|
7938
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7931
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
7939
7932
|
},
|
|
7940
7933
|
"maxScale": {
|
|
7941
7934
|
"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.",
|
|
@@ -7974,7 +7967,7 @@
|
|
|
7974
7967
|
"type": "string"
|
|
7975
7968
|
},
|
|
7976
7969
|
"type": {
|
|
7977
|
-
"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{@
|
|
7970
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
7978
7971
|
"enum": [
|
|
7979
7972
|
"BingMapsAerial",
|
|
7980
7973
|
"BingMapsHybrid",
|
|
@@ -8032,7 +8025,7 @@
|
|
|
8032
8025
|
"description": "The fill style. See{@linkSimpleFillStyle}."
|
|
8033
8026
|
},
|
|
8034
8027
|
"type": {
|
|
8035
|
-
"description": "The type of symbol. See{@
|
|
8028
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
8036
8029
|
"enum": [
|
|
8037
8030
|
"esriSFS"
|
|
8038
8031
|
],
|
|
@@ -8069,7 +8062,7 @@
|
|
|
8069
8062
|
"description": "The line style. See{@linkSimpleLineStyle}."
|
|
8070
8063
|
},
|
|
8071
8064
|
"type": {
|
|
8072
|
-
"description": "The type of symbol. See{@
|
|
8065
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
8073
8066
|
"enum": [
|
|
8074
8067
|
"esriSLS"
|
|
8075
8068
|
],
|
|
@@ -8123,7 +8116,7 @@
|
|
|
8123
8116
|
"description": "The marker style. See{@linkSimpleMarkerStyle}."
|
|
8124
8117
|
},
|
|
8125
8118
|
"type": {
|
|
8126
|
-
"description": "The type of symbol. See{@
|
|
8119
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
8127
8120
|
"enum": [
|
|
8128
8121
|
"esriSMS"
|
|
8129
8122
|
],
|
|
@@ -8165,7 +8158,7 @@
|
|
|
8165
8158
|
},
|
|
8166
8159
|
"rotationType": {
|
|
8167
8160
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8168
|
-
"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{@
|
|
8161
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
8169
8162
|
},
|
|
8170
8163
|
"symbol": {
|
|
8171
8164
|
"anyOf": [
|
|
@@ -8212,7 +8205,7 @@
|
|
|
8212
8205
|
"description": "An object that represents how all features will be drawn."
|
|
8213
8206
|
},
|
|
8214
8207
|
"type": {
|
|
8215
|
-
"description": "The type of renderer. See{@
|
|
8208
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8216
8209
|
"enum": [
|
|
8217
8210
|
"simple"
|
|
8218
8211
|
],
|
|
@@ -8320,7 +8313,7 @@
|
|
|
8320
8313
|
},
|
|
8321
8314
|
"listMode": {
|
|
8322
8315
|
"$ref": "esri.ListMode",
|
|
8323
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8316
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
8324
8317
|
},
|
|
8325
8318
|
"maxScale": {
|
|
8326
8319
|
"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.",
|
|
@@ -8332,7 +8325,7 @@
|
|
|
8332
8325
|
},
|
|
8333
8326
|
"mode": {
|
|
8334
8327
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
8335
|
-
"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
|
|
8328
|
+
"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{@linkportal /FeatureLayer!FeatureLayerMode}."
|
|
8336
8329
|
},
|
|
8337
8330
|
"opacity": {
|
|
8338
8331
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -8370,7 +8363,7 @@
|
|
|
8370
8363
|
"type": "string"
|
|
8371
8364
|
},
|
|
8372
8365
|
"type": {
|
|
8373
|
-
"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{@
|
|
8366
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
8374
8367
|
"enum": [
|
|
8375
8368
|
"BingMapsAerial",
|
|
8376
8369
|
"BingMapsHybrid",
|
|
@@ -8464,7 +8457,7 @@
|
|
|
8464
8457
|
},
|
|
8465
8458
|
"listMode": {
|
|
8466
8459
|
"$ref": "esri.ListMode",
|
|
8467
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8460
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
8468
8461
|
},
|
|
8469
8462
|
"maxScale": {
|
|
8470
8463
|
"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.",
|
|
@@ -8491,7 +8484,7 @@
|
|
|
8491
8484
|
"type": "string"
|
|
8492
8485
|
},
|
|
8493
8486
|
"type": {
|
|
8494
|
-
"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{@
|
|
8487
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
8495
8488
|
"enum": [
|
|
8496
8489
|
"BingMapsAerial",
|
|
8497
8490
|
"BingMapsHybrid",
|
|
@@ -8635,7 +8628,7 @@
|
|
|
8635
8628
|
"description": "Color is represented as a three or four-element array."
|
|
8636
8629
|
},
|
|
8637
8630
|
"colorMixMode": {
|
|
8638
|
-
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual
|
|
8631
|
+
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual variable color. - Multiply: the feature's color is multiplied with the symbol color.",
|
|
8639
8632
|
"enum": [
|
|
8640
8633
|
"multiply",
|
|
8641
8634
|
"replace",
|
|
@@ -8746,7 +8739,7 @@
|
|
|
8746
8739
|
"type": "string"
|
|
8747
8740
|
},
|
|
8748
8741
|
"type": {
|
|
8749
|
-
"description": "Type of the DataSource.{@
|
|
8742
|
+
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
8750
8743
|
"enum": [
|
|
8751
8744
|
"table"
|
|
8752
8745
|
],
|
|
@@ -8826,14 +8819,14 @@
|
|
|
8826
8819
|
},
|
|
8827
8820
|
"rotationType": {
|
|
8828
8821
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8829
|
-
"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{@
|
|
8822
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
8830
8823
|
},
|
|
8831
8824
|
"trackRenderer": {
|
|
8832
8825
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
8833
8826
|
"description": "Simple renderer used to symbolize the tracks."
|
|
8834
8827
|
},
|
|
8835
8828
|
"type": {
|
|
8836
|
-
"description": "The type of renderer. See{@
|
|
8829
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
8837
8830
|
"enum": [
|
|
8838
8831
|
"temporal"
|
|
8839
8832
|
],
|
|
@@ -8891,7 +8884,7 @@
|
|
|
8891
8884
|
},
|
|
8892
8885
|
"horizontalAlignment": {
|
|
8893
8886
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
8894
|
-
"description": "The horizontal alignment of the text. See{@
|
|
8887
|
+
"description": "The horizontal alignment of the text. See{@linkportal /Symbol!HorizontalAlignment}."
|
|
8895
8888
|
},
|
|
8896
8889
|
"kerning": {
|
|
8897
8890
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -8910,7 +8903,7 @@
|
|
|
8910
8903
|
"type": "string"
|
|
8911
8904
|
},
|
|
8912
8905
|
"type": {
|
|
8913
|
-
"description": "The type of symbol. See{@
|
|
8906
|
+
"description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
|
|
8914
8907
|
"enum": [
|
|
8915
8908
|
"esriTS"
|
|
8916
8909
|
],
|
|
@@ -8918,7 +8911,7 @@
|
|
|
8918
8911
|
},
|
|
8919
8912
|
"verticalAlignment": {
|
|
8920
8913
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
8921
|
-
"description": "The vertical alignment of the text. See{@
|
|
8914
|
+
"description": "The vertical alignment of the text. See{@linkportal /Symbol!VerticalAlignment}."
|
|
8922
8915
|
},
|
|
8923
8916
|
"xoffset": {
|
|
8924
8917
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -8955,7 +8948,7 @@
|
|
|
8955
8948
|
"type": "string"
|
|
8956
8949
|
},
|
|
8957
8950
|
"type": {
|
|
8958
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
8951
|
+
"description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
|
|
8959
8952
|
"enum": [
|
|
8960
8953
|
"Text"
|
|
8961
8954
|
],
|
|
@@ -9045,7 +9038,7 @@
|
|
|
9045
9038
|
},
|
|
9046
9039
|
"listMode": {
|
|
9047
9040
|
"$ref": "esri.ListMode",
|
|
9048
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9041
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9049
9042
|
},
|
|
9050
9043
|
"maxScale": {
|
|
9051
9044
|
"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.",
|
|
@@ -9072,7 +9065,7 @@
|
|
|
9072
9065
|
"type": "string"
|
|
9073
9066
|
},
|
|
9074
9067
|
"type": {
|
|
9075
|
-
"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{@
|
|
9068
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9076
9069
|
"enum": [
|
|
9077
9070
|
"BingMapsAerial",
|
|
9078
9071
|
"BingMapsHybrid",
|
|
@@ -9154,7 +9147,7 @@
|
|
|
9154
9147
|
},
|
|
9155
9148
|
"listMode": {
|
|
9156
9149
|
"$ref": "esri.ListMode",
|
|
9157
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9150
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9158
9151
|
},
|
|
9159
9152
|
"maxScale": {
|
|
9160
9153
|
"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.",
|
|
@@ -9185,7 +9178,7 @@
|
|
|
9185
9178
|
"type": "string"
|
|
9186
9179
|
},
|
|
9187
9180
|
"type": {
|
|
9188
|
-
"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{@
|
|
9181
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9189
9182
|
"enum": [
|
|
9190
9183
|
"BingMapsAerial",
|
|
9191
9184
|
"BingMapsHybrid",
|
|
@@ -9267,7 +9260,7 @@
|
|
|
9267
9260
|
},
|
|
9268
9261
|
"rotationType": {
|
|
9269
9262
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9270
|
-
"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{@
|
|
9263
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
9271
9264
|
},
|
|
9272
9265
|
"styleName": {
|
|
9273
9266
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -9278,7 +9271,7 @@
|
|
|
9278
9271
|
"type": "string"
|
|
9279
9272
|
},
|
|
9280
9273
|
"type": {
|
|
9281
|
-
"description": "The type of renderer. See{@
|
|
9274
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
9282
9275
|
"enum": [
|
|
9283
9276
|
"uniqueValue"
|
|
9284
9277
|
],
|
|
@@ -9448,10 +9441,10 @@
|
|
|
9448
9441
|
},
|
|
9449
9442
|
"rotationType": {
|
|
9450
9443
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9451
|
-
"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{@
|
|
9444
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
9452
9445
|
},
|
|
9453
9446
|
"type": {
|
|
9454
|
-
"description": "The type of renderer. See{@
|
|
9447
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
9455
9448
|
"enum": [
|
|
9456
9449
|
"uniqueValue"
|
|
9457
9450
|
],
|
|
@@ -9558,7 +9551,7 @@
|
|
|
9558
9551
|
},
|
|
9559
9552
|
"rotationType": {
|
|
9560
9553
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
9561
|
-
"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{@
|
|
9554
|
+
"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{@linkportal /Renderer!RotationType}."
|
|
9562
9555
|
},
|
|
9563
9556
|
"style": {
|
|
9564
9557
|
"description": "A predefined style.",
|
|
@@ -9582,7 +9575,7 @@
|
|
|
9582
9575
|
"type": "number"
|
|
9583
9576
|
},
|
|
9584
9577
|
"type": {
|
|
9585
|
-
"description": "The type of renderer. See{@
|
|
9578
|
+
"description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
|
|
9586
9579
|
"enum": [
|
|
9587
9580
|
"vectorField"
|
|
9588
9581
|
],
|
|
@@ -9641,7 +9634,7 @@
|
|
|
9641
9634
|
},
|
|
9642
9635
|
"listMode": {
|
|
9643
9636
|
"$ref": "esri.ListMode",
|
|
9644
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9637
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
9645
9638
|
},
|
|
9646
9639
|
"maxScale": {
|
|
9647
9640
|
"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.",
|
|
@@ -9676,7 +9669,7 @@
|
|
|
9676
9669
|
"type": "string"
|
|
9677
9670
|
},
|
|
9678
9671
|
"type": {
|
|
9679
|
-
"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{@
|
|
9672
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9680
9673
|
"enum": [
|
|
9681
9674
|
"BingMapsAerial",
|
|
9682
9675
|
"BingMapsHybrid",
|
|
@@ -10150,7 +10143,7 @@
|
|
|
10150
10143
|
},
|
|
10151
10144
|
"listMode": {
|
|
10152
10145
|
"$ref": "esri.ListMode",
|
|
10153
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10146
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
10154
10147
|
},
|
|
10155
10148
|
"mapUrl": {
|
|
10156
10149
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -10196,7 +10189,7 @@
|
|
|
10196
10189
|
"type": "string"
|
|
10197
10190
|
},
|
|
10198
10191
|
"type": {
|
|
10199
|
-
"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{@
|
|
10192
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
10200
10193
|
"enum": [
|
|
10201
10194
|
"BingMapsAerial",
|
|
10202
10195
|
"BingMapsHybrid",
|
|
@@ -10327,7 +10320,7 @@
|
|
|
10327
10320
|
},
|
|
10328
10321
|
"listMode": {
|
|
10329
10322
|
"$ref": "esri.ListMode",
|
|
10330
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
10323
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
|
|
10331
10324
|
},
|
|
10332
10325
|
"maxScale": {
|
|
10333
10326
|
"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.",
|
|
@@ -10350,14 +10343,14 @@
|
|
|
10350
10343
|
"type": "boolean"
|
|
10351
10344
|
},
|
|
10352
10345
|
"subDomains": {
|
|
10353
|
-
"description": "If sub-domains are detected, they must be specified. The map viewer detects if the Web Tile Layer has sub-domains by parsing the templateURL value for {subDomain}
|
|
10346
|
+
"description": "If sub-domains are detected, they must be specified. The map viewer detects if the Web Tile Layer has sub-domains by parsing the templateURL value for `{subDomain}`.",
|
|
10354
10347
|
"items": {
|
|
10355
10348
|
"type": "string"
|
|
10356
10349
|
},
|
|
10357
10350
|
"type": "array"
|
|
10358
10351
|
},
|
|
10359
10352
|
"templateUrl": {
|
|
10360
|
-
"description": "URL to the Web Tile Layer. Input required by the user when the layer is added to the web scene. The template URL contains a parameterized URL. The URL can contain the following template parameters:
|
|
10353
|
+
"description": "URL to the Web Tile Layer. Input required by the user when the layer is added to the web scene. The template URL contains a parameterized URL. The URL can contain the following template parameters: `{level}`, `{col}`, `{row}`, and `{subDomain}`.",
|
|
10361
10354
|
"type": "string"
|
|
10362
10355
|
},
|
|
10363
10356
|
"tileInfo": {
|
|
@@ -10369,7 +10362,7 @@
|
|
|
10369
10362
|
"type": "string"
|
|
10370
10363
|
},
|
|
10371
10364
|
"type": {
|
|
10372
|
-
"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{@
|
|
10365
|
+
"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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
10373
10366
|
"enum": [
|
|
10374
10367
|
"BingMapsAerial",
|
|
10375
10368
|
"BingMapsHybrid",
|
|
@@ -10470,7 +10463,7 @@
|
|
|
10470
10463
|
"$ref": "#/definitions/HasMaps"
|
|
10471
10464
|
},
|
|
10472
10465
|
"geolocation.auto-recenter-started": {
|
|
10473
|
-
"description": "Raised when geolocation enters auto recenter mode. For
|
|
10466
|
+
"description": "Raised when geolocation enters auto recenter mode. For VertiGIS Studio Web Viewer, the event will have no parameter (all maps are always affected).",
|
|
10474
10467
|
"enum": [
|
|
10475
10468
|
"geolocation.auto-recenter-started"
|
|
10476
10469
|
]
|
|
@@ -10486,7 +10479,7 @@
|
|
|
10486
10479
|
]
|
|
10487
10480
|
},
|
|
10488
10481
|
"geolocation.auto-recenter-stopped": {
|
|
10489
|
-
"description": "Raised when geolocation leaves auto recenter mode. For
|
|
10482
|
+
"description": "Raised when geolocation leaves auto recenter mode. For VertiGIS Studio Web Viewer, the event will have no parameter (all maps are always affected).",
|
|
10490
10483
|
"enum": [
|
|
10491
10484
|
"geolocation.auto-recenter-stopped"
|
|
10492
10485
|
]
|