Image Service ExportImage method

Exports into a well-known image for a given image description.

 

ExportImage(ImageDescription GeoImageDescription, ImageType ImageType)

 

Parameter

Description

GeoImageDescription

Define properties of the image generated by the service.  Pixel data will be processed on-the-fly to fit description properties.   The properties you can specify include extent, spatial reference, compression, interpolation, band selection, etc.
 

ImageType

Defines the image type and method for returning the image content.   
 

 

Return Value

 

An ImageResult object.

 

Remarks

 

The supported formats, defined using the ImageType parameter, include JPEG (plus transparency mask), PNG, BMP, and TIFF. The JPEG (plus transparency mask) format is the same as the JPEG compressed image returned from the GetImage method.  Image content can be returned as a URL or as a MIME data stream.  

 

Examples

C#

VB.NET

Java