Provides access to members that control raster transformer. Note: the IRasterXformer interface has been superseded byIRasterXformer2. 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. | |
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. |
CoClasses that implement IRasterXformer
CoClasses and Classes | Description |
---|---|
RasterXformer | A raster transformer class. |
Remarks
The IRasterXformer interface is used to create a RasterXformer object from a Raster.
Creating a RasterXformer object, a GeodataXform, a PixelResampler and a PixelReader must be set.
To create a RasterXformer from a Raster, use IRasterXformer::Raster method which contains a GeodataXform, a default PixelResampler and a PixelReader
To create a RasterXformer without using Raster, IRasterXformer2 interface should be used.