RasterDataElevationLayer is a single-band raster layer used for rendering elevation.
Referenced by: elevationLayers
Properties
| Property | Details | 
|---|---|
| id | A unique identifying string for the layer | 
| layerType | String indicating the layer type Valid value of this property RasterDataElevationLayer | 
| listMode | To show or hide the elevation layer in the layer list Valid values: 
  | 
| path | For offline data, a path to an ArcGIS Runtime supported raster data file. A URI format is used, starting with file: followed by a file system path. A relative path must be from the file which defines the layer. For example file:../commondata/raster_data/beijing.tif | 
| title | A user-friendly string title for the layer that can be used in a table of contents. If this is not included, a title is derived from the service. | 
| visibility | Boolean property determining whether the layer is initially visible in the web scene. | 
Raster Data Elevation Layer Example
{
  "id": "local_dem",
  "title": "Local DEM",
  "path": "file:../commondata/DEM.tif",
  "visibility": true,
  "layerType": "RasterDataElevationLayer"
}