Raster data source is a file-based raster that resides in a registered raster workspace.

Referenced by: dataSource

Properties

PropertyDetails
dataSourceNameThe raster datasource’s name.
typeString value indicating the type for the dataSource.
Valid value of this property raster
workspaceIdThe unique string value used to identify the datasource’s workspace.

Raster DataSource Example

{
"type": "raster",
"workspaceId": "rasterWS",
"dataSourceName": "NewOrleans.tif"
}