ArcObjects Library Reference (DataSourcesRaster)  

IRasterXformer Interface

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
Read/write property ApproximationTolerance The current approximation error tolerance in number (fraction) of 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.

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.

 

.NET Related Topics

DataSourcesRaster