This document is archived and information here might be outdated. Recommended version. |
Provides access to convert data units to/from Meters.
Name | Description | |
---|---|---|
ConvertDistance | Convert the distance value. | |
ConvertEnvelope | Convert the envelope. | |
ConvertXY | Convert the X and Y values. | |
GetLine | GSLine converted to a Curve with correct units. | |
GetLineCoordinates | Convert the chosen point coordinates on the line. | |
GetPoint | The GSPoint or GSControlPoint values are converted from meters to data units and returned in Point. | |
GetPointCoordinates | Convert the chosen point coordinates to correct units. | |
GetSurveyedLine | GSLine converted to a Survey Curve with correct units. | |
SetGSControlPoint | The input point values are converted to meters and returned in GSControlPoint. | |
SetGSControlPointCoordinates | Convert the point coordinates to metric units and set the value in GSControlPoint. | |
SetGSPoint | The input point values are converted to meters and returned in GSPoint. | |
SetGSPointCoordinates | Convert the point coordinates to metric units and set the value in GSPoint. |
Classes | Description |
---|---|
CadastralEditorExtension | Cadastral Editor Extension Object. |
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.