ArcObjects Library Reference (EditorExt)  

ITransformationMethodGEN Interface

Provides access to transformation method. ITransformationMethodGEN is generic version of ITransformationMethod.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method DefineFromControlPoints Defines the best transformation between a set of points.
Read-only property MinNumDisplacementPoints The minumum number of displacement points required for this transformation method.
Read-only property Name The name of the transformation method.
Read-only property SupportsIdentityLinks Indicates if the transformation method supports identity links.
Method Transform Transforms the given features.
Method TransformElement Transforms the given element.
Method 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.

.NET Related Topics

Adjusting feature locations with spatial adjustment