| Package | com.esri.ags.tasks |
| Class | public class RasterData |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
RasterData(url:String = null, format:String = null)
Creates a new RasterData object.
| RasterData | ||
| format | property |
public var format:StringSpecifies the format of the raster data such as "jpg", "tif" etc.
| url | property |
public var url:StringThe URL of the raster data file.
| RasterData | () | constructor |
public function RasterData(url:String = null, format:String = null)Creates a new RasterData object.
Parametersurl: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.
|