This document is archived and information here might be outdated.  Recommended version.


IRasterXform Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterXform Interface
ArcGIS Developer Help

IRasterXform Interface

Provides access to members that control raster specific geodata transform.

Product Availability

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

Members

Name 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.

Classes that implement IRasterXform

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.