Provides access to transformation method. ITransformationMethodGEN is generic version of ITransformationMethod.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
![]() |
DefineFromControlPoints | Defines the best transformation between a set of points. |
![]() |
MinNumDisplacementPoints | The minumum number of displacement points required for this transformation method. |
![]() |
Name | The name of the transformation method. |
![]() |
SupportsIdentityLinks | Indicates if the transformation method supports identity links. |
![]() |
Transform | Transforms the given features. |
![]() |
TransformElement | Transforms the given element. |
![]() |
TransformShape | Transforms the given geometry. |
CoClasses that implement ITransformationMethodGEN
CoClasses and Classes | Description |
---|---|
AffineTransformationMethod | The affine transformation method. |
ConformalTransformationMethod | The conformal transformation method. |
EdgeSnapTransformationMethod | The edge snap transformation method. |
PiecewiseTransformationMethod | The piecewise (rubber sheeting) transformation method. |
ProjectiveTransformationMethod | The projective transformation method. |
Remarks
See ITransformationMethod for information on the Interface and members.