| Package | com.esri.ags.tasks.supportClasses |
| Class | public class RasterData |
| Inheritance | RasterData flash.events.EventDispatcher |
| 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 |
format:StringSpecifies the format of the raster data such as "jpg", "tif" etc.
This property can be used as the source for data binding.
public function get format():String public function set format(value:String):void| url | property |
url:StringThe URL of the raster data file.
This property can be used as the source for data binding.
public function get url():String public function set url(value:String):void| RasterData | () | Constructor |
public function RasterData(url:String = null, format:String = null)Creates a new RasterData object.
Parametersurl:String (default = null) — The URL of the raster data file.
| |
format:String (default = null) — Specifies the format of the raster data such as "jpg", "tif" etc.
|