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


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

IGeoImageDescription2 Interface

Provides access to members that control an image description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property BandSelection The band selection.
Read/write property BSQ Indicates if output should be generated in BSQ pxiel interleave format.
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 MosaicRule The mosaic rule.
Read/write property NoData The output NoData (background) value.
Read/write property PixelType The data type of the pixels.
Read/write property RenderingRule The rendering rule.
Read/write property SpatialReference The Spatial Reference.
Read/write property ViewpointProperties The viewpoint properties.
Read/write property Width The Width in pixels.

Inherited Interfaces

Interfaces Description
IGeoImageDescription Provides access to members that control an image description.

Classes that implement IGeoImageDescription2

Classes Description
GeoImageDescription A class that specifies an image to read from an ArcGIS server image service.

Remarks

IGeoImageDescription2 defines two additional properties: a mosaic rule on how mosaic should be performed, and a rendering rule on how the image should be rendered.

See Also

IImageServer Interface