DK11 for .NET | TatukGIS.NDK.TGIS_CSEllipsoid.ToGeodetic | Constructors | Methods | Properties
Convert coordinates from an ellipsoid base (geocentric) to geodetic mode.
// C# public TGIS_Point3D ToGeodetic( TGIS_Point3D _coords );
' VisualBasic Public Function ToGeodetic( ByVal _coords As TGIS_Point3D ) As TGIS_Point3D
// Oxygene public function ToGeodetic( _coords : TGIS_Point3D ) : TGIS_Point3D;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | coordinates in geocentric space (meters) |
Type | Description |
---|---|
TGIS_Point3D | Converted coordinates. |