User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csellipsoid.togeodetic_itgis_point3d

Table of Contents

ITGIS_CSEllipsoid.ToGeodetic method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSEllipsoid.ToGeodetic | Methods | Properties

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

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

Syntax

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

Parameters

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

Result

Type Description
ITGIS_Point3D Converted coordinates.
2022/11/16 01:08

Page Tools