Provides access to members that control raster transformer. Note: the IRasterXformer2 interface has been superseded byIRasterXformer3. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterXformer | Provides access to members that control raster transformer. |
CoClasses that implement IRasterXformer2
CoClasses and 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.