@vertigis/viewer-spec 52.0.0 → 53.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/analytics/WebAction.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/HasVisibilityFilters.d.ts +2 -2
- package/app-config/web/ProjectModelProperties.d.ts +12 -0
- package/app-config/web/ProjectModelProperties.js +1 -0
- package/app-config/web/SharedProjectsModelProperties.d.ts +53 -0
- package/app-config/web/SharedProjectsModelProperties.js +1 -0
- package/app-config/web/SharedStorageModelProperties.d.ts +30 -0
- package/app-config/web/SharedStorageModelProperties.js +1 -0
- package/app-config/web/VertigisWebModelProperties.d.ts +0 -6
- package/layout/schema/layout-common.xsd +11 -0
- package/layout/schema/layout-web.xsd +13 -0
- package/messaging/registry/Commands.d.ts +2 -0
- package/messaging/registry/Commands.js +1 -1
- package/messaging/registry/Events.d.ts +2 -0
- package/messaging/registry/Events.js +1 -1
- package/messaging/registry/Operations.d.ts +2 -0
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/app.d.ts +4 -2
- package/messaging/registry/project.d.ts +141 -0
- package/messaging/registry/project.js +1 -0
- package/messaging/registry/system.d.ts +17 -2
- package/messaging/registry/ui.d.ts +29 -0
- package/messaging/registry/ui.js +1 -1
- package/messaging/schema/common-action.schema.json +483 -500
- package/messaging/schema/common-event.schema.json +371 -412
- package/messaging/schema/mobile-action.schema.json +584 -522
- package/messaging/schema/mobile-event.schema.json +404 -445
- package/messaging/schema/web-action.schema.json +1454 -770
- package/messaging/schema/web-event.schema.json +540 -479
- package/package.json +4 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -15,6 +15,44 @@
|
|
|
15
15
|
],
|
|
16
16
|
"type": "string"
|
|
17
17
|
},
|
|
18
|
+
"EffectFunction": {
|
|
19
|
+
"anyOf": [
|
|
20
|
+
{
|
|
21
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
55
|
+
},
|
|
18
56
|
"Error": {
|
|
19
57
|
"additionalProperties": false,
|
|
20
58
|
"properties": {
|
|
@@ -241,6 +279,20 @@
|
|
|
241
279
|
],
|
|
242
280
|
"description": "An operational layer in a web map/scene."
|
|
243
281
|
},
|
|
282
|
+
"PointCloudFilter": {
|
|
283
|
+
"anyOf": [
|
|
284
|
+
{
|
|
285
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
292
|
+
}
|
|
293
|
+
],
|
|
294
|
+
"description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
295
|
+
},
|
|
244
296
|
"PortalType": {
|
|
245
297
|
"description": "The type of Portal.",
|
|
246
298
|
"enum": [
|
|
@@ -618,7 +670,7 @@
|
|
|
618
670
|
},
|
|
619
671
|
"listMode": {
|
|
620
672
|
"$ref": "esri.ListMode",
|
|
621
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
673
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
622
674
|
},
|
|
623
675
|
"maxScale": {
|
|
624
676
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -633,7 +685,7 @@
|
|
|
633
685
|
"type": "number"
|
|
634
686
|
},
|
|
635
687
|
"refreshInterval": {
|
|
636
|
-
"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{@
|
|
688
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
637
689
|
"type": "number"
|
|
638
690
|
},
|
|
639
691
|
"showLegend": {
|
|
@@ -652,7 +704,7 @@
|
|
|
652
704
|
"type": "string"
|
|
653
705
|
},
|
|
654
706
|
"type": {
|
|
655
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
707
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
656
708
|
"enum": [
|
|
657
709
|
"BingMapsAerial",
|
|
658
710
|
"BingMapsHybrid",
|
|
@@ -845,7 +897,7 @@
|
|
|
845
897
|
},
|
|
846
898
|
"esri.rest-api.CIMSymbol.CIMSymbol": {
|
|
847
899
|
"additionalProperties": false,
|
|
848
|
-
"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{@
|
|
900
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
849
901
|
"properties": {
|
|
850
902
|
"type": {
|
|
851
903
|
"description": "Specifies the type of symbol used.",
|
|
@@ -862,7 +914,7 @@
|
|
|
862
914
|
},
|
|
863
915
|
"esri.rest-api.CSVLayer.CSVLayer": {
|
|
864
916
|
"additionalProperties": false,
|
|
865
|
-
"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{@
|
|
917
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/csvLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
|
|
866
918
|
"properties": {
|
|
867
919
|
"blendMode": {
|
|
868
920
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -897,7 +949,7 @@
|
|
|
897
949
|
},
|
|
898
950
|
"listMode": {
|
|
899
951
|
"$ref": "esri.ListMode",
|
|
900
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
952
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
901
953
|
},
|
|
902
954
|
"locationInfo": {
|
|
903
955
|
"$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
|
|
@@ -920,7 +972,7 @@
|
|
|
920
972
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
921
973
|
},
|
|
922
974
|
"refreshInterval": {
|
|
923
|
-
"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{@
|
|
975
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
924
976
|
"type": "number"
|
|
925
977
|
},
|
|
926
978
|
"screenSizePerspective": {
|
|
@@ -940,7 +992,7 @@
|
|
|
940
992
|
"type": "string"
|
|
941
993
|
},
|
|
942
994
|
"type": {
|
|
943
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
995
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
944
996
|
"enum": [
|
|
945
997
|
"BingMapsAerial",
|
|
946
998
|
"BingMapsHybrid",
|
|
@@ -1022,7 +1074,7 @@
|
|
|
1022
1074
|
},
|
|
1023
1075
|
"esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
|
|
1024
1076
|
"additionalProperties": false,
|
|
1025
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
1077
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
|
|
1026
1078
|
"properties": {
|
|
1027
1079
|
"classMaxValue": {
|
|
1028
1080
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -1093,7 +1145,7 @@
|
|
|
1093
1145
|
},
|
|
1094
1146
|
"esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
|
|
1095
1147
|
"additionalProperties": false,
|
|
1096
|
-
"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{@
|
|
1148
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
|
|
1097
1149
|
"properties": {
|
|
1098
1150
|
"authoringInfo": {
|
|
1099
1151
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -1119,7 +1171,7 @@
|
|
|
1119
1171
|
},
|
|
1120
1172
|
"classificationMethod": {
|
|
1121
1173
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
|
|
1122
|
-
"description": "Determines the classification method that was used to generate class breaks. See{@
|
|
1174
|
+
"description": "Determines the classification method that was used to generate class breaks. See {@link ClassificationMethod}."
|
|
1123
1175
|
},
|
|
1124
1176
|
"defaultLabel": {
|
|
1125
1177
|
"description": "Default string for the default symbol used to draw unspecified values.",
|
|
@@ -1187,7 +1239,7 @@
|
|
|
1187
1239
|
},
|
|
1188
1240
|
"normalizationType": {
|
|
1189
1241
|
"$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
|
|
1190
|
-
"description": "One of the NormalizationType constants. See{@
|
|
1242
|
+
"description": "One of the NormalizationType constants. See {@link NormalizationType}."
|
|
1191
1243
|
},
|
|
1192
1244
|
"rotationExpression": {
|
|
1193
1245
|
"description": "A constant value or an expression that derives the angle of rotation based on a feature attribute value. When an attribute name is specified, it's enclosed in square brackets.",
|
|
@@ -1195,10 +1247,10 @@
|
|
|
1195
1247
|
},
|
|
1196
1248
|
"rotationType": {
|
|
1197
1249
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
1198
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
1250
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
1199
1251
|
},
|
|
1200
1252
|
"type": {
|
|
1201
|
-
"description": "The type of renderer. See{@
|
|
1253
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
1202
1254
|
"enum": [
|
|
1203
1255
|
"classBreaks"
|
|
1204
1256
|
],
|
|
@@ -1207,8 +1259,7 @@
|
|
|
1207
1259
|
"visualVariables": {
|
|
1208
1260
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
1209
1261
|
"items": {
|
|
1210
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
1211
|
-
"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/}."
|
|
1262
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
1212
1263
|
},
|
|
1213
1264
|
"type": "array"
|
|
1214
1265
|
}
|
|
@@ -1244,7 +1295,7 @@
|
|
|
1244
1295
|
},
|
|
1245
1296
|
"esri.rest-api.CodedValueDomain.CodedValue": {
|
|
1246
1297
|
"additionalProperties": false,
|
|
1247
|
-
"description": "A set of valid coded values with unique names. See{@
|
|
1298
|
+
"description": "A set of valid coded values with unique names. See {@link https://developers.arcgis.com/web-map-specification/objects/codedValue/} {@link https://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
|
|
1248
1299
|
"properties": {
|
|
1249
1300
|
"code": {
|
|
1250
1301
|
"description": "Value indicating which unique code is used to identify the feature attribute.",
|
|
@@ -1266,7 +1317,7 @@
|
|
|
1266
1317
|
},
|
|
1267
1318
|
"esri.rest-api.CodedValueDomain.CodedValueDomain": {
|
|
1268
1319
|
"additionalProperties": false,
|
|
1269
|
-
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See{@
|
|
1320
|
+
"description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See {@link https://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
|
|
1270
1321
|
"properties": {
|
|
1271
1322
|
"codedValues": {
|
|
1272
1323
|
"description": "The set of valid coded values.",
|
|
@@ -1280,7 +1331,7 @@
|
|
|
1280
1331
|
"type": "string"
|
|
1281
1332
|
},
|
|
1282
1333
|
"type": {
|
|
1283
|
-
"description": "Type of domain. See{@
|
|
1334
|
+
"description": "Type of domain. See {@link portal /Domain!DomainType}.",
|
|
1284
1335
|
"enum": [
|
|
1285
1336
|
"codedValue"
|
|
1286
1337
|
],
|
|
@@ -1296,7 +1347,7 @@
|
|
|
1296
1347
|
},
|
|
1297
1348
|
"esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
|
|
1298
1349
|
"additionalProperties": false,
|
|
1299
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
1350
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
|
|
1300
1351
|
"properties": {
|
|
1301
1352
|
"classMaxValue": {
|
|
1302
1353
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -1323,7 +1374,7 @@
|
|
|
1323
1374
|
},
|
|
1324
1375
|
"esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
|
|
1325
1376
|
"additionalProperties": false,
|
|
1326
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@
|
|
1377
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
|
|
1327
1378
|
"properties": {
|
|
1328
1379
|
"color": {
|
|
1329
1380
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -1362,11 +1413,11 @@
|
|
|
1362
1413
|
"$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
|
|
1363
1414
|
}
|
|
1364
1415
|
],
|
|
1365
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@
|
|
1416
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
1366
1417
|
},
|
|
1367
1418
|
"esri.rest-api.DefinitionEditor.DefinitionEditor": {
|
|
1368
1419
|
"additionalProperties": false,
|
|
1369
|
-
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See{@
|
|
1420
|
+
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/} {@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
|
|
1370
1421
|
"properties": {
|
|
1371
1422
|
"inputs": {
|
|
1372
1423
|
"description": "An array of input objects.",
|
|
@@ -1384,7 +1435,7 @@
|
|
|
1384
1435
|
},
|
|
1385
1436
|
"esri.rest-api.DefinitionEditor.Input": {
|
|
1386
1437
|
"additionalProperties": false,
|
|
1387
|
-
"description": "The input objects specified by the definitionEditor. See{@
|
|
1438
|
+
"description": "The input objects specified by the definitionEditor. See {@link https://developers.arcgis.com/web-map-specification/objects/input/} {@link https://developers.arcgis.com/web-scene-specification/objects/input/}.",
|
|
1388
1439
|
"properties": {
|
|
1389
1440
|
"hint": {
|
|
1390
1441
|
"description": "A string value representing a hint for the input.",
|
|
@@ -1406,7 +1457,7 @@
|
|
|
1406
1457
|
},
|
|
1407
1458
|
"esri.rest-api.DefinitionEditor.Parameter": {
|
|
1408
1459
|
"additionalProperties": false,
|
|
1409
|
-
"description": "Objects defined by a definitionEditor input. See{@
|
|
1460
|
+
"description": "Objects defined by a definitionEditor input. See {@link https://developers.arcgis.com/web-map-specification/objects/parameter/} {@link https://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
|
|
1410
1461
|
"properties": {
|
|
1411
1462
|
"defaultValue": {
|
|
1412
1463
|
"description": "The default value that is automatically given if nothing is provided.",
|
|
@@ -1442,27 +1493,16 @@
|
|
|
1442
1493
|
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
1443
1494
|
}
|
|
1444
1495
|
],
|
|
1445
|
-
"description": "A domain specifies the set of valid values for a field. See{@
|
|
1496
|
+
"description": "A domain specifies the set of valid values for a field. See {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
|
|
1446
1497
|
},
|
|
1447
1498
|
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
1448
1499
|
"additionalProperties": false,
|
|
1449
|
-
"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{@
|
|
1500
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/drawingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
|
|
1450
1501
|
"properties": {
|
|
1451
1502
|
"filters": {
|
|
1452
1503
|
"description": "Filters for PointCloud layers.",
|
|
1453
1504
|
"items": {
|
|
1454
|
-
"
|
|
1455
|
-
{
|
|
1456
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
1457
|
-
},
|
|
1458
|
-
{
|
|
1459
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
1463
|
-
}
|
|
1464
|
-
],
|
|
1465
|
-
"description": "Filters applied to the pointCloud which will hide a point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
1505
|
+
"$ref": "#/definitions/PointCloudFilter"
|
|
1466
1506
|
},
|
|
1467
1507
|
"type": "array"
|
|
1468
1508
|
},
|
|
@@ -1498,11 +1538,11 @@
|
|
|
1498
1538
|
},
|
|
1499
1539
|
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
1500
1540
|
"additionalProperties": false,
|
|
1501
|
-
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See{@
|
|
1541
|
+
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See {@link https://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
|
|
1502
1542
|
"properties": {
|
|
1503
1543
|
"dataSource": {
|
|
1504
1544
|
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
1505
|
-
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@
|
|
1545
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
1506
1546
|
},
|
|
1507
1547
|
"fields": {
|
|
1508
1548
|
"description": "An array of objects specifying information about an attribute field.",
|
|
@@ -1526,7 +1566,7 @@
|
|
|
1526
1566
|
},
|
|
1527
1567
|
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
1528
1568
|
"additionalProperties": false,
|
|
1529
|
-
"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{@
|
|
1569
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
|
|
1530
1570
|
"properties": {
|
|
1531
1571
|
"gdbVersion": {
|
|
1532
1572
|
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
@@ -1770,42 +1810,7 @@
|
|
|
1770
1810
|
},
|
|
1771
1811
|
{
|
|
1772
1812
|
"items": {
|
|
1773
|
-
"
|
|
1774
|
-
{
|
|
1775
|
-
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
1779
|
-
},
|
|
1780
|
-
{
|
|
1781
|
-
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
1785
|
-
},
|
|
1786
|
-
{
|
|
1787
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
1797
|
-
},
|
|
1798
|
-
{
|
|
1799
|
-
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
1800
|
-
},
|
|
1801
|
-
{
|
|
1802
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
1806
|
-
}
|
|
1807
|
-
],
|
|
1808
|
-
"description": "Effect functions that can be combined to build a layer effect."
|
|
1813
|
+
"$ref": "#/definitions/EffectFunction"
|
|
1809
1814
|
},
|
|
1810
1815
|
"type": "array"
|
|
1811
1816
|
}
|
|
@@ -1928,42 +1933,7 @@
|
|
|
1928
1933
|
"value": {
|
|
1929
1934
|
"description": "The effect to be applied at the corresponding scale.",
|
|
1930
1935
|
"items": {
|
|
1931
|
-
"
|
|
1932
|
-
{
|
|
1933
|
-
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
1964
|
-
}
|
|
1965
|
-
],
|
|
1966
|
-
"description": "Effect functions that can be combined to build a layer effect."
|
|
1936
|
+
"$ref": "#/definitions/EffectFunction"
|
|
1967
1937
|
},
|
|
1968
1938
|
"type": "array"
|
|
1969
1939
|
}
|
|
@@ -1997,7 +1967,7 @@
|
|
|
1997
1967
|
},
|
|
1998
1968
|
"esri.rest-api.ElevationInfo.ElevationInfo": {
|
|
1999
1969
|
"additionalProperties": false,
|
|
2000
|
-
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See{@
|
|
1970
|
+
"description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
|
|
2001
1971
|
"properties": {
|
|
2002
1972
|
"featureExpression": {
|
|
2003
1973
|
"description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
|
|
@@ -2008,7 +1978,7 @@
|
|
|
2008
1978
|
},
|
|
2009
1979
|
"mode": {
|
|
2010
1980
|
"$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
|
|
2011
|
-
"description": "Determines how the service elevation values are combined with the basemap elevation. See{@
|
|
1981
|
+
"description": "Determines how the service elevation values are combined with the basemap elevation. See {@link ElevationMode}."
|
|
2012
1982
|
},
|
|
2013
1983
|
"offset": {
|
|
2014
1984
|
"description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
|
|
@@ -2048,7 +2018,7 @@
|
|
|
2048
2018
|
},
|
|
2049
2019
|
"esri.rest-api.ElevationLayer.ElevationLayer": {
|
|
2050
2020
|
"additionalProperties": false,
|
|
2051
|
-
"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{@
|
|
2021
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
|
|
2052
2022
|
"properties": {
|
|
2053
2023
|
"blendMode": {
|
|
2054
2024
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -2079,7 +2049,7 @@
|
|
|
2079
2049
|
},
|
|
2080
2050
|
"listMode": {
|
|
2081
2051
|
"$ref": "esri.ListMode",
|
|
2082
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
2052
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
2083
2053
|
},
|
|
2084
2054
|
"maxScale": {
|
|
2085
2055
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -2094,7 +2064,7 @@
|
|
|
2094
2064
|
"type": "number"
|
|
2095
2065
|
},
|
|
2096
2066
|
"refreshInterval": {
|
|
2097
|
-
"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{@
|
|
2067
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
2098
2068
|
"type": "number"
|
|
2099
2069
|
},
|
|
2100
2070
|
"showLegend": {
|
|
@@ -2106,7 +2076,7 @@
|
|
|
2106
2076
|
"type": "string"
|
|
2107
2077
|
},
|
|
2108
2078
|
"type": {
|
|
2109
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
2079
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
2110
2080
|
"enum": [
|
|
2111
2081
|
"BingMapsAerial",
|
|
2112
2082
|
"BingMapsHybrid",
|
|
@@ -2135,7 +2105,7 @@
|
|
|
2135
2105
|
},
|
|
2136
2106
|
"esri.rest-api.Extent.Extent": {
|
|
2137
2107
|
"additionalProperties": false,
|
|
2138
|
-
"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{@
|
|
2108
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/envelope_geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/extent/} {@link https://developers.arcgis.com/web-scene-specification/objects/extent/}.",
|
|
2139
2109
|
"properties": {
|
|
2140
2110
|
"spatialReference": {
|
|
2141
2111
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -2162,7 +2132,7 @@
|
|
|
2162
2132
|
},
|
|
2163
2133
|
"esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
|
|
2164
2134
|
"additionalProperties": false,
|
|
2165
|
-
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See{@
|
|
2135
|
+
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
|
|
2166
2136
|
"properties": {
|
|
2167
2137
|
"enable": {
|
|
2168
2138
|
"description": "Type: Boolean.",
|
|
@@ -2177,7 +2147,7 @@
|
|
|
2177
2147
|
"type": "number"
|
|
2178
2148
|
},
|
|
2179
2149
|
"type": {
|
|
2180
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
2150
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
2181
2151
|
"enum": [
|
|
2182
2152
|
"Extrude"
|
|
2183
2153
|
],
|
|
@@ -2191,7 +2161,7 @@
|
|
|
2191
2161
|
},
|
|
2192
2162
|
"esri.rest-api.Feature.Feature": {
|
|
2193
2163
|
"additionalProperties": false,
|
|
2194
|
-
"description": "Contains information about an attribute field and feature geometry. See{@
|
|
2164
|
+
"description": "Contains information about an attribute field and feature geometry. See {@link https://developers.arcgis.com/web-map-specification/objects/feature/} {@link https://developers.arcgis.com/web-scene-specification/objects/feature/}.",
|
|
2195
2165
|
"properties": {
|
|
2196
2166
|
"attributes": {
|
|
2197
2167
|
"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."
|
|
@@ -2253,7 +2223,7 @@
|
|
|
2253
2223
|
},
|
|
2254
2224
|
"esri.rest-api.FeatureCollection.FeatureCollection": {
|
|
2255
2225
|
"additionalProperties": false,
|
|
2256
|
-
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See{@
|
|
2226
|
+
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See {@link https://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
|
|
2257
2227
|
"properties": {
|
|
2258
2228
|
"layers": {
|
|
2259
2229
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -2283,7 +2253,7 @@
|
|
|
2283
2253
|
},
|
|
2284
2254
|
"esri.rest-api.FeatureLayer.FeatureLayer": {
|
|
2285
2255
|
"additionalProperties": false,
|
|
2286
|
-
"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{@
|
|
2256
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
|
|
2287
2257
|
"properties": {
|
|
2288
2258
|
"blendMode": {
|
|
2289
2259
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -2341,7 +2311,7 @@
|
|
|
2341
2311
|
},
|
|
2342
2312
|
"listMode": {
|
|
2343
2313
|
"$ref": "esri.ListMode",
|
|
2344
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
2314
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
2345
2315
|
},
|
|
2346
2316
|
"maxScale": {
|
|
2347
2317
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -2353,7 +2323,7 @@
|
|
|
2353
2323
|
},
|
|
2354
2324
|
"mode": {
|
|
2355
2325
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
2356
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@
|
|
2326
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See {@link portal /FeatureLayer!FeatureLayerMode}."
|
|
2357
2327
|
},
|
|
2358
2328
|
"opacity": {
|
|
2359
2329
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -2364,7 +2334,7 @@
|
|
|
2364
2334
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
2365
2335
|
},
|
|
2366
2336
|
"refreshInterval": {
|
|
2367
|
-
"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{@
|
|
2337
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
2368
2338
|
"type": "number"
|
|
2369
2339
|
},
|
|
2370
2340
|
"screenSizePerspective": {
|
|
@@ -2391,7 +2361,7 @@
|
|
|
2391
2361
|
"type": "string"
|
|
2392
2362
|
},
|
|
2393
2363
|
"type": {
|
|
2394
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
2364
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
2395
2365
|
"enum": [
|
|
2396
2366
|
"BingMapsAerial",
|
|
2397
2367
|
"BingMapsHybrid",
|
|
@@ -2510,7 +2480,7 @@
|
|
|
2510
2480
|
},
|
|
2511
2481
|
"esri.rest-api.FeatureSet.FeatureSet": {
|
|
2512
2482
|
"additionalProperties": false,
|
|
2513
|
-
"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{@
|
|
2483
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/featureSet/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
|
|
2514
2484
|
"properties": {
|
|
2515
2485
|
"features": {
|
|
2516
2486
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -2532,7 +2502,7 @@
|
|
|
2532
2502
|
},
|
|
2533
2503
|
"esri.rest-api.Field.Field": {
|
|
2534
2504
|
"additionalProperties": false,
|
|
2535
|
-
"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{@
|
|
2505
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/field/} {@link https://developers.arcgis.com/web-scene-specification/objects/field/}.",
|
|
2536
2506
|
"properties": {
|
|
2537
2507
|
"alias": {
|
|
2538
2508
|
"description": "The field alias (human-readable name).",
|
|
@@ -2564,7 +2534,7 @@
|
|
|
2564
2534
|
},
|
|
2565
2535
|
"type": {
|
|
2566
2536
|
"$ref": "#/definitions/esri.rest-api.Field.FieldType",
|
|
2567
|
-
"description": "Type of the Field. See{@
|
|
2537
|
+
"description": "Type of the Field. See {@link portal /Field!FieldType}."
|
|
2568
2538
|
}
|
|
2569
2539
|
},
|
|
2570
2540
|
"type": "object"
|
|
@@ -2590,7 +2560,7 @@
|
|
|
2590
2560
|
},
|
|
2591
2561
|
"esri.rest-api.FieldInfo.FieldInfo": {
|
|
2592
2562
|
"additionalProperties": false,
|
|
2593
|
-
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See{@
|
|
2563
|
+
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See {@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
|
|
2594
2564
|
"properties": {
|
|
2595
2565
|
"fieldName": {
|
|
2596
2566
|
"description": "The field name as defined by the service.",
|
|
@@ -2610,7 +2580,7 @@
|
|
|
2610
2580
|
},
|
|
2611
2581
|
"stringFieldOption": {
|
|
2612
2582
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
|
|
2613
|
-
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@
|
|
2583
|
+
"description": "The type of input box editors will see when editing the field. Applies only to string fields. See {@link StringFieldOption}."
|
|
2614
2584
|
},
|
|
2615
2585
|
"tooltip": {
|
|
2616
2586
|
"description": "Provides an editing hint for editors of the field. This string could provide a short description of the field and how editors should format or supply its value.",
|
|
@@ -2627,7 +2597,7 @@
|
|
|
2627
2597
|
"type": "object"
|
|
2628
2598
|
},
|
|
2629
2599
|
"esri.rest-api.FieldInfo.StringFieldOption": {
|
|
2630
|
-
"description": "The type of string field to use with{@
|
|
2600
|
+
"description": "The type of string field to use with {@link portal /FieldInfo!FieldInfo.stringFieldOption}..",
|
|
2631
2601
|
"enum": [
|
|
2632
2602
|
"richtext",
|
|
2633
2603
|
"textarea",
|
|
@@ -2637,7 +2607,7 @@
|
|
|
2637
2607
|
},
|
|
2638
2608
|
"esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
|
|
2639
2609
|
"additionalProperties": false,
|
|
2640
|
-
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See{@
|
|
2610
|
+
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
|
|
2641
2611
|
"properties": {
|
|
2642
2612
|
"castShadows": {
|
|
2643
2613
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -2660,7 +2630,7 @@
|
|
|
2660
2630
|
"description": "The outline of the point, line or polygon."
|
|
2661
2631
|
},
|
|
2662
2632
|
"type": {
|
|
2663
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
2633
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
2664
2634
|
"enum": [
|
|
2665
2635
|
"Fill"
|
|
2666
2636
|
],
|
|
@@ -2674,7 +2644,7 @@
|
|
|
2674
2644
|
},
|
|
2675
2645
|
"esri.rest-api.FormInfo.FormAttachmentElement": {
|
|
2676
2646
|
"additionalProperties": false,
|
|
2677
|
-
"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{@
|
|
2647
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
|
|
2678
2648
|
"properties": {
|
|
2679
2649
|
"attachmentKeyword": {
|
|
2680
2650
|
"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.",
|
|
@@ -2715,7 +2685,7 @@
|
|
|
2715
2685
|
},
|
|
2716
2686
|
"esri.rest-api.FormInfo.FormBarcodeScannerInput": {
|
|
2717
2687
|
"additionalProperties": false,
|
|
2718
|
-
"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{@
|
|
2688
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
|
|
2719
2689
|
"properties": {
|
|
2720
2690
|
"maxLength": {
|
|
2721
2691
|
"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.",
|
|
@@ -2740,7 +2710,7 @@
|
|
|
2740
2710
|
},
|
|
2741
2711
|
"esri.rest-api.FormInfo.FormComboBoxInput": {
|
|
2742
2712
|
"additionalProperties": false,
|
|
2743
|
-
"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{@
|
|
2713
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
|
|
2744
2714
|
"properties": {
|
|
2745
2715
|
"noValueOptionLabel": {
|
|
2746
2716
|
"description": "The text used to represent a null value.",
|
|
@@ -2765,7 +2735,7 @@
|
|
|
2765
2735
|
},
|
|
2766
2736
|
"esri.rest-api.FormInfo.FormDateTimePickerInput": {
|
|
2767
2737
|
"additionalProperties": false,
|
|
2768
|
-
"description": "Defines the desired user interface is a calendar date picker. See{@
|
|
2738
|
+
"description": "Defines the desired user interface is a calendar date picker. See {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
|
|
2769
2739
|
"properties": {
|
|
2770
2740
|
"includeTime": {
|
|
2771
2741
|
"description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
|
|
@@ -2794,7 +2764,7 @@
|
|
|
2794
2764
|
},
|
|
2795
2765
|
"esri.rest-api.FormInfo.FormExpressionInfo": {
|
|
2796
2766
|
"additionalProperties": false,
|
|
2797
|
-
"description": "Arcade expression used in the form. See{@
|
|
2767
|
+
"description": "Arcade expression used in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
|
|
2798
2768
|
"properties": {
|
|
2799
2769
|
"expression": {
|
|
2800
2770
|
"description": "The Arcade expression.",
|
|
@@ -2820,7 +2790,7 @@
|
|
|
2820
2790
|
},
|
|
2821
2791
|
"esri.rest-api.FormInfo.FormFieldElement": {
|
|
2822
2792
|
"additionalProperties": false,
|
|
2823
|
-
"description": "Defines how a field in the dataset participates in the form. See{@
|
|
2793
|
+
"description": "Defines how a field in the dataset participates in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
|
|
2824
2794
|
"properties": {
|
|
2825
2795
|
"description": {
|
|
2826
2796
|
"description": "A string that describes the element in detail.",
|
|
@@ -2891,7 +2861,7 @@
|
|
|
2891
2861
|
},
|
|
2892
2862
|
"esri.rest-api.FormInfo.FormGroupElement": {
|
|
2893
2863
|
"additionalProperties": false,
|
|
2894
|
-
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See{@
|
|
2864
|
+
"description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See {@link https://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
|
|
2895
2865
|
"properties": {
|
|
2896
2866
|
"description": {
|
|
2897
2867
|
"description": "A string that describes the element in detail.",
|
|
@@ -2945,7 +2915,7 @@
|
|
|
2945
2915
|
},
|
|
2946
2916
|
"esri.rest-api.FormInfo.FormInfo": {
|
|
2947
2917
|
"additionalProperties": false,
|
|
2948
|
-
"description": "Defines the form configuration when a user edits a feature. See{@
|
|
2918
|
+
"description": "Defines the form configuration when a user edits a feature. See {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
|
|
2949
2919
|
"properties": {
|
|
2950
2920
|
"description": {
|
|
2951
2921
|
"description": "A string that appears in the body of the form as a description.",
|
|
@@ -2987,7 +2957,7 @@
|
|
|
2987
2957
|
},
|
|
2988
2958
|
"esri.rest-api.FormInfo.FormRadioButtonsInput": {
|
|
2989
2959
|
"additionalProperties": false,
|
|
2990
|
-
"description": "Defines the desired user interface is a radio button group. See{@
|
|
2960
|
+
"description": "Defines the desired user interface is a radio button group. See {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
|
|
2991
2961
|
"properties": {
|
|
2992
2962
|
"noValueOptionLabel": {
|
|
2993
2963
|
"description": "The text used to represent a null value.",
|
|
@@ -3012,7 +2982,7 @@
|
|
|
3012
2982
|
},
|
|
3013
2983
|
"esri.rest-api.FormInfo.FormRelationshipElement": {
|
|
3014
2984
|
"additionalProperties": false,
|
|
3015
|
-
"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{@
|
|
2985
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
|
|
3016
2986
|
"properties": {
|
|
3017
2987
|
"description": {
|
|
3018
2988
|
"description": "A string that describes the element in detail.",
|
|
@@ -3056,7 +3026,7 @@
|
|
|
3056
3026
|
},
|
|
3057
3027
|
"esri.rest-api.FormInfo.FormSwitchInput": {
|
|
3058
3028
|
"additionalProperties": false,
|
|
3059
|
-
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See{@
|
|
3029
|
+
"description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See {@link https://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
|
|
3060
3030
|
"properties": {
|
|
3061
3031
|
"offValue": {
|
|
3062
3032
|
"description": "The coded value when switch state is off.",
|
|
@@ -3087,7 +3057,7 @@
|
|
|
3087
3057
|
},
|
|
3088
3058
|
"esri.rest-api.FormInfo.FormTextAreaInput": {
|
|
3089
3059
|
"additionalProperties": false,
|
|
3090
|
-
"description": "Defines the desired user interface is a multi-line text area. See{@
|
|
3060
|
+
"description": "Defines the desired user interface is a multi-line text area. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
|
|
3091
3061
|
"properties": {
|
|
3092
3062
|
"maxLength": {
|
|
3093
3063
|
"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.",
|
|
@@ -3112,7 +3082,7 @@
|
|
|
3112
3082
|
},
|
|
3113
3083
|
"esri.rest-api.FormInfo.FormTextBoxInput": {
|
|
3114
3084
|
"additionalProperties": false,
|
|
3115
|
-
"description": "Defines the desired user interface is a single-line text box. See{@
|
|
3085
|
+
"description": "Defines the desired user interface is a single-line text box. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
|
|
3116
3086
|
"properties": {
|
|
3117
3087
|
"maxLength": {
|
|
3118
3088
|
"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.",
|
|
@@ -3136,7 +3106,7 @@
|
|
|
3136
3106
|
"type": "object"
|
|
3137
3107
|
},
|
|
3138
3108
|
"esri.rest-api.Format.DateFormat": {
|
|
3139
|
-
"description": "Possible date formats for{@
|
|
3109
|
+
"description": "Possible date formats for {@link Format.dateFormat}.",
|
|
3140
3110
|
"enum": [
|
|
3141
3111
|
"dayShortMonthYear",
|
|
3142
3112
|
"longDate",
|
|
@@ -3159,11 +3129,11 @@
|
|
|
3159
3129
|
},
|
|
3160
3130
|
"esri.rest-api.Format.Format": {
|
|
3161
3131
|
"additionalProperties": false,
|
|
3162
|
-
"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{@
|
|
3132
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/format/} {@link https://developers.arcgis.com/web-scene-specification/objects/format/}.",
|
|
3163
3133
|
"properties": {
|
|
3164
3134
|
"dateFormat": {
|
|
3165
3135
|
"$ref": "#/definitions/esri.rest-api.Format.DateFormat",
|
|
3166
|
-
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@
|
|
3136
|
+
"description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link utilities /date!DateFormat}."
|
|
3167
3137
|
},
|
|
3168
3138
|
"digitSeparator": {
|
|
3169
3139
|
"description": "A Boolean used with numerical fields. A value of true allows the number to have a digit (or thousands) separator when the value appears in pop-up windows. Depending on the locale, this separator is a decimal point or a comma. A value of false means that no separator will be used.",
|
|
@@ -3178,7 +3148,7 @@
|
|
|
3178
3148
|
},
|
|
3179
3149
|
"esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
|
|
3180
3150
|
"additionalProperties": false,
|
|
3181
|
-
"description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec:{@
|
|
3151
|
+
"description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec: {@link https://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec: {@link https://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
|
|
3182
3152
|
"properties": {
|
|
3183
3153
|
"blendMode": {
|
|
3184
3154
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3209,7 +3179,7 @@
|
|
|
3209
3179
|
},
|
|
3210
3180
|
"listMode": {
|
|
3211
3181
|
"$ref": "esri.ListMode",
|
|
3212
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3182
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3213
3183
|
},
|
|
3214
3184
|
"maxScale": {
|
|
3215
3185
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -3228,7 +3198,7 @@
|
|
|
3228
3198
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3229
3199
|
},
|
|
3230
3200
|
"refreshInterval": {
|
|
3231
|
-
"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{@
|
|
3201
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3232
3202
|
"type": "number"
|
|
3233
3203
|
},
|
|
3234
3204
|
"screenSizePerspective": {
|
|
@@ -3248,7 +3218,7 @@
|
|
|
3248
3218
|
"type": "string"
|
|
3249
3219
|
},
|
|
3250
3220
|
"type": {
|
|
3251
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
3221
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3252
3222
|
"enum": [
|
|
3253
3223
|
"BingMapsAerial",
|
|
3254
3224
|
"BingMapsHybrid",
|
|
@@ -3277,7 +3247,7 @@
|
|
|
3277
3247
|
},
|
|
3278
3248
|
"esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
|
|
3279
3249
|
"additionalProperties": false,
|
|
3280
|
-
"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{@
|
|
3250
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
3281
3251
|
"properties": {
|
|
3282
3252
|
"blendMode": {
|
|
3283
3253
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3304,7 +3274,7 @@
|
|
|
3304
3274
|
},
|
|
3305
3275
|
"listMode": {
|
|
3306
3276
|
"$ref": "esri.ListMode",
|
|
3307
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3277
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3308
3278
|
},
|
|
3309
3279
|
"maxScale": {
|
|
3310
3280
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -3327,7 +3297,7 @@
|
|
|
3327
3297
|
"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."
|
|
3328
3298
|
},
|
|
3329
3299
|
"refreshInterval": {
|
|
3330
|
-
"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{@
|
|
3300
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3331
3301
|
"type": "number"
|
|
3332
3302
|
},
|
|
3333
3303
|
"showLegend": {
|
|
@@ -3339,7 +3309,7 @@
|
|
|
3339
3309
|
"type": "string"
|
|
3340
3310
|
},
|
|
3341
3311
|
"type": {
|
|
3342
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
3312
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3343
3313
|
"enum": [
|
|
3344
3314
|
"BingMapsAerial",
|
|
3345
3315
|
"BingMapsHybrid",
|
|
@@ -3384,11 +3354,11 @@
|
|
|
3384
3354
|
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
3385
3355
|
}
|
|
3386
3356
|
],
|
|
3387
|
-
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@
|
|
3357
|
+
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."
|
|
3388
3358
|
},
|
|
3389
3359
|
"esri.rest-api.GroupLayer.GroupLayer": {
|
|
3390
3360
|
"additionalProperties": false,
|
|
3391
|
-
"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{@
|
|
3361
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
|
|
3392
3362
|
"properties": {
|
|
3393
3363
|
"blendMode": {
|
|
3394
3364
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3418,7 +3388,7 @@
|
|
|
3418
3388
|
},
|
|
3419
3389
|
"listMode": {
|
|
3420
3390
|
"$ref": "esri.ListMode",
|
|
3421
|
-
"description": "To show or hide the group layer in the layer list. See{@
|
|
3391
|
+
"description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
|
|
3422
3392
|
},
|
|
3423
3393
|
"maxScale": {
|
|
3424
3394
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -3433,7 +3403,7 @@
|
|
|
3433
3403
|
"type": "number"
|
|
3434
3404
|
},
|
|
3435
3405
|
"refreshInterval": {
|
|
3436
|
-
"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{@
|
|
3406
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3437
3407
|
"type": "number"
|
|
3438
3408
|
},
|
|
3439
3409
|
"showLegend": {
|
|
@@ -3445,7 +3415,7 @@
|
|
|
3445
3415
|
"type": "string"
|
|
3446
3416
|
},
|
|
3447
3417
|
"type": {
|
|
3448
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
3418
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3449
3419
|
"enum": [
|
|
3450
3420
|
"BingMapsAerial",
|
|
3451
3421
|
"BingMapsHybrid",
|
|
@@ -3464,7 +3434,7 @@
|
|
|
3464
3434
|
},
|
|
3465
3435
|
"visibilityMode": {
|
|
3466
3436
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
|
|
3467
|
-
"description": "How visibility of children is affected: independent, exclusive, inherited. See{@
|
|
3437
|
+
"description": "How visibility of children is affected: independent, exclusive, inherited. See {@link GroupLayerVisibilityMode}."
|
|
3468
3438
|
}
|
|
3469
3439
|
},
|
|
3470
3440
|
"required": [
|
|
@@ -3483,7 +3453,7 @@
|
|
|
3483
3453
|
},
|
|
3484
3454
|
"esri.rest-api.HeatmapRenderer.ColorStop": {
|
|
3485
3455
|
"additionalProperties": false,
|
|
3486
|
-
"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{@
|
|
3456
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
|
|
3487
3457
|
"properties": {
|
|
3488
3458
|
"color": {
|
|
3489
3459
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -3502,7 +3472,7 @@
|
|
|
3502
3472
|
},
|
|
3503
3473
|
"esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
|
|
3504
3474
|
"additionalProperties": false,
|
|
3505
|
-
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See{@
|
|
3475
|
+
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See {@link https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
|
|
3506
3476
|
"properties": {
|
|
3507
3477
|
"authoringInfo": {
|
|
3508
3478
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -3537,10 +3507,10 @@
|
|
|
3537
3507
|
},
|
|
3538
3508
|
"rotationType": {
|
|
3539
3509
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
3540
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
3510
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
3541
3511
|
},
|
|
3542
3512
|
"type": {
|
|
3543
|
-
"description": "The type of renderer. See{@
|
|
3513
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
3544
3514
|
"enum": [
|
|
3545
3515
|
"heatmap"
|
|
3546
3516
|
],
|
|
@@ -3549,8 +3519,7 @@
|
|
|
3549
3519
|
"visualVariables": {
|
|
3550
3520
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
3551
3521
|
"items": {
|
|
3552
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
3553
|
-
"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/}."
|
|
3522
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
3554
3523
|
},
|
|
3555
3524
|
"type": "array"
|
|
3556
3525
|
}
|
|
@@ -3562,7 +3531,7 @@
|
|
|
3562
3531
|
},
|
|
3563
3532
|
"esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
|
|
3564
3533
|
"additionalProperties": false,
|
|
3565
|
-
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See{@
|
|
3534
|
+
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
|
|
3566
3535
|
"properties": {
|
|
3567
3536
|
"anchor": {
|
|
3568
3537
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -3600,7 +3569,7 @@
|
|
|
3600
3569
|
"type": "number"
|
|
3601
3570
|
},
|
|
3602
3571
|
"type": {
|
|
3603
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
3572
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
3604
3573
|
"enum": [
|
|
3605
3574
|
"Icon"
|
|
3606
3575
|
],
|
|
@@ -3614,7 +3583,7 @@
|
|
|
3614
3583
|
},
|
|
3615
3584
|
"esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
|
|
3616
3585
|
"additionalProperties": false,
|
|
3617
|
-
"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{@
|
|
3586
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
|
|
3618
3587
|
"properties": {
|
|
3619
3588
|
"bandIds": {
|
|
3620
3589
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
@@ -3695,7 +3664,7 @@
|
|
|
3695
3664
|
},
|
|
3696
3665
|
"listMode": {
|
|
3697
3666
|
"$ref": "esri.ListMode",
|
|
3698
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3667
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3699
3668
|
},
|
|
3700
3669
|
"maxScale": {
|
|
3701
3670
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -3730,7 +3699,7 @@
|
|
|
3730
3699
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
3731
3700
|
},
|
|
3732
3701
|
"refreshInterval": {
|
|
3733
|
-
"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{@
|
|
3702
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3734
3703
|
"type": "number"
|
|
3735
3704
|
},
|
|
3736
3705
|
"renderingRule": {
|
|
@@ -3750,7 +3719,7 @@
|
|
|
3750
3719
|
"type": "string"
|
|
3751
3720
|
},
|
|
3752
3721
|
"type": {
|
|
3753
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
3722
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3754
3723
|
"enum": [
|
|
3755
3724
|
"BingMapsAerial",
|
|
3756
3725
|
"BingMapsHybrid",
|
|
@@ -3779,7 +3748,7 @@
|
|
|
3779
3748
|
},
|
|
3780
3749
|
"esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
|
|
3781
3750
|
"additionalProperties": false,
|
|
3782
|
-
"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{@
|
|
3751
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
|
|
3783
3752
|
"properties": {
|
|
3784
3753
|
"blendMode": {
|
|
3785
3754
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3825,7 +3794,7 @@
|
|
|
3825
3794
|
},
|
|
3826
3795
|
"listMode": {
|
|
3827
3796
|
"$ref": "esri.ListMode",
|
|
3828
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3797
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3829
3798
|
},
|
|
3830
3799
|
"maxScale": {
|
|
3831
3800
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -3844,7 +3813,7 @@
|
|
|
3844
3813
|
"type": "number"
|
|
3845
3814
|
},
|
|
3846
3815
|
"refreshInterval": {
|
|
3847
|
-
"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{@
|
|
3816
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3848
3817
|
"type": "number"
|
|
3849
3818
|
},
|
|
3850
3819
|
"showLegend": {
|
|
@@ -3860,7 +3829,7 @@
|
|
|
3860
3829
|
"type": "string"
|
|
3861
3830
|
},
|
|
3862
3831
|
"type": {
|
|
3863
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
3832
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3864
3833
|
"enum": [
|
|
3865
3834
|
"BingMapsAerial",
|
|
3866
3835
|
"BingMapsHybrid",
|
|
@@ -3891,7 +3860,7 @@
|
|
|
3891
3860
|
},
|
|
3892
3861
|
"esri.rest-api.InheritedDomain.InheritedDomain": {
|
|
3893
3862
|
"additionalProperties": false,
|
|
3894
|
-
"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{@
|
|
3863
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/inherited_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
|
|
3895
3864
|
"properties": {
|
|
3896
3865
|
"type": {
|
|
3897
3866
|
"description": "The type of domain.",
|
|
@@ -3908,7 +3877,7 @@
|
|
|
3908
3877
|
},
|
|
3909
3878
|
"esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
|
|
3910
3879
|
"additionalProperties": false,
|
|
3911
|
-
"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{@
|
|
3880
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
|
|
3912
3881
|
"properties": {
|
|
3913
3882
|
"blendMode": {
|
|
3914
3883
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -3935,7 +3904,7 @@
|
|
|
3935
3904
|
},
|
|
3936
3905
|
"listMode": {
|
|
3937
3906
|
"$ref": "esri.ListMode",
|
|
3938
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
3907
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
3939
3908
|
},
|
|
3940
3909
|
"maxScale": {
|
|
3941
3910
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -3950,7 +3919,7 @@
|
|
|
3950
3919
|
"type": "number"
|
|
3951
3920
|
},
|
|
3952
3921
|
"refreshInterval": {
|
|
3953
|
-
"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{@
|
|
3922
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
3954
3923
|
"type": "number"
|
|
3955
3924
|
},
|
|
3956
3925
|
"showLegend": {
|
|
@@ -3962,7 +3931,7 @@
|
|
|
3962
3931
|
"type": "string"
|
|
3963
3932
|
},
|
|
3964
3933
|
"type": {
|
|
3965
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
3934
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
3966
3935
|
"enum": [
|
|
3967
3936
|
"BingMapsAerial",
|
|
3968
3937
|
"BingMapsHybrid",
|
|
@@ -3991,11 +3960,11 @@
|
|
|
3991
3960
|
},
|
|
3992
3961
|
"esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
|
|
3993
3962
|
"additionalProperties": false,
|
|
3994
|
-
"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{@
|
|
3963
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
|
|
3995
3964
|
"properties": {
|
|
3996
3965
|
"joinType": {
|
|
3997
3966
|
"$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
|
|
3998
|
-
"description": "The type of join (left outer or left inner). See{@
|
|
3967
|
+
"description": "The type of join (left outer or left inner). See {@link JoinType}."
|
|
3999
3968
|
},
|
|
4000
3969
|
"leftTableKey": {
|
|
4001
3970
|
"description": "Field name from the left table.",
|
|
@@ -4028,7 +3997,7 @@
|
|
|
4028
3997
|
"description": "The right table source."
|
|
4029
3998
|
},
|
|
4030
3999
|
"type": {
|
|
4031
|
-
"description": "Type of the DataSource. See{@
|
|
4000
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
4032
4001
|
"enum": [
|
|
4033
4002
|
"joinTable"
|
|
4034
4003
|
],
|
|
@@ -4054,7 +4023,7 @@
|
|
|
4054
4023
|
},
|
|
4055
4024
|
"esri.rest-api.KMLLayer.KMLLayer": {
|
|
4056
4025
|
"additionalProperties": false,
|
|
4057
|
-
"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{@
|
|
4026
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
|
|
4058
4027
|
"properties": {
|
|
4059
4028
|
"blendMode": {
|
|
4060
4029
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4081,7 +4050,7 @@
|
|
|
4081
4050
|
},
|
|
4082
4051
|
"listMode": {
|
|
4083
4052
|
"$ref": "esri.ListMode",
|
|
4084
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4053
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4085
4054
|
},
|
|
4086
4055
|
"maxScale": {
|
|
4087
4056
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -4096,7 +4065,7 @@
|
|
|
4096
4065
|
"type": "number"
|
|
4097
4066
|
},
|
|
4098
4067
|
"refreshInterval": {
|
|
4099
|
-
"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{@
|
|
4068
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4100
4069
|
"type": "number"
|
|
4101
4070
|
},
|
|
4102
4071
|
"showLegend": {
|
|
@@ -4108,7 +4077,7 @@
|
|
|
4108
4077
|
"type": "string"
|
|
4109
4078
|
},
|
|
4110
4079
|
"type": {
|
|
4111
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
4080
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
4112
4081
|
"enum": [
|
|
4113
4082
|
"BingMapsAerial",
|
|
4114
4083
|
"BingMapsHybrid",
|
|
@@ -4144,7 +4113,7 @@
|
|
|
4144
4113
|
},
|
|
4145
4114
|
"esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
|
|
4146
4115
|
"additionalProperties": false,
|
|
4147
|
-
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See{@
|
|
4116
|
+
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
|
|
4148
4117
|
"properties": {
|
|
4149
4118
|
"callout": {
|
|
4150
4119
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -4158,7 +4127,7 @@
|
|
|
4158
4127
|
"type": "array"
|
|
4159
4128
|
},
|
|
4160
4129
|
"type": {
|
|
4161
|
-
"description": "The type of symbol. See{@
|
|
4130
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
4162
4131
|
"enum": [
|
|
4163
4132
|
"LabelSymbol3D"
|
|
4164
4133
|
],
|
|
@@ -4176,7 +4145,7 @@
|
|
|
4176
4145
|
"type": "object"
|
|
4177
4146
|
},
|
|
4178
4147
|
"esri.rest-api.LabelingInfo.LabelPlacement": {
|
|
4179
|
-
"description": "Possible values used with{@
|
|
4148
|
+
"description": "Possible values used with {@link LabelingInfo.labelPlacement}.",
|
|
4180
4149
|
"enum": [
|
|
4181
4150
|
"esriServerLinePlacementAboveAfter",
|
|
4182
4151
|
"esriServerLinePlacementAboveAlong",
|
|
@@ -4208,7 +4177,7 @@
|
|
|
4208
4177
|
},
|
|
4209
4178
|
"esri.rest-api.LabelingInfo.LabelingInfo": {
|
|
4210
4179
|
"additionalProperties": false,
|
|
4211
|
-
"description": "The labelingInfo object specifies the label definition for a layer. See{@
|
|
4180
|
+
"description": "The labelingInfo object specifies the label definition for a layer. See {@link https://developers.arcgis.com/web-map-specification/objects/labelingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
|
|
4212
4181
|
"properties": {
|
|
4213
4182
|
"labelExpression": {
|
|
4214
4183
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
@@ -4216,11 +4185,11 @@
|
|
|
4216
4185
|
},
|
|
4217
4186
|
"labelExpressionInfo": {
|
|
4218
4187
|
"$ref": "__type",
|
|
4219
|
-
"description": "This object allows label text to be read similar to that of the popupInfo's description property. See{@
|
|
4188
|
+
"description": "This object allows label text to be read similar to that of the popupInfo's description property. See {@link https://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}."
|
|
4220
4189
|
},
|
|
4221
4190
|
"labelPlacement": {
|
|
4222
4191
|
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
|
|
4223
|
-
"description": "This string property specifies the label placement with respect to that of its feature. A list of label placement values categorized by feature geometry types. See{@
|
|
4192
|
+
"description": "This string property specifies the label placement with respect to that of its feature. A list of label placement values categorized by feature geometry types. See {@link LabelPlacement}."
|
|
4224
4193
|
},
|
|
4225
4194
|
"maxScale": {
|
|
4226
4195
|
"description": "Represents the maximum scale at which the layer definition will be applied.",
|
|
@@ -4258,7 +4227,7 @@
|
|
|
4258
4227
|
},
|
|
4259
4228
|
"esri.rest-api.Layer.Layer": {
|
|
4260
4229
|
"additionalProperties": false,
|
|
4261
|
-
"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{@
|
|
4230
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/layer/} {@link https://developers.arcgis.com/web-scene-specification/objects/layer/}.",
|
|
4262
4231
|
"properties": {
|
|
4263
4232
|
"defaultVisibility": {
|
|
4264
4233
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -4335,7 +4304,7 @@
|
|
|
4335
4304
|
},
|
|
4336
4305
|
"esri.rest-api.LayerDefinition.FieldOverride": {
|
|
4337
4306
|
"additionalProperties": false,
|
|
4338
|
-
"description": "Defines overridden properties on a field for a specific view of the data. See{@
|
|
4307
|
+
"description": "Defines overridden properties on a field for a specific view of the data. See {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
|
|
4339
4308
|
"properties": {
|
|
4340
4309
|
"alias": {
|
|
4341
4310
|
"description": "A string containing the overridden field alias.",
|
|
@@ -4363,7 +4332,7 @@
|
|
|
4363
4332
|
},
|
|
4364
4333
|
"esri.rest-api.LayerDefinition.LayerDefinition": {
|
|
4365
4334
|
"additionalProperties": false,
|
|
4366
|
-
"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{@
|
|
4335
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/} {@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
|
|
4367
4336
|
"properties": {
|
|
4368
4337
|
"allowGeometryUpdates": {
|
|
4369
4338
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -4433,7 +4402,7 @@
|
|
|
4433
4402
|
},
|
|
4434
4403
|
"floorInfo": {
|
|
4435
4404
|
"$ref": "__type",
|
|
4436
|
-
"description": "Contains floor-awareness information for the layer. See{@
|
|
4405
|
+
"description": "Contains floor-awareness information for the layer. See {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
|
|
4437
4406
|
},
|
|
4438
4407
|
"geometryType": {
|
|
4439
4408
|
"description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
|
|
@@ -4461,7 +4430,7 @@
|
|
|
4461
4430
|
},
|
|
4462
4431
|
"htmlPopupType": {
|
|
4463
4432
|
"$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
|
|
4464
|
-
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@
|
|
4433
|
+
"description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See {@link HtmlPopupType}."
|
|
4465
4434
|
},
|
|
4466
4435
|
"id": {
|
|
4467
4436
|
"description": "The identifier assigned to the layer.",
|
|
@@ -4518,7 +4487,7 @@
|
|
|
4518
4487
|
"$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
|
|
4519
4488
|
}
|
|
4520
4489
|
],
|
|
4521
|
-
"description": "An object indicating the layerDefinition's layer source. See{@
|
|
4490
|
+
"description": "An object indicating the layerDefinition's layer source. See {@link https://developers.arcgis.com/web-map-specification/objects/source/} {@link https://developers.arcgis.com/web-scene-specification/objects/source/}."
|
|
4522
4491
|
},
|
|
4523
4492
|
"spatialReference": {
|
|
4524
4493
|
"$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
|
|
@@ -4587,7 +4556,7 @@
|
|
|
4587
4556
|
},
|
|
4588
4557
|
"esri.rest-api.LayerDefinition.LayerTimeInfo": {
|
|
4589
4558
|
"additionalProperties": false,
|
|
4590
|
-
"description": "Time info if the layer/table supports querying and exporting maps based on time. See{@
|
|
4559
|
+
"description": "Time info if the layer/table supports querying and exporting maps based on time. See {@link https://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
|
|
4591
4560
|
"properties": {
|
|
4592
4561
|
"endTimeField": {
|
|
4593
4562
|
"description": "The name of the attribute field that contains the end time information.",
|
|
@@ -4629,7 +4598,7 @@
|
|
|
4629
4598
|
},
|
|
4630
4599
|
"timeReference": {
|
|
4631
4600
|
"$ref": "__type",
|
|
4632
|
-
"description": "Defines information about daylight savings time and the time zone in which data was collected. See{@
|
|
4601
|
+
"description": "Defines information about daylight savings time and the time zone in which data was collected. See {@link https://developers.arcgis.com/web-map-specification/objects/timeReference/}."
|
|
4633
4602
|
},
|
|
4634
4603
|
"trackIdField": {
|
|
4635
4604
|
"description": "The field that contains the trackId.",
|
|
@@ -4706,7 +4675,7 @@
|
|
|
4706
4675
|
},
|
|
4707
4676
|
"esri.rest-api.LineSymbol3D.LineSymbol3D": {
|
|
4708
4677
|
"additionalProperties": false,
|
|
4709
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See{@
|
|
4678
|
+
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
|
|
4710
4679
|
"properties": {
|
|
4711
4680
|
"symbolLayers": {
|
|
4712
4681
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -4723,7 +4692,7 @@
|
|
|
4723
4692
|
"type": "array"
|
|
4724
4693
|
},
|
|
4725
4694
|
"type": {
|
|
4726
|
-
"description": "The type of symbol. See{@
|
|
4695
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
4727
4696
|
"enum": [
|
|
4728
4697
|
"LineSymbol3D"
|
|
4729
4698
|
],
|
|
@@ -4738,7 +4707,7 @@
|
|
|
4738
4707
|
},
|
|
4739
4708
|
"esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
|
|
4740
4709
|
"additionalProperties": false,
|
|
4741
|
-
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See{@
|
|
4710
|
+
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
|
|
4742
4711
|
"properties": {
|
|
4743
4712
|
"enable": {
|
|
4744
4713
|
"description": "Type: Boolean.",
|
|
@@ -4753,7 +4722,7 @@
|
|
|
4753
4722
|
"type": "number"
|
|
4754
4723
|
},
|
|
4755
4724
|
"type": {
|
|
4756
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
4725
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
4757
4726
|
"enum": [
|
|
4758
4727
|
"Line"
|
|
4759
4728
|
],
|
|
@@ -4767,7 +4736,7 @@
|
|
|
4767
4736
|
},
|
|
4768
4737
|
"esri.rest-api.LocationInfo.LocationInfo": {
|
|
4769
4738
|
"additionalProperties": false,
|
|
4770
|
-
"description": "Defines how location information will be retrieved from a CSV file referenced through the web. See{@
|
|
4739
|
+
"description": "Defines how location information will be retrieved from a CSV file referenced through the web. See {@link https://developers.arcgis.com/web-map-specification/objects/locationInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
|
|
4771
4740
|
"properties": {
|
|
4772
4741
|
"latitudeFieldName": {
|
|
4773
4742
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -4786,7 +4755,7 @@
|
|
|
4786
4755
|
},
|
|
4787
4756
|
"esri.rest-api.MapServiceLayer.MapServiceLayer": {
|
|
4788
4757
|
"additionalProperties": false,
|
|
4789
|
-
"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{@
|
|
4758
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
|
|
4790
4759
|
"properties": {
|
|
4791
4760
|
"blendMode": {
|
|
4792
4761
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -4827,7 +4796,7 @@
|
|
|
4827
4796
|
},
|
|
4828
4797
|
"listMode": {
|
|
4829
4798
|
"$ref": "esri.ListMode",
|
|
4830
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
4799
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
4831
4800
|
},
|
|
4832
4801
|
"maxScale": {
|
|
4833
4802
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -4842,7 +4811,7 @@
|
|
|
4842
4811
|
"type": "number"
|
|
4843
4812
|
},
|
|
4844
4813
|
"refreshInterval": {
|
|
4845
|
-
"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{@
|
|
4814
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
4846
4815
|
"type": "number"
|
|
4847
4816
|
},
|
|
4848
4817
|
"showLegend": {
|
|
@@ -4858,7 +4827,7 @@
|
|
|
4858
4827
|
"type": "string"
|
|
4859
4828
|
},
|
|
4860
4829
|
"type": {
|
|
4861
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
4830
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
4862
4831
|
"enum": [
|
|
4863
4832
|
"BingMapsAerial",
|
|
4864
4833
|
"BingMapsHybrid",
|
|
@@ -4913,7 +4882,7 @@
|
|
|
4913
4882
|
"type": "string"
|
|
4914
4883
|
},
|
|
4915
4884
|
"type": {
|
|
4916
|
-
"description": "Defines the type of media. One of the{@
|
|
4885
|
+
"description": "Defines the type of media. One of the {@link MediaType} constants.",
|
|
4917
4886
|
"type": "string"
|
|
4918
4887
|
},
|
|
4919
4888
|
"value": {
|
|
@@ -4925,7 +4894,7 @@
|
|
|
4925
4894
|
},
|
|
4926
4895
|
"esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
|
|
4927
4896
|
"additionalProperties": false,
|
|
4928
|
-
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See{@
|
|
4897
|
+
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
|
|
4929
4898
|
"properties": {
|
|
4930
4899
|
"symbolLayers": {
|
|
4931
4900
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -4935,7 +4904,7 @@
|
|
|
4935
4904
|
"type": "array"
|
|
4936
4905
|
},
|
|
4937
4906
|
"type": {
|
|
4938
|
-
"description": "The type of symbol. See{@
|
|
4907
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
4939
4908
|
"enum": [
|
|
4940
4909
|
"MeshSymbol3D"
|
|
4941
4910
|
],
|
|
@@ -4977,7 +4946,7 @@
|
|
|
4977
4946
|
},
|
|
4978
4947
|
"esri.rest-api.MosaicRule.MosaicRule": {
|
|
4979
4948
|
"additionalProperties": false,
|
|
4980
|
-
"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{@
|
|
4949
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/mosaicRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
|
|
4981
4950
|
"properties": {
|
|
4982
4951
|
"ascending": {
|
|
4983
4952
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -5003,11 +4972,11 @@
|
|
|
5003
4972
|
},
|
|
5004
4973
|
"mosaicMethod": {
|
|
5005
4974
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
|
|
5006
|
-
"description": "The mosaic method determines how the selected rasters are ordered. See{@
|
|
4975
|
+
"description": "The mosaic method determines how the selected rasters are ordered. See {@link MosaicMethodType}."
|
|
5007
4976
|
},
|
|
5008
4977
|
"mosaicOperation": {
|
|
5009
4978
|
"$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
|
|
5010
|
-
"description": "Use the mosaic operation to resolve overlap pixel values: from first or last raster, use the min, max or mean of the pixel values, or blend them. See{@
|
|
4979
|
+
"description": "Use the mosaic operation to resolve overlap pixel values: from first or last raster, use the min, max or mean of the pixel values, or blend them. See {@link MosaicOperationType}."
|
|
5011
4980
|
},
|
|
5012
4981
|
"multidimensionalDefinition": {
|
|
5013
4982
|
"description": "Definition of multidimensional variables. See https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/ and https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/.",
|
|
@@ -5040,7 +5009,7 @@
|
|
|
5040
5009
|
},
|
|
5041
5010
|
"esri.rest-api.Multipoint.Multipoint": {
|
|
5042
5011
|
"additionalProperties": false,
|
|
5043
|
-
"description": "Contains an array of points, along with a spatial reference field. See{@
|
|
5012
|
+
"description": "Contains an array of points, along with a spatial reference field. See {@link https://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
|
|
5044
5013
|
"properties": {
|
|
5045
5014
|
"hasM": {
|
|
5046
5015
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -5072,7 +5041,7 @@
|
|
|
5072
5041
|
},
|
|
5073
5042
|
"esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
|
|
5074
5043
|
"additionalProperties": false,
|
|
5075
|
-
"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{@
|
|
5044
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
|
|
5076
5045
|
"properties": {
|
|
5077
5046
|
"anchor": {
|
|
5078
5047
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -5107,7 +5076,7 @@
|
|
|
5107
5076
|
"description": "The shape (primitive) or image URL (href) used to visualize the features."
|
|
5108
5077
|
},
|
|
5109
5078
|
"type": {
|
|
5110
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
5079
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
5111
5080
|
"enum": [
|
|
5112
5081
|
"Object"
|
|
5113
5082
|
],
|
|
@@ -5125,7 +5094,7 @@
|
|
|
5125
5094
|
},
|
|
5126
5095
|
"esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
|
|
5127
5096
|
"additionalProperties": false,
|
|
5128
|
-
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See{@
|
|
5097
|
+
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
|
|
5129
5098
|
"properties": {
|
|
5130
5099
|
"material": {
|
|
5131
5100
|
"$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
|
|
@@ -5136,7 +5105,7 @@
|
|
|
5136
5105
|
"type": "number"
|
|
5137
5106
|
},
|
|
5138
5107
|
"type": {
|
|
5139
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
5108
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
5140
5109
|
"enum": [
|
|
5141
5110
|
"Path"
|
|
5142
5111
|
],
|
|
@@ -5154,7 +5123,7 @@
|
|
|
5154
5123
|
},
|
|
5155
5124
|
"esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
|
|
5156
5125
|
"additionalProperties": false,
|
|
5157
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries. See{@
|
|
5126
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
5158
5127
|
"properties": {
|
|
5159
5128
|
"angle": {
|
|
5160
5129
|
"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.",
|
|
@@ -5177,7 +5146,7 @@
|
|
|
5177
5146
|
"description": "Sets the outline of the symbol."
|
|
5178
5147
|
},
|
|
5179
5148
|
"type": {
|
|
5180
|
-
"description": "The type of symbol. See{@
|
|
5149
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
5181
5150
|
"enum": [
|
|
5182
5151
|
"esriPFS"
|
|
5183
5152
|
],
|
|
@@ -5215,7 +5184,7 @@
|
|
|
5215
5184
|
},
|
|
5216
5185
|
"esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
|
|
5217
5186
|
"additionalProperties": false,
|
|
5218
|
-
"description": "Picture marker symbols can be used to symbolize point geometries. See{@
|
|
5187
|
+
"description": "Picture marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
5219
5188
|
"properties": {
|
|
5220
5189
|
"angle": {
|
|
5221
5190
|
"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.",
|
|
@@ -5234,7 +5203,7 @@
|
|
|
5234
5203
|
"type": "string"
|
|
5235
5204
|
},
|
|
5236
5205
|
"type": {
|
|
5237
|
-
"description": "The type of symbol. See{@
|
|
5206
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
5238
5207
|
"enum": [
|
|
5239
5208
|
"esriPMS"
|
|
5240
5209
|
],
|
|
@@ -5264,7 +5233,7 @@
|
|
|
5264
5233
|
},
|
|
5265
5234
|
"esri.rest-api.Point.Point": {
|
|
5266
5235
|
"additionalProperties": false,
|
|
5267
|
-
"description": "Defines the JSON formats of the point and spatial reference objects. See{@
|
|
5236
|
+
"description": "Defines the JSON formats of the point and spatial reference objects. See {@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}. See {@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
|
|
5268
5237
|
"properties": {
|
|
5269
5238
|
"m": {
|
|
5270
5239
|
"description": "M coordinate which contains measures used for linear referencing.",
|
|
@@ -5304,7 +5273,7 @@
|
|
|
5304
5273
|
},
|
|
5305
5274
|
"esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
|
|
5306
5275
|
"additionalProperties": false,
|
|
5307
|
-
"description": "Filters points based on the value of the specified bitfield attribute. See{@
|
|
5276
|
+
"description": "Filters points based on the value of the specified bitfield attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
5308
5277
|
"properties": {
|
|
5309
5278
|
"field": {
|
|
5310
5279
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -5339,7 +5308,7 @@
|
|
|
5339
5308
|
},
|
|
5340
5309
|
"esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
|
|
5341
5310
|
"additionalProperties": false,
|
|
5342
|
-
"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{@
|
|
5311
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
|
|
5343
5312
|
"properties": {
|
|
5344
5313
|
"authoringInfo": {
|
|
5345
5314
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5354,7 +5323,7 @@
|
|
|
5354
5323
|
},
|
|
5355
5324
|
"colorModulation": {
|
|
5356
5325
|
"$ref": "__type",
|
|
5357
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
5326
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5358
5327
|
},
|
|
5359
5328
|
"field": {
|
|
5360
5329
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -5392,10 +5361,10 @@
|
|
|
5392
5361
|
},
|
|
5393
5362
|
"rotationType": {
|
|
5394
5363
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5395
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
5364
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
5396
5365
|
},
|
|
5397
5366
|
"type": {
|
|
5398
|
-
"description": "The type of renderer. See{@
|
|
5367
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
5399
5368
|
"enum": [
|
|
5400
5369
|
"pointCloudClassBreaksRenderer"
|
|
5401
5370
|
],
|
|
@@ -5404,8 +5373,7 @@
|
|
|
5404
5373
|
"visualVariables": {
|
|
5405
5374
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5406
5375
|
"items": {
|
|
5407
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5408
|
-
"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/}."
|
|
5376
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5409
5377
|
},
|
|
5410
5378
|
"type": "array"
|
|
5411
5379
|
}
|
|
@@ -5417,7 +5385,7 @@
|
|
|
5417
5385
|
},
|
|
5418
5386
|
"esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
|
|
5419
5387
|
"additionalProperties": false,
|
|
5420
|
-
"description": "Render points with fixed real world or screen space size. See{@
|
|
5388
|
+
"description": "Render points with fixed real world or screen space size. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
5421
5389
|
"properties": {
|
|
5422
5390
|
"size": {
|
|
5423
5391
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -5442,7 +5410,7 @@
|
|
|
5442
5410
|
},
|
|
5443
5411
|
"esri.rest-api.PointCloudLayer.PointCloudLayer": {
|
|
5444
5412
|
"additionalProperties": false,
|
|
5445
|
-
"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{@
|
|
5413
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
|
|
5446
5414
|
"properties": {
|
|
5447
5415
|
"blendMode": {
|
|
5448
5416
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -5473,7 +5441,7 @@
|
|
|
5473
5441
|
},
|
|
5474
5442
|
"listMode": {
|
|
5475
5443
|
"$ref": "esri.ListMode",
|
|
5476
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
5444
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
5477
5445
|
},
|
|
5478
5446
|
"maxScale": {
|
|
5479
5447
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -5492,7 +5460,7 @@
|
|
|
5492
5460
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
5493
5461
|
},
|
|
5494
5462
|
"refreshInterval": {
|
|
5495
|
-
"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{@
|
|
5463
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
5496
5464
|
"type": "number"
|
|
5497
5465
|
},
|
|
5498
5466
|
"showLegend": {
|
|
@@ -5504,7 +5472,7 @@
|
|
|
5504
5472
|
"type": "string"
|
|
5505
5473
|
},
|
|
5506
5474
|
"type": {
|
|
5507
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
5475
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
5508
5476
|
"enum": [
|
|
5509
5477
|
"BingMapsAerial",
|
|
5510
5478
|
"BingMapsHybrid",
|
|
@@ -5533,7 +5501,7 @@
|
|
|
5533
5501
|
},
|
|
5534
5502
|
"esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
|
|
5535
5503
|
"additionalProperties": false,
|
|
5536
|
-
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See{@
|
|
5504
|
+
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
|
|
5537
5505
|
"properties": {
|
|
5538
5506
|
"authoringInfo": {
|
|
5539
5507
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5541,7 +5509,7 @@
|
|
|
5541
5509
|
},
|
|
5542
5510
|
"colorModulation": {
|
|
5543
5511
|
"$ref": "__type",
|
|
5544
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
5512
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5545
5513
|
},
|
|
5546
5514
|
"field": {
|
|
5547
5515
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -5579,10 +5547,10 @@
|
|
|
5579
5547
|
},
|
|
5580
5548
|
"rotationType": {
|
|
5581
5549
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5582
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
5550
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
5583
5551
|
},
|
|
5584
5552
|
"type": {
|
|
5585
|
-
"description": "The type of renderer. See{@
|
|
5553
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
5586
5554
|
"enum": [
|
|
5587
5555
|
"pointCloudRGBRenderer"
|
|
5588
5556
|
],
|
|
@@ -5591,8 +5559,7 @@
|
|
|
5591
5559
|
"visualVariables": {
|
|
5592
5560
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5593
5561
|
"items": {
|
|
5594
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5595
|
-
"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/}."
|
|
5562
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5596
5563
|
},
|
|
5597
5564
|
"type": "array"
|
|
5598
5565
|
}
|
|
@@ -5604,7 +5571,7 @@
|
|
|
5604
5571
|
},
|
|
5605
5572
|
"esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
|
|
5606
5573
|
"additionalProperties": false,
|
|
5607
|
-
"description": "Filters points based on the value of the return number/return count. See{@
|
|
5574
|
+
"description": "Filters points based on the value of the return number/return count. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
5608
5575
|
"properties": {
|
|
5609
5576
|
"field": {
|
|
5610
5577
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -5632,7 +5599,7 @@
|
|
|
5632
5599
|
},
|
|
5633
5600
|
"esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
|
|
5634
5601
|
"additionalProperties": false,
|
|
5635
|
-
"description": "Render points using sizes depending on point density. See{@
|
|
5602
|
+
"description": "Render points using sizes depending on point density. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
5636
5603
|
"properties": {
|
|
5637
5604
|
"minSize": {
|
|
5638
5605
|
"description": "Minimum display space point size in points.",
|
|
@@ -5657,7 +5624,7 @@
|
|
|
5657
5624
|
},
|
|
5658
5625
|
"esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
|
|
5659
5626
|
"additionalProperties": false,
|
|
5660
|
-
"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{@
|
|
5627
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
|
|
5661
5628
|
"properties": {
|
|
5662
5629
|
"authoringInfo": {
|
|
5663
5630
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5665,7 +5632,7 @@
|
|
|
5665
5632
|
},
|
|
5666
5633
|
"colorModulation": {
|
|
5667
5634
|
"$ref": "__type",
|
|
5668
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
5635
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5669
5636
|
},
|
|
5670
5637
|
"field": {
|
|
5671
5638
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -5703,10 +5670,10 @@
|
|
|
5703
5670
|
},
|
|
5704
5671
|
"rotationType": {
|
|
5705
5672
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5706
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
5673
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
5707
5674
|
},
|
|
5708
5675
|
"type": {
|
|
5709
|
-
"description": "The type of renderer. See{@
|
|
5676
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
5710
5677
|
"enum": [
|
|
5711
5678
|
"pointCloudStretchRenderer"
|
|
5712
5679
|
],
|
|
@@ -5715,8 +5682,7 @@
|
|
|
5715
5682
|
"visualVariables": {
|
|
5716
5683
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5717
5684
|
"items": {
|
|
5718
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5719
|
-
"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/}."
|
|
5685
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5720
5686
|
},
|
|
5721
5687
|
"type": "array"
|
|
5722
5688
|
}
|
|
@@ -5728,7 +5694,7 @@
|
|
|
5728
5694
|
},
|
|
5729
5695
|
"esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
|
|
5730
5696
|
"additionalProperties": false,
|
|
5731
|
-
"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{@
|
|
5697
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
|
|
5732
5698
|
"properties": {
|
|
5733
5699
|
"authoringInfo": {
|
|
5734
5700
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -5736,7 +5702,7 @@
|
|
|
5736
5702
|
},
|
|
5737
5703
|
"colorModulation": {
|
|
5738
5704
|
"$ref": "__type",
|
|
5739
|
-
"description": "Indicates whether modulation should be used to render the point. See{@
|
|
5705
|
+
"description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
5740
5706
|
},
|
|
5741
5707
|
"colorUniqueValueInfos": {
|
|
5742
5708
|
"description": "Unique value infos.",
|
|
@@ -5781,10 +5747,10 @@
|
|
|
5781
5747
|
},
|
|
5782
5748
|
"rotationType": {
|
|
5783
5749
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
5784
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
5750
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
5785
5751
|
},
|
|
5786
5752
|
"type": {
|
|
5787
|
-
"description": "The type of renderer. See{@
|
|
5753
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
5788
5754
|
"enum": [
|
|
5789
5755
|
"pointCloudUniqueValueRenderer"
|
|
5790
5756
|
],
|
|
@@ -5793,8 +5759,7 @@
|
|
|
5793
5759
|
"visualVariables": {
|
|
5794
5760
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
5795
5761
|
"items": {
|
|
5796
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5797
|
-
"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/}."
|
|
5762
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
5798
5763
|
},
|
|
5799
5764
|
"type": "array"
|
|
5800
5765
|
}
|
|
@@ -5806,7 +5771,7 @@
|
|
|
5806
5771
|
},
|
|
5807
5772
|
"esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
|
|
5808
5773
|
"additionalProperties": false,
|
|
5809
|
-
"description": "Filters points based on the value of an specified attribute. See{@
|
|
5774
|
+
"description": "Filters points based on the value of an specified attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
5810
5775
|
"properties": {
|
|
5811
5776
|
"field": {
|
|
5812
5777
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -5838,7 +5803,7 @@
|
|
|
5838
5803
|
},
|
|
5839
5804
|
"esri.rest-api.PointSymbol3D.PointSymbol3D": {
|
|
5840
5805
|
"additionalProperties": false,
|
|
5841
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See{@
|
|
5806
|
+
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
|
|
5842
5807
|
"properties": {
|
|
5843
5808
|
"callout": {
|
|
5844
5809
|
"$ref": "#/definitions/esri.rest-api.Callout.Callout",
|
|
@@ -5846,7 +5811,7 @@
|
|
|
5846
5811
|
},
|
|
5847
5812
|
"styleOrigin": {
|
|
5848
5813
|
"$ref": "__type",
|
|
5849
|
-
"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{@
|
|
5814
|
+
"description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
|
|
5850
5815
|
},
|
|
5851
5816
|
"symbolLayers": {
|
|
5852
5817
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -5863,7 +5828,7 @@
|
|
|
5863
5828
|
"type": "array"
|
|
5864
5829
|
},
|
|
5865
5830
|
"type": {
|
|
5866
|
-
"description": "The type of symbol. See{@
|
|
5831
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
5867
5832
|
"enum": [
|
|
5868
5833
|
"PointSymbol3D"
|
|
5869
5834
|
],
|
|
@@ -5882,7 +5847,7 @@
|
|
|
5882
5847
|
},
|
|
5883
5848
|
"esri.rest-api.Polygon.Polygon": {
|
|
5884
5849
|
"additionalProperties": false,
|
|
5885
|
-
"description": "A polygon contains an array of rings and a spatial reference. See{@
|
|
5850
|
+
"description": "A polygon contains an array of rings and a spatial reference. See {@link https://developers.arcgis.com/web-map-specification/objects/polygon_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
|
|
5886
5851
|
"properties": {
|
|
5887
5852
|
"hasM": {
|
|
5888
5853
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -5917,7 +5882,7 @@
|
|
|
5917
5882
|
},
|
|
5918
5883
|
"esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
|
|
5919
5884
|
"additionalProperties": false,
|
|
5920
|
-
"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{@
|
|
5885
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
5921
5886
|
"properties": {
|
|
5922
5887
|
"symbolLayers": {
|
|
5923
5888
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -5937,7 +5902,7 @@
|
|
|
5937
5902
|
"type": "array"
|
|
5938
5903
|
},
|
|
5939
5904
|
"type": {
|
|
5940
|
-
"description": "The type of symbol. See{@
|
|
5905
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
5941
5906
|
"enum": [
|
|
5942
5907
|
"PolygonSymbol3D"
|
|
5943
5908
|
],
|
|
@@ -5952,7 +5917,7 @@
|
|
|
5952
5917
|
},
|
|
5953
5918
|
"esri.rest-api.Polyline.Polyline": {
|
|
5954
5919
|
"additionalProperties": false,
|
|
5955
|
-
"description": "Contains an array of paths and a spatialReference. See{@
|
|
5920
|
+
"description": "Contains an array of paths and a spatialReference. See {@link https://developers.arcgis.com/web-map-specification/objects/polyline_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
|
|
5956
5921
|
"properties": {
|
|
5957
5922
|
"hasM": {
|
|
5958
5923
|
"description": "Indicates whether the geometry contains M coordinate values.",
|
|
@@ -5995,7 +5960,7 @@
|
|
|
5995
5960
|
},
|
|
5996
5961
|
"esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
|
|
5997
5962
|
"additionalProperties": false,
|
|
5998
|
-
"description": "Arcade expression added to the pop-up. See{@
|
|
5963
|
+
"description": "Arcade expression added to the pop-up. See {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
5999
5964
|
"properties": {
|
|
6000
5965
|
"expression": {
|
|
6001
5966
|
"description": "The Arcade expression.",
|
|
@@ -6018,7 +5983,7 @@
|
|
|
6018
5983
|
},
|
|
6019
5984
|
"esri.rest-api.PopupInfo.OrderByFields": {
|
|
6020
5985
|
"additionalProperties": false,
|
|
6021
|
-
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See{@
|
|
5986
|
+
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See {@link https://developers.arcgis.com/web-map-specification/objects/orderByFields/} {@link https://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
|
|
6022
5987
|
"properties": {
|
|
6023
5988
|
"field": {
|
|
6024
5989
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -6122,7 +6087,7 @@
|
|
|
6122
6087
|
"type": "array"
|
|
6123
6088
|
},
|
|
6124
6089
|
"fieldInfos": {
|
|
6125
|
-
"description": "An array of{@
|
|
6090
|
+
"description": "An array of {@link portal /FieldInfo!FieldInfo} objects defining how each field in the dataset participates (or does not participate) in the pop-up window. The order of the array is the order that fields are shown in the pop-up window.",
|
|
6126
6091
|
"items": {
|
|
6127
6092
|
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
6128
6093
|
},
|
|
@@ -6159,7 +6124,7 @@
|
|
|
6159
6124
|
},
|
|
6160
6125
|
"esri.rest-api.PopupInfo.RelatedRecordsInfo": {
|
|
6161
6126
|
"additionalProperties": false,
|
|
6162
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See{@
|
|
6127
|
+
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See {@link https://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
|
|
6163
6128
|
"properties": {
|
|
6164
6129
|
"orderByFields": {
|
|
6165
6130
|
"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.",
|
|
@@ -6180,7 +6145,7 @@
|
|
|
6180
6145
|
},
|
|
6181
6146
|
"esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
|
|
6182
6147
|
"additionalProperties": false,
|
|
6183
|
-
"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{@
|
|
6148
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
|
|
6184
6149
|
"properties": {
|
|
6185
6150
|
"authoringInfo": {
|
|
6186
6151
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6204,10 +6169,10 @@
|
|
|
6204
6169
|
},
|
|
6205
6170
|
"rotationType": {
|
|
6206
6171
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6207
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
6172
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
6208
6173
|
},
|
|
6209
6174
|
"type": {
|
|
6210
|
-
"description": "The type of renderer. See{@
|
|
6175
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
6211
6176
|
"enum": [
|
|
6212
6177
|
"predominance"
|
|
6213
6178
|
],
|
|
@@ -6223,8 +6188,7 @@
|
|
|
6223
6188
|
"visualVariables": {
|
|
6224
6189
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6225
6190
|
"items": {
|
|
6226
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6227
|
-
"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/}."
|
|
6191
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6228
6192
|
},
|
|
6229
6193
|
"type": "array"
|
|
6230
6194
|
}
|
|
@@ -6238,7 +6202,7 @@
|
|
|
6238
6202
|
},
|
|
6239
6203
|
"esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
|
|
6240
6204
|
"additionalProperties": false,
|
|
6241
|
-
"description": "Query table data source is a layer/table that is defined by a SQL query. See{@
|
|
6205
|
+
"description": "Query table data source is a layer/table that is defined by a SQL query. See {@link https://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
|
|
6242
6206
|
"properties": {
|
|
6243
6207
|
"geometryType": {
|
|
6244
6208
|
"description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
|
|
@@ -6263,7 +6227,7 @@
|
|
|
6263
6227
|
"description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
|
|
6264
6228
|
},
|
|
6265
6229
|
"type": {
|
|
6266
|
-
"description": "Type of the DataSource. See{@
|
|
6230
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
6267
6231
|
"enum": [
|
|
6268
6232
|
"queryTable"
|
|
6269
6233
|
],
|
|
@@ -6281,7 +6245,7 @@
|
|
|
6281
6245
|
},
|
|
6282
6246
|
"esri.rest-api.RangeDomain.RangeDomain": {
|
|
6283
6247
|
"additionalProperties": false,
|
|
6284
|
-
"description": "Range domain specifies a range of valid values for a field. See{@
|
|
6248
|
+
"description": "Range domain specifies a range of valid values for a field. See {@link https://developers.arcgis.com/web-map-specification/objects/range_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
|
|
6285
6249
|
"properties": {
|
|
6286
6250
|
"name": {
|
|
6287
6251
|
"description": "The name of the domain.",
|
|
@@ -6295,7 +6259,7 @@
|
|
|
6295
6259
|
"type": "array"
|
|
6296
6260
|
},
|
|
6297
6261
|
"type": {
|
|
6298
|
-
"description": "Type of domain. See{@
|
|
6262
|
+
"description": "Type of domain. See {@link portal /Domain!DomainType}.",
|
|
6299
6263
|
"enum": [
|
|
6300
6264
|
"range"
|
|
6301
6265
|
],
|
|
@@ -6311,7 +6275,7 @@
|
|
|
6311
6275
|
},
|
|
6312
6276
|
"esri.rest-api.RangeInfo.RangeInfo": {
|
|
6313
6277
|
"additionalProperties": false,
|
|
6314
|
-
"description": "Range Information. See{@
|
|
6278
|
+
"description": "Range Information. See {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
6315
6279
|
"properties": {
|
|
6316
6280
|
"currentRangeExtent": {
|
|
6317
6281
|
"description": "Contains the min and max values within which the features are visible.",
|
|
@@ -6364,14 +6328,14 @@
|
|
|
6364
6328
|
},
|
|
6365
6329
|
"esri.rest-api.RasterDataSource.RasterDataSource": {
|
|
6366
6330
|
"additionalProperties": false,
|
|
6367
|
-
"description": "Raster data source is a file-based raster that resides in a registered raster workspace. See{@
|
|
6331
|
+
"description": "Raster data source is a file-based raster that resides in a registered raster workspace. See {@link https://developers.arcgis.com/web-map-specification/objects/rasterDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
|
|
6368
6332
|
"properties": {
|
|
6369
6333
|
"dataSourceName": {
|
|
6370
6334
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
6371
6335
|
"type": "string"
|
|
6372
6336
|
},
|
|
6373
6337
|
"type": {
|
|
6374
|
-
"description": "Type of the DataSource. See{@
|
|
6338
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
6375
6339
|
"enum": [
|
|
6376
6340
|
"raster"
|
|
6377
6341
|
],
|
|
@@ -6389,11 +6353,11 @@
|
|
|
6389
6353
|
},
|
|
6390
6354
|
"esri.rest-api.Renderer.AuthoringInfo": {
|
|
6391
6355
|
"additionalProperties": false,
|
|
6392
|
-
"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{@
|
|
6356
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
|
|
6393
6357
|
"properties": {
|
|
6394
6358
|
"classificationMethod": {
|
|
6395
6359
|
"$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
|
|
6396
|
-
"description": "Used for classed color or size. The default value is esriClassifyManual. See{@
|
|
6360
|
+
"description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
|
|
6397
6361
|
},
|
|
6398
6362
|
"colorRamp": {
|
|
6399
6363
|
"$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
|
|
@@ -6413,7 +6377,7 @@
|
|
|
6413
6377
|
},
|
|
6414
6378
|
"type": {
|
|
6415
6379
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
|
|
6416
|
-
"description": "In case of classed renderers this is set to either classedSize or classedColor. See{@
|
|
6380
|
+
"description": "In case of classed renderers this is set to either classedSize or classedColor. See {@link AuthoringInfoType}."
|
|
6417
6381
|
},
|
|
6418
6382
|
"visualVariables": {
|
|
6419
6383
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
|
|
@@ -6444,7 +6408,7 @@
|
|
|
6444
6408
|
},
|
|
6445
6409
|
"esri.rest-api.Renderer.ColorRamp": {
|
|
6446
6410
|
"additionalProperties": false,
|
|
6447
|
-
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See{@
|
|
6411
|
+
"description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See {@link https://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
|
|
6448
6412
|
"properties": {
|
|
6449
6413
|
"algorithm": {
|
|
6450
6414
|
"description": "Algorithm used for calculating the ramp.",
|
|
@@ -6587,14 +6551,14 @@
|
|
|
6587
6551
|
},
|
|
6588
6552
|
"esri.rest-api.RenderingRule.RenderingRule": {
|
|
6589
6553
|
"additionalProperties": false,
|
|
6590
|
-
"description": "Specifies the rendering rule for how the requested image should be rendered. See{@
|
|
6554
|
+
"description": "Specifies the rendering rule for how the requested image should be rendered. See {@link https://developers.arcgis.com/web-map-specification/objects/renderingRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
|
|
6591
6555
|
"properties": {
|
|
6592
6556
|
"outputPixelType": {
|
|
6593
6557
|
"$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
|
|
6594
|
-
"description": "Defines the pixel type of the output image. See{@
|
|
6558
|
+
"description": "Defines the pixel type of the output image. See {@link PixelType}."
|
|
6595
6559
|
},
|
|
6596
6560
|
"rasterFunction": {
|
|
6597
|
-
"description": "The raster function name identifies the processing or rendering to be performed. See{@
|
|
6561
|
+
"description": "The raster function name identifies the processing or rendering to be performed. See {@link http://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
|
|
6598
6562
|
"type": "string"
|
|
6599
6563
|
},
|
|
6600
6564
|
"rasterFunctionArguments": {
|
|
@@ -6609,7 +6573,7 @@
|
|
|
6609
6573
|
},
|
|
6610
6574
|
"esri.rest-api.SceneLayer.SceneLayer": {
|
|
6611
6575
|
"additionalProperties": false,
|
|
6612
|
-
"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{@
|
|
6576
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
|
|
6613
6577
|
"properties": {
|
|
6614
6578
|
"blendMode": {
|
|
6615
6579
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -6644,7 +6608,7 @@
|
|
|
6644
6608
|
},
|
|
6645
6609
|
"listMode": {
|
|
6646
6610
|
"$ref": "esri.ListMode",
|
|
6647
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6611
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
6648
6612
|
},
|
|
6649
6613
|
"maxScale": {
|
|
6650
6614
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -6663,7 +6627,7 @@
|
|
|
6663
6627
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
6664
6628
|
},
|
|
6665
6629
|
"refreshInterval": {
|
|
6666
|
-
"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{@
|
|
6630
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
6667
6631
|
"type": "number"
|
|
6668
6632
|
},
|
|
6669
6633
|
"screenSizePerspective": {
|
|
@@ -6683,7 +6647,7 @@
|
|
|
6683
6647
|
"type": "string"
|
|
6684
6648
|
},
|
|
6685
6649
|
"type": {
|
|
6686
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
6650
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
6687
6651
|
"enum": [
|
|
6688
6652
|
"BingMapsAerial",
|
|
6689
6653
|
"BingMapsHybrid",
|
|
@@ -6726,7 +6690,7 @@
|
|
|
6726
6690
|
},
|
|
6727
6691
|
"esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
|
|
6728
6692
|
"additionalProperties": false,
|
|
6729
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries. See{@
|
|
6693
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
6730
6694
|
"properties": {
|
|
6731
6695
|
"color": {
|
|
6732
6696
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -6738,10 +6702,10 @@
|
|
|
6738
6702
|
},
|
|
6739
6703
|
"style": {
|
|
6740
6704
|
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
|
|
6741
|
-
"description": "The fill style. See{@
|
|
6705
|
+
"description": "The fill style. See {@link SimpleFillStyle}."
|
|
6742
6706
|
},
|
|
6743
6707
|
"type": {
|
|
6744
|
-
"description": "The type of symbol. See{@
|
|
6708
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6745
6709
|
"enum": [
|
|
6746
6710
|
"esriSFS"
|
|
6747
6711
|
],
|
|
@@ -6767,7 +6731,7 @@
|
|
|
6767
6731
|
},
|
|
6768
6732
|
"esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
|
|
6769
6733
|
"additionalProperties": false,
|
|
6770
|
-
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See{@
|
|
6734
|
+
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
|
|
6771
6735
|
"properties": {
|
|
6772
6736
|
"color": {
|
|
6773
6737
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -6775,10 +6739,10 @@
|
|
|
6775
6739
|
},
|
|
6776
6740
|
"style": {
|
|
6777
6741
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
|
|
6778
|
-
"description": "The line style. See{@
|
|
6742
|
+
"description": "The line style. See {@link SimpleLineStyle}."
|
|
6779
6743
|
},
|
|
6780
6744
|
"type": {
|
|
6781
|
-
"description": "The type of symbol. See{@
|
|
6745
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6782
6746
|
"enum": [
|
|
6783
6747
|
"esriSLS"
|
|
6784
6748
|
],
|
|
@@ -6809,7 +6773,7 @@
|
|
|
6809
6773
|
},
|
|
6810
6774
|
"esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
|
|
6811
6775
|
"additionalProperties": false,
|
|
6812
|
-
"description": "Simple marker symbols can be used to symbolize point geometries. See{@
|
|
6776
|
+
"description": "Simple marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
6813
6777
|
"properties": {
|
|
6814
6778
|
"angle": {
|
|
6815
6779
|
"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.",
|
|
@@ -6829,10 +6793,10 @@
|
|
|
6829
6793
|
},
|
|
6830
6794
|
"style": {
|
|
6831
6795
|
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
|
|
6832
|
-
"description": "The marker style. See{@
|
|
6796
|
+
"description": "The marker style. See {@link SimpleMarkerStyle}."
|
|
6833
6797
|
},
|
|
6834
6798
|
"type": {
|
|
6835
|
-
"description": "The type of symbol. See{@
|
|
6799
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
6836
6800
|
"enum": [
|
|
6837
6801
|
"esriSMS"
|
|
6838
6802
|
],
|
|
@@ -6854,7 +6818,7 @@
|
|
|
6854
6818
|
},
|
|
6855
6819
|
"esri.rest-api.SimpleRenderer.SimpleRenderer": {
|
|
6856
6820
|
"additionalProperties": false,
|
|
6857
|
-
"description": "A simple renderer is a renderer that uses one symbol only. See{@
|
|
6821
|
+
"description": "A simple renderer is a renderer that uses one symbol only. See {@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
|
|
6858
6822
|
"properties": {
|
|
6859
6823
|
"authoringInfo": {
|
|
6860
6824
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -6874,7 +6838,7 @@
|
|
|
6874
6838
|
},
|
|
6875
6839
|
"rotationType": {
|
|
6876
6840
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
6877
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
6841
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
6878
6842
|
},
|
|
6879
6843
|
"symbol": {
|
|
6880
6844
|
"anyOf": [
|
|
@@ -6921,7 +6885,7 @@
|
|
|
6921
6885
|
"description": "An object that represents how all features will be drawn."
|
|
6922
6886
|
},
|
|
6923
6887
|
"type": {
|
|
6924
|
-
"description": "The type of renderer. See{@
|
|
6888
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
6925
6889
|
"enum": [
|
|
6926
6890
|
"simple"
|
|
6927
6891
|
],
|
|
@@ -6930,8 +6894,7 @@
|
|
|
6930
6894
|
"visualVariables": {
|
|
6931
6895
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
6932
6896
|
"items": {
|
|
6933
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6934
|
-
"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/}."
|
|
6897
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
6935
6898
|
},
|
|
6936
6899
|
"type": "array"
|
|
6937
6900
|
}
|
|
@@ -6944,7 +6907,7 @@
|
|
|
6944
6907
|
},
|
|
6945
6908
|
"esri.rest-api.SpatialReference.SpatialReference": {
|
|
6946
6909
|
"additionalProperties": false,
|
|
6947
|
-
"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{@
|
|
6910
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/} {@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
|
|
6948
6911
|
"properties": {
|
|
6949
6912
|
"latestVcsWkid": {
|
|
6950
6913
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -6971,7 +6934,7 @@
|
|
|
6971
6934
|
},
|
|
6972
6935
|
"esri.rest-api.StreamLayer.StreamLayer": {
|
|
6973
6936
|
"additionalProperties": false,
|
|
6974
|
-
"description": "A stream layer in a web map. See{@
|
|
6937
|
+
"description": "A stream layer in a web map. See {@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
|
|
6975
6938
|
"properties": {
|
|
6976
6939
|
"blendMode": {
|
|
6977
6940
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7029,7 +6992,7 @@
|
|
|
7029
6992
|
},
|
|
7030
6993
|
"listMode": {
|
|
7031
6994
|
"$ref": "esri.ListMode",
|
|
7032
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
6995
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7033
6996
|
},
|
|
7034
6997
|
"maxScale": {
|
|
7035
6998
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -7041,7 +7004,7 @@
|
|
|
7041
7004
|
},
|
|
7042
7005
|
"mode": {
|
|
7043
7006
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
7044
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@
|
|
7007
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See {@link portal /FeatureLayer!FeatureLayerMode}."
|
|
7045
7008
|
},
|
|
7046
7009
|
"opacity": {
|
|
7047
7010
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
@@ -7052,7 +7015,7 @@
|
|
|
7052
7015
|
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
7053
7016
|
},
|
|
7054
7017
|
"refreshInterval": {
|
|
7055
|
-
"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{@
|
|
7018
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7056
7019
|
"type": "number"
|
|
7057
7020
|
},
|
|
7058
7021
|
"screenSizePerspective": {
|
|
@@ -7079,7 +7042,7 @@
|
|
|
7079
7042
|
"type": "string"
|
|
7080
7043
|
},
|
|
7081
7044
|
"type": {
|
|
7082
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
7045
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
7083
7046
|
"enum": [
|
|
7084
7047
|
"BingMapsAerial",
|
|
7085
7048
|
"BingMapsHybrid",
|
|
@@ -7115,7 +7078,7 @@
|
|
|
7115
7078
|
},
|
|
7116
7079
|
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
7117
7080
|
"additionalProperties": false,
|
|
7118
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See{@
|
|
7081
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
7119
7082
|
"properties": {
|
|
7120
7083
|
"name": {
|
|
7121
7084
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -7143,7 +7106,7 @@
|
|
|
7143
7106
|
},
|
|
7144
7107
|
"esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
|
|
7145
7108
|
"additionalProperties": false,
|
|
7146
|
-
"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{@
|
|
7109
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
|
|
7147
7110
|
"properties": {
|
|
7148
7111
|
"blendMode": {
|
|
7149
7112
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7180,7 +7143,7 @@
|
|
|
7180
7143
|
},
|
|
7181
7144
|
"listMode": {
|
|
7182
7145
|
"$ref": "esri.ListMode",
|
|
7183
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7146
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7184
7147
|
},
|
|
7185
7148
|
"maxScale": {
|
|
7186
7149
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -7195,7 +7158,7 @@
|
|
|
7195
7158
|
"type": "number"
|
|
7196
7159
|
},
|
|
7197
7160
|
"refreshInterval": {
|
|
7198
|
-
"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{@
|
|
7161
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7199
7162
|
"type": "number"
|
|
7200
7163
|
},
|
|
7201
7164
|
"showLegend": {
|
|
@@ -7207,7 +7170,7 @@
|
|
|
7207
7170
|
"type": "string"
|
|
7208
7171
|
},
|
|
7209
7172
|
"type": {
|
|
7210
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
7173
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
7211
7174
|
"enum": [
|
|
7212
7175
|
"BingMapsAerial",
|
|
7213
7176
|
"BingMapsHybrid",
|
|
@@ -7235,7 +7198,7 @@
|
|
|
7235
7198
|
"type": "object"
|
|
7236
7199
|
},
|
|
7237
7200
|
"esri.rest-api.Symbol.Color": {
|
|
7238
|
-
"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{@
|
|
7201
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}.",
|
|
7239
7202
|
"items": {
|
|
7240
7203
|
"type": "number"
|
|
7241
7204
|
},
|
|
@@ -7243,11 +7206,11 @@
|
|
|
7243
7206
|
},
|
|
7244
7207
|
"esri.rest-api.Symbol.Font": {
|
|
7245
7208
|
"additionalProperties": false,
|
|
7246
|
-
"description": "Font used for text symbols. See{@
|
|
7209
|
+
"description": "Font used for text symbols. See {@link https://developers.arcgis.com/web-map-specification/objects/font/} {@link https://developers.arcgis.com/web-scene-specification/objects/font/}.",
|
|
7247
7210
|
"properties": {
|
|
7248
7211
|
"decoration": {
|
|
7249
7212
|
"$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
|
|
7250
|
-
"description": "The text decoration. See{@
|
|
7213
|
+
"description": "The text decoration. See {@link TextDecoration}."
|
|
7251
7214
|
},
|
|
7252
7215
|
"family": {
|
|
7253
7216
|
"description": "The font family.",
|
|
@@ -7259,11 +7222,11 @@
|
|
|
7259
7222
|
},
|
|
7260
7223
|
"style": {
|
|
7261
7224
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
|
|
7262
|
-
"description": "The text style. See{@
|
|
7225
|
+
"description": "The text style. See {@link FontStyle}."
|
|
7263
7226
|
},
|
|
7264
7227
|
"weight": {
|
|
7265
7228
|
"$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
|
|
7266
|
-
"description": "The text weight. See{@
|
|
7229
|
+
"description": "The text weight. See {@link FontWeight}."
|
|
7267
7230
|
}
|
|
7268
7231
|
},
|
|
7269
7232
|
"type": "object"
|
|
@@ -7321,7 +7284,7 @@
|
|
|
7321
7284
|
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
7322
7285
|
}
|
|
7323
7286
|
],
|
|
7324
|
-
"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{@
|
|
7287
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/symbol/}."
|
|
7325
7288
|
},
|
|
7326
7289
|
"esri.rest-api.Symbol.TextDecoration": {
|
|
7327
7290
|
"description": "The text decoration for the Font.",
|
|
@@ -7344,7 +7307,7 @@
|
|
|
7344
7307
|
},
|
|
7345
7308
|
"esri.rest-api.Symbol3D.Material": {
|
|
7346
7309
|
"additionalProperties": false,
|
|
7347
|
-
"description": "The material used to shade the geometry. See{@
|
|
7310
|
+
"description": "The material used to shade the geometry. See {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
7348
7311
|
"properties": {
|
|
7349
7312
|
"color": {
|
|
7350
7313
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7371,7 +7334,7 @@
|
|
|
7371
7334
|
},
|
|
7372
7335
|
"esri.rest-api.Symbol3D.Outline": {
|
|
7373
7336
|
"additionalProperties": false,
|
|
7374
|
-
"description": "The outline of the point, line or polygon. See{@
|
|
7337
|
+
"description": "The outline of the point, line or polygon. See {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
7375
7338
|
"properties": {
|
|
7376
7339
|
"color": {
|
|
7377
7340
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
@@ -7394,7 +7357,7 @@
|
|
|
7394
7357
|
},
|
|
7395
7358
|
"esri.rest-api.Symbol3D.ResourceIconSymbol": {
|
|
7396
7359
|
"additionalProperties": false,
|
|
7397
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features. See{@
|
|
7360
|
+
"description": "The shape (primitive) or image URL (href) used to visualize the features. See {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
|
|
7398
7361
|
"properties": {
|
|
7399
7362
|
"dataURI": {
|
|
7400
7363
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -7413,7 +7376,7 @@
|
|
|
7413
7376
|
},
|
|
7414
7377
|
"esri.rest-api.Symbol3D.ResourceObjectSymbol": {
|
|
7415
7378
|
"additionalProperties": false,
|
|
7416
|
-
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See{@
|
|
7379
|
+
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
|
|
7417
7380
|
"properties": {
|
|
7418
7381
|
"href": {
|
|
7419
7382
|
"description": "Must be an absolute URL or a relative path starting with \"./\".",
|
|
@@ -7447,11 +7410,11 @@
|
|
|
7447
7410
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
7448
7411
|
}
|
|
7449
7412
|
],
|
|
7450
|
-
"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{@
|
|
7413
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
|
|
7451
7414
|
},
|
|
7452
7415
|
"esri.rest-api.TableDataSource.TableDataSource": {
|
|
7453
7416
|
"additionalProperties": false,
|
|
7454
|
-
"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{@
|
|
7417
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/tableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
|
|
7455
7418
|
"properties": {
|
|
7456
7419
|
"dataSourceName": {
|
|
7457
7420
|
"description": "The fully-qualified string value used to specify where the dataSource is derived.",
|
|
@@ -7462,7 +7425,7 @@
|
|
|
7462
7425
|
"type": "string"
|
|
7463
7426
|
},
|
|
7464
7427
|
"type": {
|
|
7465
|
-
"description": "Type of the DataSource. See{@
|
|
7428
|
+
"description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
|
|
7466
7429
|
"enum": [
|
|
7467
7430
|
"table"
|
|
7468
7431
|
],
|
|
@@ -7479,7 +7442,7 @@
|
|
|
7479
7442
|
"type": "object"
|
|
7480
7443
|
},
|
|
7481
7444
|
"esri.rest-api.Template.DrawingTool": {
|
|
7482
|
-
"description": "Possible drawing tool value to use with{@
|
|
7445
|
+
"description": "Possible drawing tool value to use with {@link Template.drawingTool}.",
|
|
7483
7446
|
"enum": [
|
|
7484
7447
|
"esriFeatureEditToolCircle",
|
|
7485
7448
|
"esriFeatureEditToolDownArrow",
|
|
@@ -7499,7 +7462,7 @@
|
|
|
7499
7462
|
},
|
|
7500
7463
|
"esri.rest-api.Template.Template": {
|
|
7501
7464
|
"additionalProperties": false,
|
|
7502
|
-
"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{@
|
|
7465
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/template/} {@link https://developers.arcgis.com/web-scene-specification/objects/template/}.",
|
|
7503
7466
|
"properties": {
|
|
7504
7467
|
"description": {
|
|
7505
7468
|
"description": "A detailed description of the template.",
|
|
@@ -7507,7 +7470,7 @@
|
|
|
7507
7470
|
},
|
|
7508
7471
|
"drawingTool": {
|
|
7509
7472
|
"$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
|
|
7510
|
-
"description": "An optional string that can define a client-side drawing tool to be used with this feature. See the web map specification for more details. See{@
|
|
7473
|
+
"description": "An optional string that can define a client-side drawing tool to be used with this feature. See the web map specification for more details. See {@link DrawingTool}."
|
|
7511
7474
|
},
|
|
7512
7475
|
"name": {
|
|
7513
7476
|
"description": "A string containing a user-friendly name for the template. This name could appear on a menu of feature choices displayed in the client editing environment.",
|
|
@@ -7522,7 +7485,7 @@
|
|
|
7522
7485
|
},
|
|
7523
7486
|
"esri.rest-api.TemporalRenderer.TemporalRenderer": {
|
|
7524
7487
|
"additionalProperties": false,
|
|
7525
|
-
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See{@
|
|
7488
|
+
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See {@link https://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
|
|
7526
7489
|
"properties": {
|
|
7527
7490
|
"authoringInfo": {
|
|
7528
7491
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7542,14 +7505,14 @@
|
|
|
7542
7505
|
},
|
|
7543
7506
|
"rotationType": {
|
|
7544
7507
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7545
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
7508
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
7546
7509
|
},
|
|
7547
7510
|
"trackRenderer": {
|
|
7548
7511
|
"$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
|
|
7549
7512
|
"description": "Simple renderer used to symbolize the tracks."
|
|
7550
7513
|
},
|
|
7551
7514
|
"type": {
|
|
7552
|
-
"description": "The type of renderer. See{@
|
|
7515
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
7553
7516
|
"enum": [
|
|
7554
7517
|
"temporal"
|
|
7555
7518
|
],
|
|
@@ -7558,8 +7521,7 @@
|
|
|
7558
7521
|
"visualVariables": {
|
|
7559
7522
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
7560
7523
|
"items": {
|
|
7561
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7562
|
-
"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/}."
|
|
7524
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
7563
7525
|
},
|
|
7564
7526
|
"type": "array"
|
|
7565
7527
|
}
|
|
@@ -7571,7 +7533,7 @@
|
|
|
7571
7533
|
},
|
|
7572
7534
|
"esri.rest-api.TextSymbol.TextSymbol": {
|
|
7573
7535
|
"additionalProperties": false,
|
|
7574
|
-
"description": "Text symbols are used to add text to a feature (labeling). See{@
|
|
7536
|
+
"description": "Text symbols are used to add text to a feature (labeling). See {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
7575
7537
|
"properties": {
|
|
7576
7538
|
"angle": {
|
|
7577
7539
|
"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.",
|
|
@@ -7607,7 +7569,7 @@
|
|
|
7607
7569
|
},
|
|
7608
7570
|
"horizontalAlignment": {
|
|
7609
7571
|
"$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
|
|
7610
|
-
"description": "The horizontal alignment of the text. See{@
|
|
7572
|
+
"description": "The horizontal alignment of the text. See {@link portal /Symbol!HorizontalAlignment}."
|
|
7611
7573
|
},
|
|
7612
7574
|
"kerning": {
|
|
7613
7575
|
"description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
|
|
@@ -7626,7 +7588,7 @@
|
|
|
7626
7588
|
"type": "string"
|
|
7627
7589
|
},
|
|
7628
7590
|
"type": {
|
|
7629
|
-
"description": "The type of symbol. See{@
|
|
7591
|
+
"description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
|
|
7630
7592
|
"enum": [
|
|
7631
7593
|
"esriTS"
|
|
7632
7594
|
],
|
|
@@ -7634,7 +7596,7 @@
|
|
|
7634
7596
|
},
|
|
7635
7597
|
"verticalAlignment": {
|
|
7636
7598
|
"$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
|
|
7637
|
-
"description": "The vertical alignment of the text. See{@
|
|
7599
|
+
"description": "The vertical alignment of the text. See {@link portal /Symbol!VerticalAlignment}."
|
|
7638
7600
|
},
|
|
7639
7601
|
"xoffset": {
|
|
7640
7602
|
"description": "Numeric value indicating the offset on the x-axis in pixels.",
|
|
@@ -7652,7 +7614,7 @@
|
|
|
7652
7614
|
},
|
|
7653
7615
|
"esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
|
|
7654
7616
|
"additionalProperties": false,
|
|
7655
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See{@
|
|
7617
|
+
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See {@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
|
|
7656
7618
|
"properties": {
|
|
7657
7619
|
"font": {
|
|
7658
7620
|
"$ref": "#/definitions/esri.rest-api.Symbol.Font",
|
|
@@ -7671,7 +7633,7 @@
|
|
|
7671
7633
|
"type": "string"
|
|
7672
7634
|
},
|
|
7673
7635
|
"type": {
|
|
7674
|
-
"description": "The type of the Symbol3DLayer. See{@
|
|
7636
|
+
"description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
|
|
7675
7637
|
"enum": [
|
|
7676
7638
|
"Text"
|
|
7677
7639
|
],
|
|
@@ -7685,7 +7647,7 @@
|
|
|
7685
7647
|
},
|
|
7686
7648
|
"esri.rest-api.TileInfo.TileInfo": {
|
|
7687
7649
|
"additionalProperties": false,
|
|
7688
|
-
"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{@
|
|
7650
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/tileInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
|
|
7689
7651
|
"properties": {
|
|
7690
7652
|
"cols": {
|
|
7691
7653
|
"description": "Requested tile's column.",
|
|
@@ -7704,7 +7666,7 @@
|
|
|
7704
7666
|
"type": "string"
|
|
7705
7667
|
},
|
|
7706
7668
|
"lods": {
|
|
7707
|
-
"description": "An array of levels of detail that define the tiling scheme. See{@
|
|
7669
|
+
"description": "An array of levels of detail that define the tiling scheme. See {@link https://developers.arcgis.com/web-map-specification/objects/lod/} {@link https://developers.arcgis.com/web-scene-specification/objects/lod/}.",
|
|
7708
7670
|
"items": {
|
|
7709
7671
|
"$ref": "__type"
|
|
7710
7672
|
},
|
|
@@ -7727,7 +7689,7 @@
|
|
|
7727
7689
|
},
|
|
7728
7690
|
"esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
|
|
7729
7691
|
"additionalProperties": false,
|
|
7730
|
-
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See{@
|
|
7692
|
+
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See {@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
|
|
7731
7693
|
"properties": {
|
|
7732
7694
|
"blendMode": {
|
|
7733
7695
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7761,7 +7723,7 @@
|
|
|
7761
7723
|
},
|
|
7762
7724
|
"listMode": {
|
|
7763
7725
|
"$ref": "esri.ListMode",
|
|
7764
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7726
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7765
7727
|
},
|
|
7766
7728
|
"maxScale": {
|
|
7767
7729
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -7776,7 +7738,7 @@
|
|
|
7776
7738
|
"type": "number"
|
|
7777
7739
|
},
|
|
7778
7740
|
"refreshInterval": {
|
|
7779
|
-
"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{@
|
|
7741
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7780
7742
|
"type": "number"
|
|
7781
7743
|
},
|
|
7782
7744
|
"showLegend": {
|
|
@@ -7788,7 +7750,7 @@
|
|
|
7788
7750
|
"type": "string"
|
|
7789
7751
|
},
|
|
7790
7752
|
"type": {
|
|
7791
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
7753
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
7792
7754
|
"enum": [
|
|
7793
7755
|
"BingMapsAerial",
|
|
7794
7756
|
"BingMapsHybrid",
|
|
@@ -7818,7 +7780,7 @@
|
|
|
7818
7780
|
},
|
|
7819
7781
|
"esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
|
|
7820
7782
|
"additionalProperties": false,
|
|
7821
|
-
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See{@
|
|
7783
|
+
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See {@link https://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
|
|
7822
7784
|
"properties": {
|
|
7823
7785
|
"blendMode": {
|
|
7824
7786
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -7840,7 +7802,7 @@
|
|
|
7840
7802
|
},
|
|
7841
7803
|
"exclusionAreas": {
|
|
7842
7804
|
"$ref": "__type",
|
|
7843
|
-
"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{@
|
|
7805
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
|
|
7844
7806
|
},
|
|
7845
7807
|
"id": {
|
|
7846
7808
|
"description": "A unique identifying string for the layer.",
|
|
@@ -7870,7 +7832,7 @@
|
|
|
7870
7832
|
},
|
|
7871
7833
|
"listMode": {
|
|
7872
7834
|
"$ref": "esri.ListMode",
|
|
7873
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
7835
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
7874
7836
|
},
|
|
7875
7837
|
"maxScale": {
|
|
7876
7838
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -7889,7 +7851,7 @@
|
|
|
7889
7851
|
"type": "string"
|
|
7890
7852
|
},
|
|
7891
7853
|
"refreshInterval": {
|
|
7892
|
-
"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{@
|
|
7854
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
7893
7855
|
"type": "number"
|
|
7894
7856
|
},
|
|
7895
7857
|
"showLegend": {
|
|
@@ -7901,7 +7863,7 @@
|
|
|
7901
7863
|
"type": "string"
|
|
7902
7864
|
},
|
|
7903
7865
|
"type": {
|
|
7904
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
7866
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
7905
7867
|
"enum": [
|
|
7906
7868
|
"BingMapsAerial",
|
|
7907
7869
|
"BingMapsHybrid",
|
|
@@ -7930,7 +7892,7 @@
|
|
|
7930
7892
|
},
|
|
7931
7893
|
"esri.rest-api.Type.Type": {
|
|
7932
7894
|
"additionalProperties": false,
|
|
7933
|
-
"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{@
|
|
7895
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/type/} {@link https://developers.arcgis.com/web-scene-specification/objects/type/}.",
|
|
7934
7896
|
"properties": {
|
|
7935
7897
|
"domains": {
|
|
7936
7898
|
"description": "A set of domain objects for each domain in the type."
|
|
@@ -7958,7 +7920,7 @@
|
|
|
7958
7920
|
},
|
|
7959
7921
|
"esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
|
|
7960
7922
|
"additionalProperties": false,
|
|
7961
|
-
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See{@
|
|
7923
|
+
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
|
|
7962
7924
|
"properties": {
|
|
7963
7925
|
"authoringInfo": {
|
|
7964
7926
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -7982,7 +7944,7 @@
|
|
|
7982
7944
|
},
|
|
7983
7945
|
"rotationType": {
|
|
7984
7946
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
7985
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
7947
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
7986
7948
|
},
|
|
7987
7949
|
"styleName": {
|
|
7988
7950
|
"description": "A registered web style name. Can not be used in conjunction with styleName.",
|
|
@@ -7993,7 +7955,7 @@
|
|
|
7993
7955
|
"type": "string"
|
|
7994
7956
|
},
|
|
7995
7957
|
"type": {
|
|
7996
|
-
"description": "The type of renderer. See{@
|
|
7958
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
7997
7959
|
"enum": [
|
|
7998
7960
|
"uniqueValue"
|
|
7999
7961
|
],
|
|
@@ -8002,8 +7964,7 @@
|
|
|
8002
7964
|
"visualVariables": {
|
|
8003
7965
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8004
7966
|
"items": {
|
|
8005
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8006
|
-
"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/}."
|
|
7967
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8007
7968
|
},
|
|
8008
7969
|
"type": "array"
|
|
8009
7970
|
}
|
|
@@ -8016,7 +7977,7 @@
|
|
|
8016
7977
|
},
|
|
8017
7978
|
"esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
|
|
8018
7979
|
"additionalProperties": false,
|
|
8019
|
-
"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{@
|
|
7980
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
|
|
8020
7981
|
"properties": {
|
|
8021
7982
|
"description": {
|
|
8022
7983
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -8083,7 +8044,7 @@
|
|
|
8083
8044
|
},
|
|
8084
8045
|
"esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
|
|
8085
8046
|
"additionalProperties": false,
|
|
8086
|
-
"description": "A unique value renderer symbolizes groups of features that have matching field values. See{@
|
|
8047
|
+
"description": "A unique value renderer symbolizes groups of features that have matching field values. See {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
|
|
8087
8048
|
"properties": {
|
|
8088
8049
|
"authoringInfo": {
|
|
8089
8050
|
"$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
|
|
@@ -8163,10 +8124,10 @@
|
|
|
8163
8124
|
},
|
|
8164
8125
|
"rotationType": {
|
|
8165
8126
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8166
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
8127
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
8167
8128
|
},
|
|
8168
8129
|
"type": {
|
|
8169
|
-
"description": "The type of renderer. See{@
|
|
8130
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
8170
8131
|
"enum": [
|
|
8171
8132
|
"uniqueValue"
|
|
8172
8133
|
],
|
|
@@ -8182,8 +8143,7 @@
|
|
|
8182
8143
|
"visualVariables": {
|
|
8183
8144
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8184
8145
|
"items": {
|
|
8185
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8186
|
-
"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/}."
|
|
8146
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8187
8147
|
},
|
|
8188
8148
|
"type": "array"
|
|
8189
8149
|
}
|
|
@@ -8197,7 +8157,7 @@
|
|
|
8197
8157
|
},
|
|
8198
8158
|
"esri.rest-api.Value.Value": {
|
|
8199
8159
|
"additionalProperties": false,
|
|
8200
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See{@
|
|
8160
|
+
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See {@link https://developers.arcgis.com/web-map-specification/objects/value/} {@link https://developers.arcgis.com/web-scene-specification/objects/value/}.",
|
|
8201
8161
|
"properties": {
|
|
8202
8162
|
"fields": {
|
|
8203
8163
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -8273,7 +8233,7 @@
|
|
|
8273
8233
|
},
|
|
8274
8234
|
"rotationType": {
|
|
8275
8235
|
"$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
|
|
8276
|
-
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@
|
|
8236
|
+
"description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
|
|
8277
8237
|
},
|
|
8278
8238
|
"style": {
|
|
8279
8239
|
"description": "A predefined style.",
|
|
@@ -8297,7 +8257,7 @@
|
|
|
8297
8257
|
"type": "number"
|
|
8298
8258
|
},
|
|
8299
8259
|
"type": {
|
|
8300
|
-
"description": "The type of renderer. See{@
|
|
8260
|
+
"description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
|
|
8301
8261
|
"enum": [
|
|
8302
8262
|
"vectorField"
|
|
8303
8263
|
],
|
|
@@ -8306,8 +8266,7 @@
|
|
|
8306
8266
|
"visualVariables": {
|
|
8307
8267
|
"description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
|
|
8308
8268
|
"items": {
|
|
8309
|
-
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8310
|
-
"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/}."
|
|
8269
|
+
"$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
|
|
8311
8270
|
},
|
|
8312
8271
|
"type": "array"
|
|
8313
8272
|
}
|
|
@@ -8322,7 +8281,7 @@
|
|
|
8322
8281
|
},
|
|
8323
8282
|
"esri.rest-api.VectorTileLayer.VectorTileLayer": {
|
|
8324
8283
|
"additionalProperties": false,
|
|
8325
|
-
"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{@
|
|
8284
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
|
|
8326
8285
|
"properties": {
|
|
8327
8286
|
"blendMode": {
|
|
8328
8287
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8356,7 +8315,7 @@
|
|
|
8356
8315
|
},
|
|
8357
8316
|
"listMode": {
|
|
8358
8317
|
"$ref": "esri.ListMode",
|
|
8359
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8318
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8360
8319
|
},
|
|
8361
8320
|
"maxScale": {
|
|
8362
8321
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -8375,7 +8334,7 @@
|
|
|
8375
8334
|
"type": "string"
|
|
8376
8335
|
},
|
|
8377
8336
|
"refreshInterval": {
|
|
8378
|
-
"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{@
|
|
8337
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8379
8338
|
"type": "number"
|
|
8380
8339
|
},
|
|
8381
8340
|
"showLegend": {
|
|
@@ -8391,7 +8350,7 @@
|
|
|
8391
8350
|
"type": "string"
|
|
8392
8351
|
},
|
|
8393
8352
|
"type": {
|
|
8394
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
8353
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
8395
8354
|
"enum": [
|
|
8396
8355
|
"BingMapsAerial",
|
|
8397
8356
|
"BingMapsHybrid",
|
|
@@ -8416,7 +8375,7 @@
|
|
|
8416
8375
|
},
|
|
8417
8376
|
"esri.rest-api.VerticalOffset.VerticalOffset": {
|
|
8418
8377
|
"additionalProperties": false,
|
|
8419
|
-
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See{@
|
|
8378
|
+
"description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See {@link https://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
|
|
8420
8379
|
"properties": {
|
|
8421
8380
|
"maxWorldLength": {
|
|
8422
8381
|
"description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
|
|
@@ -8438,13 +8397,13 @@
|
|
|
8438
8397
|
},
|
|
8439
8398
|
"esri.rest-api.VisualVariable.ColorInfo": {
|
|
8440
8399
|
"additionalProperties": false,
|
|
8441
|
-
"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{@
|
|
8400
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
|
|
8442
8401
|
"properties": {
|
|
8443
8402
|
"colors": {
|
|
8444
8403
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
8445
8404
|
"items": {
|
|
8446
8405
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
8447
|
-
"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{@
|
|
8406
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
8448
8407
|
},
|
|
8449
8408
|
"type": "array"
|
|
8450
8409
|
},
|
|
@@ -8454,7 +8413,7 @@
|
|
|
8454
8413
|
},
|
|
8455
8414
|
"legendOptions": {
|
|
8456
8415
|
"$ref": "__type",
|
|
8457
|
-
"description": "Options available for the legend. See{@
|
|
8416
|
+
"description": "Options available for the legend. See {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8458
8417
|
},
|
|
8459
8418
|
"maxDataValue": {
|
|
8460
8419
|
"description": "The maximum data value.",
|
|
@@ -8476,7 +8435,7 @@
|
|
|
8476
8435
|
"type": "array"
|
|
8477
8436
|
},
|
|
8478
8437
|
"type": {
|
|
8479
|
-
"description": "The type of the VisualVariable. See{@
|
|
8438
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
8480
8439
|
"enum": [
|
|
8481
8440
|
"colorInfo"
|
|
8482
8441
|
],
|
|
@@ -8497,7 +8456,7 @@
|
|
|
8497
8456
|
"anyOf": [
|
|
8498
8457
|
{
|
|
8499
8458
|
"$ref": "#/definitions/esri.rest-api.Symbol.Color",
|
|
8500
|
-
"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{@
|
|
8459
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}."
|
|
8501
8460
|
},
|
|
8502
8461
|
{
|
|
8503
8462
|
"type": "string"
|
|
@@ -8518,7 +8477,7 @@
|
|
|
8518
8477
|
},
|
|
8519
8478
|
"esri.rest-api.VisualVariable.RotationInfo": {
|
|
8520
8479
|
"additionalProperties": false,
|
|
8521
|
-
"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{@
|
|
8480
|
+
"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 {@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/} {@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
|
|
8522
8481
|
"properties": {
|
|
8523
8482
|
"field": {
|
|
8524
8483
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -8526,7 +8485,7 @@
|
|
|
8526
8485
|
},
|
|
8527
8486
|
"legendOptions": {
|
|
8528
8487
|
"$ref": "__type",
|
|
8529
|
-
"description": "Options available for the legend. See{@
|
|
8488
|
+
"description": "Options available for the legend. See {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8530
8489
|
},
|
|
8531
8490
|
"normalizationField": {
|
|
8532
8491
|
"description": "String value indicating the name of the attribute field used to normalize the data.",
|
|
@@ -8537,7 +8496,7 @@
|
|
|
8537
8496
|
"description": "Defines the origin and direction of rotation depending on how the angle of rotation was measured. Possible values are geographic which rotates the symbol from the north in a clockwise direction and arithmetic which rotates the symbol from the east in a counter-clockwise direction. Must be one of the following values: geographic, arithmetic."
|
|
8538
8497
|
},
|
|
8539
8498
|
"type": {
|
|
8540
|
-
"description": "The type of the VisualVariable. See{@
|
|
8499
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
8541
8500
|
"enum": [
|
|
8542
8501
|
"rotationInfo"
|
|
8543
8502
|
],
|
|
@@ -8564,7 +8523,7 @@
|
|
|
8564
8523
|
},
|
|
8565
8524
|
"esri.rest-api.VisualVariable.Size": {
|
|
8566
8525
|
"additionalProperties": false,
|
|
8567
|
-
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See{@
|
|
8526
|
+
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See {@link https://developers.arcgis.com/web-map-specification/objects/maxSize/} {@link https://developers.arcgis.com/web-map-specification/objects/minSize/} {@link https://developers.arcgis.com/web-scene-specification/objects/maxSize/} {@link https://developers.arcgis.com/web-scene-specification/objects/minSize/}.",
|
|
8568
8527
|
"properties": {
|
|
8569
8528
|
"expression": {
|
|
8570
8529
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -8590,7 +8549,7 @@
|
|
|
8590
8549
|
},
|
|
8591
8550
|
"esri.rest-api.VisualVariable.SizeInfo": {
|
|
8592
8551
|
"additionalProperties": false,
|
|
8593
|
-
"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{@
|
|
8552
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
|
|
8594
8553
|
"properties": {
|
|
8595
8554
|
"axis": {
|
|
8596
8555
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -8609,7 +8568,7 @@
|
|
|
8609
8568
|
},
|
|
8610
8569
|
"legendOptions": {
|
|
8611
8570
|
"$ref": "__type",
|
|
8612
|
-
"description": "Options available for the legend. See{@
|
|
8571
|
+
"description": "Options available for the legend. See {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
|
|
8613
8572
|
},
|
|
8614
8573
|
"maxDataValue": {
|
|
8615
8574
|
"description": "The maximum data value.",
|
|
@@ -8646,7 +8605,7 @@
|
|
|
8646
8605
|
"type": "string"
|
|
8647
8606
|
},
|
|
8648
8607
|
"type": {
|
|
8649
|
-
"description": "The type of the VisualVariable. See{@
|
|
8608
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
8650
8609
|
"enum": [
|
|
8651
8610
|
"sizeInfo"
|
|
8652
8611
|
],
|
|
@@ -8713,7 +8672,7 @@
|
|
|
8713
8672
|
},
|
|
8714
8673
|
"esri.rest-api.VisualVariable.TransparencyInfo": {
|
|
8715
8674
|
"additionalProperties": false,
|
|
8716
|
-
"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{@
|
|
8675
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
|
|
8717
8676
|
"properties": {
|
|
8718
8677
|
"field": {
|
|
8719
8678
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -8735,7 +8694,7 @@
|
|
|
8735
8694
|
"type": "array"
|
|
8736
8695
|
},
|
|
8737
8696
|
"type": {
|
|
8738
|
-
"description": "The type of the VisualVariable. See{@
|
|
8697
|
+
"description": "The type of the VisualVariable. See {@link VisualVariableType}.",
|
|
8739
8698
|
"enum": [
|
|
8740
8699
|
"transparencyInfo"
|
|
8741
8700
|
],
|
|
@@ -8787,11 +8746,11 @@
|
|
|
8787
8746
|
"$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
|
|
8788
8747
|
}
|
|
8789
8748
|
],
|
|
8790
|
-
"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{@
|
|
8749
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8791
8750
|
},
|
|
8792
8751
|
"esri.rest-api.WMSLayer.WMSLayer": {
|
|
8793
8752
|
"additionalProperties": false,
|
|
8794
|
-
"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{@
|
|
8753
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
|
|
8795
8754
|
"properties": {
|
|
8796
8755
|
"blendMode": {
|
|
8797
8756
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -8869,7 +8828,7 @@
|
|
|
8869
8828
|
},
|
|
8870
8829
|
"listMode": {
|
|
8871
8830
|
"$ref": "esri.ListMode",
|
|
8872
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
8831
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
8873
8832
|
},
|
|
8874
8833
|
"mapUrl": {
|
|
8875
8834
|
"description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
|
|
@@ -8896,7 +8855,7 @@
|
|
|
8896
8855
|
"type": "number"
|
|
8897
8856
|
},
|
|
8898
8857
|
"refreshInterval": {
|
|
8899
|
-
"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{@
|
|
8858
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
8900
8859
|
"type": "number"
|
|
8901
8860
|
},
|
|
8902
8861
|
"showLegend": {
|
|
@@ -8915,7 +8874,7 @@
|
|
|
8915
8874
|
"type": "string"
|
|
8916
8875
|
},
|
|
8917
8876
|
"type": {
|
|
8918
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
8877
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
8919
8878
|
"enum": [
|
|
8920
8879
|
"BingMapsAerial",
|
|
8921
8880
|
"BingMapsHybrid",
|
|
@@ -8955,7 +8914,7 @@
|
|
|
8955
8914
|
},
|
|
8956
8915
|
"esri.rest-api.WMSSublayer.WMSSublayer": {
|
|
8957
8916
|
"additionalProperties": false,
|
|
8958
|
-
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See{@
|
|
8917
|
+
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
|
|
8959
8918
|
"properties": {
|
|
8960
8919
|
"legendUrl": {
|
|
8961
8920
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -8982,7 +8941,7 @@
|
|
|
8982
8941
|
},
|
|
8983
8942
|
"esri.rest-api.WMTSInfo.WMTSInfo": {
|
|
8984
8943
|
"additionalProperties": false,
|
|
8985
|
-
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See{@
|
|
8944
|
+
"description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See {@link https://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
|
|
8986
8945
|
"properties": {
|
|
8987
8946
|
"customLayerParameters": {
|
|
8988
8947
|
"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."
|
|
@@ -9007,7 +8966,7 @@
|
|
|
9007
8966
|
},
|
|
9008
8967
|
"esri.rest-api.WebTileLayer.WebTileLayer": {
|
|
9009
8968
|
"additionalProperties": false,
|
|
9010
|
-
"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{@
|
|
8969
|
+
"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 {@link https://developers.arcgis.com/web-map-specification/objects/tiledLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
|
|
9011
8970
|
"properties": {
|
|
9012
8971
|
"blendMode": {
|
|
9013
8972
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
@@ -9046,7 +9005,7 @@
|
|
|
9046
9005
|
},
|
|
9047
9006
|
"listMode": {
|
|
9048
9007
|
"$ref": "esri.ListMode",
|
|
9049
|
-
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@
|
|
9008
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
|
|
9050
9009
|
},
|
|
9051
9010
|
"maxScale": {
|
|
9052
9011
|
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
@@ -9061,7 +9020,7 @@
|
|
|
9061
9020
|
"type": "number"
|
|
9062
9021
|
},
|
|
9063
9022
|
"refreshInterval": {
|
|
9064
|
-
"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{@
|
|
9023
|
+
"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 {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
9065
9024
|
"type": "number"
|
|
9066
9025
|
},
|
|
9067
9026
|
"showLegend": {
|
|
@@ -9088,7 +9047,7 @@
|
|
|
9088
9047
|
"type": "string"
|
|
9089
9048
|
},
|
|
9090
9049
|
"type": {
|
|
9091
|
-
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@
|
|
9050
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
|
|
9092
9051
|
"enum": [
|
|
9093
9052
|
"BingMapsAerial",
|
|
9094
9053
|
"BingMapsHybrid",
|