| Package | com.esri.bacore |
| Class | public final class ImageDescription |
| Inheritance | ImageDescription Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| imageDisplay : ImageDisplay
The display characteristics of the image to be generated. | ImageDescription | ||
| imageType : ImageType
The type of image to be generated. | ImageDescription | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance of the ImageDescription class. | ImageDescription | ||
| imageDisplay | property |
imageDisplay:ImageDisplayThe display characteristics of the image to be generated.
public function get imageDisplay():ImageDisplay public function set imageDisplay(value:ImageDisplay):void| imageType | property |
imageType:ImageTypeThe type of image to be generated.
public function get imageType():ImageType public function set imageType(value:ImageType):void| ImageDescription | () | Constructor |
public function ImageDescription(imageDisplay:ImageDisplay = null, imageType:ImageType = null)Creates a new instance of the ImageDescription class.
ParametersimageDisplay:ImageDisplay (default = null) — The display characteristics of the image to be generated.
| |
imageType:ImageType (default = null) — The type of image to be generated.
|