require(["esri/tasks/RasterData"], function(RasterData) { /* code goes here */ });
Description
(Added at v1.0)
A geoprocessing data object containing a raster data source.
Samples
Search for
samples that use this class.
Constructors
Properties
format | String | Specifies the format of the raster data such as "jpg", "tif" etc. |
itemID | String | The ID of the uploaded file returned as a result of the upload operation. |
url | String | URL to the location of the raster data file. |
Constructor Details
Creates a new RasterData object. The constructor takes no parameters.
Property Details
Specifies the format of the raster data such as "jpg", "tif" etc.
The ID of the uploaded file returned as a result of the upload operation. For ArcGIS Server 10.1 and greater services that support uploads this class can be used to specify an uploaded item as input by specifying the ItemID.
URL to the location of the raster data file.