IPixelReader2 Interface

Provides access to members that control a pixel reader.

Description

This interface is new at ArcGIS 9.3. It supersedes IPixelReader.

Members

Name Description
Read-only property BandCount The number of source bands.
Read-only property CellSize The source original cell size.
Read-only property Extent The source full extent.
Read-only property FirstPyramidLevel The first available source pyramid level.
Method GetResolution Gets X and Y resolution (cellsize) at a given level.
Read-only property MaximumPyramidLevel The maximum available source pyramid level.
Read-only property PixelType The source pixel type.
Read/write property PyramidLevel The current source pyramid level.
Method Read Reads a pixel block.
Method Snap Snaps a given cellsize to a proper pyramid level.
Method Snap2 Snaps a given cellsize to a proper pyramid level.

IPixelReader2.Snap2 Method

Snaps a given cellsize to a proper pyramid level.

Public Function Snap2 ( _
    ByVal Dx As Double, _
    ByVal Dy As Double, _
    ByVal hint As esriRasterResamplingHint _
) As Integer
public int Snap2 (
    double Dx,
    double Dy,
    esriRasterResamplingHint hint
);

Inherited Interfaces

Interfaces Description
IPixelReader Provides access to members that control a pixel reader.

Classes that implement IPixelReader2

Classes Description

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close