IRasterXformer2 Interface

Provides access to members that control raster transformer.

Members

Name Description
Read/write property ApproximationTolerance The current approximation error tolerance in number (fraction) of pixels.
Read/write property CellSize The output cell size.
Read/write property Extent The output extent.
Read/write property GeodataXform The current geodata transform to be applied.
Read-only property Height The output height in pixels.
Read/write property PixelReader The current pixel reader for reading source pixels.
Read/write property PixelResampler The current raster resampler.
Write-only property Raster The raster to be transformed.
Method Read Reads a pixel block.
Method Update Updates the raster transformer with the changed raster.
Read-only property Width The output width in pixels.

IRasterXformer2.CellSize Property

The output cell size.

Public Property CellSize As IPnt
public IPnt CellSize {get; set;}

IRasterXformer2.Extent Property

The output extent.

Public Property Extent As IEnvelope
public IEnvelope Extent {get; set;}

IRasterXformer2.GeodataXform Property

The current geodata transform to be applied.

Public Property GeodataXform As IGeodataXform
public IGeodataXform GeodataXform {get; set;}

IRasterXformer2.Height Property

The output height in pixels.

Public ReadOnly Property Height As Integer
public int Height {get;}

IRasterXformer2.PixelReader Property

The current pixel reader for reading source pixels.

Public Property PixelReader As IPixelReader
public IPixelReader PixelReader {get; set;}

IRasterXformer2.Width Property

The output width in pixels.

Public ReadOnly Property Width As Integer
public int Width {get;}

Inherited Interfaces

Interfaces Description
IRasterXformer Provides access to members that control raster transformer.

Classes that implement IRasterXformer2

Classes Description
RasterXformer A raster transformer class.

Remarks

The IRasterXformer2 interface is used to create a RasterXformer to work with raster data (or pixels) that are not comming from Raster object.

You need to set up the size of the output, specify where the input pixels are coming from by setting a PixelReader and how the pixels are transformed by setting a GeodataXform.

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