Raster Data Layer

A layer for displaying raster data. This layer only applies to offline data.

Referenced by: baseMapLayer, operationalLayers

Properties

Property Details
copyright Attribution to the Raster Data Layer provider. It is displayed in the attribution on the scene. Input required by the user when the layer is added to the scene.
id A unique identifying string for the layer.
layerType String indicating the layer type.
Valid value of this property RasterDataLayer
listMode To show or hide the sublayer in the layer list.
Valid values:
  • hide
  • show
maxScale A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator.
minScale A number representing the minimum scale at which the layer will be visible. The number is the scale's denominator.
opacity The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.
path For offline data, a path to a 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.
visibility Boolean property determining whether the layer is initially visible in the scene.

Raster Data Layer Example

{
  "id": "0ed3520523734394b67a760e9f90c5dc",
  "layerType": "RasterDataLayer",
  "title": "Beijing",
  "opacity": 1,
  "visibility": true,
  "path": "file:../commondata/raster_data/beijing.tif"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close