Provides access to members that control an image description.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This interface is new at ArcGIS 9.3.
Members
Description | ||
---|---|---|
BandSelection | The band selection. | |
Compression | The compression. | |
CompressionQuality | The compression quality. | |
Extent | The extent. | |
Height | The Height in pixels. | |
Interpolation | The interpolation method. | |
MosaicProperties | The mosaic properties. | |
NoData | The output NoData (background) value. | |
PixelType | The data type of the pixels. | |
SpatialReference | The Spatial Reference. | |
ViewpointProperties | The viewpoint properties. | |
Width | The Width in pixels. |
CoClasses that implement IGeoImageDescription
CoClasses and Classes | Description |
---|---|
GeoImageDescription | A class that specifies an image to read from an ArcGIS server image service. |
Remarks
IGeoImageDescription provides the access to define the properties of an image you would like to retrieve from an image server. The pixel data will be processed on-the-fly to fit your description and returned. The properties you can specify include extent, spatial reference, compression, interpolation, band selection, etc.