ISimplePixelReader Interface

Provides access to members that control a simple pixel reader.

Members

Name Description
Write-only property BandCount The number of source bands.
Read-only property BandCount The number of source bands.
Read-only property CellSize The source original cell size.
Write-only property CellSize The source original cell size.
Write-only property Extent The source full extent.
Read-only property Extent The source full extent.
Write-only property FirstPyramidLevel The first available source pyramid level.
Read-only property FirstPyramidLevel The first available source pyramid level.
Method GetResolution Gets X and Y resolution (cellsize) at a given level.
Write-only property MaximumPyramidLevel The maximum available source pyramid level.
Read-only property MaximumPyramidLevel The maximum available source pyramid level.
Write-only property PixelType The source pixel type.
Read-only property PixelType The source pixel type.
Read/write property PyramidLevel The current source pyramid level.
Write-only property Raster The source raster providing pixels.
Write-only property RawPixelReader The raw pixel reader callback.
Method Read Reads a pixel block.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.