This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a pixel reader. Note: the IPixelReader interface has been superseded by IPixelReader2. Please consider using the more recent version.
Name | 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. |
Classes | Description |
---|---|
SimplePixelReader | A simple pixel resampler class. |
IPixelReader is a generic interface that is supported by any pixel reader, which provides pixel reading for RasterXformer.
The concrete pixel reader used in ArcGIS is SimplePixelReader. User can create a custom pixel reader by implementing this interface.