This document is archived and information here might be outdated.  Recommended version.


IGeoImageDescription Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoImageDescription Interface
ArcGIS Developer Help

IGeoImageDescription Interface

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

Name Description
Read/write property BandSelection The band selection.
Read/write property Compression The compression.
Read/write property CompressionQuality The compression quality.
Read/write property Extent The extent.
Read/write property Height The Height in pixels.
Read/write property Interpolation The interpolation method.
Read/write property MosaicProperties The mosaic properties.
Read/write property NoData The output NoData (background) value.
Read/write property PixelType The data type of the pixels.
Read/write property SpatialReference The Spatial Reference.
Read/write property ViewpointProperties The viewpoint properties.
Read/write property Width The Width in pixels.

Classes that implement IGeoImageDescription

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.

See Also

IImageServer Interface