Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Class: RasterData

dojo.require("esri.tasks.RasterData")

Description

(Added at v1.0)
A geoprocessing data object containing a raster data source.

Samples

Search for samples that use this class.

Constructors

NameSummary
new esri.tasks.RasterData()Creates a new RasterData object.

Properties

NameTypeSummary
formatStringSpecifies the format of the raster data such as "jpg", "tif" etc.
itemIDStringThe ID of the uploaded file returned as a result of the upload operation.
urlStringURL to the location of the raster data file.
Constructor Details

new esri.tasks.RasterData()

Creates a new RasterData object. The constructor takes no parameters.
Property Details

<String> format

Specifies the format of the raster data such as "jpg", "tif" etc.

<String> itemID

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.

<String> url

URL to the location of the raster data file.
Show Modal