@vertigis/viewer-spec 51.11.0 → 51.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/analytics/CommonAction.d.ts +1 -1
- package/analytics/MobileAction.d.ts +1 -1
- package/analytics/WebAction.d.ts +1 -1
- package/app-config/common/BrandingModelProperties.d.ts +1 -1
- package/app-config/common/BrandingThemeProperties.d.ts +1 -1
- package/app-config/common/CoordinateFormat.d.ts +1 -1
- package/app-config/common/ItemRef.d.ts +1 -1
- package/app-config/common/RegionModelProperties.d.ts +1 -1
- package/app-config/common/TranslatableText.d.ts +1 -1
- package/app-config/common/colors.d.ts +1 -1
- package/app-config/mobile/EventListenerModelProperties.d.ts +10 -10
- package/app-config/mobile/SearchModelProperties.d.ts +1 -1
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/ChartModelProperties.d.ts +1 -1
- package/app-config/web/DrawModelProperties.d.ts +1 -1
- package/app-config/web/HasVisibilityFilters.d.ts +4 -4
- package/app-config/web/KpiCardModelProperties.d.ts +3 -3
- package/app-config/web/MapModelProperties.d.ts +2 -2
- package/app-config/web/MeasurementModelProperties.d.ts +2 -2
- package/app-config/web/ResultsModelProperties.d.ts +2 -2
- package/app-config/web/ResultsServiceModelProperties.d.ts +5 -3
- package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
- package/messaging/Event.d.ts +1 -1
- package/messaging/common.d.ts +19 -19
- package/messaging/registry/Commands.js +1 -1
- package/messaging/registry/Events.js +1 -1
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/app-config.js +1 -1
- package/messaging/registry/app.js +1 -1
- package/messaging/registry/arcade.js +1 -1
- package/messaging/registry/auth.js +1 -1
- package/messaging/registry/basemap.d.ts +2 -2
- package/messaging/registry/basemap.js +1 -1
- package/messaging/registry/bookmark.js +1 -1
- package/messaging/registry/charts.js +1 -1
- package/messaging/registry/debugConsole.js +1 -1
- package/messaging/registry/device.js +1 -1
- package/messaging/registry/display.js +1 -1
- package/messaging/registry/drawing.d.ts +1 -1
- package/messaging/registry/drawing.js +1 -1
- package/messaging/registry/edit.js +1 -1
- package/messaging/registry/file.d.ts +2 -2
- package/messaging/registry/file.js +1 -1
- package/messaging/registry/geocode.js +1 -1
- package/messaging/registry/geolocation.js +1 -1
- package/messaging/registry/geometry-toolbar.js +1 -1
- package/messaging/registry/geometry.d.ts +3 -3
- package/messaging/registry/geometry.js +1 -1
- package/messaging/registry/highlights.js +1 -1
- package/messaging/registry/input.js +1 -1
- package/messaging/registry/iwtm.js +1 -1
- package/messaging/registry/kpi.js +1 -1
- package/messaging/registry/layer-comparison.js +1 -1
- package/messaging/registry/layer-presets.js +1 -1
- package/messaging/registry/layers.d.ts +1 -1
- package/messaging/registry/layers.js +1 -1
- package/messaging/registry/layout.js +1 -1
- package/messaging/registry/location-marker.d.ts +4 -4
- package/messaging/registry/location-marker.js +1 -1
- package/messaging/registry/logViewer.js +1 -1
- package/messaging/registry/map.d.ts +4 -4
- package/messaging/registry/map.js +1 -1
- package/messaging/registry/measurement.js +1 -1
- package/messaging/registry/messaging.js +1 -1
- package/messaging/registry/network.js +1 -1
- package/messaging/registry/offline.js +1 -1
- package/messaging/registry/panel.js +1 -1
- package/messaging/registry/photos.js +1 -1
- package/messaging/registry/portal.js +1 -1
- package/messaging/registry/printing.d.ts +1 -1
- package/messaging/registry/printing.js +1 -1
- package/messaging/registry/region.js +1 -1
- package/messaging/registry/reports.js +1 -1
- package/messaging/registry/results.d.ts +1 -1
- package/messaging/registry/results.js +1 -1
- package/messaging/registry/search.js +1 -1
- package/messaging/registry/settings.js +1 -1
- package/messaging/registry/shortcut.js +1 -1
- package/messaging/registry/sketching.d.ts +4 -4
- package/messaging/registry/sketching.js +1 -1
- package/messaging/registry/studioAnalytics.js +1 -1
- package/messaging/registry/system.d.ts +4 -4
- package/messaging/registry/system.js +1 -1
- package/messaging/registry/tasks.js +1 -1
- package/messaging/registry/ui.d.ts +3 -3
- package/messaging/registry/ui.js +1 -1
- package/messaging/registry/viewer.d.ts +4 -4
- package/messaging/registry/viewer.js +1 -1
- package/messaging/registry/workflow.js +1 -1
- package/messaging/schema/common-action.schema.json +197 -198
- package/messaging/schema/common-event.schema.json +193 -194
- package/messaging/schema/mobile-action.schema.json +199 -200
- package/messaging/schema/mobile-event.schema.json +193 -194
- package/messaging/schema/web-action.schema.json +199 -204
- package/messaging/schema/web-event.schema.json +194 -195
- package/package.json +25 -20
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
"type": "number"
|
|
631
631
|
},
|
|
632
632
|
"refreshInterval": {
|
|
633
|
-
"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}.",
|
|
633
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
634
634
|
"type": "number"
|
|
635
635
|
},
|
|
636
636
|
"showLegend": {
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
},
|
|
843
843
|
"esri.rest-api.CIMSymbol.CIMSymbol": {
|
|
844
844
|
"additionalProperties": false,
|
|
845
|
-
"description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
845
|
+
"description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
846
846
|
"properties": {
|
|
847
847
|
"type": {
|
|
848
848
|
"description": "Specifies the type of symbol used.",
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
},
|
|
860
860
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
861
861
|
"additionalProperties": false,
|
|
862
|
-
"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/}.",
|
|
862
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
|
|
863
863
|
"properties": {
|
|
864
864
|
"blendMode": {
|
|
865
865
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
918
918
|
},
|
|
919
919
|
"refreshInterval": {
|
|
920
|
-
"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}.",
|
|
920
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
921
921
|
"type": "number"
|
|
922
922
|
},
|
|
923
923
|
"screenSizePerspective": {
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
},
|
|
1020
1020
|
"esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
|
|
1021
1021
|
"additionalProperties": false,
|
|
1022
|
-
"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/}.",
|
|
1022
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreakInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
|
|
1023
1023
|
"properties": {
|
|
1024
1024
|
"classMaxValue": {
|
|
1025
1025
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
},
|
|
1091
1091
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
1092
1092
|
"additionalProperties": false,
|
|
1093
|
-
"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/}.",
|
|
1093
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
|
|
1094
1094
|
"properties": {
|
|
1095
1095
|
"authoringInfo": {
|
|
1096
1096
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
1206
1206
|
"items": {
|
|
1207
1207
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
1208
|
-
"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/}."
|
|
1208
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
1209
1209
|
},
|
|
1210
1210
|
"type": "array"
|
|
1211
1211
|
}
|
|
@@ -1241,7 +1241,7 @@
|
|
|
1241
1241
|
},
|
|
1242
1242
|
"esri.rest-api.CodedValueDomain.CodedValue": {
|
|
1243
1243
|
"additionalProperties": false,
|
|
1244
|
-
"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/}.",
|
|
1244
|
+
"description": "A set of valid coded values with unique names. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
|
|
1245
1245
|
"properties": {
|
|
1246
1246
|
"code": {
|
|
1247
1247
|
"description": "Value indicating which unique code is used to identify the feature attribute.",
|
|
@@ -1263,7 +1263,7 @@
|
|
|
1263
1263
|
},
|
|
1264
1264
|
"esri.rest-api.CodedValueDomain.CodedValueDomain": {
|
|
1265
1265
|
"additionalProperties": false,
|
|
1266
|
-
"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/}.",
|
|
1266
|
+
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
|
|
1267
1267
|
"properties": {
|
|
1268
1268
|
"codedValues": {
|
|
1269
1269
|
"description": "The set of valid coded values.",
|
|
@@ -1293,7 +1293,7 @@
|
|
|
1293
1293
|
},
|
|
1294
1294
|
"esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
|
|
1295
1295
|
"additionalProperties": false,
|
|
1296
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
|
|
1296
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
|
|
1297
1297
|
"properties": {
|
|
1298
1298
|
"classMaxValue": {
|
|
1299
1299
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -1320,7 +1320,7 @@
|
|
|
1320
1320
|
},
|
|
1321
1321
|
"esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
|
|
1322
1322
|
"additionalProperties": false,
|
|
1323
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
|
|
1323
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
|
|
1324
1324
|
"properties": {
|
|
1325
1325
|
"color": {
|
|
1326
1326
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -1359,11 +1359,11 @@
|
|
|
1359
1359
|
"$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
|
|
1360
1360
|
}
|
|
1361
1361
|
],
|
|
1362
|
-
"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/}."
|
|
1362
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
1363
1363
|
},
|
|
1364
1364
|
"esri.rest-api.DefinitionEditor.DefinitionEditor": {
|
|
1365
1365
|
"additionalProperties": false,
|
|
1366
|
-
"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/}.",
|
|
1366
|
+
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
|
|
1367
1367
|
"properties": {
|
|
1368
1368
|
"inputs": {
|
|
1369
1369
|
"description": "An array of input objects.",
|
|
@@ -1381,7 +1381,7 @@
|
|
|
1381
1381
|
},
|
|
1382
1382
|
"esri.rest-api.DefinitionEditor.Input": {
|
|
1383
1383
|
"additionalProperties": false,
|
|
1384
|
-
"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/}.",
|
|
1384
|
+
"description": "The input objects specified by the definitionEditor. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/input/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/input/}.",
|
|
1385
1385
|
"properties": {
|
|
1386
1386
|
"hint": {
|
|
1387
1387
|
"description": "A string value representing a hint for the input.",
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
},
|
|
1404
1404
|
"esri.rest-api.DefinitionEditor.Parameter": {
|
|
1405
1405
|
"additionalProperties": false,
|
|
1406
|
-
"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/}.",
|
|
1406
|
+
"description": "Objects defined by a definitionEditor input. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/parameter/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
|
|
1407
1407
|
"properties": {
|
|
1408
1408
|
"defaultValue": {
|
|
1409
1409
|
"description": "The default value that is automatically given if nothing is provided.",
|
|
@@ -1439,11 +1439,11 @@
|
|
|
1439
1439
|
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
1440
1440
|
}
|
|
1441
1441
|
],
|
|
1442
|
-
"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/}."
|
|
1442
|
+
"description": "A domain specifies the set of valid values for a field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/domain/}."
|
|
1443
1443
|
},
|
|
1444
1444
|
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
1445
1445
|
"additionalProperties": false,
|
|
1446
|
-
"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/}.",
|
|
1446
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/drawingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
|
|
1447
1447
|
"properties": {
|
|
1448
1448
|
"filters": {
|
|
1449
1449
|
"description": "Filters for PointCloud layers.",
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
1460
1460
|
}
|
|
1461
1461
|
],
|
|
1462
|
-
"description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
1462
|
+
"description": "Filters applied to the pointCloud which will hide a point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
1463
1463
|
},
|
|
1464
1464
|
"type": "array"
|
|
1465
1465
|
},
|
|
@@ -1495,11 +1495,11 @@
|
|
|
1495
1495
|
},
|
|
1496
1496
|
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
1497
1497
|
"additionalProperties": false,
|
|
1498
|
-
"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/}.",
|
|
1498
|
+
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
|
|
1499
1499
|
"properties": {
|
|
1500
1500
|
"dataSource": {
|
|
1501
1501
|
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
1502
|
-
"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/}."
|
|
1502
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
1503
1503
|
},
|
|
1504
1504
|
"fields": {
|
|
1505
1505
|
"description": "An array of objects specifying information about an attribute field.",
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
},
|
|
1524
1524
|
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
1525
1525
|
"additionalProperties": false,
|
|
1526
|
-
"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/}.",
|
|
1526
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
|
|
1527
1527
|
"properties": {
|
|
1528
1528
|
"gdbVersion": {
|
|
1529
1529
|
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
@@ -1994,7 +1994,7 @@
|
|
|
1994
1994
|
},
|
|
1995
1995
|
"esri.rest-api.ElevationInfo.ElevationInfo": {
|
|
1996
1996
|
"additionalProperties": false,
|
|
1997
|
-
"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/}.",
|
|
1997
|
+
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
|
|
1998
1998
|
"properties": {
|
|
1999
1999
|
"featureExpression": {
|
|
2000
2000
|
"description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
|
|
@@ -2045,7 +2045,7 @@
|
|
|
2045
2045
|
},
|
|
2046
2046
|
"esri.rest-api.ElevationLayer.ElevationLayer": {
|
|
2047
2047
|
"additionalProperties": false,
|
|
2048
|
-
"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/}.",
|
|
2048
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
|
|
2049
2049
|
"properties": {
|
|
2050
2050
|
"blendMode": {
|
|
2051
2051
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -2091,7 +2091,7 @@
|
|
|
2091
2091
|
"type": "number"
|
|
2092
2092
|
},
|
|
2093
2093
|
"refreshInterval": {
|
|
2094
|
-
"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}.",
|
|
2094
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
2095
2095
|
"type": "number"
|
|
2096
2096
|
},
|
|
2097
2097
|
"showLegend": {
|
|
@@ -2132,7 +2132,7 @@
|
|
|
2132
2132
|
},
|
|
2133
2133
|
"esri.rest-api.Extent.Extent": {
|
|
2134
2134
|
"additionalProperties": false,
|
|
2135
|
-
"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/}.",
|
|
2135
|
+
"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. See{@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/}.",
|
|
2136
2136
|
"properties": {
|
|
2137
2137
|
"spatialReference": {
|
|
2138
2138
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -2159,7 +2159,7 @@
|
|
|
2159
2159
|
},
|
|
2160
2160
|
"esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
|
|
2161
2161
|
"additionalProperties": false,
|
|
2162
|
-
"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/}.",
|
|
2162
|
+
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
|
|
2163
2163
|
"properties": {
|
|
2164
2164
|
"enable": {
|
|
2165
2165
|
"description": "Type: Boolean.",
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
},
|
|
2189
2189
|
"esri.rest-api.Feature.Feature": {
|
|
2190
2190
|
"additionalProperties": false,
|
|
2191
|
-
"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/}.",
|
|
2191
|
+
"description": "Contains information about an attribute field and feature geometry. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/feature/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/feature/}.",
|
|
2192
2192
|
"properties": {
|
|
2193
2193
|
"attributes": {
|
|
2194
2194
|
"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."
|
|
@@ -2250,7 +2250,7 @@
|
|
|
2250
2250
|
},
|
|
2251
2251
|
"esri.rest-api.FeatureCollection.FeatureCollection": {
|
|
2252
2252
|
"additionalProperties": false,
|
|
2253
|
-
"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/}.",
|
|
2253
|
+
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
|
|
2254
2254
|
"properties": {
|
|
2255
2255
|
"layers": {
|
|
2256
2256
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -2280,7 +2280,7 @@
|
|
|
2280
2280
|
},
|
|
2281
2281
|
"esri.rest-api.FeatureLayer.FeatureLayer": {
|
|
2282
2282
|
"additionalProperties": false,
|
|
2283
|
-
"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/}.",
|
|
2283
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
|
|
2284
2284
|
"properties": {
|
|
2285
2285
|
"blendMode": {
|
|
2286
2286
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -2361,7 +2361,7 @@
|
|
|
2361
2361
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
2362
2362
|
},
|
|
2363
2363
|
"refreshInterval": {
|
|
2364
|
-
"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}.",
|
|
2364
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
2365
2365
|
"type": "number"
|
|
2366
2366
|
},
|
|
2367
2367
|
"screenSizePerspective": {
|
|
@@ -2500,7 +2500,7 @@
|
|
|
2500
2500
|
},
|
|
2501
2501
|
"esri.rest-api.FeatureSet.FeatureSet": {
|
|
2502
2502
|
"additionalProperties": false,
|
|
2503
|
-
"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/}.",
|
|
2503
|
+
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureSet/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
|
|
2504
2504
|
"properties": {
|
|
2505
2505
|
"features": {
|
|
2506
2506
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
},
|
|
2523
2523
|
"esri.rest-api.Field.Field": {
|
|
2524
2524
|
"additionalProperties": false,
|
|
2525
|
-
"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/}.",
|
|
2525
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/field/}.",
|
|
2526
2526
|
"properties": {
|
|
2527
2527
|
"alias": {
|
|
2528
2528
|
"description": "The field alias (human-readable name).",
|
|
@@ -2580,7 +2580,7 @@
|
|
|
2580
2580
|
},
|
|
2581
2581
|
"esri.rest-api.FieldInfo.FieldInfo": {
|
|
2582
2582
|
"additionalProperties": false,
|
|
2583
|
-
"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/}.",
|
|
2583
|
+
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
|
|
2584
2584
|
"properties": {
|
|
2585
2585
|
"fieldName": {
|
|
2586
2586
|
"description": "The field name as defined by the service.",
|
|
@@ -2627,7 +2627,7 @@
|
|
|
2627
2627
|
},
|
|
2628
2628
|
"esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
|
|
2629
2629
|
"additionalProperties": false,
|
|
2630
|
-
"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/}.",
|
|
2630
|
+
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
|
|
2631
2631
|
"properties": {
|
|
2632
2632
|
"castShadows": {
|
|
2633
2633
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -2664,7 +2664,7 @@
|
|
|
2664
2664
|
},
|
|
2665
2665
|
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
2666
2666
|
"additionalProperties": false,
|
|
2667
|
-
"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/}.",
|
|
2667
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
|
|
2668
2668
|
"properties": {
|
|
2669
2669
|
"attachmentKeyword": {
|
|
2670
2670
|
"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.",
|
|
@@ -2705,7 +2705,7 @@
|
|
|
2705
2705
|
},
|
|
2706
2706
|
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
2707
2707
|
"additionalProperties": false,
|
|
2708
|
-
"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/}.",
|
|
2708
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
|
|
2709
2709
|
"properties": {
|
|
2710
2710
|
"maxLength": {
|
|
2711
2711
|
"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.",
|
|
@@ -2730,7 +2730,7 @@
|
|
|
2730
2730
|
},
|
|
2731
2731
|
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
2732
2732
|
"additionalProperties": false,
|
|
2733
|
-
"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/}.",
|
|
2733
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
|
|
2734
2734
|
"properties": {
|
|
2735
2735
|
"noValueOptionLabel": {
|
|
2736
2736
|
"description": "The text used to represent a null value.",
|
|
@@ -2755,7 +2755,7 @@
|
|
|
2755
2755
|
},
|
|
2756
2756
|
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
2757
2757
|
"additionalProperties": false,
|
|
2758
|
-
"description": "Defines the desired user interface is a calendar date picker.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
2758
|
+
"description": "Defines the desired user interface is a calendar date picker. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
2759
2759
|
"properties": {
|
|
2760
2760
|
"includeTime": {
|
|
2761
2761
|
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
@@ -2784,7 +2784,7 @@
|
|
|
2784
2784
|
},
|
|
2785
2785
|
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
2786
2786
|
"additionalProperties": false,
|
|
2787
|
-
"description": "Arcade expression used in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
2787
|
+
"description": "Arcade expression used in the form. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
2788
2788
|
"properties": {
|
|
2789
2789
|
"expression": {
|
|
2790
2790
|
"description": "The Arcade expression.",
|
|
@@ -2810,7 +2810,7 @@
|
|
|
2810
2810
|
},
|
|
2811
2811
|
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
2812
2812
|
"additionalProperties": false,
|
|
2813
|
-
"description": "Defines how a field in the dataset participates in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
2813
|
+
"description": "Defines how a field in the dataset participates in the form. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
2814
2814
|
"properties": {
|
|
2815
2815
|
"description": {
|
|
2816
2816
|
"description": "A string that describes the element in detail.",
|
|
@@ -2881,7 +2881,7 @@
|
|
|
2881
2881
|
},
|
|
2882
2882
|
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
2883
2883
|
"additionalProperties": false,
|
|
2884
|
-
"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/}.",
|
|
2884
|
+
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
|
|
2885
2885
|
"properties": {
|
|
2886
2886
|
"description": {
|
|
2887
2887
|
"description": "A string that describes the element in detail.",
|
|
@@ -2935,7 +2935,7 @@
|
|
|
2935
2935
|
},
|
|
2936
2936
|
"esri.rest-api.FormInfo.FormInfo": {
|
|
2937
2937
|
"additionalProperties": false,
|
|
2938
|
-
"description": "Defines the form configuration when a user edits a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
2938
|
+
"description": "Defines the form configuration when a user edits a feature. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
2939
2939
|
"properties": {
|
|
2940
2940
|
"description": {
|
|
2941
2941
|
"description": "A string that appears in the body of the form as a description.",
|
|
@@ -2977,7 +2977,7 @@
|
|
|
2977
2977
|
},
|
|
2978
2978
|
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
2979
2979
|
"additionalProperties": false,
|
|
2980
|
-
"description": "Defines the desired user interface is a radio button group.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
2980
|
+
"description": "Defines the desired user interface is a radio button group. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
2981
2981
|
"properties": {
|
|
2982
2982
|
"noValueOptionLabel": {
|
|
2983
2983
|
"description": "The text used to represent a null value.",
|
|
@@ -3002,7 +3002,7 @@
|
|
|
3002
3002
|
},
|
|
3003
3003
|
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
3004
3004
|
"additionalProperties": false,
|
|
3005
|
-
"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/}.",
|
|
3005
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
|
|
3006
3006
|
"properties": {
|
|
3007
3007
|
"description": {
|
|
3008
3008
|
"description": "A string that describes the element in detail.",
|
|
@@ -3046,7 +3046,7 @@
|
|
|
3046
3046
|
},
|
|
3047
3047
|
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
3048
3048
|
"additionalProperties": false,
|
|
3049
|
-
"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/}.",
|
|
3049
|
+
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
|
|
3050
3050
|
"properties": {
|
|
3051
3051
|
"offValue": {
|
|
3052
3052
|
"description": "The coded value when switch state is off.",
|
|
@@ -3077,7 +3077,7 @@
|
|
|
3077
3077
|
},
|
|
3078
3078
|
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
3079
3079
|
"additionalProperties": false,
|
|
3080
|
-
"description": "Defines the desired user interface is a multi-line text area.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
3080
|
+
"description": "Defines the desired user interface is a multi-line text area. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
3081
3081
|
"properties": {
|
|
3082
3082
|
"maxLength": {
|
|
3083
3083
|
"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.",
|
|
@@ -3102,7 +3102,7 @@
|
|
|
3102
3102
|
},
|
|
3103
3103
|
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
3104
3104
|
"additionalProperties": false,
|
|
3105
|
-
"description": "Defines the desired user interface is a single-line text box.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
3105
|
+
"description": "Defines the desired user interface is a single-line text box. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
3106
3106
|
"properties": {
|
|
3107
3107
|
"maxLength": {
|
|
3108
3108
|
"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.",
|
|
@@ -3149,7 +3149,7 @@
|
|
|
3149
3149
|
},
|
|
3150
3150
|
"esri.rest-api.Format.Format": {
|
|
3151
3151
|
"additionalProperties": false,
|
|
3152
|
-
"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/}.",
|
|
3152
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/format/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/format/}.",
|
|
3153
3153
|
"properties": {
|
|
3154
3154
|
"dateFormat": {
|
|
3155
3155
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
@@ -3168,7 +3168,7 @@
|
|
|
3168
3168
|
},
|
|
3169
3169
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
3170
3170
|
"additionalProperties": false,
|
|
3171
|
-
"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/}.",
|
|
3171
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
3172
3172
|
"properties": {
|
|
3173
3173
|
"blendMode": {
|
|
3174
3174
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3218,7 +3218,7 @@
|
|
|
3218
3218
|
"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."
|
|
3219
3219
|
},
|
|
3220
3220
|
"refreshInterval": {
|
|
3221
|
-
"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}.",
|
|
3221
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3222
3222
|
"type": "number"
|
|
3223
3223
|
},
|
|
3224
3224
|
"showLegend": {
|
|
@@ -3275,11 +3275,11 @@
|
|
|
3275
3275
|
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
3276
3276
|
}
|
|
3277
3277
|
],
|
|
3278
|
-
"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/}."
|
|
3278
|
+
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@linkhttp://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometryType/}."
|
|
3279
3279
|
},
|
|
3280
3280
|
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
3281
3281
|
"additionalProperties": false,
|
|
3282
|
-
"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/}.",
|
|
3282
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
|
|
3283
3283
|
"properties": {
|
|
3284
3284
|
"blendMode": {
|
|
3285
3285
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3324,7 +3324,7 @@
|
|
|
3324
3324
|
"type": "number"
|
|
3325
3325
|
},
|
|
3326
3326
|
"refreshInterval": {
|
|
3327
|
-
"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}.",
|
|
3327
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3328
3328
|
"type": "number"
|
|
3329
3329
|
},
|
|
3330
3330
|
"showLegend": {
|
|
@@ -3374,7 +3374,7 @@
|
|
|
3374
3374
|
},
|
|
3375
3375
|
"esri.rest-api.HeatmapRenderer.ColorStop": {
|
|
3376
3376
|
"additionalProperties": false,
|
|
3377
|
-
"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/}.",
|
|
3377
|
+
"description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
|
|
3378
3378
|
"properties": {
|
|
3379
3379
|
"color": {
|
|
3380
3380
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -3393,7 +3393,7 @@
|
|
|
3393
3393
|
},
|
|
3394
3394
|
"esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
|
|
3395
3395
|
"additionalProperties": false,
|
|
3396
|
-
"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/}.",
|
|
3396
|
+
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
|
|
3397
3397
|
"properties": {
|
|
3398
3398
|
"authoringInfo": {
|
|
3399
3399
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -3441,7 +3441,7 @@
|
|
|
3441
3441
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
3442
3442
|
"items": {
|
|
3443
3443
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
3444
|
-
"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/}."
|
|
3444
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
3445
3445
|
},
|
|
3446
3446
|
"type": "array"
|
|
3447
3447
|
}
|
|
@@ -3453,7 +3453,7 @@
|
|
|
3453
3453
|
},
|
|
3454
3454
|
"esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
|
|
3455
3455
|
"additionalProperties": false,
|
|
3456
|
-
"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/}.",
|
|
3456
|
+
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
|
|
3457
3457
|
"properties": {
|
|
3458
3458
|
"anchor": {
|
|
3459
3459
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -3505,7 +3505,7 @@
|
|
|
3505
3505
|
},
|
|
3506
3506
|
"esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
|
|
3507
3507
|
"additionalProperties": false,
|
|
3508
|
-
"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/}.",
|
|
3508
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
|
|
3509
3509
|
"properties": {
|
|
3510
3510
|
"bandIds": {
|
|
3511
3511
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
@@ -3621,7 +3621,7 @@
|
|
|
3621
3621
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3622
3622
|
},
|
|
3623
3623
|
"refreshInterval": {
|
|
3624
|
-
"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}.",
|
|
3624
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3625
3625
|
"type": "number"
|
|
3626
3626
|
},
|
|
3627
3627
|
"renderingRule": {
|
|
@@ -3670,7 +3670,7 @@
|
|
|
3670
3670
|
},
|
|
3671
3671
|
"esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
|
|
3672
3672
|
"additionalProperties": false,
|
|
3673
|
-
"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/}.",
|
|
3673
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
|
|
3674
3674
|
"properties": {
|
|
3675
3675
|
"blendMode": {
|
|
3676
3676
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3735,7 +3735,7 @@
|
|
|
3735
3735
|
"type": "number"
|
|
3736
3736
|
},
|
|
3737
3737
|
"refreshInterval": {
|
|
3738
|
-
"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}.",
|
|
3738
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3739
3739
|
"type": "number"
|
|
3740
3740
|
},
|
|
3741
3741
|
"showLegend": {
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
},
|
|
3783
3783
|
"esri.rest-api.InheritedDomain.InheritedDomain": {
|
|
3784
3784
|
"additionalProperties": false,
|
|
3785
|
-
"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/}.",
|
|
3785
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/inherited_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
|
|
3786
3786
|
"properties": {
|
|
3787
3787
|
"type": {
|
|
3788
3788
|
"description": "The type of domain.",
|
|
@@ -3799,7 +3799,7 @@
|
|
|
3799
3799
|
},
|
|
3800
3800
|
"esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
|
|
3801
3801
|
"additionalProperties": false,
|
|
3802
|
-
"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/}.",
|
|
3802
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
|
|
3803
3803
|
"properties": {
|
|
3804
3804
|
"blendMode": {
|
|
3805
3805
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3841,7 +3841,7 @@
|
|
|
3841
3841
|
"type": "number"
|
|
3842
3842
|
},
|
|
3843
3843
|
"refreshInterval": {
|
|
3844
|
-
"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}.",
|
|
3844
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3845
3845
|
"type": "number"
|
|
3846
3846
|
},
|
|
3847
3847
|
"showLegend": {
|
|
@@ -3882,7 +3882,7 @@
|
|
|
3882
3882
|
},
|
|
3883
3883
|
"esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
|
|
3884
3884
|
"additionalProperties": false,
|
|
3885
|
-
"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/}.",
|
|
3885
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
|
|
3886
3886
|
"properties": {
|
|
3887
3887
|
"joinType": {
|
|
3888
3888
|
"$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
|
|
@@ -3919,7 +3919,7 @@
|
|
|
3919
3919
|
"description": "The right table source."
|
|
3920
3920
|
},
|
|
3921
3921
|
"type": {
|
|
3922
|
-
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
3922
|
+
"description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
|
|
3923
3923
|
"enum": [
|
|
3924
3924
|
"joinTable"
|
|
3925
3925
|
],
|
|
@@ -3945,7 +3945,7 @@
|
|
|
3945
3945
|
},
|
|
3946
3946
|
"esri.rest-api.KMLLayer.KMLLayer": {
|
|
3947
3947
|
"additionalProperties": false,
|
|
3948
|
-
"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/}.",
|
|
3948
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
|
|
3949
3949
|
"properties": {
|
|
3950
3950
|
"blendMode": {
|
|
3951
3951
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3987,7 +3987,7 @@
|
|
|
3987
3987
|
"type": "number"
|
|
3988
3988
|
},
|
|
3989
3989
|
"refreshInterval": {
|
|
3990
|
-
"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}.",
|
|
3990
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3991
3991
|
"type": "number"
|
|
3992
3992
|
},
|
|
3993
3993
|
"showLegend": {
|
|
@@ -4035,7 +4035,7 @@
|
|
|
4035
4035
|
},
|
|
4036
4036
|
"esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
|
|
4037
4037
|
"additionalProperties": false,
|
|
4038
|
-
"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/}.",
|
|
4038
|
+
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
|
|
4039
4039
|
"properties": {
|
|
4040
4040
|
"callout": {
|
|
4041
4041
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -4099,7 +4099,7 @@
|
|
|
4099
4099
|
},
|
|
4100
4100
|
"esri.rest-api.LabelingInfo.LabelingInfo": {
|
|
4101
4101
|
"additionalProperties": false,
|
|
4102
|
-
"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/}.",
|
|
4102
|
+
"description": "The labelingInfo object specifies the label definition for a layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
|
|
4103
4103
|
"properties": {
|
|
4104
4104
|
"labelExpression": {
|
|
4105
4105
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
@@ -4107,7 +4107,7 @@
|
|
|
4107
4107
|
},
|
|
4108
4108
|
"labelExpressionInfo": {
|
|
4109
4109
|
"$ref": "__type",
|
|
4110
|
-
"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/}."
|
|
4110
|
+
"description": "This object allows label text to be read similar to that of the popupInfo's description property. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}."
|
|
4111
4111
|
},
|
|
4112
4112
|
"labelPlacement": {
|
|
4113
4113
|
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
|
|
@@ -4149,7 +4149,7 @@
|
|
|
4149
4149
|
},
|
|
4150
4150
|
"esri.rest-api.Layer.Layer": {
|
|
4151
4151
|
"additionalProperties": false,
|
|
4152
|
-
"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/}.",
|
|
4152
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layer/}.",
|
|
4153
4153
|
"properties": {
|
|
4154
4154
|
"defaultVisibility": {
|
|
4155
4155
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -4226,7 +4226,7 @@
|
|
|
4226
4226
|
},
|
|
4227
4227
|
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
4228
4228
|
"additionalProperties": false,
|
|
4229
|
-
"description": "Defines overridden properties on a field for a specific view of the data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
|
|
4229
|
+
"description": "Defines overridden properties on a field for a specific view of the data. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
|
|
4230
4230
|
"properties": {
|
|
4231
4231
|
"alias": {
|
|
4232
4232
|
"description": "A string containing the overridden field alias.",
|
|
@@ -4254,7 +4254,7 @@
|
|
|
4254
4254
|
},
|
|
4255
4255
|
"esri.rest-api.LayerDefinition.LayerDefinition": {
|
|
4256
4256
|
"additionalProperties": false,
|
|
4257
|
-
"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/}.",
|
|
4257
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
|
|
4258
4258
|
"properties": {
|
|
4259
4259
|
"allowGeometryUpdates": {
|
|
4260
4260
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -4324,7 +4324,7 @@
|
|
|
4324
4324
|
},
|
|
4325
4325
|
"floorInfo": {
|
|
4326
4326
|
"$ref": "__type",
|
|
4327
|
-
"description": "Contains floor-awareness information for the layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
4327
|
+
"description": "Contains floor-awareness information for the layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
4328
4328
|
},
|
|
4329
4329
|
"geometryType": {
|
|
4330
4330
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
@@ -4409,7 +4409,7 @@
|
|
|
4409
4409
|
"$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
|
|
4410
4410
|
}
|
|
4411
4411
|
],
|
|
4412
|
-
"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/}."
|
|
4412
|
+
"description": "An object indicating the layerDefinition's layer source. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/source/}."
|
|
4413
4413
|
},
|
|
4414
4414
|
"spatialReference": {
|
|
4415
4415
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -4478,7 +4478,7 @@
|
|
|
4478
4478
|
},
|
|
4479
4479
|
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
4480
4480
|
"additionalProperties": false,
|
|
4481
|
-
"description": "Time info if the layer/table supports querying and exporting maps based on time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
|
|
4481
|
+
"description": "Time info if the layer/table supports querying and exporting maps based on time. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
|
|
4482
4482
|
"properties": {
|
|
4483
4483
|
"endTimeField": {
|
|
4484
4484
|
"description": "The name of the attribute field that contains the end time information.",
|
|
@@ -4520,7 +4520,7 @@
|
|
|
4520
4520
|
},
|
|
4521
4521
|
"timeReference": {
|
|
4522
4522
|
"$ref": "__type",
|
|
4523
|
-
"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/}."
|
|
4523
|
+
"description": "Defines information about daylight savings time and the time zone in which data was collected. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/timeReference/}."
|
|
4524
4524
|
},
|
|
4525
4525
|
"trackIdField": {
|
|
4526
4526
|
"description": "The field that contains the trackId.",
|
|
@@ -4597,7 +4597,7 @@
|
|
|
4597
4597
|
},
|
|
4598
4598
|
"esri.rest-api.LineSymbol3D.LineSymbol3D": {
|
|
4599
4599
|
"additionalProperties": false,
|
|
4600
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
|
|
4600
|
+
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
|
|
4601
4601
|
"properties": {
|
|
4602
4602
|
"symbolLayers": {
|
|
4603
4603
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -4629,7 +4629,7 @@
|
|
|
4629
4629
|
},
|
|
4630
4630
|
"esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
|
|
4631
4631
|
"additionalProperties": false,
|
|
4632
|
-
"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/}.",
|
|
4632
|
+
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
|
|
4633
4633
|
"properties": {
|
|
4634
4634
|
"enable": {
|
|
4635
4635
|
"description": "Type: Boolean.",
|
|
@@ -4658,7 +4658,7 @@
|
|
|
4658
4658
|
},
|
|
4659
4659
|
"esri.rest-api.LocationInfo.LocationInfo": {
|
|
4660
4660
|
"additionalProperties": false,
|
|
4661
|
-
"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/}.",
|
|
4661
|
+
"description": "Defines how location information will be retrieved from a CSV file referenced through the web. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/locationInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
|
|
4662
4662
|
"properties": {
|
|
4663
4663
|
"latitudeFieldName": {
|
|
4664
4664
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -4677,7 +4677,7 @@
|
|
|
4677
4677
|
},
|
|
4678
4678
|
"esri.rest-api.MapServiceLayer.MapServiceLayer": {
|
|
4679
4679
|
"additionalProperties": false,
|
|
4680
|
-
"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/}.",
|
|
4680
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
|
|
4681
4681
|
"properties": {
|
|
4682
4682
|
"blendMode": {
|
|
4683
4683
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4733,7 +4733,7 @@
|
|
|
4733
4733
|
"type": "number"
|
|
4734
4734
|
},
|
|
4735
4735
|
"refreshInterval": {
|
|
4736
|
-
"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}.",
|
|
4736
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4737
4737
|
"type": "number"
|
|
4738
4738
|
},
|
|
4739
4739
|
"showLegend": {
|
|
@@ -4816,7 +4816,7 @@
|
|
|
4816
4816
|
},
|
|
4817
4817
|
"esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
|
|
4818
4818
|
"additionalProperties": false,
|
|
4819
|
-
"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/}.",
|
|
4819
|
+
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
|
|
4820
4820
|
"properties": {
|
|
4821
4821
|
"symbolLayers": {
|
|
4822
4822
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -4868,7 +4868,7 @@
|
|
|
4868
4868
|
},
|
|
4869
4869
|
"esri.rest-api.MosaicRule.MosaicRule": {
|
|
4870
4870
|
"additionalProperties": false,
|
|
4871
|
-
"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/}.",
|
|
4871
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/mosaicRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
|
|
4872
4872
|
"properties": {
|
|
4873
4873
|
"ascending": {
|
|
4874
4874
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -4931,7 +4931,7 @@
|
|
|
4931
4931
|
},
|
|
4932
4932
|
"esri.rest-api.Multipoint.Multipoint": {
|
|
4933
4933
|
"additionalProperties": false,
|
|
4934
|
-
"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/}.",
|
|
4934
|
+
"description": "Contains an array of points, along with a spatial reference field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
|
|
4935
4935
|
"properties": {
|
|
4936
4936
|
"hasM": {
|
|
4937
4937
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -4963,7 +4963,7 @@
|
|
|
4963
4963
|
},
|
|
4964
4964
|
"esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
|
|
4965
4965
|
"additionalProperties": false,
|
|
4966
|
-
"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/}.",
|
|
4966
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
|
|
4967
4967
|
"properties": {
|
|
4968
4968
|
"anchor": {
|
|
4969
4969
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -5016,7 +5016,7 @@
|
|
|
5016
5016
|
},
|
|
5017
5017
|
"esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
|
|
5018
5018
|
"additionalProperties": false,
|
|
5019
|
-
"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/}.",
|
|
5019
|
+
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
|
|
5020
5020
|
"properties": {
|
|
5021
5021
|
"material": {
|
|
5022
5022
|
"$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
|
|
@@ -5045,7 +5045,7 @@
|
|
|
5045
5045
|
},
|
|
5046
5046
|
"esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
|
|
5047
5047
|
"additionalProperties": false,
|
|
5048
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
5048
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
5049
5049
|
"properties": {
|
|
5050
5050
|
"angle": {
|
|
5051
5051
|
"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.",
|
|
@@ -5106,7 +5106,7 @@
|
|
|
5106
5106
|
},
|
|
5107
5107
|
"esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
5108
5108
|
"additionalProperties": false,
|
|
5109
|
-
"description": "Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
5109
|
+
"description": "Picture marker symbols can be used to symbolize point geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
5110
5110
|
"properties": {
|
|
5111
5111
|
"angle": {
|
|
5112
5112
|
"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.",
|
|
@@ -5155,7 +5155,7 @@
|
|
|
5155
5155
|
},
|
|
5156
5156
|
"esri.rest-api.Point.Point": {
|
|
5157
5157
|
"additionalProperties": false,
|
|
5158
|
-
"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/}.",
|
|
5158
|
+
"description": "Defines the JSON formats of the point and spatial reference objects. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
|
|
5159
5159
|
"properties": {
|
|
5160
5160
|
"m": {
|
|
5161
5161
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -5195,7 +5195,7 @@
|
|
|
5195
5195
|
},
|
|
5196
5196
|
"esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
|
|
5197
5197
|
"additionalProperties": false,
|
|
5198
|
-
"description": "Filters points based on the value of the specified bitfield attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
5198
|
+
"description": "Filters points based on the value of the specified bitfield attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
5199
5199
|
"properties": {
|
|
5200
5200
|
"field": {
|
|
5201
5201
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -5230,7 +5230,7 @@
|
|
|
5230
5230
|
},
|
|
5231
5231
|
"esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
|
|
5232
5232
|
"additionalProperties": false,
|
|
5233
|
-
"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/}.",
|
|
5233
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
|
|
5234
5234
|
"properties": {
|
|
5235
5235
|
"authoringInfo": {
|
|
5236
5236
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5245,7 +5245,7 @@
|
|
|
5245
5245
|
},
|
|
5246
5246
|
"colorModulation": {
|
|
5247
5247
|
"$ref": "__type",
|
|
5248
|
-
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5248
|
+
"description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5249
5249
|
},
|
|
5250
5250
|
"field": {
|
|
5251
5251
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -5296,7 +5296,7 @@
|
|
|
5296
5296
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5297
5297
|
"items": {
|
|
5298
5298
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
5299
|
-
"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/}."
|
|
5299
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
5300
5300
|
},
|
|
5301
5301
|
"type": "array"
|
|
5302
5302
|
}
|
|
@@ -5308,7 +5308,7 @@
|
|
|
5308
5308
|
},
|
|
5309
5309
|
"esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
|
|
5310
5310
|
"additionalProperties": false,
|
|
5311
|
-
"description": "Render points with fixed real world or screen space size.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
5311
|
+
"description": "Render points with fixed real world or screen space size. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
5312
5312
|
"properties": {
|
|
5313
5313
|
"size": {
|
|
5314
5314
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -5333,7 +5333,7 @@
|
|
|
5333
5333
|
},
|
|
5334
5334
|
"esri.rest-api.PointCloudLayer.PointCloudLayer": {
|
|
5335
5335
|
"additionalProperties": false,
|
|
5336
|
-
"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/}.",
|
|
5336
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
|
|
5337
5337
|
"properties": {
|
|
5338
5338
|
"blendMode": {
|
|
5339
5339
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5383,7 +5383,7 @@
|
|
|
5383
5383
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
5384
5384
|
},
|
|
5385
5385
|
"refreshInterval": {
|
|
5386
|
-
"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}.",
|
|
5386
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5387
5387
|
"type": "number"
|
|
5388
5388
|
},
|
|
5389
5389
|
"showLegend": {
|
|
@@ -5424,7 +5424,7 @@
|
|
|
5424
5424
|
},
|
|
5425
5425
|
"esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
|
|
5426
5426
|
"additionalProperties": false,
|
|
5427
|
-
"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/}.",
|
|
5427
|
+
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
|
|
5428
5428
|
"properties": {
|
|
5429
5429
|
"authoringInfo": {
|
|
5430
5430
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5432,7 +5432,7 @@
|
|
|
5432
5432
|
},
|
|
5433
5433
|
"colorModulation": {
|
|
5434
5434
|
"$ref": "__type",
|
|
5435
|
-
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5435
|
+
"description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5436
5436
|
},
|
|
5437
5437
|
"field": {
|
|
5438
5438
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -5483,7 +5483,7 @@
|
|
|
5483
5483
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5484
5484
|
"items": {
|
|
5485
5485
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
5486
|
-
"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/}."
|
|
5486
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
5487
5487
|
},
|
|
5488
5488
|
"type": "array"
|
|
5489
5489
|
}
|
|
@@ -5495,7 +5495,7 @@
|
|
|
5495
5495
|
},
|
|
5496
5496
|
"esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
|
|
5497
5497
|
"additionalProperties": false,
|
|
5498
|
-
"description": "Filters points based on the value of the return number/return count.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
5498
|
+
"description": "Filters points based on the value of the return number/return count. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
5499
5499
|
"properties": {
|
|
5500
5500
|
"field": {
|
|
5501
5501
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -5523,7 +5523,7 @@
|
|
|
5523
5523
|
},
|
|
5524
5524
|
"esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
|
|
5525
5525
|
"additionalProperties": false,
|
|
5526
|
-
"description": "Render points using sizes depending on point density.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
5526
|
+
"description": "Render points using sizes depending on point density. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
5527
5527
|
"properties": {
|
|
5528
5528
|
"minSize": {
|
|
5529
5529
|
"description": "Minimum display space point size in points.",
|
|
@@ -5548,7 +5548,7 @@
|
|
|
5548
5548
|
},
|
|
5549
5549
|
"esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
|
|
5550
5550
|
"additionalProperties": false,
|
|
5551
|
-
"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/}.",
|
|
5551
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
|
|
5552
5552
|
"properties": {
|
|
5553
5553
|
"authoringInfo": {
|
|
5554
5554
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5556,7 +5556,7 @@
|
|
|
5556
5556
|
},
|
|
5557
5557
|
"colorModulation": {
|
|
5558
5558
|
"$ref": "__type",
|
|
5559
|
-
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5559
|
+
"description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5560
5560
|
},
|
|
5561
5561
|
"field": {
|
|
5562
5562
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -5607,7 +5607,7 @@
|
|
|
5607
5607
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5608
5608
|
"items": {
|
|
5609
5609
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
5610
|
-
"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/}."
|
|
5610
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
5611
5611
|
},
|
|
5612
5612
|
"type": "array"
|
|
5613
5613
|
}
|
|
@@ -5619,7 +5619,7 @@
|
|
|
5619
5619
|
},
|
|
5620
5620
|
"esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
|
|
5621
5621
|
"additionalProperties": false,
|
|
5622
|
-
"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/}.",
|
|
5622
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
|
|
5623
5623
|
"properties": {
|
|
5624
5624
|
"authoringInfo": {
|
|
5625
5625
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5627,7 +5627,7 @@
|
|
|
5627
5627
|
},
|
|
5628
5628
|
"colorModulation": {
|
|
5629
5629
|
"$ref": "__type",
|
|
5630
|
-
"description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5630
|
+
"description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5631
5631
|
},
|
|
5632
5632
|
"colorUniqueValueInfos": {
|
|
5633
5633
|
"description": "Unique value infos.",
|
|
@@ -5685,7 +5685,7 @@
|
|
|
5685
5685
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5686
5686
|
"items": {
|
|
5687
5687
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
5688
|
-
"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/}."
|
|
5688
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
5689
5689
|
},
|
|
5690
5690
|
"type": "array"
|
|
5691
5691
|
}
|
|
@@ -5697,7 +5697,7 @@
|
|
|
5697
5697
|
},
|
|
5698
5698
|
"esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
|
|
5699
5699
|
"additionalProperties": false,
|
|
5700
|
-
"description": "Filters points based on the value of an specified attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
5700
|
+
"description": "Filters points based on the value of an specified attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
5701
5701
|
"properties": {
|
|
5702
5702
|
"field": {
|
|
5703
5703
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -5729,7 +5729,7 @@
|
|
|
5729
5729
|
},
|
|
5730
5730
|
"esri.rest-api.PointSymbol3D.PointSymbol3D": {
|
|
5731
5731
|
"additionalProperties": false,
|
|
5732
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
|
|
5732
|
+
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
|
|
5733
5733
|
"properties": {
|
|
5734
5734
|
"callout": {
|
|
5735
5735
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -5737,7 +5737,7 @@
|
|
|
5737
5737
|
},
|
|
5738
5738
|
"styleOrigin": {
|
|
5739
5739
|
"$ref": "__type",
|
|
5740
|
-
"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/}."
|
|
5740
|
+
"description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
|
|
5741
5741
|
},
|
|
5742
5742
|
"symbolLayers": {
|
|
5743
5743
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -5773,7 +5773,7 @@
|
|
|
5773
5773
|
},
|
|
5774
5774
|
"esri.rest-api.Polygon.Polygon": {
|
|
5775
5775
|
"additionalProperties": false,
|
|
5776
|
-
"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/}.",
|
|
5776
|
+
"description": "A polygon contains an array of rings and a spatial reference. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
|
|
5777
5777
|
"properties": {
|
|
5778
5778
|
"hasM": {
|
|
5779
5779
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -5808,7 +5808,7 @@
|
|
|
5808
5808
|
},
|
|
5809
5809
|
"esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
|
|
5810
5810
|
"additionalProperties": false,
|
|
5811
|
-
"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/}.",
|
|
5811
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
5812
5812
|
"properties": {
|
|
5813
5813
|
"symbolLayers": {
|
|
5814
5814
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -5843,7 +5843,7 @@
|
|
|
5843
5843
|
},
|
|
5844
5844
|
"esri.rest-api.Polyline.Polyline": {
|
|
5845
5845
|
"additionalProperties": false,
|
|
5846
|
-
"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/}.",
|
|
5846
|
+
"description": "Contains an array of paths and a spatialReference. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
|
|
5847
5847
|
"properties": {
|
|
5848
5848
|
"hasM": {
|
|
5849
5849
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -5886,7 +5886,7 @@
|
|
|
5886
5886
|
},
|
|
5887
5887
|
"esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
|
|
5888
5888
|
"additionalProperties": false,
|
|
5889
|
-
"description": "Arcade expression added to the pop-up.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
5889
|
+
"description": "Arcade expression added to the pop-up. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
5890
5890
|
"properties": {
|
|
5891
5891
|
"expression": {
|
|
5892
5892
|
"description": "The Arcade expression.",
|
|
@@ -5909,7 +5909,7 @@
|
|
|
5909
5909
|
},
|
|
5910
5910
|
"esri.rest-api.PopupInfo.OrderByFields": {
|
|
5911
5911
|
"additionalProperties": false,
|
|
5912
|
-
"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/}.",
|
|
5912
|
+
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/orderByFields/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
|
|
5913
5913
|
"properties": {
|
|
5914
5914
|
"field": {
|
|
5915
5915
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -6050,7 +6050,7 @@
|
|
|
6050
6050
|
},
|
|
6051
6051
|
"esri.rest-api.PopupInfo.RelatedRecordsInfo": {
|
|
6052
6052
|
"additionalProperties": false,
|
|
6053
|
-
"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/}.",
|
|
6053
|
+
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
|
|
6054
6054
|
"properties": {
|
|
6055
6055
|
"orderByFields": {
|
|
6056
6056
|
"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.",
|
|
@@ -6071,7 +6071,7 @@
|
|
|
6071
6071
|
},
|
|
6072
6072
|
"esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
|
|
6073
6073
|
"additionalProperties": false,
|
|
6074
|
-
"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/}.",
|
|
6074
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
|
|
6075
6075
|
"properties": {
|
|
6076
6076
|
"authoringInfo": {
|
|
6077
6077
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6115,7 +6115,7 @@
|
|
|
6115
6115
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6116
6116
|
"items": {
|
|
6117
6117
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
6118
|
-
"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/}."
|
|
6118
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
6119
6119
|
},
|
|
6120
6120
|
"type": "array"
|
|
6121
6121
|
}
|
|
@@ -6129,7 +6129,7 @@
|
|
|
6129
6129
|
},
|
|
6130
6130
|
"esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
|
|
6131
6131
|
"additionalProperties": false,
|
|
6132
|
-
"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/}.",
|
|
6132
|
+
"description": "Query table data source is a layer/table that is defined by a SQL query. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
|
|
6133
6133
|
"properties": {
|
|
6134
6134
|
"geometryType": {
|
|
6135
6135
|
"description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
|
|
@@ -6154,7 +6154,7 @@
|
|
|
6154
6154
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
6155
6155
|
},
|
|
6156
6156
|
"type": {
|
|
6157
|
-
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
6157
|
+
"description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
|
|
6158
6158
|
"enum": [
|
|
6159
6159
|
"queryTable"
|
|
6160
6160
|
],
|
|
@@ -6172,7 +6172,7 @@
|
|
|
6172
6172
|
},
|
|
6173
6173
|
"esri.rest-api.RangeDomain.RangeDomain": {
|
|
6174
6174
|
"additionalProperties": false,
|
|
6175
|
-
"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/}.",
|
|
6175
|
+
"description": "Range domain specifies a range of valid values for a field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/range_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
|
|
6176
6176
|
"properties": {
|
|
6177
6177
|
"name": {
|
|
6178
6178
|
"description": "The name of the domain.",
|
|
@@ -6202,7 +6202,7 @@
|
|
|
6202
6202
|
},
|
|
6203
6203
|
"esri.rest-api.RangeInfo.RangeInfo": {
|
|
6204
6204
|
"additionalProperties": false,
|
|
6205
|
-
"description": "Range Information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
6205
|
+
"description": "Range Information. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
6206
6206
|
"properties": {
|
|
6207
6207
|
"currentRangeExtent": {
|
|
6208
6208
|
"description": "Contains the min and max values within which the features are visible.",
|
|
@@ -6255,14 +6255,14 @@
|
|
|
6255
6255
|
},
|
|
6256
6256
|
"esri.rest-api.RasterDataSource.RasterDataSource": {
|
|
6257
6257
|
"additionalProperties": false,
|
|
6258
|
-
"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/}.",
|
|
6258
|
+
"description": "Raster data source is a file-based raster that resides in a registered raster workspace. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/rasterDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
|
|
6259
6259
|
"properties": {
|
|
6260
6260
|
"dataSourceName": {
|
|
6261
6261
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
6262
6262
|
"type": "string"
|
|
6263
6263
|
},
|
|
6264
6264
|
"type": {
|
|
6265
|
-
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
6265
|
+
"description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
|
|
6266
6266
|
"enum": [
|
|
6267
6267
|
"raster"
|
|
6268
6268
|
],
|
|
@@ -6280,7 +6280,7 @@
|
|
|
6280
6280
|
},
|
|
6281
6281
|
"esri.rest-api.Renderer.AuthoringInfo": {
|
|
6282
6282
|
"additionalProperties": false,
|
|
6283
|
-
"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/}.",
|
|
6283
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/authoringInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
|
|
6284
6284
|
"properties": {
|
|
6285
6285
|
"classificationMethod": {
|
|
6286
6286
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
@@ -6335,7 +6335,7 @@
|
|
|
6335
6335
|
},
|
|
6336
6336
|
"esri.rest-api.Renderer.ColorRamp": {
|
|
6337
6337
|
"additionalProperties": false,
|
|
6338
|
-
"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/}.",
|
|
6338
|
+
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
|
|
6339
6339
|
"properties": {
|
|
6340
6340
|
"algorithm": {
|
|
6341
6341
|
"description": "Algorithm used for calculating the ramp.",
|
|
@@ -6478,14 +6478,14 @@
|
|
|
6478
6478
|
},
|
|
6479
6479
|
"esri.rest-api.RenderingRule.RenderingRule": {
|
|
6480
6480
|
"additionalProperties": false,
|
|
6481
|
-
"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/}.",
|
|
6481
|
+
"description": "Specifies the rendering rule for how the requested image should be rendered. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/renderingRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
|
|
6482
6482
|
"properties": {
|
|
6483
6483
|
"outputPixelType": {
|
|
6484
6484
|
"$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
|
|
6485
6485
|
"description": "Defines the pixel type of the output image. See{@linkPixelType}."
|
|
6486
6486
|
},
|
|
6487
6487
|
"rasterFunction": {
|
|
6488
|
-
"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/}.",
|
|
6488
|
+
"description": "The raster function name identifies the processing or rendering to be performed. See{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
|
|
6489
6489
|
"type": "string"
|
|
6490
6490
|
},
|
|
6491
6491
|
"rasterFunctionArguments": {
|
|
@@ -6500,7 +6500,7 @@
|
|
|
6500
6500
|
},
|
|
6501
6501
|
"esri.rest-api.SceneLayer.SceneLayer": {
|
|
6502
6502
|
"additionalProperties": false,
|
|
6503
|
-
"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/}.",
|
|
6503
|
+
"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). See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
|
|
6504
6504
|
"properties": {
|
|
6505
6505
|
"blendMode": {
|
|
6506
6506
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6554,7 +6554,7 @@
|
|
|
6554
6554
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6555
6555
|
},
|
|
6556
6556
|
"refreshInterval": {
|
|
6557
|
-
"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}.",
|
|
6557
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
6558
6558
|
"type": "number"
|
|
6559
6559
|
},
|
|
6560
6560
|
"screenSizePerspective": {
|
|
@@ -6617,7 +6617,7 @@
|
|
|
6617
6617
|
},
|
|
6618
6618
|
"esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
|
|
6619
6619
|
"additionalProperties": false,
|
|
6620
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
6620
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
6621
6621
|
"properties": {
|
|
6622
6622
|
"color": {
|
|
6623
6623
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -6658,7 +6658,7 @@
|
|
|
6658
6658
|
},
|
|
6659
6659
|
"esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
|
|
6660
6660
|
"additionalProperties": false,
|
|
6661
|
-
"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/}.",
|
|
6661
|
+
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
|
|
6662
6662
|
"properties": {
|
|
6663
6663
|
"color": {
|
|
6664
6664
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -6700,7 +6700,7 @@
|
|
|
6700
6700
|
},
|
|
6701
6701
|
"esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
6702
6702
|
"additionalProperties": false,
|
|
6703
|
-
"description": "Simple marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
6703
|
+
"description": "Simple marker symbols can be used to symbolize point geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
6704
6704
|
"properties": {
|
|
6705
6705
|
"angle": {
|
|
6706
6706
|
"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.",
|
|
@@ -6745,7 +6745,7 @@
|
|
|
6745
6745
|
},
|
|
6746
6746
|
"esri.rest-api.SimpleRenderer.SimpleRenderer": {
|
|
6747
6747
|
"additionalProperties": false,
|
|
6748
|
-
"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/}.",
|
|
6748
|
+
"description": "A simple renderer is a renderer that uses one symbol only. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/simple_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
|
|
6749
6749
|
"properties": {
|
|
6750
6750
|
"authoringInfo": {
|
|
6751
6751
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6822,7 +6822,7 @@
|
|
|
6822
6822
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6823
6823
|
"items": {
|
|
6824
6824
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
6825
|
-
"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/}."
|
|
6825
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
6826
6826
|
},
|
|
6827
6827
|
"type": "array"
|
|
6828
6828
|
}
|
|
@@ -6835,7 +6835,7 @@
|
|
|
6835
6835
|
},
|
|
6836
6836
|
"esri.rest-api.SpatialReference.SpatialReference": {
|
|
6837
6837
|
"additionalProperties": false,
|
|
6838
|
-
"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/}.",
|
|
6838
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/spatialReference/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
|
|
6839
6839
|
"properties": {
|
|
6840
6840
|
"latestVcsWkid": {
|
|
6841
6841
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -6862,7 +6862,7 @@
|
|
|
6862
6862
|
},
|
|
6863
6863
|
"esri.rest-api.StreamLayer.StreamLayer": {
|
|
6864
6864
|
"additionalProperties": false,
|
|
6865
|
-
"description": "A stream layer in a web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
|
|
6865
|
+
"description": "A stream layer in a web map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
|
|
6866
6866
|
"properties": {
|
|
6867
6867
|
"blendMode": {
|
|
6868
6868
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6943,7 +6943,7 @@
|
|
|
6943
6943
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6944
6944
|
},
|
|
6945
6945
|
"refreshInterval": {
|
|
6946
|
-
"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}.",
|
|
6946
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
6947
6947
|
"type": "number"
|
|
6948
6948
|
},
|
|
6949
6949
|
"screenSizePerspective": {
|
|
@@ -6999,7 +6999,7 @@
|
|
|
6999
6999
|
},
|
|
7000
7000
|
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
7001
7001
|
"additionalProperties": false,
|
|
7002
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
7002
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
7003
7003
|
"properties": {
|
|
7004
7004
|
"name": {
|
|
7005
7005
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -7027,7 +7027,7 @@
|
|
|
7027
7027
|
},
|
|
7028
7028
|
"esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
|
|
7029
7029
|
"additionalProperties": false,
|
|
7030
|
-
"description": "SubtypeGroupLayer 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 SubtypeGroupLayer 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/subtypeGroupLayer/}.",
|
|
7030
|
+
"description": "SubtypeGroupLayer 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 SubtypeGroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
|
|
7031
7031
|
"properties": {
|
|
7032
7032
|
"blendMode": {
|
|
7033
7033
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7079,7 +7079,7 @@
|
|
|
7079
7079
|
"type": "number"
|
|
7080
7080
|
},
|
|
7081
7081
|
"refreshInterval": {
|
|
7082
|
-
"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}.",
|
|
7082
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7083
7083
|
"type": "number"
|
|
7084
7084
|
},
|
|
7085
7085
|
"showLegend": {
|
|
@@ -7119,7 +7119,7 @@
|
|
|
7119
7119
|
"type": "object"
|
|
7120
7120
|
},
|
|
7121
7121
|
"esri.rest-api.Symbol.Color": {
|
|
7122
|
-
"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/}.",
|
|
7122
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}.",
|
|
7123
7123
|
"items": {
|
|
7124
7124
|
"type": "number"
|
|
7125
7125
|
},
|
|
@@ -7127,7 +7127,7 @@
|
|
|
7127
7127
|
},
|
|
7128
7128
|
"esri.rest-api.Symbol.Font": {
|
|
7129
7129
|
"additionalProperties": false,
|
|
7130
|
-
"description": "Font used for text symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
|
|
7130
|
+
"description": "Font used for text symbols. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
|
|
7131
7131
|
"properties": {
|
|
7132
7132
|
"decoration": {
|
|
7133
7133
|
"$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
|
|
@@ -7205,7 +7205,7 @@
|
|
|
7205
7205
|
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
7206
7206
|
}
|
|
7207
7207
|
],
|
|
7208
|
-
"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/}."
|
|
7208
|
+
"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). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/symbol/}."
|
|
7209
7209
|
},
|
|
7210
7210
|
"esri.rest-api.Symbol.TextDecoration": {
|
|
7211
7211
|
"description": "The text decoration for the Font.",
|
|
@@ -7228,7 +7228,7 @@
|
|
|
7228
7228
|
},
|
|
7229
7229
|
"esri.rest-api.Symbol3D.Material": {
|
|
7230
7230
|
"additionalProperties": false,
|
|
7231
|
-
"description": "The material used to shade the geometry.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
7231
|
+
"description": "The material used to shade the geometry. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
7232
7232
|
"properties": {
|
|
7233
7233
|
"color": {
|
|
7234
7234
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7255,7 +7255,7 @@
|
|
|
7255
7255
|
},
|
|
7256
7256
|
"esri.rest-api.Symbol3D.Outline": {
|
|
7257
7257
|
"additionalProperties": false,
|
|
7258
|
-
"description": "The outline of the point, line or polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
7258
|
+
"description": "The outline of the point, line or polygon. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
7259
7259
|
"properties": {
|
|
7260
7260
|
"color": {
|
|
7261
7261
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7278,7 +7278,7 @@
|
|
|
7278
7278
|
},
|
|
7279
7279
|
"esri.rest-api.Symbol3D.ResourceIconSymbol": {
|
|
7280
7280
|
"additionalProperties": false,
|
|
7281
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
|
|
7281
|
+
"description": "The shape (primitive) or image URL (href) used to visualize the features. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
|
|
7282
7282
|
"properties": {
|
|
7283
7283
|
"dataURI": {
|
|
7284
7284
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -7297,7 +7297,7 @@
|
|
|
7297
7297
|
},
|
|
7298
7298
|
"esri.rest-api.Symbol3D.ResourceObjectSymbol": {
|
|
7299
7299
|
"additionalProperties": false,
|
|
7300
|
-
"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/}.",
|
|
7300
|
+
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
|
|
7301
7301
|
"properties": {
|
|
7302
7302
|
"href": {
|
|
7303
7303
|
"description": "Must be an absolute URL or a relative path starting with \"./\".",
|
|
@@ -7331,11 +7331,11 @@
|
|
|
7331
7331
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
7332
7332
|
}
|
|
7333
7333
|
],
|
|
7334
|
-
"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/}."
|
|
7334
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
|
|
7335
7335
|
},
|
|
7336
7336
|
"esri.rest-api.TableDataSource.TableDataSource": {
|
|
7337
7337
|
"additionalProperties": false,
|
|
7338
|
-
"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/}.",
|
|
7338
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
|
|
7339
7339
|
"properties": {
|
|
7340
7340
|
"dataSourceName": {
|
|
7341
7341
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
@@ -7346,7 +7346,7 @@
|
|
|
7346
7346
|
"type": "string"
|
|
7347
7347
|
},
|
|
7348
7348
|
"type": {
|
|
7349
|
-
"description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
|
|
7349
|
+
"description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
|
|
7350
7350
|
"enum": [
|
|
7351
7351
|
"table"
|
|
7352
7352
|
],
|
|
@@ -7383,7 +7383,7 @@
|
|
|
7383
7383
|
},
|
|
7384
7384
|
"esri.rest-api.Template.Template": {
|
|
7385
7385
|
"additionalProperties": false,
|
|
7386
|
-
"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/}.",
|
|
7386
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/template/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/template/}.",
|
|
7387
7387
|
"properties": {
|
|
7388
7388
|
"description": {
|
|
7389
7389
|
"description": "A detailed description of the template.",
|
|
@@ -7406,7 +7406,7 @@
|
|
|
7406
7406
|
},
|
|
7407
7407
|
"esri.rest-api.TemporalRenderer.TemporalRenderer": {
|
|
7408
7408
|
"additionalProperties": false,
|
|
7409
|
-
"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/}.",
|
|
7409
|
+
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
|
|
7410
7410
|
"properties": {
|
|
7411
7411
|
"authoringInfo": {
|
|
7412
7412
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7443,7 +7443,7 @@
|
|
|
7443
7443
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7444
7444
|
"items": {
|
|
7445
7445
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
7446
|
-
"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/}."
|
|
7446
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
7447
7447
|
},
|
|
7448
7448
|
"type": "array"
|
|
7449
7449
|
}
|
|
@@ -7455,7 +7455,7 @@
|
|
|
7455
7455
|
},
|
|
7456
7456
|
"esri.rest-api.TextSymbol.TextSymbol": {
|
|
7457
7457
|
"additionalProperties": false,
|
|
7458
|
-
"description": "Text symbols are used to add text to a feature (labeling).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
7458
|
+
"description": "Text symbols are used to add text to a feature (labeling). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
7459
7459
|
"properties": {
|
|
7460
7460
|
"angle": {
|
|
7461
7461
|
"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.",
|
|
@@ -7536,7 +7536,7 @@
|
|
|
7536
7536
|
},
|
|
7537
7537
|
"esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
|
|
7538
7538
|
"additionalProperties": false,
|
|
7539
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
|
|
7539
|
+
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
|
|
7540
7540
|
"properties": {
|
|
7541
7541
|
"font": {
|
|
7542
7542
|
"$ref": "#/definitions/esri.rest-api.Symbol.Font",
|
|
@@ -7569,7 +7569,7 @@
|
|
|
7569
7569
|
},
|
|
7570
7570
|
"esri.rest-api.TileInfo.TileInfo": {
|
|
7571
7571
|
"additionalProperties": false,
|
|
7572
|
-
"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/}.",
|
|
7572
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tileInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
|
|
7573
7573
|
"properties": {
|
|
7574
7574
|
"cols": {
|
|
7575
7575
|
"description": "Requested tile's column.",
|
|
@@ -7588,7 +7588,7 @@
|
|
|
7588
7588
|
"type": "string"
|
|
7589
7589
|
},
|
|
7590
7590
|
"lods": {
|
|
7591
|
-
"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/}.",
|
|
7591
|
+
"description": "An array of levels of detail that define the tiling scheme. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/lod/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lod/}.",
|
|
7592
7592
|
"items": {
|
|
7593
7593
|
"$ref": "__type"
|
|
7594
7594
|
},
|
|
@@ -7611,7 +7611,7 @@
|
|
|
7611
7611
|
},
|
|
7612
7612
|
"esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
|
|
7613
7613
|
"additionalProperties": false,
|
|
7614
|
-
"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/}.",
|
|
7614
|
+
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
|
|
7615
7615
|
"properties": {
|
|
7616
7616
|
"blendMode": {
|
|
7617
7617
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7660,7 +7660,7 @@
|
|
|
7660
7660
|
"type": "number"
|
|
7661
7661
|
},
|
|
7662
7662
|
"refreshInterval": {
|
|
7663
|
-
"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}.",
|
|
7663
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7664
7664
|
"type": "number"
|
|
7665
7665
|
},
|
|
7666
7666
|
"showLegend": {
|
|
@@ -7702,7 +7702,7 @@
|
|
|
7702
7702
|
},
|
|
7703
7703
|
"esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
|
|
7704
7704
|
"additionalProperties": false,
|
|
7705
|
-
"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/}.",
|
|
7705
|
+
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
|
|
7706
7706
|
"properties": {
|
|
7707
7707
|
"blendMode": {
|
|
7708
7708
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7724,7 +7724,7 @@
|
|
|
7724
7724
|
},
|
|
7725
7725
|
"exclusionAreas": {
|
|
7726
7726
|
"$ref": "__type",
|
|
7727
|
-
"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/}."
|
|
7727
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
|
|
7728
7728
|
},
|
|
7729
7729
|
"id": {
|
|
7730
7730
|
"description": "A unique identifying string for the layer.",
|
|
@@ -7773,7 +7773,7 @@
|
|
|
7773
7773
|
"type": "string"
|
|
7774
7774
|
},
|
|
7775
7775
|
"refreshInterval": {
|
|
7776
|
-
"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}.",
|
|
7776
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7777
7777
|
"type": "number"
|
|
7778
7778
|
},
|
|
7779
7779
|
"showLegend": {
|
|
@@ -7814,10 +7814,9 @@
|
|
|
7814
7814
|
},
|
|
7815
7815
|
"esri.rest-api.Type.Type": {
|
|
7816
7816
|
"additionalProperties": false,
|
|
7817
|
-
"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/}.",
|
|
7817
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/type/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/type/}.",
|
|
7818
7818
|
"properties": {
|
|
7819
7819
|
"domains": {
|
|
7820
|
-
"$ref": "__type",
|
|
7821
7820
|
"description": "A set of domain objects for each domain in the type."
|
|
7822
7821
|
},
|
|
7823
7822
|
"id": {
|
|
@@ -7843,7 +7842,7 @@
|
|
|
7843
7842
|
},
|
|
7844
7843
|
"esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
|
|
7845
7844
|
"additionalProperties": false,
|
|
7846
|
-
"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/}.",
|
|
7845
|
+
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
|
|
7847
7846
|
"properties": {
|
|
7848
7847
|
"authoringInfo": {
|
|
7849
7848
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7888,7 +7887,7 @@
|
|
|
7888
7887
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7889
7888
|
"items": {
|
|
7890
7889
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
7891
|
-
"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/}."
|
|
7890
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
7892
7891
|
},
|
|
7893
7892
|
"type": "array"
|
|
7894
7893
|
}
|
|
@@ -7901,7 +7900,7 @@
|
|
|
7901
7900
|
},
|
|
7902
7901
|
"esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
|
|
7903
7902
|
"additionalProperties": false,
|
|
7904
|
-
"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/}.",
|
|
7903
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
|
|
7905
7904
|
"properties": {
|
|
7906
7905
|
"description": {
|
|
7907
7906
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -7968,7 +7967,7 @@
|
|
|
7968
7967
|
},
|
|
7969
7968
|
"esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
|
|
7970
7969
|
"additionalProperties": false,
|
|
7971
|
-
"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/}.",
|
|
7970
|
+
"description": "A unique value renderer symbolizes groups of features that have matching field values. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
|
|
7972
7971
|
"properties": {
|
|
7973
7972
|
"authoringInfo": {
|
|
7974
7973
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8068,7 +8067,7 @@
|
|
|
8068
8067
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8069
8068
|
"items": {
|
|
8070
8069
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
8071
|
-
"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/}."
|
|
8070
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8072
8071
|
},
|
|
8073
8072
|
"type": "array"
|
|
8074
8073
|
}
|
|
@@ -8082,7 +8081,7 @@
|
|
|
8082
8081
|
},
|
|
8083
8082
|
"esri.rest-api.Value.Value": {
|
|
8084
8083
|
"additionalProperties": false,
|
|
8085
|
-
"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/}.",
|
|
8084
|
+
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/value/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/value/}.",
|
|
8086
8085
|
"properties": {
|
|
8087
8086
|
"fields": {
|
|
8088
8087
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -8192,7 +8191,7 @@
|
|
|
8192
8191
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8193
8192
|
"items": {
|
|
8194
8193
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
8195
|
-
"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/}."
|
|
8194
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8196
8195
|
},
|
|
8197
8196
|
"type": "array"
|
|
8198
8197
|
}
|
|
@@ -8207,7 +8206,7 @@
|
|
|
8207
8206
|
},
|
|
8208
8207
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
8209
8208
|
"additionalProperties": false,
|
|
8210
|
-
"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/}.",
|
|
8209
|
+
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
|
|
8211
8210
|
"properties": {
|
|
8212
8211
|
"blendMode": {
|
|
8213
8212
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8260,7 +8259,7 @@
|
|
|
8260
8259
|
"type": "string"
|
|
8261
8260
|
},
|
|
8262
8261
|
"refreshInterval": {
|
|
8263
|
-
"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}.",
|
|
8262
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8264
8263
|
"type": "number"
|
|
8265
8264
|
},
|
|
8266
8265
|
"showLegend": {
|
|
@@ -8301,7 +8300,7 @@
|
|
|
8301
8300
|
},
|
|
8302
8301
|
"esri.rest-api.VerticalOffset.VerticalOffset": {
|
|
8303
8302
|
"additionalProperties": false,
|
|
8304
|
-
"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/}.",
|
|
8303
|
+
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
|
|
8305
8304
|
"properties": {
|
|
8306
8305
|
"maxWorldLength": {
|
|
8307
8306
|
"description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
|
|
@@ -8323,13 +8322,13 @@
|
|
|
8323
8322
|
},
|
|
8324
8323
|
"esri.rest-api.VisualVariable.ColorInfo": {
|
|
8325
8324
|
"additionalProperties": false,
|
|
8326
|
-
"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/}.",
|
|
8325
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
|
|
8327
8326
|
"properties": {
|
|
8328
8327
|
"colors": {
|
|
8329
8328
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
8330
8329
|
"items": {
|
|
8331
8330
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
8332
|
-
"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/}."
|
|
8331
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
8333
8332
|
},
|
|
8334
8333
|
"type": "array"
|
|
8335
8334
|
},
|
|
@@ -8339,7 +8338,7 @@
|
|
|
8339
8338
|
},
|
|
8340
8339
|
"legendOptions": {
|
|
8341
8340
|
"$ref": "__type",
|
|
8342
|
-
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8341
|
+
"description": "Options available for the legend. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8343
8342
|
},
|
|
8344
8343
|
"maxDataValue": {
|
|
8345
8344
|
"description": "The maximum data value.",
|
|
@@ -8382,7 +8381,7 @@
|
|
|
8382
8381
|
"anyOf": [
|
|
8383
8382
|
{
|
|
8384
8383
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
8385
|
-
"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/}."
|
|
8384
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
8386
8385
|
},
|
|
8387
8386
|
{
|
|
8388
8387
|
"type": "string"
|
|
@@ -8403,7 +8402,7 @@
|
|
|
8403
8402
|
},
|
|
8404
8403
|
"esri.rest-api.VisualVariable.RotationInfo": {
|
|
8405
8404
|
"additionalProperties": false,
|
|
8406
|
-
"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/}.",
|
|
8405
|
+
"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. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
|
|
8407
8406
|
"properties": {
|
|
8408
8407
|
"field": {
|
|
8409
8408
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -8411,7 +8410,7 @@
|
|
|
8411
8410
|
},
|
|
8412
8411
|
"legendOptions": {
|
|
8413
8412
|
"$ref": "__type",
|
|
8414
|
-
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8413
|
+
"description": "Options available for the legend. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8415
8414
|
},
|
|
8416
8415
|
"normalizationField": {
|
|
8417
8416
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -8449,7 +8448,7 @@
|
|
|
8449
8448
|
},
|
|
8450
8449
|
"esri.rest-api.VisualVariable.Size": {
|
|
8451
8450
|
"additionalProperties": false,
|
|
8452
|
-
"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/}.",
|
|
8451
|
+
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See{@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/}.",
|
|
8453
8452
|
"properties": {
|
|
8454
8453
|
"expression": {
|
|
8455
8454
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -8475,7 +8474,7 @@
|
|
|
8475
8474
|
},
|
|
8476
8475
|
"esri.rest-api.VisualVariable.SizeInfo": {
|
|
8477
8476
|
"additionalProperties": false,
|
|
8478
|
-
"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/}.",
|
|
8477
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
|
|
8479
8478
|
"properties": {
|
|
8480
8479
|
"axis": {
|
|
8481
8480
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -8494,7 +8493,7 @@
|
|
|
8494
8493
|
},
|
|
8495
8494
|
"legendOptions": {
|
|
8496
8495
|
"$ref": "__type",
|
|
8497
|
-
"description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8496
|
+
"description": "Options available for the legend. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8498
8497
|
},
|
|
8499
8498
|
"maxDataValue": {
|
|
8500
8499
|
"description": "The maximum data value.",
|
|
@@ -8598,7 +8597,7 @@
|
|
|
8598
8597
|
},
|
|
8599
8598
|
"esri.rest-api.VisualVariable.TransparencyInfo": {
|
|
8600
8599
|
"additionalProperties": false,
|
|
8601
|
-
"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/}.",
|
|
8600
|
+
"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). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
|
|
8602
8601
|
"properties": {
|
|
8603
8602
|
"field": {
|
|
8604
8603
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -8672,11 +8671,11 @@
|
|
|
8672
8671
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8673
8672
|
}
|
|
8674
8673
|
],
|
|
8675
|
-
"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/}."
|
|
8674
|
+
"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'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8676
8675
|
},
|
|
8677
8676
|
"esri.rest-api.WMSLayer.WMSLayer": {
|
|
8678
8677
|
"additionalProperties": false,
|
|
8679
|
-
"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/}.",
|
|
8678
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
|
|
8680
8679
|
"properties": {
|
|
8681
8680
|
"blendMode": {
|
|
8682
8681
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8781,7 +8780,7 @@
|
|
|
8781
8780
|
"type": "number"
|
|
8782
8781
|
},
|
|
8783
8782
|
"refreshInterval": {
|
|
8784
|
-
"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}.",
|
|
8783
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8785
8784
|
"type": "number"
|
|
8786
8785
|
},
|
|
8787
8786
|
"showLegend": {
|
|
@@ -8840,7 +8839,7 @@
|
|
|
8840
8839
|
},
|
|
8841
8840
|
"esri.rest-api.WMSSublayer.WMSSublayer": {
|
|
8842
8841
|
"additionalProperties": false,
|
|
8843
|
-
"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/}.",
|
|
8842
|
+
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
|
|
8844
8843
|
"properties": {
|
|
8845
8844
|
"legendUrl": {
|
|
8846
8845
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -8867,7 +8866,7 @@
|
|
|
8867
8866
|
},
|
|
8868
8867
|
"esri.rest-api.WMTSInfo.WMTSInfo": {
|
|
8869
8868
|
"additionalProperties": false,
|
|
8870
|
-
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
|
|
8869
|
+
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
|
|
8871
8870
|
"properties": {
|
|
8872
8871
|
"customLayerParameters": {
|
|
8873
8872
|
"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."
|
|
@@ -8892,7 +8891,7 @@
|
|
|
8892
8891
|
},
|
|
8893
8892
|
"esri.rest-api.WebTileLayer.WebTileLayer": {
|
|
8894
8893
|
"additionalProperties": false,
|
|
8895
|
-
"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/}.",
|
|
8894
|
+
"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. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
|
|
8896
8895
|
"properties": {
|
|
8897
8896
|
"blendMode": {
|
|
8898
8897
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8946,7 +8945,7 @@
|
|
|
8946
8945
|
"type": "number"
|
|
8947
8946
|
},
|
|
8948
8947
|
"refreshInterval": {
|
|
8949
|
-
"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}.",
|
|
8948
|
+
"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. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8950
8949
|
"type": "number"
|
|
8951
8950
|
},
|
|
8952
8951
|
"showLegend": {
|