O V E R V I E W

Image Services

An image service provides read-only access to a mosaicked collection of images or a raster dataset.   

Use an image service to:

 

Image pixels are returned in a byte array and arranged in a band interleaved by pixel format plus a NoData mask. The byte array can be optionally compressed using JPEG (plus transparency), and LZ77 compression. Create a dynamic image by exporting into a well-known format and returning it as MIME data, or a URL. The supported well-known image format includes JPEG (plus transparency mask), PNG, BMP, and TIFF.

WSDL syntax

 

http://<Web Server Hostname>/<ArcGIS Instance>/services/<ServiceName>/ImageServer?wsdl
 

Methods
 

Proxy method

Description

ExportImage

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

 

GetImage

Gets an image for a given image description.

 

GetServiceInfo

The properties of the image service provided.

 

GetVersion

The Image Server version number.