Packagecom.esri.ags.tasks
Classpublic class RasterData

A geoprocessing data object containing a raster data source.



Public Properties
 PropertyDefined by
  format : String
Specifies the format of the raster data such as "jpg", "tif" etc.
RasterData
  url : String
The URL of the raster data file.
RasterData
Public Methods
 MethodDefined by
  
RasterData(url:String = null, format:String = null)
Creates a new RasterData object.
RasterData
Property detail
formatproperty
public var format:String

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

urlproperty 
public var url:String

The URL of the raster data file.

Constructor detail
RasterData()constructor
public function RasterData(url:String = null, format:String = null)

Creates a new RasterData object.

Parameters
url:String (default = null) — URL The URL of the raster data file.
 
format:String (default = null) — Specifies the format of the raster data such as "jpg", "tif" etc.