@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
|
@@ -1018,7 +1018,7 @@
|
|
|
1018
1018
|
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudValueFilterJson"
|
|
1019
1019
|
}
|
|
1020
1020
|
],
|
|
1021
|
-
"description": "Filters applied to the pointCloud which will hide a point
|
|
1021
|
+
"description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
1022
1022
|
},
|
|
1023
1023
|
"PortalType": {
|
|
1024
1024
|
"description": "The type of Portal.",
|
|
@@ -1696,7 +1696,7 @@
|
|
|
1696
1696
|
"type": "number"
|
|
1697
1697
|
},
|
|
1698
1698
|
"opacity": {
|
|
1699
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
1699
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
1700
1700
|
"type": "number"
|
|
1701
1701
|
},
|
|
1702
1702
|
"popupInfo": {
|
|
@@ -1868,7 +1868,7 @@
|
|
|
1868
1868
|
"type": "number"
|
|
1869
1869
|
},
|
|
1870
1870
|
"opacity": {
|
|
1871
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
1871
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
1872
1872
|
"type": "number"
|
|
1873
1873
|
},
|
|
1874
1874
|
"refreshInterval": {
|
|
@@ -2078,7 +2078,7 @@
|
|
|
2078
2078
|
},
|
|
2079
2079
|
"esri.rest-api.CSVLayerJson.CSVLayerJson": {
|
|
2080
2080
|
"additionalProperties": false,
|
|
2081
|
-
"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
|
|
2081
|
+
"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/}.",
|
|
2082
2082
|
"properties": {
|
|
2083
2083
|
"blendMode": {
|
|
2084
2084
|
"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.",
|
|
@@ -2163,7 +2163,7 @@
|
|
|
2163
2163
|
"type": "number"
|
|
2164
2164
|
},
|
|
2165
2165
|
"opacity": {
|
|
2166
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
2166
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
2167
2167
|
"type": "number"
|
|
2168
2168
|
},
|
|
2169
2169
|
"popupInfo": {
|
|
@@ -2220,7 +2220,7 @@
|
|
|
2220
2220
|
},
|
|
2221
2221
|
"esri.rest-api.CSVLayerJson.LocationInfoJson": {
|
|
2222
2222
|
"additionalProperties": false,
|
|
2223
|
-
"description": "Defines how location information will be retrieved from a CSV file referenced through the web
|
|
2223
|
+
"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/}.",
|
|
2224
2224
|
"properties": {
|
|
2225
2225
|
"latitudeFieldName": {
|
|
2226
2226
|
"description": "A string defining the field name that holds the latitude (Y) coordinate.",
|
|
@@ -2239,7 +2239,7 @@
|
|
|
2239
2239
|
},
|
|
2240
2240
|
"esri.rest-api.DefinitionEditorJson.DefinitionEditorJson": {
|
|
2241
2241
|
"additionalProperties": false,
|
|
2242
|
-
"description": "The definitionEditor stores interactive filters at the same level as layerDefinition
|
|
2242
|
+
"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/}.",
|
|
2243
2243
|
"properties": {
|
|
2244
2244
|
"inputs": {
|
|
2245
2245
|
"description": "An array of input objects.",
|
|
@@ -2365,7 +2365,7 @@
|
|
|
2365
2365
|
"$ref": "#/definitions/esri.rest-api.DomainJson.RangeDomainJson"
|
|
2366
2366
|
}
|
|
2367
2367
|
],
|
|
2368
|
-
"description": "A domain specifies the set of valid values for a field
|
|
2368
|
+
"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/}."
|
|
2369
2369
|
},
|
|
2370
2370
|
"esri.rest-api.DomainJson.InheritedDomainJson": {
|
|
2371
2371
|
"additionalProperties": false,
|
|
@@ -2412,7 +2412,7 @@
|
|
|
2412
2412
|
},
|
|
2413
2413
|
"esri.rest-api.DrawingInfoJson.DrawingInfoJson": {
|
|
2414
2414
|
"additionalProperties": false,
|
|
2415
|
-
"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
|
|
2415
|
+
"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/}.",
|
|
2416
2416
|
"properties": {
|
|
2417
2417
|
"filters": {
|
|
2418
2418
|
"description": "Filters for PointCloud layers.",
|
|
@@ -2453,7 +2453,7 @@
|
|
|
2453
2453
|
},
|
|
2454
2454
|
"esri.rest-api.DrawingInfoJson.LabelingInfoJson": {
|
|
2455
2455
|
"additionalProperties": false,
|
|
2456
|
-
"description": "The labelingInfo object specifies the label definition for a layer
|
|
2456
|
+
"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/}.",
|
|
2457
2457
|
"properties": {
|
|
2458
2458
|
"labelExpression": {
|
|
2459
2459
|
"description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
|
|
@@ -2538,14 +2538,14 @@
|
|
|
2538
2538
|
},
|
|
2539
2539
|
"esri.rest-api.DrawingInfoJson.PointCloudBitfieldFilterJson": {
|
|
2540
2540
|
"additionalProperties": false,
|
|
2541
|
-
"description": "Filters points based on the value of the specified bitfield attribute
|
|
2541
|
+
"description": "Filters points based on the value of the specified bitfield attribute.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
|
|
2542
2542
|
"properties": {
|
|
2543
2543
|
"field": {
|
|
2544
2544
|
"description": "The name of the field that is used for the filter.",
|
|
2545
2545
|
"type": "string"
|
|
2546
2546
|
},
|
|
2547
2547
|
"requiredClearBits": {
|
|
2548
|
-
"description": "List ALL bit numbers that must cleared (=0) for the point to be kept. Bit
|
|
2548
|
+
"description": "List ALL bit numbers that must cleared (=0) for the point to be kept. Bit\n0 is LSB.",
|
|
2549
2549
|
"items": {
|
|
2550
2550
|
"type": "number"
|
|
2551
2551
|
},
|
|
@@ -2571,7 +2571,7 @@
|
|
|
2571
2571
|
},
|
|
2572
2572
|
"esri.rest-api.DrawingInfoJson.PointCloudReturnFilterJson": {
|
|
2573
2573
|
"additionalProperties": false,
|
|
2574
|
-
"description": "Filters points based on the value of the return number/return count
|
|
2574
|
+
"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/}.",
|
|
2575
2575
|
"properties": {
|
|
2576
2576
|
"field": {
|
|
2577
2577
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -2597,7 +2597,7 @@
|
|
|
2597
2597
|
},
|
|
2598
2598
|
"esri.rest-api.DrawingInfoJson.PointCloudValueFilterJson": {
|
|
2599
2599
|
"additionalProperties": false,
|
|
2600
|
-
"description": "Filters points based on the value of an specified attribute
|
|
2600
|
+
"description": "Filters points based on the value of an specified attribute.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
|
|
2601
2601
|
"properties": {
|
|
2602
2602
|
"field": {
|
|
2603
2603
|
"description": "The name of the field that is used for the filter.",
|
|
@@ -2627,7 +2627,7 @@
|
|
|
2627
2627
|
},
|
|
2628
2628
|
"esri.rest-api.FeatureCollectionJson.FeatureCollectionJson": {
|
|
2629
2629
|
"additionalProperties": false,
|
|
2630
|
-
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map
|
|
2630
|
+
"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/}.",
|
|
2631
2631
|
"properties": {
|
|
2632
2632
|
"layers": {
|
|
2633
2633
|
"description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
|
|
@@ -2648,10 +2648,10 @@
|
|
|
2648
2648
|
},
|
|
2649
2649
|
"esri.rest-api.FeatureJson.FeatureJson": {
|
|
2650
2650
|
"additionalProperties": false,
|
|
2651
|
-
"description": "Contains information about an attribute field and feature geometry
|
|
2651
|
+
"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/}.",
|
|
2652
2652
|
"properties": {
|
|
2653
2653
|
"attributes": {
|
|
2654
|
-
"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
|
|
2654
|
+
"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."
|
|
2655
2655
|
},
|
|
2656
2656
|
"geometry": {
|
|
2657
2657
|
"$ref": "#/definitions/esri.rest-api.GeometryJson.GeometryJson",
|
|
@@ -2670,7 +2670,7 @@
|
|
|
2670
2670
|
},
|
|
2671
2671
|
"esri.rest-api.FeatureLayerJson.FeatureLayerJson": {
|
|
2672
2672
|
"additionalProperties": false,
|
|
2673
|
-
"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
|
|
2673
|
+
"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/}.",
|
|
2674
2674
|
"properties": {
|
|
2675
2675
|
"blendMode": {
|
|
2676
2676
|
"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.",
|
|
@@ -2775,7 +2775,7 @@
|
|
|
2775
2775
|
"type": "number"
|
|
2776
2776
|
},
|
|
2777
2777
|
"mode": {
|
|
2778
|
-
"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
|
|
2778
|
+
"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.",
|
|
2779
2779
|
"enum": [
|
|
2780
2780
|
0,
|
|
2781
2781
|
1,
|
|
@@ -2785,7 +2785,7 @@
|
|
|
2785
2785
|
"type": "number"
|
|
2786
2786
|
},
|
|
2787
2787
|
"opacity": {
|
|
2788
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
2788
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
2789
2789
|
"type": "number"
|
|
2790
2790
|
},
|
|
2791
2791
|
"popupInfo": {
|
|
@@ -2856,7 +2856,7 @@
|
|
|
2856
2856
|
},
|
|
2857
2857
|
"esri.rest-api.FeatureSetJson.FeatureSetJson": {
|
|
2858
2858
|
"additionalProperties": false,
|
|
2859
|
-
"description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer
|
|
2859
|
+
"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/}.",
|
|
2860
2860
|
"properties": {
|
|
2861
2861
|
"features": {
|
|
2862
2862
|
"description": "An array of Feature objects, each one containing geometry and a set of attributes.",
|
|
@@ -2878,7 +2878,7 @@
|
|
|
2878
2878
|
},
|
|
2879
2879
|
"esri.rest-api.FieldJson.FieldJson": {
|
|
2880
2880
|
"additionalProperties": false,
|
|
2881
|
-
"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
|
|
2881
|
+
"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/}.",
|
|
2882
2882
|
"properties": {
|
|
2883
2883
|
"alias": {
|
|
2884
2884
|
"description": "The field alias (human-readable name).",
|
|
@@ -3376,7 +3376,7 @@
|
|
|
3376
3376
|
},
|
|
3377
3377
|
"esri.rest-api.GeoJSONLayerJson.GeoJSONLayerJson": {
|
|
3378
3378
|
"additionalProperties": false,
|
|
3379
|
-
"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
|
|
3379
|
+
"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/}.",
|
|
3380
3380
|
"properties": {
|
|
3381
3381
|
"blendMode": {
|
|
3382
3382
|
"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.",
|
|
@@ -3449,7 +3449,7 @@
|
|
|
3449
3449
|
"type": "number"
|
|
3450
3450
|
},
|
|
3451
3451
|
"opacity": {
|
|
3452
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
3452
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
3453
3453
|
"type": "number"
|
|
3454
3454
|
},
|
|
3455
3455
|
"popupInfo": {
|
|
@@ -3506,7 +3506,7 @@
|
|
|
3506
3506
|
},
|
|
3507
3507
|
"esri.rest-api.GeoRSSLayerJson.GeoRSSLayerJson": {
|
|
3508
3508
|
"additionalProperties": false,
|
|
3509
|
-
"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
|
|
3509
|
+
"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/}.",
|
|
3510
3510
|
"properties": {
|
|
3511
3511
|
"blendMode": {
|
|
3512
3512
|
"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.",
|
|
@@ -3575,7 +3575,7 @@
|
|
|
3575
3575
|
"type": "number"
|
|
3576
3576
|
},
|
|
3577
3577
|
"opacity": {
|
|
3578
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
3578
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
3579
3579
|
"type": "number"
|
|
3580
3580
|
},
|
|
3581
3581
|
"pointSymbol": {
|
|
@@ -3671,7 +3671,7 @@
|
|
|
3671
3671
|
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
3672
3672
|
}
|
|
3673
3673
|
],
|
|
3674
|
-
"description": "A geometry as defined in the ArcGIS REST and web map specifications
|
|
3674
|
+
"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/}."
|
|
3675
3675
|
},
|
|
3676
3676
|
"esri.rest-api.GeometryJson.GeometryJsonType": {
|
|
3677
3677
|
"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.",
|
|
@@ -3828,7 +3828,7 @@
|
|
|
3828
3828
|
},
|
|
3829
3829
|
"esri.rest-api.GroupLayerJson.GroupLayerJson": {
|
|
3830
3830
|
"additionalProperties": false,
|
|
3831
|
-
"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
|
|
3831
|
+
"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/}.",
|
|
3832
3832
|
"properties": {
|
|
3833
3833
|
"blendMode": {
|
|
3834
3834
|
"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.",
|
|
@@ -3900,7 +3900,7 @@
|
|
|
3900
3900
|
"type": "number"
|
|
3901
3901
|
},
|
|
3902
3902
|
"opacity": {
|
|
3903
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
3903
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
3904
3904
|
"type": "number"
|
|
3905
3905
|
},
|
|
3906
3906
|
"refreshInterval": {
|
|
@@ -3950,7 +3950,7 @@
|
|
|
3950
3950
|
},
|
|
3951
3951
|
"esri.rest-api.ImageServiceLayerJson.ImageServiceLayerJson": {
|
|
3952
3952
|
"additionalProperties": false,
|
|
3953
|
-
"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
|
|
3953
|
+
"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/}.",
|
|
3954
3954
|
"properties": {
|
|
3955
3955
|
"bandIds": {
|
|
3956
3956
|
"description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
|
|
@@ -4085,7 +4085,7 @@
|
|
|
4085
4085
|
"type": "string"
|
|
4086
4086
|
},
|
|
4087
4087
|
"opacity": {
|
|
4088
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
4088
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
4089
4089
|
"type": "number"
|
|
4090
4090
|
},
|
|
4091
4091
|
"pixelType": {
|
|
@@ -4146,7 +4146,7 @@
|
|
|
4146
4146
|
},
|
|
4147
4147
|
"esri.rest-api.ImageServiceLayerJson.RenderingRuleJson": {
|
|
4148
4148
|
"additionalProperties": false,
|
|
4149
|
-
"description": "Specifies the rendering rule for how the requested image should be rendered
|
|
4149
|
+
"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/}.",
|
|
4150
4150
|
"properties": {
|
|
4151
4151
|
"outputPixelType": {
|
|
4152
4152
|
"description": "Defines the pixel type of the output image.",
|
|
@@ -4184,7 +4184,7 @@
|
|
|
4184
4184
|
},
|
|
4185
4185
|
"esri.rest-api.ImageServiceVectorLayerJson.ImageServiceVectorLayerJson": {
|
|
4186
4186
|
"additionalProperties": false,
|
|
4187
|
-
"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
|
|
4187
|
+
"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/}.",
|
|
4188
4188
|
"properties": {
|
|
4189
4189
|
"blendMode": {
|
|
4190
4190
|
"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.",
|
|
@@ -4276,7 +4276,7 @@
|
|
|
4276
4276
|
"description": "Specifies the mosaic rule when defining how individual images should be mosaiced."
|
|
4277
4277
|
},
|
|
4278
4278
|
"opacity": {
|
|
4279
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
4279
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
4280
4280
|
"type": "number"
|
|
4281
4281
|
},
|
|
4282
4282
|
"refreshInterval": {
|
|
@@ -4327,7 +4327,7 @@
|
|
|
4327
4327
|
},
|
|
4328
4328
|
"esri.rest-api.IntegratedMeshLayerJson.IntegratedMeshLayerJson": {
|
|
4329
4329
|
"additionalProperties": false,
|
|
4330
|
-
"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
|
|
4330
|
+
"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/}.",
|
|
4331
4331
|
"properties": {
|
|
4332
4332
|
"blendMode": {
|
|
4333
4333
|
"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.",
|
|
@@ -4396,7 +4396,7 @@
|
|
|
4396
4396
|
"type": "number"
|
|
4397
4397
|
},
|
|
4398
4398
|
"opacity": {
|
|
4399
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
4399
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
4400
4400
|
"type": "number"
|
|
4401
4401
|
},
|
|
4402
4402
|
"refreshInterval": {
|
|
@@ -4441,7 +4441,7 @@
|
|
|
4441
4441
|
},
|
|
4442
4442
|
"esri.rest-api.KMLLayerJson.KMLLayerJson": {
|
|
4443
4443
|
"additionalProperties": false,
|
|
4444
|
-
"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
|
|
4444
|
+
"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/}.",
|
|
4445
4445
|
"properties": {
|
|
4446
4446
|
"blendMode": {
|
|
4447
4447
|
"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.",
|
|
@@ -4510,7 +4510,7 @@
|
|
|
4510
4510
|
"type": "number"
|
|
4511
4511
|
},
|
|
4512
4512
|
"opacity": {
|
|
4513
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
4513
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
4514
4514
|
"type": "number"
|
|
4515
4515
|
},
|
|
4516
4516
|
"refreshInterval": {
|
|
@@ -4828,7 +4828,7 @@
|
|
|
4828
4828
|
},
|
|
4829
4829
|
"esri.rest-api.LayerDefinitionJson.LayerDefinitionJson": {
|
|
4830
4830
|
"additionalProperties": false,
|
|
4831
|
-
"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
|
|
4831
|
+
"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/}.",
|
|
4832
4832
|
"properties": {
|
|
4833
4833
|
"allowGeometryUpdates": {
|
|
4834
4834
|
"description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
|
|
@@ -4946,11 +4946,11 @@
|
|
|
4946
4946
|
"type": "number"
|
|
4947
4947
|
},
|
|
4948
4948
|
"maxScale": {
|
|
4949
|
-
"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
|
|
4949
|
+
"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.",
|
|
4950
4950
|
"type": "number"
|
|
4951
4951
|
},
|
|
4952
4952
|
"minScale": {
|
|
4953
|
-
"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
|
|
4953
|
+
"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.",
|
|
4954
4954
|
"type": "number"
|
|
4955
4955
|
},
|
|
4956
4956
|
"name": {
|
|
@@ -5023,7 +5023,7 @@
|
|
|
5023
5023
|
"type": "boolean"
|
|
5024
5024
|
},
|
|
5025
5025
|
"templates": {
|
|
5026
|
-
"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
|
|
5026
|
+
"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.",
|
|
5027
5027
|
"items": {
|
|
5028
5028
|
"$ref": "#/definitions/esri.rest-api.TemplateJson.TemplateJson"
|
|
5029
5029
|
},
|
|
@@ -5042,7 +5042,7 @@
|
|
|
5042
5042
|
"type": "string"
|
|
5043
5043
|
},
|
|
5044
5044
|
"types": {
|
|
5045
|
-
"description": "An array of Type objects available for the dataset. This is used when the typeIdField is populated
|
|
5045
|
+
"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.",
|
|
5046
5046
|
"items": {
|
|
5047
5047
|
"$ref": "#/definitions/esri.rest-api.TypeJson.TypeJson"
|
|
5048
5048
|
},
|
|
@@ -5128,7 +5128,7 @@
|
|
|
5128
5128
|
"type": "string"
|
|
5129
5129
|
},
|
|
5130
5130
|
"valueExpression": {
|
|
5131
|
-
"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)
|
|
5131
|
+
"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).",
|
|
5132
5132
|
"type": "string"
|
|
5133
5133
|
}
|
|
5134
5134
|
},
|
|
@@ -5177,7 +5177,7 @@
|
|
|
5177
5177
|
},
|
|
5178
5178
|
"esri.rest-api.LayerDefinitionJson.RangeInfoJson": {
|
|
5179
5179
|
"additionalProperties": false,
|
|
5180
|
-
"description": "Range Information
|
|
5180
|
+
"description": "Range Information.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
|
|
5181
5181
|
"properties": {
|
|
5182
5182
|
"currentRangeExtent": {
|
|
5183
5183
|
"description": "Contains the min and max values within which the features are visible.",
|
|
@@ -5586,7 +5586,7 @@
|
|
|
5586
5586
|
},
|
|
5587
5587
|
"esri.rest-api.MapServiceLayerJson.MapServiceLayerJson": {
|
|
5588
5588
|
"additionalProperties": false,
|
|
5589
|
-
"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
|
|
5589
|
+
"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/}.",
|
|
5590
5590
|
"properties": {
|
|
5591
5591
|
"blendMode": {
|
|
5592
5592
|
"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.",
|
|
@@ -5669,7 +5669,7 @@
|
|
|
5669
5669
|
"type": "number"
|
|
5670
5670
|
},
|
|
5671
5671
|
"opacity": {
|
|
5672
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
5672
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
5673
5673
|
"type": "number"
|
|
5674
5674
|
},
|
|
5675
5675
|
"refreshInterval": {
|
|
@@ -5725,7 +5725,7 @@
|
|
|
5725
5725
|
},
|
|
5726
5726
|
"esri.rest-api.MosaicRuleJson.MosaicRuleJson": {
|
|
5727
5727
|
"additionalProperties": false,
|
|
5728
|
-
"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
|
|
5728
|
+
"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/}.",
|
|
5729
5729
|
"properties": {
|
|
5730
5730
|
"ascending": {
|
|
5731
5731
|
"description": "Indicates whether the sort should be ascending.",
|
|
@@ -5777,7 +5777,7 @@
|
|
|
5777
5777
|
"type": "string"
|
|
5778
5778
|
},
|
|
5779
5779
|
"multidimensionalDefinition": {
|
|
5780
|
-
"description": "Definition of multidimensional variables
|
|
5780
|
+
"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/.",
|
|
5781
5781
|
"items": {
|
|
5782
5782
|
"$ref": "__type"
|
|
5783
5783
|
},
|
|
@@ -5807,7 +5807,7 @@
|
|
|
5807
5807
|
},
|
|
5808
5808
|
"esri.rest-api.PointCloudLayerJson.PointCloudLayerJson": {
|
|
5809
5809
|
"additionalProperties": false,
|
|
5810
|
-
"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
|
|
5810
|
+
"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/}.",
|
|
5811
5811
|
"properties": {
|
|
5812
5812
|
"blendMode": {
|
|
5813
5813
|
"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.",
|
|
@@ -5880,7 +5880,7 @@
|
|
|
5880
5880
|
"type": "number"
|
|
5881
5881
|
},
|
|
5882
5882
|
"opacity": {
|
|
5883
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
5883
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
5884
5884
|
"type": "number"
|
|
5885
5885
|
},
|
|
5886
5886
|
"popupInfo": {
|
|
@@ -5951,7 +5951,7 @@
|
|
|
5951
5951
|
},
|
|
5952
5952
|
"esri.rest-api.PopupInfoJson.FieldInfoJson": {
|
|
5953
5953
|
"additionalProperties": false,
|
|
5954
|
-
"description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window
|
|
5954
|
+
"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/}.",
|
|
5955
5955
|
"properties": {
|
|
5956
5956
|
"fieldName": {
|
|
5957
5957
|
"description": "The field name as defined by the service.",
|
|
@@ -5994,7 +5994,7 @@
|
|
|
5994
5994
|
},
|
|
5995
5995
|
"esri.rest-api.PopupInfoJson.FormatJson": {
|
|
5996
5996
|
"additionalProperties": false,
|
|
5997
|
-
"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
|
|
5997
|
+
"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/}.",
|
|
5998
5998
|
"properties": {
|
|
5999
5999
|
"dateFormat": {
|
|
6000
6000
|
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.DateFormatJsonType",
|
|
@@ -6044,7 +6044,7 @@
|
|
|
6044
6044
|
},
|
|
6045
6045
|
"esri.rest-api.PopupInfoJson.OrderByFieldsJson": {
|
|
6046
6046
|
"additionalProperties": false,
|
|
6047
|
-
"description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order
|
|
6047
|
+
"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/}.",
|
|
6048
6048
|
"properties": {
|
|
6049
6049
|
"field": {
|
|
6050
6050
|
"description": "The attribute value of the field selected that will drive the sorting of related records.",
|
|
@@ -6059,7 +6059,7 @@
|
|
|
6059
6059
|
},
|
|
6060
6060
|
"esri.rest-api.PopupInfoJson.PopupElementJson": {
|
|
6061
6061
|
"additionalProperties": false,
|
|
6062
|
-
"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
|
|
6062
|
+
"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/.",
|
|
6063
6063
|
"properties": {
|
|
6064
6064
|
"attributes": {
|
|
6065
6065
|
"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."
|
|
@@ -6130,7 +6130,7 @@
|
|
|
6130
6130
|
},
|
|
6131
6131
|
"esri.rest-api.PopupInfoJson.PopupExpressionInfoJson": {
|
|
6132
6132
|
"additionalProperties": false,
|
|
6133
|
-
"description": "Arcade expression added to the pop-up
|
|
6133
|
+
"description": "Arcade expression added to the pop-up.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
|
|
6134
6134
|
"properties": {
|
|
6135
6135
|
"expression": {
|
|
6136
6136
|
"description": "The Arcade expression.",
|
|
@@ -6157,7 +6157,7 @@
|
|
|
6157
6157
|
},
|
|
6158
6158
|
"esri.rest-api.PopupInfoJson.PopupInfoJson": {
|
|
6159
6159
|
"additionalProperties": false,
|
|
6160
|
-
"description": "Defines the look and feel of pop-up windows when users click or query a feature
|
|
6160
|
+
"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/.",
|
|
6161
6161
|
"properties": {
|
|
6162
6162
|
"description": {
|
|
6163
6163
|
"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}`.",
|
|
@@ -6208,7 +6208,7 @@
|
|
|
6208
6208
|
},
|
|
6209
6209
|
"esri.rest-api.PopupInfoJson.RelatedRecordsInfoJson": {
|
|
6210
6210
|
"additionalProperties": false,
|
|
6211
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records
|
|
6211
|
+
"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/}.",
|
|
6212
6212
|
"properties": {
|
|
6213
6213
|
"orderByFields": {
|
|
6214
6214
|
"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.",
|
|
@@ -6229,7 +6229,7 @@
|
|
|
6229
6229
|
},
|
|
6230
6230
|
"esri.rest-api.PopupInfoJson.ValueJson": {
|
|
6231
6231
|
"additionalProperties": false,
|
|
6232
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed
|
|
6232
|
+
"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/}.",
|
|
6233
6233
|
"properties": {
|
|
6234
6234
|
"fields": {
|
|
6235
6235
|
"description": "Used with charts. An array of field names to display in the chart.",
|
|
@@ -6259,7 +6259,7 @@
|
|
|
6259
6259
|
},
|
|
6260
6260
|
"esri.rest-api.RendererJson.AuthoringInfoJson": {
|
|
6261
6261
|
"additionalProperties": false,
|
|
6262
|
-
"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
|
|
6262
|
+
"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/}.",
|
|
6263
6263
|
"properties": {
|
|
6264
6264
|
"classificationMethod": {
|
|
6265
6265
|
"$ref": "#/definitions/esri.rest-api.RendererJson.ClassificationMethodJsonType",
|
|
@@ -6303,7 +6303,7 @@
|
|
|
6303
6303
|
},
|
|
6304
6304
|
"esri.rest-api.RendererJson.ClassBreakInfoJson": {
|
|
6305
6305
|
"additionalProperties": false,
|
|
6306
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer
|
|
6306
|
+
"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/}.",
|
|
6307
6307
|
"properties": {
|
|
6308
6308
|
"classMaxValue": {
|
|
6309
6309
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -6334,7 +6334,7 @@
|
|
|
6334
6334
|
},
|
|
6335
6335
|
"esri.rest-api.RendererJson.ClassBreaksRendererJson": {
|
|
6336
6336
|
"additionalProperties": false,
|
|
6337
|
-
"description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes
|
|
6337
|
+
"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/}.",
|
|
6338
6338
|
"properties": {
|
|
6339
6339
|
"authoringInfo": {
|
|
6340
6340
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -6438,7 +6438,7 @@
|
|
|
6438
6438
|
},
|
|
6439
6439
|
"esri.rest-api.RendererJson.ColorClassBreakInfoJson": {
|
|
6440
6440
|
"additionalProperties": false,
|
|
6441
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer
|
|
6441
|
+
"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/}.",
|
|
6442
6442
|
"properties": {
|
|
6443
6443
|
"classMaxValue": {
|
|
6444
6444
|
"description": "A numeric value used to specify the maximum value for a break.",
|
|
@@ -6465,7 +6465,7 @@
|
|
|
6465
6465
|
},
|
|
6466
6466
|
"esri.rest-api.RendererJson.ColorInfoJson": {
|
|
6467
6467
|
"additionalProperties": false,
|
|
6468
|
-
"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
|
|
6468
|
+
"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/}.",
|
|
6469
6469
|
"properties": {
|
|
6470
6470
|
"colors": {
|
|
6471
6471
|
"description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
|
|
@@ -6617,7 +6617,7 @@
|
|
|
6617
6617
|
},
|
|
6618
6618
|
"esri.rest-api.RendererJson.ColorUniqueValueInfosJson": {
|
|
6619
6619
|
"additionalProperties": false,
|
|
6620
|
-
"description": "The classBreaksInfo object provides information about the class breaks associated with the renderer
|
|
6620
|
+
"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/}.",
|
|
6621
6621
|
"properties": {
|
|
6622
6622
|
"color": {
|
|
6623
6623
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
@@ -6643,7 +6643,7 @@
|
|
|
6643
6643
|
},
|
|
6644
6644
|
"esri.rest-api.RendererJson.HeatmapRendererJson": {
|
|
6645
6645
|
"additionalProperties": false,
|
|
6646
|
-
"description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values
|
|
6646
|
+
"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/}.",
|
|
6647
6647
|
"properties": {
|
|
6648
6648
|
"authoringInfo": {
|
|
6649
6649
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -6711,7 +6711,7 @@
|
|
|
6711
6711
|
},
|
|
6712
6712
|
"esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson": {
|
|
6713
6713
|
"additionalProperties": false,
|
|
6714
|
-
"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
|
|
6714
|
+
"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/}.",
|
|
6715
6715
|
"properties": {
|
|
6716
6716
|
"authoringInfo": {
|
|
6717
6717
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -6726,7 +6726,7 @@
|
|
|
6726
6726
|
},
|
|
6727
6727
|
"colorModulation": {
|
|
6728
6728
|
"$ref": "__type",
|
|
6729
|
-
"description": "Indicates whether modulation should be used to render the point
|
|
6729
|
+
"description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
6730
6730
|
},
|
|
6731
6731
|
"field": {
|
|
6732
6732
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -6786,7 +6786,7 @@
|
|
|
6786
6786
|
},
|
|
6787
6787
|
"esri.rest-api.RendererJson.PointCloudFixedSizeAlgorithmJson": {
|
|
6788
6788
|
"additionalProperties": false,
|
|
6789
|
-
"description": "Render points with fixed real world or screen space size
|
|
6789
|
+
"description": "Render points with fixed real world or screen space size.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
|
|
6790
6790
|
"properties": {
|
|
6791
6791
|
"size": {
|
|
6792
6792
|
"description": "Symbol size in real world units or display unit.",
|
|
@@ -6809,7 +6809,7 @@
|
|
|
6809
6809
|
},
|
|
6810
6810
|
"esri.rest-api.RendererJson.PointCloudRGBRendererJson": {
|
|
6811
6811
|
"additionalProperties": false,
|
|
6812
|
-
"description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute
|
|
6812
|
+
"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/}.",
|
|
6813
6813
|
"properties": {
|
|
6814
6814
|
"authoringInfo": {
|
|
6815
6815
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -6817,7 +6817,7 @@
|
|
|
6817
6817
|
},
|
|
6818
6818
|
"colorModulation": {
|
|
6819
6819
|
"$ref": "__type",
|
|
6820
|
-
"description": "Indicates whether modulation should be used to render the point
|
|
6820
|
+
"description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
6821
6821
|
},
|
|
6822
6822
|
"field": {
|
|
6823
6823
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -6877,7 +6877,7 @@
|
|
|
6877
6877
|
},
|
|
6878
6878
|
"esri.rest-api.RendererJson.PointCloudSplatAlgorithmJson": {
|
|
6879
6879
|
"additionalProperties": false,
|
|
6880
|
-
"description": "Render points using sizes depending on point density
|
|
6880
|
+
"description": "Render points using sizes depending on point density.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
|
|
6881
6881
|
"properties": {
|
|
6882
6882
|
"minSize": {
|
|
6883
6883
|
"description": "Minimum display space point size in points.",
|
|
@@ -6900,7 +6900,7 @@
|
|
|
6900
6900
|
},
|
|
6901
6901
|
"esri.rest-api.RendererJson.PointCloudStretchRendererJson": {
|
|
6902
6902
|
"additionalProperties": false,
|
|
6903
|
-
"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
|
|
6903
|
+
"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/}.",
|
|
6904
6904
|
"properties": {
|
|
6905
6905
|
"authoringInfo": {
|
|
6906
6906
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -6908,7 +6908,7 @@
|
|
|
6908
6908
|
},
|
|
6909
6909
|
"colorModulation": {
|
|
6910
6910
|
"$ref": "__type",
|
|
6911
|
-
"description": "Indicates whether modulation should be used to render the point
|
|
6911
|
+
"description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
6912
6912
|
},
|
|
6913
6913
|
"field": {
|
|
6914
6914
|
"description": "The name of the field that is used for the renderer.",
|
|
@@ -6968,7 +6968,7 @@
|
|
|
6968
6968
|
},
|
|
6969
6969
|
"esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson": {
|
|
6970
6970
|
"additionalProperties": false,
|
|
6971
|
-
"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
|
|
6971
|
+
"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/}.",
|
|
6972
6972
|
"properties": {
|
|
6973
6973
|
"authoringInfo": {
|
|
6974
6974
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -6976,7 +6976,7 @@
|
|
|
6976
6976
|
},
|
|
6977
6977
|
"colorModulation": {
|
|
6978
6978
|
"$ref": "__type",
|
|
6979
|
-
"description": "Indicates whether modulation should be used to render the point
|
|
6979
|
+
"description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
|
|
6980
6980
|
},
|
|
6981
6981
|
"colorUniqueValueInfos": {
|
|
6982
6982
|
"description": "Unique value infos.",
|
|
@@ -7043,7 +7043,7 @@
|
|
|
7043
7043
|
},
|
|
7044
7044
|
"esri.rest-api.RendererJson.PredominanceRendererJson": {
|
|
7045
7045
|
"additionalProperties": false,
|
|
7046
|
-
"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
|
|
7046
|
+
"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/}.",
|
|
7047
7047
|
"properties": {
|
|
7048
7048
|
"authoringInfo": {
|
|
7049
7049
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7135,11 +7135,11 @@
|
|
|
7135
7135
|
"$ref": "#/definitions/esri.rest-api.RendererJson.VectorFieldRendererJson"
|
|
7136
7136
|
}
|
|
7137
7137
|
],
|
|
7138
|
-
"description": "A renderer
|
|
7138
|
+
"description": "A renderer.\n\nPart of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
|
|
7139
7139
|
},
|
|
7140
7140
|
"esri.rest-api.RendererJson.RotationInfoJson": {
|
|
7141
7141
|
"additionalProperties": false,
|
|
7142
|
-
"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
|
|
7142
|
+
"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/}.",
|
|
7143
7143
|
"properties": {
|
|
7144
7144
|
"field": {
|
|
7145
7145
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -7155,7 +7155,7 @@
|
|
|
7155
7155
|
},
|
|
7156
7156
|
"rotationType": {
|
|
7157
7157
|
"$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
|
|
7158
|
-
"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
|
|
7158
|
+
"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."
|
|
7159
7159
|
},
|
|
7160
7160
|
"type": {
|
|
7161
7161
|
"const": "rotationInfo",
|
|
@@ -7183,7 +7183,7 @@
|
|
|
7183
7183
|
},
|
|
7184
7184
|
"esri.rest-api.RendererJson.SimpleRendererJson": {
|
|
7185
7185
|
"additionalProperties": false,
|
|
7186
|
-
"description": "A simple renderer is a renderer that uses one symbol only
|
|
7186
|
+
"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/}.",
|
|
7187
7187
|
"properties": {
|
|
7188
7188
|
"authoringInfo": {
|
|
7189
7189
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7230,7 +7230,7 @@
|
|
|
7230
7230
|
},
|
|
7231
7231
|
"esri.rest-api.RendererJson.SizeInfoJson": {
|
|
7232
7232
|
"additionalProperties": false,
|
|
7233
|
-
"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
|
|
7233
|
+
"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/}.",
|
|
7234
7234
|
"properties": {
|
|
7235
7235
|
"axis": {
|
|
7236
7236
|
"description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
|
|
@@ -7330,7 +7330,7 @@
|
|
|
7330
7330
|
},
|
|
7331
7331
|
"esri.rest-api.RendererJson.SizeJson": {
|
|
7332
7332
|
"additionalProperties": false,
|
|
7333
|
-
"description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown
|
|
7333
|
+
"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/}.",
|
|
7334
7334
|
"properties": {
|
|
7335
7335
|
"expression": {
|
|
7336
7336
|
"description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
|
|
@@ -7375,7 +7375,7 @@
|
|
|
7375
7375
|
},
|
|
7376
7376
|
"esri.rest-api.RendererJson.TemporalRendererJson": {
|
|
7377
7377
|
"additionalProperties": false,
|
|
7378
|
-
"description": "A temporal renderer is used to perform time-based rendering of features in a feature layer
|
|
7378
|
+
"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/}.",
|
|
7379
7379
|
"properties": {
|
|
7380
7380
|
"authoringInfo": {
|
|
7381
7381
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7421,7 +7421,7 @@
|
|
|
7421
7421
|
},
|
|
7422
7422
|
"esri.rest-api.RendererJson.TransparencyInfoJson": {
|
|
7423
7423
|
"additionalProperties": false,
|
|
7424
|
-
"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)
|
|
7424
|
+
"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/}.",
|
|
7425
7425
|
"properties": {
|
|
7426
7426
|
"field": {
|
|
7427
7427
|
"description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
|
|
@@ -7480,7 +7480,7 @@
|
|
|
7480
7480
|
},
|
|
7481
7481
|
"esri.rest-api.RendererJson.UniqueValueClassJson": {
|
|
7482
7482
|
"additionalProperties": false,
|
|
7483
|
-
"description": "The uniqueValueClass object contains the symbology for grouped unique values in the renderer
|
|
7483
|
+
"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/}.",
|
|
7484
7484
|
"properties": {
|
|
7485
7485
|
"description": {
|
|
7486
7486
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -7513,7 +7513,7 @@
|
|
|
7513
7513
|
},
|
|
7514
7514
|
"esri.rest-api.RendererJson.UniqueValueFromStyleRendererJson": {
|
|
7515
7515
|
"additionalProperties": false,
|
|
7516
|
-
"description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style
|
|
7516
|
+
"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/}.",
|
|
7517
7517
|
"properties": {
|
|
7518
7518
|
"authoringInfo": {
|
|
7519
7519
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7568,7 +7568,7 @@
|
|
|
7568
7568
|
},
|
|
7569
7569
|
"esri.rest-api.RendererJson.UniqueValueGroupJson": {
|
|
7570
7570
|
"additionalProperties": false,
|
|
7571
|
-
"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
|
|
7571
|
+
"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/}.",
|
|
7572
7572
|
"properties": {
|
|
7573
7573
|
"classes": {
|
|
7574
7574
|
"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.",
|
|
@@ -7586,7 +7586,7 @@
|
|
|
7586
7586
|
},
|
|
7587
7587
|
"esri.rest-api.RendererJson.UniqueValueInfoJson": {
|
|
7588
7588
|
"additionalProperties": false,
|
|
7589
|
-
"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
|
|
7589
|
+
"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/}.",
|
|
7590
7590
|
"properties": {
|
|
7591
7591
|
"description": {
|
|
7592
7592
|
"description": "String value used to describe the drawn symbol.",
|
|
@@ -7613,7 +7613,7 @@
|
|
|
7613
7613
|
},
|
|
7614
7614
|
"esri.rest-api.RendererJson.UniqueValueRendererJson": {
|
|
7615
7615
|
"additionalProperties": false,
|
|
7616
|
-
"description": "A unique value renderer symbolizes groups of features that have matching field values
|
|
7616
|
+
"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/}.",
|
|
7617
7617
|
"properties": {
|
|
7618
7618
|
"authoringInfo": {
|
|
7619
7619
|
"$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
|
|
@@ -7782,11 +7782,11 @@
|
|
|
7782
7782
|
"$ref": "#/definitions/esri.rest-api.RendererJson.RotationInfoJson"
|
|
7783
7783
|
}
|
|
7784
7784
|
],
|
|
7785
|
-
"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'
|
|
7785
|
+
"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/}."
|
|
7786
7786
|
},
|
|
7787
7787
|
"esri.rest-api.SceneLayerJson.SceneLayerJson": {
|
|
7788
7788
|
"additionalProperties": false,
|
|
7789
|
-
"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)
|
|
7789
|
+
"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/}.",
|
|
7790
7790
|
"properties": {
|
|
7791
7791
|
"blendMode": {
|
|
7792
7792
|
"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.",
|
|
@@ -7863,7 +7863,7 @@
|
|
|
7863
7863
|
"type": "number"
|
|
7864
7864
|
},
|
|
7865
7865
|
"opacity": {
|
|
7866
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
7866
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
7867
7867
|
"type": "number"
|
|
7868
7868
|
},
|
|
7869
7869
|
"popupInfo": {
|
|
@@ -7920,7 +7920,7 @@
|
|
|
7920
7920
|
},
|
|
7921
7921
|
"esri.rest-api.SpatialReferenceJson.SpatialReferenceJson": {
|
|
7922
7922
|
"additionalProperties": false,
|
|
7923
|
-
"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
|
|
7923
|
+
"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/}.",
|
|
7924
7924
|
"properties": {
|
|
7925
7925
|
"latestVcsWkid": {
|
|
7926
7926
|
"description": "(Optional) The current wkid value of the vertical coordinate system.",
|
|
@@ -8052,7 +8052,7 @@
|
|
|
8052
8052
|
"type": "number"
|
|
8053
8053
|
},
|
|
8054
8054
|
"mode": {
|
|
8055
|
-
"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
|
|
8055
|
+
"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.",
|
|
8056
8056
|
"enum": [
|
|
8057
8057
|
0,
|
|
8058
8058
|
1,
|
|
@@ -8062,7 +8062,7 @@
|
|
|
8062
8062
|
"type": "number"
|
|
8063
8063
|
},
|
|
8064
8064
|
"opacity": {
|
|
8065
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
8065
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
8066
8066
|
"type": "number"
|
|
8067
8067
|
},
|
|
8068
8068
|
"popupInfo": {
|
|
@@ -8133,7 +8133,7 @@
|
|
|
8133
8133
|
},
|
|
8134
8134
|
"esri.rest-api.SublayerJson.SublayerJson": {
|
|
8135
8135
|
"additionalProperties": false,
|
|
8136
|
-
"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
|
|
8136
|
+
"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/}.",
|
|
8137
8137
|
"properties": {
|
|
8138
8138
|
"defaultVisibility": {
|
|
8139
8139
|
"description": "Default visibility of the layers in the map service.",
|
|
@@ -8153,7 +8153,7 @@
|
|
|
8153
8153
|
},
|
|
8154
8154
|
"field": {
|
|
8155
8155
|
"$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson",
|
|
8156
|
-
"description": "Information about each field in a layer
|
|
8156
|
+
"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."
|
|
8157
8157
|
},
|
|
8158
8158
|
"id": {
|
|
8159
8159
|
"description": "A number indicating the index position of the layer in the WMS or map service.",
|
|
@@ -8214,7 +8214,7 @@
|
|
|
8214
8214
|
},
|
|
8215
8215
|
"esri.rest-api.SubtypeGroupLayerJson.SubtypeGroupLayerJson": {
|
|
8216
8216
|
"additionalProperties": false,
|
|
8217
|
-
"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
|
|
8217
|
+
"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/}.",
|
|
8218
8218
|
"properties": {
|
|
8219
8219
|
"blendMode": {
|
|
8220
8220
|
"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.",
|
|
@@ -8293,7 +8293,7 @@
|
|
|
8293
8293
|
"type": "number"
|
|
8294
8294
|
},
|
|
8295
8295
|
"opacity": {
|
|
8296
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
8296
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
8297
8297
|
"type": "number"
|
|
8298
8298
|
},
|
|
8299
8299
|
"refreshInterval": {
|
|
@@ -8338,7 +8338,7 @@
|
|
|
8338
8338
|
},
|
|
8339
8339
|
"esri.rest-api.SubtypeSublayerJson.SubtypeSublayerJson": {
|
|
8340
8340
|
"additionalProperties": false,
|
|
8341
|
-
"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
|
|
8341
|
+
"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/}.",
|
|
8342
8342
|
"properties": {
|
|
8343
8343
|
"blendMode": {
|
|
8344
8344
|
"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.",
|
|
@@ -8414,7 +8414,7 @@
|
|
|
8414
8414
|
"type": "number"
|
|
8415
8415
|
},
|
|
8416
8416
|
"opacity": {
|
|
8417
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
8417
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
8418
8418
|
"type": "number"
|
|
8419
8419
|
},
|
|
8420
8420
|
"popupInfo": {
|
|
@@ -8485,7 +8485,7 @@
|
|
|
8485
8485
|
},
|
|
8486
8486
|
"esri.rest-api.SymbolJson.CIMSymbolJson": {
|
|
8487
8487
|
"additionalProperties": false,
|
|
8488
|
-
"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
|
|
8488
|
+
"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/}.",
|
|
8489
8489
|
"properties": {
|
|
8490
8490
|
"type": {
|
|
8491
8491
|
"const": "CIMSymbolReference",
|
|
@@ -8549,7 +8549,7 @@
|
|
|
8549
8549
|
},
|
|
8550
8550
|
"esri.rest-api.SymbolJson.ExtrudeSymbol3DLayerJson": {
|
|
8551
8551
|
"additionalProperties": false,
|
|
8552
|
-
"description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object
|
|
8552
|
+
"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/}.",
|
|
8553
8553
|
"properties": {
|
|
8554
8554
|
"enable": {
|
|
8555
8555
|
"description": "Type: Boolean.",
|
|
@@ -8576,7 +8576,7 @@
|
|
|
8576
8576
|
},
|
|
8577
8577
|
"esri.rest-api.SymbolJson.FillSymbol3DLayerJson": {
|
|
8578
8578
|
"additionalProperties": false,
|
|
8579
|
-
"description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView
|
|
8579
|
+
"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/}.",
|
|
8580
8580
|
"properties": {
|
|
8581
8581
|
"castShadows": {
|
|
8582
8582
|
"description": "Boolean to control the shadow casting behavior of the rendered geometries.",
|
|
@@ -8611,7 +8611,7 @@
|
|
|
8611
8611
|
},
|
|
8612
8612
|
"esri.rest-api.SymbolJson.FontJson": {
|
|
8613
8613
|
"additionalProperties": false,
|
|
8614
|
-
"description": "Font used for text symbols
|
|
8614
|
+
"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/}.",
|
|
8615
8615
|
"properties": {
|
|
8616
8616
|
"decoration": {
|
|
8617
8617
|
"description": "The text decoration.",
|
|
@@ -8654,7 +8654,7 @@
|
|
|
8654
8654
|
},
|
|
8655
8655
|
"esri.rest-api.SymbolJson.IconSymbol3DLayerJson": {
|
|
8656
8656
|
"additionalProperties": false,
|
|
8657
|
-
"description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView
|
|
8657
|
+
"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/}.",
|
|
8658
8658
|
"properties": {
|
|
8659
8659
|
"anchor": {
|
|
8660
8660
|
"description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
|
|
@@ -8704,7 +8704,7 @@
|
|
|
8704
8704
|
},
|
|
8705
8705
|
"esri.rest-api.SymbolJson.LabelSymbol3DJson": {
|
|
8706
8706
|
"additionalProperties": false,
|
|
8707
|
-
"description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a
|
|
8707
|
+
"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/}.",
|
|
8708
8708
|
"properties": {
|
|
8709
8709
|
"callout": {
|
|
8710
8710
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CalloutJson",
|
|
@@ -8735,7 +8735,7 @@
|
|
|
8735
8735
|
},
|
|
8736
8736
|
"esri.rest-api.SymbolJson.LineSymbol3DJson": {
|
|
8737
8737
|
"additionalProperties": false,
|
|
8738
|
-
"description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView
|
|
8738
|
+
"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/}.",
|
|
8739
8739
|
"properties": {
|
|
8740
8740
|
"symbolLayers": {
|
|
8741
8741
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -8765,7 +8765,7 @@
|
|
|
8765
8765
|
},
|
|
8766
8766
|
"esri.rest-api.SymbolJson.LineSymbol3DLayerJson": {
|
|
8767
8767
|
"additionalProperties": false,
|
|
8768
|
-
"description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView
|
|
8768
|
+
"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/}.",
|
|
8769
8769
|
"properties": {
|
|
8770
8770
|
"enable": {
|
|
8771
8771
|
"description": "Type: Boolean.",
|
|
@@ -8792,14 +8792,14 @@
|
|
|
8792
8792
|
},
|
|
8793
8793
|
"esri.rest-api.SymbolJson.MaterialJson": {
|
|
8794
8794
|
"additionalProperties": false,
|
|
8795
|
-
"description": "The material used to shade the geometry
|
|
8795
|
+
"description": "The material used to shade the geometry.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
|
|
8796
8796
|
"properties": {
|
|
8797
8797
|
"color": {
|
|
8798
8798
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
8799
8799
|
"description": "Color is represented as a three or four-element array."
|
|
8800
8800
|
},
|
|
8801
8801
|
"colorMixMode": {
|
|
8802
|
-
"description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D
|
|
8802
|
+
"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.",
|
|
8803
8803
|
"enum": [
|
|
8804
8804
|
"multiply",
|
|
8805
8805
|
"replace",
|
|
@@ -8816,7 +8816,7 @@
|
|
|
8816
8816
|
},
|
|
8817
8817
|
"esri.rest-api.SymbolJson.MeshSymbol3DJson": {
|
|
8818
8818
|
"additionalProperties": false,
|
|
8819
|
-
"description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView
|
|
8819
|
+
"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/}.",
|
|
8820
8820
|
"properties": {
|
|
8821
8821
|
"symbolLayers": {
|
|
8822
8822
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -8839,7 +8839,7 @@
|
|
|
8839
8839
|
},
|
|
8840
8840
|
"esri.rest-api.SymbolJson.ObjectSymbol3DLayerJson": {
|
|
8841
8841
|
"additionalProperties": false,
|
|
8842
|
-
"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
|
|
8842
|
+
"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/}.",
|
|
8843
8843
|
"properties": {
|
|
8844
8844
|
"anchor": {
|
|
8845
8845
|
"description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
|
|
@@ -8908,7 +8908,7 @@
|
|
|
8908
8908
|
},
|
|
8909
8909
|
"esri.rest-api.SymbolJson.OutlineJson": {
|
|
8910
8910
|
"additionalProperties": false,
|
|
8911
|
-
"description": "The outline of the point, line or polygon
|
|
8911
|
+
"description": "The outline of the point, line or polygon.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
|
|
8912
8912
|
"properties": {
|
|
8913
8913
|
"color": {
|
|
8914
8914
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
@@ -8927,7 +8927,7 @@
|
|
|
8927
8927
|
},
|
|
8928
8928
|
"esri.rest-api.SymbolJson.PathSymbol3DLayerJson": {
|
|
8929
8929
|
"additionalProperties": false,
|
|
8930
|
-
"description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView
|
|
8930
|
+
"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/}.",
|
|
8931
8931
|
"properties": {
|
|
8932
8932
|
"material": {
|
|
8933
8933
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.MaterialJson",
|
|
@@ -8954,7 +8954,7 @@
|
|
|
8954
8954
|
},
|
|
8955
8955
|
"esri.rest-api.SymbolJson.PictureFillSymbolJson": {
|
|
8956
8956
|
"additionalProperties": false,
|
|
8957
|
-
"description": "Picture fill symbols can be used to symbolize polygon geometries
|
|
8957
|
+
"description": "Picture fill symbols can be used to symbolize polygon geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
|
|
8958
8958
|
"properties": {
|
|
8959
8959
|
"angle": {
|
|
8960
8960
|
"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.",
|
|
@@ -9013,7 +9013,7 @@
|
|
|
9013
9013
|
},
|
|
9014
9014
|
"esri.rest-api.SymbolJson.PictureMarkerSymbolJson": {
|
|
9015
9015
|
"additionalProperties": false,
|
|
9016
|
-
"description": "Picture marker symbols can be used to symbolize point geometries
|
|
9016
|
+
"description": "Picture marker symbols can be used to symbolize point geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
|
|
9017
9017
|
"properties": {
|
|
9018
9018
|
"angle": {
|
|
9019
9019
|
"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.",
|
|
@@ -9060,7 +9060,7 @@
|
|
|
9060
9060
|
},
|
|
9061
9061
|
"esri.rest-api.SymbolJson.PointSymbol3DJson": {
|
|
9062
9062
|
"additionalProperties": false,
|
|
9063
|
-
"description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView
|
|
9063
|
+
"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/}.",
|
|
9064
9064
|
"properties": {
|
|
9065
9065
|
"callout": {
|
|
9066
9066
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CalloutJson",
|
|
@@ -9102,7 +9102,7 @@
|
|
|
9102
9102
|
},
|
|
9103
9103
|
"esri.rest-api.SymbolJson.PolygonSymbol3DJson": {
|
|
9104
9104
|
"additionalProperties": false,
|
|
9105
|
-
"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
|
|
9105
|
+
"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/}.",
|
|
9106
9106
|
"properties": {
|
|
9107
9107
|
"symbolLayers": {
|
|
9108
9108
|
"description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
|
|
@@ -9135,7 +9135,7 @@
|
|
|
9135
9135
|
},
|
|
9136
9136
|
"esri.rest-api.SymbolJson.ResourceIconSymbolJson": {
|
|
9137
9137
|
"additionalProperties": false,
|
|
9138
|
-
"description": "The shape (primitive) or image URL (href) used to visualize the features
|
|
9138
|
+
"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/}.",
|
|
9139
9139
|
"properties": {
|
|
9140
9140
|
"dataURI": {
|
|
9141
9141
|
"description": "An image encoded as base64 string, starting with data:image.",
|
|
@@ -9154,7 +9154,7 @@
|
|
|
9154
9154
|
},
|
|
9155
9155
|
"esri.rest-api.SymbolJson.ResourceObjectSymbolJson": {
|
|
9156
9156
|
"additionalProperties": false,
|
|
9157
|
-
"description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points
|
|
9157
|
+
"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/}.",
|
|
9158
9158
|
"properties": {
|
|
9159
9159
|
"href": {
|
|
9160
9160
|
"description": "Must be an absolute URL or a relative path starting with \"./\".",
|
|
@@ -9169,7 +9169,7 @@
|
|
|
9169
9169
|
},
|
|
9170
9170
|
"esri.rest-api.SymbolJson.SimpleFillSymbolJson": {
|
|
9171
9171
|
"additionalProperties": false,
|
|
9172
|
-
"description": "Simple fill symbols can be used to symbolize polygon geometries
|
|
9172
|
+
"description": "Simple fill symbols can be used to symbolize polygon geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
|
|
9173
9173
|
"properties": {
|
|
9174
9174
|
"color": {
|
|
9175
9175
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
@@ -9206,7 +9206,7 @@
|
|
|
9206
9206
|
},
|
|
9207
9207
|
"esri.rest-api.SymbolJson.SimpleLineSymbolJson": {
|
|
9208
9208
|
"additionalProperties": false,
|
|
9209
|
-
"description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills
|
|
9209
|
+
"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/}.",
|
|
9210
9210
|
"properties": {
|
|
9211
9211
|
"color": {
|
|
9212
9212
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
@@ -9241,7 +9241,7 @@
|
|
|
9241
9241
|
},
|
|
9242
9242
|
"esri.rest-api.SymbolJson.SimpleMarkerSymbolJson": {
|
|
9243
9243
|
"additionalProperties": false,
|
|
9244
|
-
"description": "Simple marker symbols can be used to symbolize point geometries
|
|
9244
|
+
"description": "Simple marker symbols can be used to symbolize point geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
|
|
9245
9245
|
"properties": {
|
|
9246
9246
|
"angle": {
|
|
9247
9247
|
"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.",
|
|
@@ -9361,7 +9361,7 @@
|
|
|
9361
9361
|
},
|
|
9362
9362
|
"esri.rest-api.SymbolJson.StyleSymbolReferenceJson": {
|
|
9363
9363
|
"additionalProperties": false,
|
|
9364
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem
|
|
9364
|
+
"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/}.",
|
|
9365
9365
|
"properties": {
|
|
9366
9366
|
"name": {
|
|
9367
9367
|
"description": "Identifies a symbol in the style by name.",
|
|
@@ -9479,11 +9479,11 @@
|
|
|
9479
9479
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
|
|
9480
9480
|
}
|
|
9481
9481
|
],
|
|
9482
|
-
"description": "A symbol representing a feature on the map
|
|
9482
|
+
"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/}."
|
|
9483
9483
|
},
|
|
9484
9484
|
"esri.rest-api.SymbolJson.TextSymbol3DLayerJson": {
|
|
9485
9485
|
"additionalProperties": false,
|
|
9486
|
-
"description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type
|
|
9486
|
+
"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/}.",
|
|
9487
9487
|
"properties": {
|
|
9488
9488
|
"font": {
|
|
9489
9489
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.FontJson",
|
|
@@ -9514,7 +9514,7 @@
|
|
|
9514
9514
|
},
|
|
9515
9515
|
"esri.rest-api.SymbolJson.TextSymbolJson": {
|
|
9516
9516
|
"additionalProperties": false,
|
|
9517
|
-
"description": "Text symbols are used to add text to a feature (labeling)
|
|
9517
|
+
"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/}.",
|
|
9518
9518
|
"properties": {
|
|
9519
9519
|
"angle": {
|
|
9520
9520
|
"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.",
|
|
@@ -9627,7 +9627,7 @@
|
|
|
9627
9627
|
},
|
|
9628
9628
|
"esri.rest-api.TemplateJson.TemplateJson": {
|
|
9629
9629
|
"additionalProperties": false,
|
|
9630
|
-
"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
|
|
9630
|
+
"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/}.",
|
|
9631
9631
|
"properties": {
|
|
9632
9632
|
"description": {
|
|
9633
9633
|
"description": "A detailed description of the template.",
|
|
@@ -9665,7 +9665,7 @@
|
|
|
9665
9665
|
},
|
|
9666
9666
|
"esri.rest-api.TiledImageServiceLayerJson.TiledImageServiceLayerJson": {
|
|
9667
9667
|
"additionalProperties": false,
|
|
9668
|
-
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled)
|
|
9668
|
+
"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/}.",
|
|
9669
9669
|
"properties": {
|
|
9670
9670
|
"blendMode": {
|
|
9671
9671
|
"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.",
|
|
@@ -9741,7 +9741,7 @@
|
|
|
9741
9741
|
"type": "number"
|
|
9742
9742
|
},
|
|
9743
9743
|
"opacity": {
|
|
9744
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
9744
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
9745
9745
|
"type": "number"
|
|
9746
9746
|
},
|
|
9747
9747
|
"refreshInterval": {
|
|
@@ -9786,7 +9786,7 @@
|
|
|
9786
9786
|
},
|
|
9787
9787
|
"esri.rest-api.TiledMapServiceLayerJson.TiledMapServiceLayerJson": {
|
|
9788
9788
|
"additionalProperties": false,
|
|
9789
|
-
"description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled)
|
|
9789
|
+
"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/}.",
|
|
9790
9790
|
"properties": {
|
|
9791
9791
|
"blendMode": {
|
|
9792
9792
|
"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.",
|
|
@@ -9880,7 +9880,7 @@
|
|
|
9880
9880
|
"type": "number"
|
|
9881
9881
|
},
|
|
9882
9882
|
"opacity": {
|
|
9883
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
9883
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
9884
9884
|
"type": "number"
|
|
9885
9885
|
},
|
|
9886
9886
|
"path": {
|
|
@@ -9929,7 +9929,7 @@
|
|
|
9929
9929
|
},
|
|
9930
9930
|
"esri.rest-api.TypeJson.TypeJson": {
|
|
9931
9931
|
"additionalProperties": false,
|
|
9932
|
-
"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
|
|
9932
|
+
"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/}.",
|
|
9933
9933
|
"properties": {
|
|
9934
9934
|
"domains": {
|
|
9935
9935
|
"description": "A set of domain objects for each domain in the type."
|
|
@@ -9946,7 +9946,7 @@
|
|
|
9946
9946
|
"type": "string"
|
|
9947
9947
|
},
|
|
9948
9948
|
"templates": {
|
|
9949
|
-
"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
|
|
9949
|
+
"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.",
|
|
9950
9950
|
"items": {
|
|
9951
9951
|
"$ref": "#/definitions/esri.rest-api.TemplateJson.TemplateJson"
|
|
9952
9952
|
},
|
|
@@ -9957,7 +9957,7 @@
|
|
|
9957
9957
|
},
|
|
9958
9958
|
"esri.rest-api.VectorTileLayerJson.VectorTileLayerJson": {
|
|
9959
9959
|
"additionalProperties": false,
|
|
9960
|
-
"description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn
|
|
9960
|
+
"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/}.",
|
|
9961
9961
|
"properties": {
|
|
9962
9962
|
"blendMode": {
|
|
9963
9963
|
"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.",
|
|
@@ -10033,7 +10033,7 @@
|
|
|
10033
10033
|
"type": "number"
|
|
10034
10034
|
},
|
|
10035
10035
|
"opacity": {
|
|
10036
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
10036
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
10037
10037
|
"type": "number"
|
|
10038
10038
|
},
|
|
10039
10039
|
"path": {
|
|
@@ -10082,7 +10082,7 @@
|
|
|
10082
10082
|
},
|
|
10083
10083
|
"esri.rest-api.WFSLayerJson.WFSInfoJson": {
|
|
10084
10084
|
"additionalProperties": false,
|
|
10085
|
-
"description": "Object that defines and provides information about layers in a WFS service
|
|
10085
|
+
"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/}.",
|
|
10086
10086
|
"properties": {
|
|
10087
10087
|
"customParameters": {
|
|
10088
10088
|
"description": "A sequence of parameters used to append custom parameters to all WFS requests. These parameters are applied to GetCapabilities, DescribeFeatureType, and GetFeatures."
|
|
@@ -10123,7 +10123,7 @@
|
|
|
10123
10123
|
},
|
|
10124
10124
|
"esri.rest-api.WFSLayerJson.WFSLayerJson": {
|
|
10125
10125
|
"additionalProperties": false,
|
|
10126
|
-
"description": "OGC Web Feature Service (WFS) is a dynamic feature service that follows the specifications of OGC
|
|
10126
|
+
"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/}.",
|
|
10127
10127
|
"properties": {
|
|
10128
10128
|
"blendMode": {
|
|
10129
10129
|
"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.",
|
|
@@ -10208,7 +10208,7 @@
|
|
|
10208
10208
|
"type": "number"
|
|
10209
10209
|
},
|
|
10210
10210
|
"opacity": {
|
|
10211
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
10211
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
10212
10212
|
"type": "number"
|
|
10213
10213
|
},
|
|
10214
10214
|
"popupInfo": {
|
|
@@ -10265,7 +10265,7 @@
|
|
|
10265
10265
|
},
|
|
10266
10266
|
"esri.rest-api.WMSLayerJson.WMSLayerJson": {
|
|
10267
10267
|
"additionalProperties": false,
|
|
10268
|
-
"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
|
|
10268
|
+
"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/}.",
|
|
10269
10269
|
"properties": {
|
|
10270
10270
|
"blendMode": {
|
|
10271
10271
|
"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.",
|
|
@@ -10397,7 +10397,7 @@
|
|
|
10397
10397
|
"type": "number"
|
|
10398
10398
|
},
|
|
10399
10399
|
"opacity": {
|
|
10400
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
10400
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
10401
10401
|
"type": "number"
|
|
10402
10402
|
},
|
|
10403
10403
|
"refreshInterval": {
|
|
@@ -10460,7 +10460,7 @@
|
|
|
10460
10460
|
},
|
|
10461
10461
|
"esri.rest-api.WMSSublayerJson.WMSSublayerJson": {
|
|
10462
10462
|
"additionalProperties": false,
|
|
10463
|
-
"description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service
|
|
10463
|
+
"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/}.",
|
|
10464
10464
|
"properties": {
|
|
10465
10465
|
"legendUrl": {
|
|
10466
10466
|
"description": "A string URL to a legend graphic for the layer.",
|
|
@@ -10487,7 +10487,7 @@
|
|
|
10487
10487
|
},
|
|
10488
10488
|
"esri.rest-api.WebTileLayerJson.TileInfoJson": {
|
|
10489
10489
|
"additionalProperties": false,
|
|
10490
|
-
"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
|
|
10490
|
+
"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/}.",
|
|
10491
10491
|
"properties": {
|
|
10492
10492
|
"cols": {
|
|
10493
10493
|
"description": "Requested tile's column.",
|
|
@@ -10554,7 +10554,7 @@
|
|
|
10554
10554
|
},
|
|
10555
10555
|
"esri.rest-api.WebTileLayerJson.WebTileLayerJson": {
|
|
10556
10556
|
"additionalProperties": false,
|
|
10557
|
-
"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
|
|
10557
|
+
"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/}.",
|
|
10558
10558
|
"properties": {
|
|
10559
10559
|
"blendMode": {
|
|
10560
10560
|
"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.",
|
|
@@ -10635,7 +10635,7 @@
|
|
|
10635
10635
|
"type": "number"
|
|
10636
10636
|
},
|
|
10637
10637
|
"opacity": {
|
|
10638
|
-
"description": "The degree of transparency applied to the layer on the client side, where
|
|
10638
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
10639
10639
|
"type": "number"
|
|
10640
10640
|
},
|
|
10641
10641
|
"refreshInterval": {
|