Packagecom.esri.bacore
Classpublic final class ImageType
InheritanceImageType Inheritance Object

The ImageType class provides information about the type of image to be generated.

See also

ImageDescription


Public Properties
 PropertyDefined By
  imageFormat : String
[read-only] The image format.
ImageType
  imageReturnType : String
[read-only] The return type.
ImageType
Public Methods
 MethodDefined By
  
ImageType(imageFormat:ImageFormat = null)
Creates a new instance of the ImageType class.
ImageType
Property Detail
imageFormatproperty
imageFormat:String  [read-only]

The image format.

The default value is ImageFormat.IMAGE_PNG.


Implementation
    public function get imageFormat():String
imageReturnTypeproperty 
imageReturnType:String  [read-only]

The return type. Only the URL return type is supported in the Community Analyst API for Flex.

The default value is "esriImageReturnURL".


Implementation
    public function get imageReturnType():String
Constructor Detail
ImageType()Constructor
public function ImageType(imageFormat:ImageFormat = null)

Creates a new instance of the ImageType class.

Parameters
imageFormat:ImageFormat (default = null) — Image format.