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