Provides access to transformation method.
Product Availability
Available with ArcGIS Desktop.
When To Use
Use this interface to define and perform a spatial adjustment. Define the adjustment parameters using ITransformationMethod::DefineFromControlPoints. Adjust entities using one of the transform methods.
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 ITransformationMethod
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. |