MapImage
A class that contains information about an image generated by a service.
|
Property |
Type |
Description |
|---|---|---|
|
ImageData |
byte[] |
Binary data representing the generated image. |
|
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. |
|
MapExtent |
Geographic extent of the map fitted to the generated image. | |
|
MapScale |
double |
Scale of the generated image. |
MimeData | byte[] | Binary data representing the generated image. |
|
ReferenceDPI |
double |
Device resolution used when generating the image. Specified in dots (pixels) per inch. |
|
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.