ArcObjects Library Reference (Carto)  

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

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.

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.

.NET Related Topics

How to apply a raster function to an image service