User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csellipsoid.togeodetic_tgis_point3d

Table of Contents

TGIS_CSEllipsoid.ToGeodetic method

DK11 for .NET | TatukGIS.NDK.TGIS_CSEllipsoid.ToGeodetic | Constructors | Methods | Properties

Convert coordinates from an ellipsoid base (geocentric) to geodetic mode.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// 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;

Parameters

Name Type Description
_coords TGIS_Point3D coordinates in geocentric space (meters)

Result

Type Description
TGIS_Point3D Converted coordinates.
2022/11/16 01:28

Page Tools