This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITransformationMethodRMSError Interface (ArcObjects .NET 10.5 SDK) |
Provides access to transformation method RMS error.
Use the members on this interface to return RMS error information for either a control point combination (link) or the entire transformation.
The transformation must first be defined via ITransformationMethod before using these members. You can QI this method from ITransformationMethod.
Description | ||
---|---|---|
GetControlPointError | Returns the errors involved in moving control point i from the 'from' to 'to' system. These error terms are valid after using DefineFromControlPoints to define the transformation. | |
GetRMSError | RMS (Root Mean Square) error expressed relative to the 'from' and 'to' points defining the transformation. These error terms are valid after using DefineFromControlPoints to define the transformation. |
CoClasses and Classes | Description |
---|---|
AffineTransformationMethod | The affine transformation method. |
ConformalTransformationMethod | The conformal transformation method. |
ProjectiveTransformationMethod | The projective transformation method. |