Packagecom.esri.bacore
Classpublic final class ImageDescription

The ImageDescription class provides settings of the image to be generated.



Public Properties
 PropertyDefined by
  imageDisplay : ImageDisplay
The display characteristics of the image to be generated.
ImageDescription
  imageType : ImageType
The type of image to be generated.
ImageDescription
Public Methods
 MethodDefined by
  
ImageDescription(imageDisplay:ImageDisplay = null, imageType:ImageType = null)
Creates a new instance of the ImageDescription class.
ImageDescription
Property detail
imageDisplayproperty
imageDisplay:ImageDisplay  [read-write]

The display characteristics of the image to be generated.

Implementation
    public function get imageDisplay():ImageDisplay
    public function set imageDisplay(value:ImageDisplay):void
imageTypeproperty 
imageType:ImageType  [read-write]

The type of image to be generated.

Implementation
    public function get imageType():ImageType
    public function set imageType(value:ImageType):void
Constructor detail
ImageDescription()constructor
public function ImageDescription(imageDisplay:ImageDisplay = null, imageType:ImageType = null)

Creates a new instance of the ImageDescription class.

Parameters
imageDisplay:ImageDisplay (default = null) — The display characteristics of the image to be generated.
 
imageType:ImageType (default = null) — The type of image to be generated.