This document is archived and information here might be outdated.  Recommended version.


IMetricUnitConverter Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IM > IMetricUnitConverter Interface
ArcGIS Developer Help

IMetricUnitConverter Interface

Provides access to convert data units to/from Meters.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method ConvertDistance Convert the distance value.
Method ConvertEnvelope Convert the envelope.
Method ConvertXY Convert the X and Y values.
Method GetLine GSLine converted to a Curve with correct units.
Method GetLineCoordinates Convert the chosen point coordinates on the line.
Method GetPoint The GSPoint or GSControlPoint values are converted from meters to data units and returned in Point.
Method GetPointCoordinates Convert the chosen point coordinates to correct units.
Method GetSurveyedLine GSLine converted to a Survey Curve with correct units.
Method SetGSControlPoint The input point values are converted to meters and returned in GSControlPoint.
Method SetGSControlPointCoordinates Convert the point coordinates to metric units and set the value in GSControlPoint.
Method SetGSPoint The input point values are converted to meters and returned in GSPoint.
Method SetGSPointCoordinates Convert the point coordinates to metric units and set the value in GSPoint.

Classes that implement IMetricUnitConverter

Classes Description
CadastralEditorExtension Cadastral Editor Extension Object.

Remarks

The GeoSurvey engine used for the Least Squares Adjustment, Geometric and COGO computations uses metric units.  In order for the GeoSurvey Engine to make these computations, a conversion must be made if the Cadastral Fabric units differ.

For Example:   If the Cadastral Fabric uses a State Plane coordinate system, the units must be converted in order to for the GeoSurvey engine to make the proper calculations.