Provides access to members that control a simple pixel reader.
Members
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. |
ISimplePixelReader.BandCount Property
The number of source bands.
Public WriteOnly Property BandCount_2
public void BandCount_2 {set;}
ISimplePixelReader.BandCount Property
The number of source bands.
Public WriteOnly Property BandCount_2
public void BandCount_2 {set;}
ISimplePixelReader.CellSize Property
The source original cell size.
Public WriteOnly Property CellSize_2
public void CellSize_2 {set;}
ISimplePixelReader.CellSize Property
The source original cell size.
Public WriteOnly Property CellSize_2
public void CellSize_2 {set;}
ISimplePixelReader.Extent Property
The source full extent.
Public WriteOnly Property Extent_2
public void Extent_2 {set;}
ISimplePixelReader.Extent Property
The source full extent.
Public WriteOnly Property Extent_2
public void Extent_2 {set;}
ISimplePixelReader.FirstPyramidLevel Property
The first available source pyramid level.
Public WriteOnly Property FirstPyramidLevel_2
public void FirstPyramidLevel_2 {set;}
ISimplePixelReader.FirstPyramidLevel Property
The first available source pyramid level.
Public WriteOnly Property FirstPyramidLevel_2
public void FirstPyramidLevel_2 {set;}
ISimplePixelReader.MaximumPyramidLevel Property
The maximum available source pyramid level.
Public WriteOnly Property MaximumPyramidLevel_2
public void MaximumPyramidLevel_2 {set;}
ISimplePixelReader.MaximumPyramidLevel Property
The maximum available source pyramid level.
Public WriteOnly Property MaximumPyramidLevel_2
public void MaximumPyramidLevel_2 {set;}
ISimplePixelReader.PixelType Property
The source pixel type.
Public WriteOnly Property PixelType_2
public void PixelType_2 {set;}
ISimplePixelReader.PixelType Property
The source pixel type.
Public WriteOnly Property PixelType_2
public void PixelType_2 {set;}
ISimplePixelReader.Raster Property
The source raster providing pixels.
Public WriteOnly Property Raster
public void Raster {set;}
ISimplePixelReader.RawPixelReader Property
The raw pixel reader callback.
Public WriteOnly Property RawPixelReader
public void RawPixelReader {set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IPixelReader | Provides access to members that control a pixel reader. |
Classes that implement ISimplePixelReader
Classes | Description |
---|---|
SimplePixelReader | A simple pixel resampler class. |
Remarks
ISimplePixelReader is used to create and access the SimplePixelReader object, which is used, by default, in ArcGIS providing resampling for geodata transformation.