This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a simple pixel reader.
Name | Description | |
---|---|---|
BandCount | The number of source bands. | |
BandCount | The number of source bands. | |
CellSize | The source original cell size. | |
CellSize | The source original cell size. | |
Extent | The source full extent. | |
Extent | The source full extent. | |
FirstPyramidLevel | The first available source pyramid level. | |
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. | |
MaximumPyramidLevel | The maximum available source pyramid level. | |
PixelType | The source pixel type. | |
PixelType | The source pixel type. | |
PyramidLevel | The current source pyramid level. | |
Raster | The source raster providing pixels. | |
RawPixelReader | The raw pixel reader callback. | |
Read | Reads a pixel block. | |
Snap | Snaps a given cellsize to a proper pyramid level. |
Interfaces | Description |
---|---|
IPixelReader | Provides access to members that control a pixel reader. |
Classes | Description |
---|---|
SimplePixelReader | A simple pixel resampler class. |
ISimplePixelReader is used to create and access the SimplePixelReader object, which is used, by default, in ArcGIS providing resampling for geodata transformation.