Provides access to members that control an image server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This interface is new at ArcGIS 9.3.
Members
Description | ||
---|---|---|
ExportImage | Exports into a well-known image for a given image description. | |
GetImage | Gets an image for a given image description. | |
ServiceInfo | The properties of the image service provided. | |
Version | The Image Server version number. |
CoClasses that implement IImageServer
CoClasses and Classes | Description |
---|---|
ImageServer | The ArcGIS Server Image Server class. |
ImageServerIP | Image Server Message Proxy. |
ImageServerLP | Image Server LAN Proxy. |
Remarks
You can get information about an image service describing the properties of the service, you can also get the pixel data from the service the way you want it, for instance you can ask the data to be in certain extent, band combination, compression type, etc. To export the data from a service in a well-known raster format (e.g. BMP, PNG) either as MIME data or URL, you can use ExportImage. To get the data from a service as a byte array, you can use GetImage.