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 | ||
---|---|---|
BandCount | The number of source bands. | |
CellSize | The source original cell size. | |
Extent | The source full extent. | |
FirstPyramidLevel | The first available source pyramid level. | |
GetResolution | Gets X and Y resolution (cellsize) at a given level. | |
MaximumPyramidLevel | The maximum available source pyramid level. | |
PixelType | The source pixel type. | |
PyramidLevel | The current source pyramid level. | |
Read | Reads a pixel block. | |
Snap | Snaps a given cellsize to a proper pyramid level. | |
Snap2 | Snaps a given cellsize to a proper pyramid level. |
Inherited Interfaces
Interfaces | Description |
---|---|
IPixelReader | Provides access to members that control a pixel reader. |