This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IProjectiveXform Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control a projective transform.
Description | ||
---|---|---|
DefineFromCoefficients | Defines a projective XForm from coefficients. | |
DefineFromControlPoints | Defines a projective XForm from control points. | |
Domains | The domains in output space. | |
GetCoefficients | Gets the coefficients of the projective transform. | |
GetControlPoints | Gets control points used in defining the projective transform. | |
GetSystemResidual | Gets the system residuals. | |
GetSystemRMS | Gets the system RMS. | |
IsIdentity | Indicates if this geodata transform is an identity transform. | |
SpatialReference | The output spatial reference after applying this transform. | |
Transform | Transforms a set of points in a given direction. | |
TransformCellsize | Transforms a cellsize in a given direction. | |
TransformExtent | Transforms an extent in a given direction. | |
TransformPoints | Transforms a point collection in a given direction |
Interfaces | Description |
---|---|
IGeodataXform | Provides access to members that control geodata transformation. |
CoClasses and Classes | Description |
---|---|
ProjectiveXform | A projective transform class. |