User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csellipsoid.togeodetic_tgis_point3d

Table of Contents

TGIS_CSEllipsoid.ToGeodetic method

DK11 for Java | tatukgis.jdk.TGIS_CSEllipsoid.ToGeodetic | Constructors | Methods | Properties

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

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

Syntax

// Java
public TGIS_Point3D ToGeodetic(
  TGIS_Point3D _coords
);
// 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:40

Page Tools