This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoImageDescription Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control an image description.
This interface is new at ArcGIS 9.3.
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 and Classes | Description |
---|---|
GeoImageDescription | A class that specifies an image to read from an ArcGIS server image service. |
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.