Packagecom.esri.ags.layers.supportClasses
Classpublic class MapImage
InheritanceMapImage Inheritance flash.events.EventDispatcher
Subclasses KMLGroundOverlay

Represents the data object for the dynamically generated map. This is returned after a succesful export operation on ArcGISDynamicMapServiceLayer and Geoprocessor.getResultImage in the callback and in the event result.

See also

com.esri.ags.layers.ArcGISDynamicMapServiceLayer


Public Properties
 PropertyDefined By
  extent : Extent
Extent of exported map.
MapImage
  height : Number
Requested image height in pixels.
MapImage
  href : String
URL to returned image.
MapImage
  rotation : Number
Rotation
MapImage
  scale : Number
Scale of requested dynamic map.
MapImage
  width : Number
Requested image width in pixels.
MapImage
Property Detail
extentproperty
extent:Extent

Extent of exported map.

This property can be used as the source for data binding.


Implementation
    public function get extent():Extent
    public function set extent(value:Extent):void
heightproperty 
height:Number

Requested image height in pixels.

This property can be used as the source for data binding.


Implementation
    public function get height():Number
    public function set height(value:Number):void
hrefproperty 
href:String

URL to returned image.

This property can be used as the source for data binding.


Implementation
    public function get href():String
    public function set href(value:String):void
rotationproperty 
rotation:Number

Rotation

This property can be used as the source for data binding.


Implementation
    public function get rotation():Number
    public function set rotation(value:Number):void
scaleproperty 
scale:Number

Scale of requested dynamic map.

This property can be used as the source for data binding.


Implementation
    public function get scale():Number
    public function set scale(value:Number):void
widthproperty 
width:Number

Requested image width in pixels.

This property can be used as the source for data binding.


Implementation
    public function get width():Number
    public function set width(value:Number):void