Class: MapImageE-mail This Topic Printable Version Give Us Feedback

Description

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. MapImage has no constructor.

Class hierarchy

esri.layers.MapImage

Properties

Property Type Description
extent Extent Extent of exported map.
height Number Requested image height in pixels.
href String URL to returned image.
scale Number Scale of requested dynamic map.
width Number Requested image width in pixels.
Properties Detail

<Extent> extent

Extent of exported map.

<Number> height

Requested image height in pixels.

<String> href

URL to returned image.

<Number> scale

Scale of requested dynamic map.

<Number> width

Requested image width in pixels.