This document is archived and information here might be outdated.  Recommended version.


ISimplePixelReader Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISimplePixelReader Interface
ArcGIS Developer Help

ISimplePixelReader Interface

Provides access to members that control a simple pixel reader.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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.

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.