Raster data source is a file-based raster that resides in a registered raster workspace.
Referenced by: dataSource
Properties
| Property | Details |
|---|---|
| dataSourceName | The raster datasource's name. |
| type | String value indicating the type for the dataSource. Valid value of this property raster |
| workspaceId | The unique string value used to identify the datasource's workspace. |
Raster DataSource Example
{ "type": "raster", "workspaceId": "rasterWS", "dataSourceName": "NewOrleans.tif" }