Provides access to members that control raster transformer.
Members
Name | Description | |
---|---|---|
ApproximationTolerance | The current approximation error tolerance in number (fraction) of pixels. | |
CellSize | The output cell size. | |
Extent | The output extent. | |
GeodataXform | The current geodata transform to be applied. | |
Height | The output height in pixels. | |
PixelReader | The current pixel reader for reading source pixels. | |
PixelResampler | The current raster resampler. | |
Raster | The raster to be transformed. | |
Read | Reads a pixel block. | |
Update | Updates the raster transformer with the changed raster. | |
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.