ArcObjects Library Reference (DataSourcesRaster)  

IProjectiveXform Interface

Provides access to members that control a projective transform.

Product Availability

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

Members

Description
Method DefineFromCoefficients Defines a projective XForm from coefficients.
Method DefineFromControlPoints Defines a projective XForm from control points.
Read-only property Domains The domains in output space.
Method GetCoefficients Gets the coefficients of the projective transform.
Method GetControlPoints Gets control points used in defining the projective transform.
Method GetSystemResidual Gets the system residuals.
Method GetSystemRMS Gets the system RMS.
Read-only property IsIdentity Indicates if this geodata transform is an identity transform.
Read/write property SpatialReference The output spatial reference after applying this transform.
Method Transform Transforms a set of points in a given direction.
Method TransformCellsize Transforms a cellsize in a given direction.
Method TransformExtent Transforms an extent in a given direction.
Method TransformPoints Transforms a point collection in a given direction

Inherited Interfaces

Interfaces Description
IGeodataXform Provides access to members that control geodata transformation.

CoClasses that implement IProjectiveXform

CoClasses and Classes Description
ProjectiveXform A projective transform class.