ArcObjects Library Reference (DataSourcesRaster)  

IRasterXform Interface

Provides access to members that control raster specific geodata transform.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property FullExtent The full output extent within which this xform is applied.
Method Prepare Prepares the xform for a given extent and cellsize within a domain.

CoClasses that implement IRasterXform

CoClasses and Classes Description
ApproximationXform A transformation that approximates other transformations.
CompositeXform A composite geodata transform collection class.
CoordinateXform A coordinate transform class.
FrameXform A standard frame camera model transformation class.
RPCXform A Rational Polynomial Coefficient (RPC) transform class.

Remarks

IRasteXform is used for setting up raster specific information for transforming raster data. This interface needs to be implemented if creating a custom xform for raster transformation.