![]() |
This document is archived and information here might be outdated. Recommended version. |
Provides access to transformation method. ITransformationMethodGEN is generic version of ITransformationMethod.
| Name | 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. |
| 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. |
See ITransformationMethod for information on the Interface and members.