Packagecom.esri.bacore
Classpublic final class ImageDescription
InheritanceImageDescription Inheritance Object

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

See also

RenderingParameters


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

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

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.