ArcObjects Library Reference (DataSourcesRaster)  

IPixelReader2 Interface

Provides access to members that control a pixel reader.

Product Availability

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

Description

This interface is new at ArcGIS 9.3. It supersedes IPixelReader.

Members

Description
Read-only property BandCount The number of source bands.
Read-only property CellSize The source original cell size.
Read-only property Extent The source full extent.
Read-only property FirstPyramidLevel The first available source pyramid level.
Method GetResolution Gets X and Y resolution (cellsize) at a given level.
Read-only property MaximumPyramidLevel The maximum available source pyramid level.
Read-only property PixelType The source pixel type.
Read/write property PyramidLevel The current source pyramid level.
Method Read Reads a pixel block.
Method Snap Snaps a given cellsize to a proper pyramid level.
Method Snap2 Snaps a given cellsize to a proper pyramid level.

Inherited Interfaces

Interfaces Description
IPixelReader Provides access to members that control a pixel reader.