@vertigis/viewer-spec 56.34.0 → 56.34.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-config/common/AnalyticsModelProperties.d.ts +3 -2
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/messaging/registry/arcade.d.ts +21 -6
- package/messaging/registry/drawing.d.ts +17 -0
- package/messaging/registry/edit.d.ts +57 -2
- package/messaging/registry/layers.d.ts +9 -0
- package/messaging/registry/location-marker.d.ts +19 -0
- package/messaging/registry/map.d.ts +82 -36
- package/messaging/registry/project.d.ts +56 -0
- package/messaging/registry/query-builder.d.ts +22 -0
- package/messaging/schema/common-action.schema.json +202 -183
- package/messaging/schema/common-event.schema.json +147 -147
- package/messaging/schema/mobile-action.schema.json +213 -194
- package/messaging/schema/mobile-event.schema.json +147 -147
- package/messaging/schema/web-action.schema.json +316 -243
- package/messaging/schema/web-event.schema.json +147 -147
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1402,7 +1402,7 @@
|
|
|
1402
1402
|
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudValueFilterJson"
|
|
1403
1403
|
}
|
|
1404
1404
|
],
|
|
1405
|
-
"description": "Filters applied to the pointCloud which will hide a point
|
|
1405
|
+
"description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
1406
1406
|
},
|
|
1407
1407
|
"PortalType": {
|
|
1408
1408
|
"description": "The type of Portal.",
|
|
@@ -2237,7 +2237,7 @@
|
|
|
2237
2237
|
"type": "number"
|
|
2238
2238
|
},
|
|
2239
2239
|
"opacity": {
|
|
2240
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
2240
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
2241
2241
|
"type": "number"
|
|
2242
2242
|
},
|
|
2243
2243
|
"popupInfo": {
|
|
@@ -2409,7 +2409,7 @@
|
|
|
2409
2409
|
"type": "number"
|
|
2410
2410
|
},
|
|
2411
2411
|
"opacity": {
|
|
2412
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
2412
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
2413
2413
|
"type": "number"
|
|
2414
2414
|
},
|
|
2415
2415
|
"refreshInterval": {
|
|
@@ -2619,7 +2619,7 @@
|
|
|
2619
2619
|
},
|
|
2620
2620
|
"esri.rest-api.CSVLayerJson.CSVLayerJson": {
|
|
2621
2621
|
"additionalProperties": false,
|
|
2622
|
-
"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
|
|
2622
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/csvLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
|
|
2623
2623
|
"properties": {
|
|
2624
2624
|
"blendMode": {
|
|
2625
2625
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -2704,7 +2704,7 @@
|
|
|
2704
2704
|
"type": "number"
|
|
2705
2705
|
},
|
|
2706
2706
|
"opacity": {
|
|
2707
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
2707
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
2708
2708
|
"type": "number"
|
|
2709
2709
|
},
|
|
2710
2710
|
"popupInfo": {
|
|
@@ -2761,7 +2761,7 @@
|
|
|
2761
2761
|
},
|
|
2762
2762
|
"esri.rest-api.CSVLayerJson.LocationInfoJson": {
|
|
2763
2763
|
"additionalProperties": false,
|
|
2764
|
-
"description": "Defines how location information will be retrieved from a CSV file referenced through the web
|
|
2764
|
+
"description": "Defines how location information will be retrieved from a CSV file referenced through the web.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/locationInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
|
|
2765
2765
|
"properties": {
|
|
2766
2766
|
"latitudeFieldName": {
|
|
2767
2767
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -2780,7 +2780,7 @@
|
|
|
2780
2780
|
},
|
|
2781
2781
|
"esri.rest-api.DefinitionEditorJson.DefinitionEditorJson": {
|
|
2782
2782
|
"additionalProperties": false,
|
|
2783
|
-
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition
|
|
2783
|
+
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/} {@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
|
|
2784
2784
|
"properties": {
|
|
2785
2785
|
"inputs": {
|
|
2786
2786
|
"description": "An array of input objects.",
|
|
@@ -2906,7 +2906,7 @@
|
|
|
2906
2906
|
"$ref": "#/definitions/esri.rest-api.DomainJson.RangeDomainJson"
|
|
2907
2907
|
}
|
|
2908
2908
|
],
|
|
2909
|
-
"description": "A domain specifies the set of valid values for a field
|
|
2909
|
+
"description": "A domain specifies the set of valid values for a field.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
|
|
2910
2910
|
},
|
|
2911
2911
|
"esri.rest-api.DomainJson.InheritedDomainJson": {
|
|
2912
2912
|
"additionalProperties": false,
|
|
@@ -2953,7 +2953,7 @@
|
|
|
2953
2953
|
},
|
|
2954
2954
|
"esri.rest-api.DrawingInfoJson.DrawingInfoJson": {
|
|
2955
2955
|
"additionalProperties": false,
|
|
2956
|
-
"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
|
|
2956
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/drawingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
|
|
2957
2957
|
"properties": {
|
|
2958
2958
|
"filters": {
|
|
2959
2959
|
"description": "Filters for PointCloud layers.",
|
|
@@ -2994,7 +2994,7 @@
|
|
|
2994
2994
|
},
|
|
2995
2995
|
"esri.rest-api.DrawingInfoJson.LabelingInfoJson": {
|
|
2996
2996
|
"additionalProperties": false,
|
|
2997
|
-
"description": "The labelingInfo object specifies the label definition for a layer
|
|
2997
|
+
"description": "The labelingInfo object specifies the label definition for a layer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/labelingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
|
|
2998
2998
|
"properties": {
|
|
2999
2999
|
"labelExpression": {
|
|
3000
3000
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
@@ -3079,14 +3079,14 @@
|
|
|
3079
3079
|
},
|
|
3080
3080
|
"esri.rest-api.DrawingInfoJson.PointCloudBitfieldFilterJson": {
|
|
3081
3081
|
"additionalProperties": false,
|
|
3082
|
-
"description": "Filters points based on the value of the specified bitfield attribute
|
|
3082
|
+
"description": "Filters points based on the value of the specified bitfield attribute.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
3083
3083
|
"properties": {
|
|
3084
3084
|
"field": {
|
|
3085
3085
|
"description": "The name of the field that is used for the filter.",
|
|
3086
3086
|
"type": "string"
|
|
3087
3087
|
},
|
|
3088
3088
|
"requiredClearBits": {
|
|
3089
|
-
"description": "List ALL bit numbers that must cleared (=0) for the point to be kept. Bit
|
|
3089
|
+
"description": "List ALL bit numbers that must cleared (=0) for the point to be kept. Bit\n0 is LSB.",
|
|
3090
3090
|
"items": {
|
|
3091
3091
|
"type": "number"
|
|
3092
3092
|
},
|
|
@@ -3112,7 +3112,7 @@
|
|
|
3112
3112
|
},
|
|
3113
3113
|
"esri.rest-api.DrawingInfoJson.PointCloudReturnFilterJson": {
|
|
3114
3114
|
"additionalProperties": false,
|
|
3115
|
-
"description": "Filters points based on the value of the return number/return count
|
|
3115
|
+
"description": "Filters points based on the value of the return number/return count.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
|
|
3116
3116
|
"properties": {
|
|
3117
3117
|
"field": {
|
|
3118
3118
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -3138,7 +3138,7 @@
|
|
|
3138
3138
|
},
|
|
3139
3139
|
"esri.rest-api.DrawingInfoJson.PointCloudValueFilterJson": {
|
|
3140
3140
|
"additionalProperties": false,
|
|
3141
|
-
"description": "Filters points based on the value of an specified attribute
|
|
3141
|
+
"description": "Filters points based on the value of an specified attribute.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
3142
3142
|
"properties": {
|
|
3143
3143
|
"field": {
|
|
3144
3144
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -3168,7 +3168,7 @@
|
|
|
3168
3168
|
},
|
|
3169
3169
|
"esri.rest-api.FeatureCollectionJson.FeatureCollectionJson": {
|
|
3170
3170
|
"additionalProperties": false,
|
|
3171
|
-
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map
|
|
3171
|
+
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
|
|
3172
3172
|
"properties": {
|
|
3173
3173
|
"layers": {
|
|
3174
3174
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -3189,10 +3189,10 @@
|
|
|
3189
3189
|
},
|
|
3190
3190
|
"esri.rest-api.FeatureJson.FeatureJson": {
|
|
3191
3191
|
"additionalProperties": false,
|
|
3192
|
-
"description": "Contains information about an attribute field and feature geometry
|
|
3192
|
+
"description": "Contains information about an attribute field and feature geometry.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/feature/} {@link https://developers.arcgis.com/web-scene-specification/objects/feature/}.",
|
|
3193
3193
|
"properties": {
|
|
3194
3194
|
"attributes": {
|
|
3195
|
-
"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
|
|
3195
|
+
"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,\n1970) in UTC."
|
|
3196
3196
|
},
|
|
3197
3197
|
"geometry": {
|
|
3198
3198
|
"$ref": "#/definitions/esri.rest-api.GeometryJson.GeometryJson",
|
|
@@ -3211,7 +3211,7 @@
|
|
|
3211
3211
|
},
|
|
3212
3212
|
"esri.rest-api.FeatureLayerJson.FeatureLayerJson": {
|
|
3213
3213
|
"additionalProperties": false,
|
|
3214
|
-
"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
|
|
3214
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
|
|
3215
3215
|
"properties": {
|
|
3216
3216
|
"blendMode": {
|
|
3217
3217
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -3316,7 +3316,7 @@
|
|
|
3316
3316
|
"type": "number"
|
|
3317
3317
|
},
|
|
3318
3318
|
"mode": {
|
|
3319
|
-
"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
|
|
3319
|
+
"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.\n\n- 0: Snapshot mode. Immediately retrieves all features when the map is loaded.\n- 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.\n- 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.",
|
|
3320
3320
|
"enum": [
|
|
3321
3321
|
0,
|
|
3322
3322
|
1,
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
"type": "number"
|
|
3327
3327
|
},
|
|
3328
3328
|
"opacity": {
|
|
3329
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
3329
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
3330
3330
|
"type": "number"
|
|
3331
3331
|
},
|
|
3332
3332
|
"popupInfo": {
|
|
@@ -3397,7 +3397,7 @@
|
|
|
3397
3397
|
},
|
|
3398
3398
|
"esri.rest-api.FeatureSetJson.FeatureSetJson": {
|
|
3399
3399
|
"additionalProperties": false,
|
|
3400
|
-
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer
|
|
3400
|
+
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/featureSet/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
|
|
3401
3401
|
"properties": {
|
|
3402
3402
|
"features": {
|
|
3403
3403
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -3419,7 +3419,7 @@
|
|
|
3419
3419
|
},
|
|
3420
3420
|
"esri.rest-api.FieldJson.FieldJson": {
|
|
3421
3421
|
"additionalProperties": false,
|
|
3422
|
-
"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
|
|
3422
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/field/} {@link https://developers.arcgis.com/web-scene-specification/objects/field/}.",
|
|
3423
3423
|
"properties": {
|
|
3424
3424
|
"alias": {
|
|
3425
3425
|
"description": "The field alias (human-readable name).",
|
|
@@ -3917,7 +3917,7 @@
|
|
|
3917
3917
|
},
|
|
3918
3918
|
"esri.rest-api.GeoJSONLayerJson.GeoJSONLayerJson": {
|
|
3919
3919
|
"additionalProperties": false,
|
|
3920
|
-
"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
|
|
3920
|
+
"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.\n\nWeb 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/}.",
|
|
3921
3921
|
"properties": {
|
|
3922
3922
|
"blendMode": {
|
|
3923
3923
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -3990,7 +3990,7 @@
|
|
|
3990
3990
|
"type": "number"
|
|
3991
3991
|
},
|
|
3992
3992
|
"opacity": {
|
|
3993
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
3993
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
3994
3994
|
"type": "number"
|
|
3995
3995
|
},
|
|
3996
3996
|
"popupInfo": {
|
|
@@ -4047,7 +4047,7 @@
|
|
|
4047
4047
|
},
|
|
4048
4048
|
"esri.rest-api.GeoRSSLayerJson.GeoRSSLayerJson": {
|
|
4049
4049
|
"additionalProperties": false,
|
|
4050
|
-
"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
|
|
4050
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
|
|
4051
4051
|
"properties": {
|
|
4052
4052
|
"blendMode": {
|
|
4053
4053
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -4116,7 +4116,7 @@
|
|
|
4116
4116
|
"type": "number"
|
|
4117
4117
|
},
|
|
4118
4118
|
"opacity": {
|
|
4119
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
4119
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
4120
4120
|
"type": "number"
|
|
4121
4121
|
},
|
|
4122
4122
|
"pointSymbol": {
|
|
@@ -4212,7 +4212,7 @@
|
|
|
4212
4212
|
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
4213
4213
|
}
|
|
4214
4214
|
],
|
|
4215
|
-
"description": "A geometry as defined in the ArcGIS REST and web map specifications
|
|
4215
|
+
"description": "A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@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/}."
|
|
4216
4216
|
},
|
|
4217
4217
|
"esri.rest-api.GeometryJson.GeometryJsonType": {
|
|
4218
4218
|
"description": "Types of geometry. Geometry JSON objects don't reference these types, but they appear within services to describe the type of geometries in layers.",
|
|
@@ -4369,7 +4369,7 @@
|
|
|
4369
4369
|
},
|
|
4370
4370
|
"esri.rest-api.GroupLayerJson.GroupLayerJson": {
|
|
4371
4371
|
"additionalProperties": false,
|
|
4372
|
-
"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
|
|
4372
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
|
|
4373
4373
|
"properties": {
|
|
4374
4374
|
"blendMode": {
|
|
4375
4375
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -4441,7 +4441,7 @@
|
|
|
4441
4441
|
"type": "number"
|
|
4442
4442
|
},
|
|
4443
4443
|
"opacity": {
|
|
4444
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
4444
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
4445
4445
|
"type": "number"
|
|
4446
4446
|
},
|
|
4447
4447
|
"refreshInterval": {
|
|
@@ -4491,7 +4491,7 @@
|
|
|
4491
4491
|
},
|
|
4492
4492
|
"esri.rest-api.ImageServiceLayerJson.ImageServiceLayerJson": {
|
|
4493
4493
|
"additionalProperties": false,
|
|
4494
|
-
"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
|
|
4494
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
|
|
4495
4495
|
"properties": {
|
|
4496
4496
|
"bandIds": {
|
|
4497
4497
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
@@ -4626,7 +4626,7 @@
|
|
|
4626
4626
|
"type": "string"
|
|
4627
4627
|
},
|
|
4628
4628
|
"opacity": {
|
|
4629
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
4629
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
4630
4630
|
"type": "number"
|
|
4631
4631
|
},
|
|
4632
4632
|
"pixelType": {
|
|
@@ -4687,7 +4687,7 @@
|
|
|
4687
4687
|
},
|
|
4688
4688
|
"esri.rest-api.ImageServiceLayerJson.RenderingRuleJson": {
|
|
4689
4689
|
"additionalProperties": false,
|
|
4690
|
-
"description": "Specifies the rendering rule for how the requested image should be rendered
|
|
4690
|
+
"description": "Specifies the rendering rule for how the requested image should be rendered.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/renderingRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
|
|
4691
4691
|
"properties": {
|
|
4692
4692
|
"outputPixelType": {
|
|
4693
4693
|
"description": "Defines the pixel type of the output image.",
|
|
@@ -4725,7 +4725,7 @@
|
|
|
4725
4725
|
},
|
|
4726
4726
|
"esri.rest-api.ImageServiceVectorLayerJson.ImageServiceVectorLayerJson": {
|
|
4727
4727
|
"additionalProperties": false,
|
|
4728
|
-
"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
|
|
4728
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
|
|
4729
4729
|
"properties": {
|
|
4730
4730
|
"blendMode": {
|
|
4731
4731
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -4817,7 +4817,7 @@
|
|
|
4817
4817
|
"description": "Specifies the mosaic rule when defining how individual images should be mosaiced."
|
|
4818
4818
|
},
|
|
4819
4819
|
"opacity": {
|
|
4820
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
4820
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
4821
4821
|
"type": "number"
|
|
4822
4822
|
},
|
|
4823
4823
|
"refreshInterval": {
|
|
@@ -4868,7 +4868,7 @@
|
|
|
4868
4868
|
},
|
|
4869
4869
|
"esri.rest-api.IntegratedMeshLayerJson.IntegratedMeshLayerJson": {
|
|
4870
4870
|
"additionalProperties": false,
|
|
4871
|
-
"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
|
|
4871
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
|
|
4872
4872
|
"properties": {
|
|
4873
4873
|
"blendMode": {
|
|
4874
4874
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -4937,7 +4937,7 @@
|
|
|
4937
4937
|
"type": "number"
|
|
4938
4938
|
},
|
|
4939
4939
|
"opacity": {
|
|
4940
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
4940
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
4941
4941
|
"type": "number"
|
|
4942
4942
|
},
|
|
4943
4943
|
"refreshInterval": {
|
|
@@ -4982,7 +4982,7 @@
|
|
|
4982
4982
|
},
|
|
4983
4983
|
"esri.rest-api.KMLLayerJson.KMLLayerJson": {
|
|
4984
4984
|
"additionalProperties": false,
|
|
4985
|
-
"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
|
|
4985
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
|
|
4986
4986
|
"properties": {
|
|
4987
4987
|
"blendMode": {
|
|
4988
4988
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -5051,7 +5051,7 @@
|
|
|
5051
5051
|
"type": "number"
|
|
5052
5052
|
},
|
|
5053
5053
|
"opacity": {
|
|
5054
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
5054
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
5055
5055
|
"type": "number"
|
|
5056
5056
|
},
|
|
5057
5057
|
"refreshInterval": {
|
|
@@ -5369,7 +5369,7 @@
|
|
|
5369
5369
|
},
|
|
5370
5370
|
"esri.rest-api.LayerDefinitionJson.LayerDefinitionJson": {
|
|
5371
5371
|
"additionalProperties": false,
|
|
5372
|
-
"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
|
|
5372
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/} {@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
|
|
5373
5373
|
"properties": {
|
|
5374
5374
|
"allowGeometryUpdates": {
|
|
5375
5375
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -5487,11 +5487,11 @@
|
|
|
5487
5487
|
"type": "number"
|
|
5488
5488
|
},
|
|
5489
5489
|
"maxScale": {
|
|
5490
|
-
"description": "A number representing the maximum scale at which the layer definition will be applied. The number is the scale's denominator; thus, a value of
|
|
5490
|
+
"description": "A number representing the maximum scale at which the layer definition will be applied. The number is the scale's denominator; thus, a value of\n2400 represents a scale of 1/2,400. A value of 0 indicates that the layer definition will be applied no matter how far you zoom in.",
|
|
5491
5491
|
"type": "number"
|
|
5492
5492
|
},
|
|
5493
5493
|
"minScale": {
|
|
5494
|
-
"description": "A number representing the minimum scale at which the layer definition will be applied. The number is the scale's denominator; thus, a value of
|
|
5494
|
+
"description": "A number representing the minimum scale at which the layer definition will be applied. The number is the scale's denominator; thus, a value of\n2400 represents a scale of 1/2,400.",
|
|
5495
5495
|
"type": "number"
|
|
5496
5496
|
},
|
|
5497
5497
|
"name": {
|
|
@@ -5564,7 +5564,7 @@
|
|
|
5564
5564
|
"type": "boolean"
|
|
5565
5565
|
},
|
|
5566
5566
|
"templates": {
|
|
5567
|
-
"description": "An array of template objects describing features that can be created in this 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
|
|
5567
|
+
"description": "An array of template objects describing features that can be created in this 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.\n\nTemplates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.",
|
|
5568
5568
|
"items": {
|
|
5569
5569
|
"$ref": "#/definitions/esri.rest-api.TemplateJson.TemplateJson"
|
|
5570
5570
|
},
|
|
@@ -5583,7 +5583,7 @@
|
|
|
5583
5583
|
"type": "string"
|
|
5584
5584
|
},
|
|
5585
5585
|
"types": {
|
|
5586
|
-
"description": "An array of Type objects available for the dataset. This is used when the typeIdField is populated
|
|
5586
|
+
"description": "An array of Type objects available for the dataset. This is used when the typeIdField is populated.\n\nTypes contain information about the combinations of attributes that are allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField.",
|
|
5587
5587
|
"items": {
|
|
5588
5588
|
"$ref": "#/definitions/esri.rest-api.TypeJson.TypeJson"
|
|
5589
5589
|
},
|
|
@@ -5669,7 +5669,7 @@
|
|
|
5669
5669
|
"type": "string"
|
|
5670
5670
|
},
|
|
5671
5671
|
"valueExpression": {
|
|
5672
|
-
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. (Currently undocumented by ESRI's Webmap Spec)
|
|
5672
|
+
"description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. (Currently undocumented by ESRI's Webmap Spec).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
|
|
5673
5673
|
"type": "string"
|
|
5674
5674
|
}
|
|
5675
5675
|
},
|
|
@@ -5718,7 +5718,7 @@
|
|
|
5718
5718
|
},
|
|
5719
5719
|
"esri.rest-api.LayerDefinitionJson.RangeInfoJson": {
|
|
5720
5720
|
"additionalProperties": false,
|
|
5721
|
-
"description": "Range Information
|
|
5721
|
+
"description": "Range Information.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
5722
5722
|
"properties": {
|
|
5723
5723
|
"currentRangeExtent": {
|
|
5724
5724
|
"description": "Contains the min and max values within which the features are visible.",
|
|
@@ -6127,7 +6127,7 @@
|
|
|
6127
6127
|
},
|
|
6128
6128
|
"esri.rest-api.MapServiceLayerJson.MapServiceLayerJson": {
|
|
6129
6129
|
"additionalProperties": false,
|
|
6130
|
-
"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
|
|
6130
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
|
|
6131
6131
|
"properties": {
|
|
6132
6132
|
"blendMode": {
|
|
6133
6133
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -6210,7 +6210,7 @@
|
|
|
6210
6210
|
"type": "number"
|
|
6211
6211
|
},
|
|
6212
6212
|
"opacity": {
|
|
6213
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
6213
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
6214
6214
|
"type": "number"
|
|
6215
6215
|
},
|
|
6216
6216
|
"refreshInterval": {
|
|
@@ -6266,7 +6266,7 @@
|
|
|
6266
6266
|
},
|
|
6267
6267
|
"esri.rest-api.MosaicRuleJson.MosaicRuleJson": {
|
|
6268
6268
|
"additionalProperties": false,
|
|
6269
|
-
"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
|
|
6269
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/mosaicRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
|
|
6270
6270
|
"properties": {
|
|
6271
6271
|
"ascending": {
|
|
6272
6272
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -6318,7 +6318,7 @@
|
|
|
6318
6318
|
"type": "string"
|
|
6319
6319
|
},
|
|
6320
6320
|
"multidimensionalDefinition": {
|
|
6321
|
-
"description": "Definition of multidimensional variables
|
|
6321
|
+
"description": "Definition of multidimensional variables.\n\nSee https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/ and https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/.",
|
|
6322
6322
|
"items": {
|
|
6323
6323
|
"$ref": "__type"
|
|
6324
6324
|
},
|
|
@@ -6348,7 +6348,7 @@
|
|
|
6348
6348
|
},
|
|
6349
6349
|
"esri.rest-api.PointCloudLayerJson.PointCloudLayerJson": {
|
|
6350
6350
|
"additionalProperties": false,
|
|
6351
|
-
"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
|
|
6351
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
|
|
6352
6352
|
"properties": {
|
|
6353
6353
|
"blendMode": {
|
|
6354
6354
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -6421,7 +6421,7 @@
|
|
|
6421
6421
|
"type": "number"
|
|
6422
6422
|
},
|
|
6423
6423
|
"opacity": {
|
|
6424
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
6424
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
6425
6425
|
"type": "number"
|
|
6426
6426
|
},
|
|
6427
6427
|
"popupInfo": {
|
|
@@ -6492,7 +6492,7 @@
|
|
|
6492
6492
|
},
|
|
6493
6493
|
"esri.rest-api.PopupInfoJson.FieldInfoJson": {
|
|
6494
6494
|
"additionalProperties": false,
|
|
6495
|
-
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window
|
|
6495
|
+
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
|
|
6496
6496
|
"properties": {
|
|
6497
6497
|
"fieldName": {
|
|
6498
6498
|
"description": "The field name as defined by the service.",
|
|
@@ -6535,7 +6535,7 @@
|
|
|
6535
6535
|
},
|
|
6536
6536
|
"esri.rest-api.PopupInfoJson.FormatJson": {
|
|
6537
6537
|
"additionalProperties": false,
|
|
6538
|
-
"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
|
|
6538
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/format/} {@link https://developers.arcgis.com/web-scene-specification/objects/format/}.",
|
|
6539
6539
|
"properties": {
|
|
6540
6540
|
"dateFormat": {
|
|
6541
6541
|
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.DateFormatJsonType",
|
|
@@ -6585,7 +6585,7 @@
|
|
|
6585
6585
|
},
|
|
6586
6586
|
"esri.rest-api.PopupInfoJson.OrderByFieldsJson": {
|
|
6587
6587
|
"additionalProperties": false,
|
|
6588
|
-
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order
|
|
6588
|
+
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/orderByFields/} {@link https://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
|
|
6589
6589
|
"properties": {
|
|
6590
6590
|
"field": {
|
|
6591
6591
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -6600,7 +6600,7 @@
|
|
|
6600
6600
|
},
|
|
6601
6601
|
"esri.rest-api.PopupInfoJson.PopupElementJson": {
|
|
6602
6602
|
"additionalProperties": false,
|
|
6603
|
-
"description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing
|
|
6603
|
+
"description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing.\n\nEach popupElement has a type property. This string value indicates the type of popupElement used.\n\nSee https://developers.arcgis.com/web-map-specification/objects/popupElement/ and https://developers.arcgis.com/web-scene-specification/objects/popupElement/.",
|
|
6604
6604
|
"properties": {
|
|
6605
6605
|
"attributes": {
|
|
6606
6606
|
"description": "A dictionary of key value pairs representing attributes to be used instead of fields and their values. This property is only used when the element is of type expression and should be returned as part of the arcade expression itself. This property allows passing arcade derived attribute values into fields or media elements."
|
|
@@ -6671,7 +6671,7 @@
|
|
|
6671
6671
|
},
|
|
6672
6672
|
"esri.rest-api.PopupInfoJson.PopupExpressionInfoJson": {
|
|
6673
6673
|
"additionalProperties": false,
|
|
6674
|
-
"description": "Arcade expression added to the pop-up
|
|
6674
|
+
"description": "Arcade expression added to the pop-up.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
6675
6675
|
"properties": {
|
|
6676
6676
|
"expression": {
|
|
6677
6677
|
"description": "The Arcade expression.",
|
|
@@ -6698,7 +6698,7 @@
|
|
|
6698
6698
|
},
|
|
6699
6699
|
"esri.rest-api.PopupInfoJson.PopupInfoJson": {
|
|
6700
6700
|
"additionalProperties": false,
|
|
6701
|
-
"description": "Defines the look and feel of pop-up windows when users click or query a feature
|
|
6701
|
+
"description": "Defines the look and feel of pop-up windows when users click or query a feature.\n\nSee https://developers.arcgis.com/web-map-specification/objects/popupInfo/ and https://developers.arcgis.com/web-scene-specification/objects/popupInfo/.",
|
|
6702
6702
|
"properties": {
|
|
6703
6703
|
"description": {
|
|
6704
6704
|
"description": "A string that appears in the body of the pop-up window as a description. This can contain a field name enclosed in `{}`, such as `{DETAILS}`.",
|
|
@@ -6749,7 +6749,7 @@
|
|
|
6749
6749
|
},
|
|
6750
6750
|
"esri.rest-api.PopupInfoJson.RelatedRecordsInfoJson": {
|
|
6751
6751
|
"additionalProperties": false,
|
|
6752
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records
|
|
6752
|
+
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
|
|
6753
6753
|
"properties": {
|
|
6754
6754
|
"orderByFields": {
|
|
6755
6755
|
"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.",
|
|
@@ -6770,7 +6770,7 @@
|
|
|
6770
6770
|
},
|
|
6771
6771
|
"esri.rest-api.PopupInfoJson.ValueJson": {
|
|
6772
6772
|
"additionalProperties": false,
|
|
6773
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed
|
|
6773
|
+
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/value/} {@link https://developers.arcgis.com/web-scene-specification/objects/value/}.",
|
|
6774
6774
|
"properties": {
|
|
6775
6775
|
"fields": {
|
|
6776
6776
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -6800,7 +6800,7 @@
|
|
|
6800
6800
|
},
|
|
6801
6801
|
"esri.rest-api.RendererJson.AuthoringInfoJson": {
|
|
6802
6802
|
"additionalProperties": false,
|
|
6803
|
-
"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
|
|
6803
|
+
"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.\n\nNote: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
|
|
6804
6804
|
"properties": {
|
|
6805
6805
|
"classificationMethod": {
|
|
6806
6806
|
"$ref": "#/definitions/esri.rest-api.RendererJson.ClassificationMethodJsonType",
|
|
@@ -6844,7 +6844,7 @@
|
|
|
6844
6844
|
},
|
|
6845
6845
|
"esri.rest-api.RendererJson.ClassBreakInfoJson": {
|
|
6846
6846
|
"additionalProperties": false,
|
|
6847
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer
|
|
6847
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
|
|
6848
6848
|
"properties": {
|
|
6849
6849
|
"classMaxValue": {
|
|
6850
6850
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -6875,7 +6875,7 @@
|
|
|
6875
6875
|
},
|
|
6876
6876
|
"esri.rest-api.RendererJson.ClassBreaksRendererJson": {
|
|
6877
6877
|
"additionalProperties": false,
|
|
6878
|
-
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes
|
|
6878
|
+
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes.\n\nIf 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.\n\n1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property.\n2. 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.\n3. 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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
|
|
6879
6879
|
"properties": {
|
|
6880
6880
|
"authoringInfo": {
|
|
6881
6881
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -6979,7 +6979,7 @@
|
|
|
6979
6979
|
},
|
|
6980
6980
|
"esri.rest-api.RendererJson.ColorClassBreakInfoJson": {
|
|
6981
6981
|
"additionalProperties": false,
|
|
6982
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer
|
|
6982
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
|
|
6983
6983
|
"properties": {
|
|
6984
6984
|
"classMaxValue": {
|
|
6985
6985
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -7006,7 +7006,7 @@
|
|
|
7006
7006
|
},
|
|
7007
7007
|
"esri.rest-api.RendererJson.ColorInfoJson": {
|
|
7008
7008
|
"additionalProperties": false,
|
|
7009
|
-
"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
|
|
7009
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
|
|
7010
7010
|
"properties": {
|
|
7011
7011
|
"colors": {
|
|
7012
7012
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
@@ -7158,7 +7158,7 @@
|
|
|
7158
7158
|
},
|
|
7159
7159
|
"esri.rest-api.RendererJson.ColorUniqueValueInfosJson": {
|
|
7160
7160
|
"additionalProperties": false,
|
|
7161
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer
|
|
7161
|
+
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
|
|
7162
7162
|
"properties": {
|
|
7163
7163
|
"color": {
|
|
7164
7164
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
@@ -7184,7 +7184,7 @@
|
|
|
7184
7184
|
},
|
|
7185
7185
|
"esri.rest-api.RendererJson.HeatmapRendererJson": {
|
|
7186
7186
|
"additionalProperties": false,
|
|
7187
|
-
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values
|
|
7187
|
+
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
|
|
7188
7188
|
"properties": {
|
|
7189
7189
|
"authoringInfo": {
|
|
7190
7190
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7252,7 +7252,7 @@
|
|
|
7252
7252
|
},
|
|
7253
7253
|
"esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson": {
|
|
7254
7254
|
"additionalProperties": false,
|
|
7255
|
-
"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
|
|
7255
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
|
|
7256
7256
|
"properties": {
|
|
7257
7257
|
"authoringInfo": {
|
|
7258
7258
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7267,7 +7267,7 @@
|
|
|
7267
7267
|
},
|
|
7268
7268
|
"colorModulation": {
|
|
7269
7269
|
"$ref": "__type",
|
|
7270
|
-
"description": "Indicates whether modulation should be used to render the point
|
|
7270
|
+
"description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7271
7271
|
},
|
|
7272
7272
|
"field": {
|
|
7273
7273
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -7327,7 +7327,7 @@
|
|
|
7327
7327
|
},
|
|
7328
7328
|
"esri.rest-api.RendererJson.PointCloudFixedSizeAlgorithmJson": {
|
|
7329
7329
|
"additionalProperties": false,
|
|
7330
|
-
"description": "Render points with fixed real world or screen space size
|
|
7330
|
+
"description": "Render points with fixed real world or screen space size.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
7331
7331
|
"properties": {
|
|
7332
7332
|
"size": {
|
|
7333
7333
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -7350,7 +7350,7 @@
|
|
|
7350
7350
|
},
|
|
7351
7351
|
"esri.rest-api.RendererJson.PointCloudRGBRendererJson": {
|
|
7352
7352
|
"additionalProperties": false,
|
|
7353
|
-
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute
|
|
7353
|
+
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
|
|
7354
7354
|
"properties": {
|
|
7355
7355
|
"authoringInfo": {
|
|
7356
7356
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7358,7 +7358,7 @@
|
|
|
7358
7358
|
},
|
|
7359
7359
|
"colorModulation": {
|
|
7360
7360
|
"$ref": "__type",
|
|
7361
|
-
"description": "Indicates whether modulation should be used to render the point
|
|
7361
|
+
"description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7362
7362
|
},
|
|
7363
7363
|
"field": {
|
|
7364
7364
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -7418,7 +7418,7 @@
|
|
|
7418
7418
|
},
|
|
7419
7419
|
"esri.rest-api.RendererJson.PointCloudSplatAlgorithmJson": {
|
|
7420
7420
|
"additionalProperties": false,
|
|
7421
|
-
"description": "Render points using sizes depending on point density
|
|
7421
|
+
"description": "Render points using sizes depending on point density.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
7422
7422
|
"properties": {
|
|
7423
7423
|
"minSize": {
|
|
7424
7424
|
"description": "Minimum display space point size in points.",
|
|
@@ -7441,7 +7441,7 @@
|
|
|
7441
7441
|
},
|
|
7442
7442
|
"esri.rest-api.RendererJson.PointCloudStretchRendererJson": {
|
|
7443
7443
|
"additionalProperties": false,
|
|
7444
|
-
"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
|
|
7444
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
|
|
7445
7445
|
"properties": {
|
|
7446
7446
|
"authoringInfo": {
|
|
7447
7447
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7449,7 +7449,7 @@
|
|
|
7449
7449
|
},
|
|
7450
7450
|
"colorModulation": {
|
|
7451
7451
|
"$ref": "__type",
|
|
7452
|
-
"description": "Indicates whether modulation should be used to render the point
|
|
7452
|
+
"description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7453
7453
|
},
|
|
7454
7454
|
"field": {
|
|
7455
7455
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -7509,7 +7509,7 @@
|
|
|
7509
7509
|
},
|
|
7510
7510
|
"esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson": {
|
|
7511
7511
|
"additionalProperties": false,
|
|
7512
|
-
"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
|
|
7512
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
|
|
7513
7513
|
"properties": {
|
|
7514
7514
|
"authoringInfo": {
|
|
7515
7515
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7517,7 +7517,7 @@
|
|
|
7517
7517
|
},
|
|
7518
7518
|
"colorModulation": {
|
|
7519
7519
|
"$ref": "__type",
|
|
7520
|
-
"description": "Indicates whether modulation should be used to render the point
|
|
7520
|
+
"description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
7521
7521
|
},
|
|
7522
7522
|
"colorUniqueValueInfos": {
|
|
7523
7523
|
"description": "Unique value infos.",
|
|
@@ -7584,7 +7584,7 @@
|
|
|
7584
7584
|
},
|
|
7585
7585
|
"esri.rest-api.RendererJson.PredominanceRendererJson": {
|
|
7586
7586
|
"additionalProperties": false,
|
|
7587
|
-
"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
|
|
7587
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
|
|
7588
7588
|
"properties": {
|
|
7589
7589
|
"authoringInfo": {
|
|
7590
7590
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7676,11 +7676,11 @@
|
|
|
7676
7676
|
"$ref": "#/definitions/esri.rest-api.RendererJson.VectorFieldRendererJson"
|
|
7677
7677
|
}
|
|
7678
7678
|
],
|
|
7679
|
-
"description": "A renderer
|
|
7679
|
+
"description": "A renderer.\n\nPart of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
|
|
7680
7680
|
},
|
|
7681
7681
|
"esri.rest-api.RendererJson.RotationInfoJson": {
|
|
7682
7682
|
"additionalProperties": false,
|
|
7683
|
-
"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
|
|
7683
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/} {@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
|
|
7684
7684
|
"properties": {
|
|
7685
7685
|
"field": {
|
|
7686
7686
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -7696,7 +7696,7 @@
|
|
|
7696
7696
|
},
|
|
7697
7697
|
"rotationType": {
|
|
7698
7698
|
"$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
|
|
7699
|
-
"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
|
|
7699
|
+
"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.\n\nMust be one of the following values: geographic, arithmetic."
|
|
7700
7700
|
},
|
|
7701
7701
|
"type": {
|
|
7702
7702
|
"const": "rotationInfo",
|
|
@@ -7724,7 +7724,7 @@
|
|
|
7724
7724
|
},
|
|
7725
7725
|
"esri.rest-api.RendererJson.SimpleRendererJson": {
|
|
7726
7726
|
"additionalProperties": false,
|
|
7727
|
-
"description": "A simple renderer is a renderer that uses one symbol only
|
|
7727
|
+
"description": "A simple renderer is a renderer that uses one symbol only.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
|
|
7728
7728
|
"properties": {
|
|
7729
7729
|
"authoringInfo": {
|
|
7730
7730
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7771,7 +7771,7 @@
|
|
|
7771
7771
|
},
|
|
7772
7772
|
"esri.rest-api.RendererJson.SizeInfoJson": {
|
|
7773
7773
|
"additionalProperties": false,
|
|
7774
|
-
"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
|
|
7774
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
|
|
7775
7775
|
"properties": {
|
|
7776
7776
|
"axis": {
|
|
7777
7777
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -7871,7 +7871,7 @@
|
|
|
7871
7871
|
},
|
|
7872
7872
|
"esri.rest-api.RendererJson.SizeJson": {
|
|
7873
7873
|
"additionalProperties": false,
|
|
7874
|
-
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown
|
|
7874
|
+
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown.\n\nSee {@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/}.",
|
|
7875
7875
|
"properties": {
|
|
7876
7876
|
"expression": {
|
|
7877
7877
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -7916,7 +7916,7 @@
|
|
|
7916
7916
|
},
|
|
7917
7917
|
"esri.rest-api.RendererJson.TemporalRendererJson": {
|
|
7918
7918
|
"additionalProperties": false,
|
|
7919
|
-
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer
|
|
7919
|
+
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
|
|
7920
7920
|
"properties": {
|
|
7921
7921
|
"authoringInfo": {
|
|
7922
7922
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7962,7 +7962,7 @@
|
|
|
7962
7962
|
},
|
|
7963
7963
|
"esri.rest-api.RendererJson.TransparencyInfoJson": {
|
|
7964
7964
|
"additionalProperties": false,
|
|
7965
|
-
"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)
|
|
7965
|
+
"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).\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
|
|
7966
7966
|
"properties": {
|
|
7967
7967
|
"field": {
|
|
7968
7968
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -8021,7 +8021,7 @@
|
|
|
8021
8021
|
},
|
|
8022
8022
|
"esri.rest-api.RendererJson.UniqueValueClassJson": {
|
|
8023
8023
|
"additionalProperties": false,
|
|
8024
|
-
"description": "The uniqueValueClass object contains the symbology for grouped unique values in the renderer
|
|
8024
|
+
"description": "The uniqueValueClass object contains the symbology for grouped unique values in the renderer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueClass/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueClass/}.",
|
|
8025
8025
|
"properties": {
|
|
8026
8026
|
"description": {
|
|
8027
8027
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -8054,7 +8054,7 @@
|
|
|
8054
8054
|
},
|
|
8055
8055
|
"esri.rest-api.RendererJson.UniqueValueFromStyleRendererJson": {
|
|
8056
8056
|
"additionalProperties": false,
|
|
8057
|
-
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style
|
|
8057
|
+
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
|
|
8058
8058
|
"properties": {
|
|
8059
8059
|
"authoringInfo": {
|
|
8060
8060
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -8109,7 +8109,7 @@
|
|
|
8109
8109
|
},
|
|
8110
8110
|
"esri.rest-api.RendererJson.UniqueValueGroupJson": {
|
|
8111
8111
|
"additionalProperties": false,
|
|
8112
|
-
"description": "Represents a group of unique value classes (i.e. symbols). This is used to group symbols under a common heading and/or when representing multiple unique values with a single symbol
|
|
8112
|
+
"description": "Represents a group of unique value classes (i.e. symbols). This is used to group symbols under a common heading and/or when representing multiple unique values with a single symbol.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueGroup/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueGroup/}.",
|
|
8113
8113
|
"properties": {
|
|
8114
8114
|
"classes": {
|
|
8115
8115
|
"description": "Specifies the classes (i.e. symbols) to group under a common heading. Classes may be included here without a heading when representing multiple values with a single symbol.",
|
|
@@ -8127,7 +8127,7 @@
|
|
|
8127
8127
|
},
|
|
8128
8128
|
"esri.rest-api.RendererJson.UniqueValueInfoJson": {
|
|
8129
8129
|
"additionalProperties": false,
|
|
8130
|
-
"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
|
|
8130
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
|
|
8131
8131
|
"properties": {
|
|
8132
8132
|
"description": {
|
|
8133
8133
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -8154,7 +8154,7 @@
|
|
|
8154
8154
|
},
|
|
8155
8155
|
"esri.rest-api.RendererJson.UniqueValueRendererJson": {
|
|
8156
8156
|
"additionalProperties": false,
|
|
8157
|
-
"description": "A unique value renderer symbolizes groups of features that have matching field values
|
|
8157
|
+
"description": "A unique value renderer symbolizes groups of features that have matching field values.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
|
|
8158
8158
|
"properties": {
|
|
8159
8159
|
"authoringInfo": {
|
|
8160
8160
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -8323,11 +8323,11 @@
|
|
|
8323
8323
|
"$ref": "#/definitions/esri.rest-api.RendererJson.RotationInfoJson"
|
|
8324
8324
|
}
|
|
8325
8325
|
],
|
|
8326
|
-
"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'
|
|
8326
|
+
"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'.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
|
|
8327
8327
|
},
|
|
8328
8328
|
"esri.rest-api.SceneLayerJson.SceneLayerJson": {
|
|
8329
8329
|
"additionalProperties": false,
|
|
8330
|
-
"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)
|
|
8330
|
+
"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).\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
|
|
8331
8331
|
"properties": {
|
|
8332
8332
|
"blendMode": {
|
|
8333
8333
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -8404,7 +8404,7 @@
|
|
|
8404
8404
|
"type": "number"
|
|
8405
8405
|
},
|
|
8406
8406
|
"opacity": {
|
|
8407
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
8407
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
8408
8408
|
"type": "number"
|
|
8409
8409
|
},
|
|
8410
8410
|
"popupInfo": {
|
|
@@ -8461,7 +8461,7 @@
|
|
|
8461
8461
|
},
|
|
8462
8462
|
"esri.rest-api.SpatialReferenceJson.SpatialReferenceJson": {
|
|
8463
8463
|
"additionalProperties": false,
|
|
8464
|
-
"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
|
|
8464
|
+
"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.\n\nMany 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.\n\nAll operational layers in the map are drawn or requested in the spatial reference of the basemap layers.\n\nThe basemap defines the map spatial reference and tiling scheme.\n\nEach basemapLayer must be in the same spatial reference and tiling scheme.\n\nFor additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/} {@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
|
|
8465
8465
|
"properties": {
|
|
8466
8466
|
"latestVcsWkid": {
|
|
8467
8467
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -8593,7 +8593,7 @@
|
|
|
8593
8593
|
"type": "number"
|
|
8594
8594
|
},
|
|
8595
8595
|
"mode": {
|
|
8596
|
-
"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
|
|
8596
|
+
"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.\n\n- 0: Snapshot mode. Immediately retrieves all features when the map is loaded.\n- 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.\n- 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.",
|
|
8597
8597
|
"enum": [
|
|
8598
8598
|
0,
|
|
8599
8599
|
1,
|
|
@@ -8603,7 +8603,7 @@
|
|
|
8603
8603
|
"type": "number"
|
|
8604
8604
|
},
|
|
8605
8605
|
"opacity": {
|
|
8606
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
8606
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
8607
8607
|
"type": "number"
|
|
8608
8608
|
},
|
|
8609
8609
|
"popupInfo": {
|
|
@@ -8674,7 +8674,7 @@
|
|
|
8674
8674
|
},
|
|
8675
8675
|
"esri.rest-api.SublayerJson.SublayerJson": {
|
|
8676
8676
|
"additionalProperties": false,
|
|
8677
|
-
"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
|
|
8677
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/layer/} {@link https://developers.arcgis.com/web-scene-specification/objects/layer/}.",
|
|
8678
8678
|
"properties": {
|
|
8679
8679
|
"defaultVisibility": {
|
|
8680
8680
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -8694,7 +8694,7 @@
|
|
|
8694
8694
|
},
|
|
8695
8695
|
"field": {
|
|
8696
8696
|
"$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson",
|
|
8697
|
-
"description": "Information about each field in a layer
|
|
8697
|
+
"description": "Information about each field in a layer.\n\nNOTE: This is how it's typed and documented in the web map spec, but is almost certainly total nonsense."
|
|
8698
8698
|
},
|
|
8699
8699
|
"id": {
|
|
8700
8700
|
"description": "A number indicating the index position of the layer in the WMS or map service.",
|
|
@@ -8755,7 +8755,7 @@
|
|
|
8755
8755
|
},
|
|
8756
8756
|
"esri.rest-api.SubtypeGroupLayerJson.SubtypeGroupLayerJson": {
|
|
8757
8757
|
"additionalProperties": false,
|
|
8758
|
-
"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
|
|
8758
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
|
|
8759
8759
|
"properties": {
|
|
8760
8760
|
"blendMode": {
|
|
8761
8761
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -8834,7 +8834,7 @@
|
|
|
8834
8834
|
"type": "number"
|
|
8835
8835
|
},
|
|
8836
8836
|
"opacity": {
|
|
8837
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
8837
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
8838
8838
|
"type": "number"
|
|
8839
8839
|
},
|
|
8840
8840
|
"refreshInterval": {
|
|
@@ -8879,7 +8879,7 @@
|
|
|
8879
8879
|
},
|
|
8880
8880
|
"esri.rest-api.SubtypeSublayerJson.SubtypeSublayerJson": {
|
|
8881
8881
|
"additionalProperties": false,
|
|
8882
|
-
"description": "Feature layers can be created by referencing a sublayer 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 sublayer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature sublayer based on the supplied definition
|
|
8882
|
+
"description": "Feature layers can be created by referencing a sublayer 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 sublayer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature sublayer based on the supplied definition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/subtypeSublayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeSublayer/}.",
|
|
8883
8883
|
"properties": {
|
|
8884
8884
|
"blendMode": {
|
|
8885
8885
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -8955,7 +8955,7 @@
|
|
|
8955
8955
|
"type": "number"
|
|
8956
8956
|
},
|
|
8957
8957
|
"opacity": {
|
|
8958
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
8958
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
8959
8959
|
"type": "number"
|
|
8960
8960
|
},
|
|
8961
8961
|
"popupInfo": {
|
|
@@ -9026,7 +9026,7 @@
|
|
|
9026
9026
|
},
|
|
9027
9027
|
"esri.rest-api.SymbolJson.CIMSymbolJson": {
|
|
9028
9028
|
"additionalProperties": false,
|
|
9029
|
-
"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
|
|
9029
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
9030
9030
|
"properties": {
|
|
9031
9031
|
"type": {
|
|
9032
9032
|
"const": "CIMSymbolReference",
|
|
@@ -9090,7 +9090,7 @@
|
|
|
9090
9090
|
},
|
|
9091
9091
|
"esri.rest-api.SymbolJson.ExtrudeSymbol3DLayerJson": {
|
|
9092
9092
|
"additionalProperties": false,
|
|
9093
|
-
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object
|
|
9093
|
+
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
|
|
9094
9094
|
"properties": {
|
|
9095
9095
|
"enable": {
|
|
9096
9096
|
"description": "Type: Boolean.",
|
|
@@ -9117,7 +9117,7 @@
|
|
|
9117
9117
|
},
|
|
9118
9118
|
"esri.rest-api.SymbolJson.FillSymbol3DLayerJson": {
|
|
9119
9119
|
"additionalProperties": false,
|
|
9120
|
-
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView
|
|
9120
|
+
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
|
|
9121
9121
|
"properties": {
|
|
9122
9122
|
"castShadows": {
|
|
9123
9123
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -9152,7 +9152,7 @@
|
|
|
9152
9152
|
},
|
|
9153
9153
|
"esri.rest-api.SymbolJson.FontJson": {
|
|
9154
9154
|
"additionalProperties": false,
|
|
9155
|
-
"description": "Font used for text symbols
|
|
9155
|
+
"description": "Font used for text symbols.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/font/} {@link https://developers.arcgis.com/web-scene-specification/objects/font/}.",
|
|
9156
9156
|
"properties": {
|
|
9157
9157
|
"decoration": {
|
|
9158
9158
|
"description": "The text decoration.",
|
|
@@ -9195,7 +9195,7 @@
|
|
|
9195
9195
|
},
|
|
9196
9196
|
"esri.rest-api.SymbolJson.IconSymbol3DLayerJson": {
|
|
9197
9197
|
"additionalProperties": false,
|
|
9198
|
-
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView
|
|
9198
|
+
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
|
|
9199
9199
|
"properties": {
|
|
9200
9200
|
"anchor": {
|
|
9201
9201
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -9245,7 +9245,7 @@
|
|
|
9245
9245
|
},
|
|
9246
9246
|
"esri.rest-api.SymbolJson.LabelSymbol3DJson": {
|
|
9247
9247
|
"additionalProperties": false,
|
|
9248
|
-
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a
|
|
9248
|
+
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a\n3D SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
|
|
9249
9249
|
"properties": {
|
|
9250
9250
|
"callout": {
|
|
9251
9251
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CalloutJson",
|
|
@@ -9276,7 +9276,7 @@
|
|
|
9276
9276
|
},
|
|
9277
9277
|
"esri.rest-api.SymbolJson.LineSymbol3DJson": {
|
|
9278
9278
|
"additionalProperties": false,
|
|
9279
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView
|
|
9279
|
+
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
|
|
9280
9280
|
"properties": {
|
|
9281
9281
|
"symbolLayers": {
|
|
9282
9282
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -9306,7 +9306,7 @@
|
|
|
9306
9306
|
},
|
|
9307
9307
|
"esri.rest-api.SymbolJson.LineSymbol3DLayerJson": {
|
|
9308
9308
|
"additionalProperties": false,
|
|
9309
|
-
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView
|
|
9309
|
+
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
|
|
9310
9310
|
"properties": {
|
|
9311
9311
|
"enable": {
|
|
9312
9312
|
"description": "Type: Boolean.",
|
|
@@ -9333,14 +9333,14 @@
|
|
|
9333
9333
|
},
|
|
9334
9334
|
"esri.rest-api.SymbolJson.MaterialJson": {
|
|
9335
9335
|
"additionalProperties": false,
|
|
9336
|
-
"description": "The material used to shade the geometry
|
|
9336
|
+
"description": "The material used to shade the geometry.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
9337
9337
|
"properties": {
|
|
9338
9338
|
"color": {
|
|
9339
9339
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
9340
9340
|
"description": "Color is represented as a three or four-element array."
|
|
9341
9341
|
},
|
|
9342
9342
|
"colorMixMode": {
|
|
9343
|
-
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D
|
|
9343
|
+
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D.\n\n- Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color.\n- Replace: the feature's color is replaced with the symbol / visual variable color.\n- Multiply: the feature's color is multiplied with the symbol color.",
|
|
9344
9344
|
"enum": [
|
|
9345
9345
|
"multiply",
|
|
9346
9346
|
"replace",
|
|
@@ -9357,7 +9357,7 @@
|
|
|
9357
9357
|
},
|
|
9358
9358
|
"esri.rest-api.SymbolJson.MeshSymbol3DJson": {
|
|
9359
9359
|
"additionalProperties": false,
|
|
9360
|
-
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView
|
|
9360
|
+
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
|
|
9361
9361
|
"properties": {
|
|
9362
9362
|
"symbolLayers": {
|
|
9363
9363
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -9380,7 +9380,7 @@
|
|
|
9380
9380
|
},
|
|
9381
9381
|
"esri.rest-api.SymbolJson.ObjectSymbol3DLayerJson": {
|
|
9382
9382
|
"additionalProperties": false,
|
|
9383
|
-
"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
|
|
9383
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
|
|
9384
9384
|
"properties": {
|
|
9385
9385
|
"anchor": {
|
|
9386
9386
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -9449,7 +9449,7 @@
|
|
|
9449
9449
|
},
|
|
9450
9450
|
"esri.rest-api.SymbolJson.OutlineJson": {
|
|
9451
9451
|
"additionalProperties": false,
|
|
9452
|
-
"description": "The outline of the point, line or polygon
|
|
9452
|
+
"description": "The outline of the point, line or polygon.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
9453
9453
|
"properties": {
|
|
9454
9454
|
"color": {
|
|
9455
9455
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
@@ -9468,7 +9468,7 @@
|
|
|
9468
9468
|
},
|
|
9469
9469
|
"esri.rest-api.SymbolJson.PathSymbol3DLayerJson": {
|
|
9470
9470
|
"additionalProperties": false,
|
|
9471
|
-
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView
|
|
9471
|
+
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
|
|
9472
9472
|
"properties": {
|
|
9473
9473
|
"material": {
|
|
9474
9474
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.MaterialJson",
|
|
@@ -9495,7 +9495,7 @@
|
|
|
9495
9495
|
},
|
|
9496
9496
|
"esri.rest-api.SymbolJson.PictureFillSymbolJson": {
|
|
9497
9497
|
"additionalProperties": false,
|
|
9498
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries
|
|
9498
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
9499
9499
|
"properties": {
|
|
9500
9500
|
"angle": {
|
|
9501
9501
|
"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.",
|
|
@@ -9554,7 +9554,7 @@
|
|
|
9554
9554
|
},
|
|
9555
9555
|
"esri.rest-api.SymbolJson.PictureMarkerSymbolJson": {
|
|
9556
9556
|
"additionalProperties": false,
|
|
9557
|
-
"description": "Picture marker symbols can be used to symbolize point geometries
|
|
9557
|
+
"description": "Picture marker symbols can be used to symbolize point geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
9558
9558
|
"properties": {
|
|
9559
9559
|
"angle": {
|
|
9560
9560
|
"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.",
|
|
@@ -9601,7 +9601,7 @@
|
|
|
9601
9601
|
},
|
|
9602
9602
|
"esri.rest-api.SymbolJson.PointSymbol3DJson": {
|
|
9603
9603
|
"additionalProperties": false,
|
|
9604
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView
|
|
9604
|
+
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
|
|
9605
9605
|
"properties": {
|
|
9606
9606
|
"callout": {
|
|
9607
9607
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CalloutJson",
|
|
@@ -9643,7 +9643,7 @@
|
|
|
9643
9643
|
},
|
|
9644
9644
|
"esri.rest-api.SymbolJson.PolygonSymbol3DJson": {
|
|
9645
9645
|
"additionalProperties": false,
|
|
9646
|
-
"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
|
|
9646
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
|
|
9647
9647
|
"properties": {
|
|
9648
9648
|
"symbolLayers": {
|
|
9649
9649
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -9676,7 +9676,7 @@
|
|
|
9676
9676
|
},
|
|
9677
9677
|
"esri.rest-api.SymbolJson.ResourceIconSymbolJson": {
|
|
9678
9678
|
"additionalProperties": false,
|
|
9679
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features
|
|
9679
|
+
"description": "The shape (primitive) or image URL (href) used to visualize the features.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
|
|
9680
9680
|
"properties": {
|
|
9681
9681
|
"dataURI": {
|
|
9682
9682
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -9695,7 +9695,7 @@
|
|
|
9695
9695
|
},
|
|
9696
9696
|
"esri.rest-api.SymbolJson.ResourceObjectSymbolJson": {
|
|
9697
9697
|
"additionalProperties": false,
|
|
9698
|
-
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points
|
|
9698
|
+
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
|
|
9699
9699
|
"properties": {
|
|
9700
9700
|
"href": {
|
|
9701
9701
|
"description": "Must be an absolute URL or a relative path starting with \"./\".",
|
|
@@ -9710,7 +9710,7 @@
|
|
|
9710
9710
|
},
|
|
9711
9711
|
"esri.rest-api.SymbolJson.SimpleFillSymbolJson": {
|
|
9712
9712
|
"additionalProperties": false,
|
|
9713
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries
|
|
9713
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
9714
9714
|
"properties": {
|
|
9715
9715
|
"color": {
|
|
9716
9716
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
@@ -9747,7 +9747,7 @@
|
|
|
9747
9747
|
},
|
|
9748
9748
|
"esri.rest-api.SymbolJson.SimpleLineSymbolJson": {
|
|
9749
9749
|
"additionalProperties": false,
|
|
9750
|
-
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills
|
|
9750
|
+
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
|
|
9751
9751
|
"properties": {
|
|
9752
9752
|
"color": {
|
|
9753
9753
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
@@ -9782,7 +9782,7 @@
|
|
|
9782
9782
|
},
|
|
9783
9783
|
"esri.rest-api.SymbolJson.SimpleMarkerSymbolJson": {
|
|
9784
9784
|
"additionalProperties": false,
|
|
9785
|
-
"description": "Simple marker symbols can be used to symbolize point geometries
|
|
9785
|
+
"description": "Simple marker symbols can be used to symbolize point geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
9786
9786
|
"properties": {
|
|
9787
9787
|
"angle": {
|
|
9788
9788
|
"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.",
|
|
@@ -9902,7 +9902,7 @@
|
|
|
9902
9902
|
},
|
|
9903
9903
|
"esri.rest-api.SymbolJson.StyleSymbolReferenceJson": {
|
|
9904
9904
|
"additionalProperties": false,
|
|
9905
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem
|
|
9905
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
9906
9906
|
"properties": {
|
|
9907
9907
|
"name": {
|
|
9908
9908
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -10020,11 +10020,11 @@
|
|
|
10020
10020
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
|
|
10021
10021
|
}
|
|
10022
10022
|
],
|
|
10023
|
-
"description": "A symbol representing a feature on the map
|
|
10023
|
+
"description": "A symbol representing a feature on the map.\n\nPart 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/}."
|
|
10024
10024
|
},
|
|
10025
10025
|
"esri.rest-api.SymbolJson.TextSymbol3DLayerJson": {
|
|
10026
10026
|
"additionalProperties": false,
|
|
10027
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type
|
|
10027
|
+
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
|
|
10028
10028
|
"properties": {
|
|
10029
10029
|
"font": {
|
|
10030
10030
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.FontJson",
|
|
@@ -10055,7 +10055,7 @@
|
|
|
10055
10055
|
},
|
|
10056
10056
|
"esri.rest-api.SymbolJson.TextSymbolJson": {
|
|
10057
10057
|
"additionalProperties": false,
|
|
10058
|
-
"description": "Text symbols are used to add text to a feature (labeling)
|
|
10058
|
+
"description": "Text symbols are used to add text to a feature (labeling).\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
|
|
10059
10059
|
"properties": {
|
|
10060
10060
|
"angle": {
|
|
10061
10061
|
"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.",
|
|
@@ -10168,7 +10168,7 @@
|
|
|
10168
10168
|
},
|
|
10169
10169
|
"esri.rest-api.TemplateJson.TemplateJson": {
|
|
10170
10170
|
"additionalProperties": false,
|
|
10171
|
-
"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
|
|
10171
|
+
"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.\n\nTemplates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/template/} {@link https://developers.arcgis.com/web-scene-specification/objects/template/}.",
|
|
10172
10172
|
"properties": {
|
|
10173
10173
|
"description": {
|
|
10174
10174
|
"description": "A detailed description of the template.",
|
|
@@ -10206,7 +10206,7 @@
|
|
|
10206
10206
|
},
|
|
10207
10207
|
"esri.rest-api.TiledImageServiceLayerJson.TiledImageServiceLayerJson": {
|
|
10208
10208
|
"additionalProperties": false,
|
|
10209
|
-
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled)
|
|
10209
|
+
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled).\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
|
|
10210
10210
|
"properties": {
|
|
10211
10211
|
"blendMode": {
|
|
10212
10212
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -10282,7 +10282,7 @@
|
|
|
10282
10282
|
"type": "number"
|
|
10283
10283
|
},
|
|
10284
10284
|
"opacity": {
|
|
10285
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
10285
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
10286
10286
|
"type": "number"
|
|
10287
10287
|
},
|
|
10288
10288
|
"refreshInterval": {
|
|
@@ -10327,7 +10327,7 @@
|
|
|
10327
10327
|
},
|
|
10328
10328
|
"esri.rest-api.TiledMapServiceLayerJson.TiledMapServiceLayerJson": {
|
|
10329
10329
|
"additionalProperties": false,
|
|
10330
|
-
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled)
|
|
10330
|
+
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled).\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
|
|
10331
10331
|
"properties": {
|
|
10332
10332
|
"blendMode": {
|
|
10333
10333
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -10421,7 +10421,7 @@
|
|
|
10421
10421
|
"type": "number"
|
|
10422
10422
|
},
|
|
10423
10423
|
"opacity": {
|
|
10424
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
10424
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
10425
10425
|
"type": "number"
|
|
10426
10426
|
},
|
|
10427
10427
|
"path": {
|
|
@@ -10470,7 +10470,7 @@
|
|
|
10470
10470
|
},
|
|
10471
10471
|
"esri.rest-api.TypeJson.TypeJson": {
|
|
10472
10472
|
"additionalProperties": false,
|
|
10473
|
-
"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
|
|
10473
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/type/} {@link https://developers.arcgis.com/web-scene-specification/objects/type/}.",
|
|
10474
10474
|
"properties": {
|
|
10475
10475
|
"domains": {
|
|
10476
10476
|
"description": "A set of domain objects for each domain in the type."
|
|
@@ -10487,7 +10487,7 @@
|
|
|
10487
10487
|
"type": "string"
|
|
10488
10488
|
},
|
|
10489
10489
|
"templates": {
|
|
10490
|
-
"description": "An array of template objects describing features that can be created in this 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
|
|
10490
|
+
"description": "An array of template objects describing features that can be created in this 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.\n\nTemplates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.\n\nYou might have more than one template per type if the attributes of available features vary slightly. For example, you might have a type named Copper pipe containing two templates: one whose DIAMETER property is 12 and another whose DIAMETER property is 10.",
|
|
10491
10491
|
"items": {
|
|
10492
10492
|
"$ref": "#/definitions/esri.rest-api.TemplateJson.TemplateJson"
|
|
10493
10493
|
},
|
|
@@ -10498,7 +10498,7 @@
|
|
|
10498
10498
|
},
|
|
10499
10499
|
"esri.rest-api.VectorTileLayerJson.VectorTileLayerJson": {
|
|
10500
10500
|
"additionalProperties": false,
|
|
10501
|
-
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn
|
|
10501
|
+
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
|
|
10502
10502
|
"properties": {
|
|
10503
10503
|
"blendMode": {
|
|
10504
10504
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -10574,7 +10574,7 @@
|
|
|
10574
10574
|
"type": "number"
|
|
10575
10575
|
},
|
|
10576
10576
|
"opacity": {
|
|
10577
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
10577
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
10578
10578
|
"type": "number"
|
|
10579
10579
|
},
|
|
10580
10580
|
"path": {
|
|
@@ -10623,7 +10623,7 @@
|
|
|
10623
10623
|
},
|
|
10624
10624
|
"esri.rest-api.WFSLayerJson.WFSInfoJson": {
|
|
10625
10625
|
"additionalProperties": false,
|
|
10626
|
-
"description": "Object that defines and provides information about layers in a WFS service
|
|
10626
|
+
"description": "Object that defines and provides information about layers in a WFS service.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/wfsInfo/}.",
|
|
10627
10627
|
"properties": {
|
|
10628
10628
|
"customParameters": {
|
|
10629
10629
|
"description": "A sequence of parameters used to append custom parameters to all WFS requests. These parameters are applied to GetCapabilities, DescribeFeatureType, and GetFeatures."
|
|
@@ -10664,7 +10664,7 @@
|
|
|
10664
10664
|
},
|
|
10665
10665
|
"esri.rest-api.WFSLayerJson.WFSLayerJson": {
|
|
10666
10666
|
"additionalProperties": false,
|
|
10667
|
-
"description": "OGC Web Feature Service (WFS) is a dynamic feature service that follows the specifications of OGC
|
|
10667
|
+
"description": "OGC Web Feature Service (WFS) is a dynamic feature service that follows the specifications of OGC.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/wfsLayer/} and {@link https://developers.arcgis.com/web-scene-specification/objects/wfsLayer/}.",
|
|
10668
10668
|
"properties": {
|
|
10669
10669
|
"blendMode": {
|
|
10670
10670
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -10749,7 +10749,7 @@
|
|
|
10749
10749
|
"type": "number"
|
|
10750
10750
|
},
|
|
10751
10751
|
"opacity": {
|
|
10752
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
10752
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
10753
10753
|
"type": "number"
|
|
10754
10754
|
},
|
|
10755
10755
|
"popupInfo": {
|
|
@@ -10806,7 +10806,7 @@
|
|
|
10806
10806
|
},
|
|
10807
10807
|
"esri.rest-api.WMSLayerJson.WMSLayerJson": {
|
|
10808
10808
|
"additionalProperties": false,
|
|
10809
|
-
"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
|
|
10809
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
|
|
10810
10810
|
"properties": {
|
|
10811
10811
|
"blendMode": {
|
|
10812
10812
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -10938,7 +10938,7 @@
|
|
|
10938
10938
|
"type": "number"
|
|
10939
10939
|
},
|
|
10940
10940
|
"opacity": {
|
|
10941
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
10941
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
10942
10942
|
"type": "number"
|
|
10943
10943
|
},
|
|
10944
10944
|
"refreshInterval": {
|
|
@@ -11001,7 +11001,7 @@
|
|
|
11001
11001
|
},
|
|
11002
11002
|
"esri.rest-api.WMSSublayerJson.WMSSublayerJson": {
|
|
11003
11003
|
"additionalProperties": false,
|
|
11004
|
-
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service
|
|
11004
|
+
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
|
|
11005
11005
|
"properties": {
|
|
11006
11006
|
"legendUrl": {
|
|
11007
11007
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -11028,7 +11028,7 @@
|
|
|
11028
11028
|
},
|
|
11029
11029
|
"esri.rest-api.WebTileLayerJson.TileInfoJson": {
|
|
11030
11030
|
"additionalProperties": false,
|
|
11031
|
-
"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
|
|
11031
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/tileInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
|
|
11032
11032
|
"properties": {
|
|
11033
11033
|
"cols": {
|
|
11034
11034
|
"description": "Requested tile's column.",
|
|
@@ -11095,7 +11095,7 @@
|
|
|
11095
11095
|
},
|
|
11096
11096
|
"esri.rest-api.WebTileLayerJson.WebTileLayerJson": {
|
|
11097
11097
|
"additionalProperties": false,
|
|
11098
|
-
"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
|
|
11098
|
+
"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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/tiledLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
|
|
11099
11099
|
"properties": {
|
|
11100
11100
|
"blendMode": {
|
|
11101
11101
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
|
|
@@ -11176,7 +11176,7 @@
|
|
|
11176
11176
|
"type": "number"
|
|
11177
11177
|
},
|
|
11178
11178
|
"opacity": {
|
|
11179
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
11179
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
11180
11180
|
"type": "number"
|
|
11181
11181
|
},
|
|
11182
11182
|
"refreshInterval": {
|