MapImage

A class that contains information about an image generated by a service.

 

Property

Type

Description

Extent

Envelope

Geographic extent of the map fitted to the generated image. 

ImageData

byte[]

Binary data representing the generated image. 

ImageDPI

double

Device resolution used when generating the image.  Specified in dots (pixels) per inch. 

ImageHeight

int

Map image height in pixels. 

ImageType

string

The MIME type of the generated image.

ImageURL

string

Url to the generated image. 

ImageWidth

int

Map image width in pixels. 

MapScale

double

Scale of the generated image.   

VisibleLayerIDs

int[]

Array of layer ids that are visible in the generated map image. 

 

Remarks

 

It contains properties defined in ImageResult object plus additional information such as map scale and image extent.