This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control raster specific geodata transform.
Name | Description | |
---|---|---|
FullExtent | The full output extent within which this xform is applied. | |
Prepare | Prepares the xform for a given extent and cellsize within a domain. |
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. |
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.