User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csellipsoid.togeodetic_ref_tgis_point3d

Table of Contents

TGIS_CSEllipsoid.ToGeodetic_Ref method

DK11 for Delphi | GisCsBase.TGIS_CSEllipsoid.ToGeodetic_Ref | Constructors | Methods | Properties

Convert point from geocentric to geodetic system.

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

Syntax

// Delphi
public
  procedure ToGeodetic_Ref(
    var _ptg : TGIS_Point3D
  );
// C++ Builder
public:
  void ToGeodetic_Ref(
    TGIS_Point3D* &_ptg
  );

Parameters

Name Type Description
_ptg TGIS_Point3D point in geocentric system
2022/11/16 01:14

Page Tools