User Tools

Site Tools


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

Table of Contents

TGIS_CSEllipsoid.ToGeocentric_Ref method

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

Convert point from geodetic to geocentric system.

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

Syntax

// C#
public void ToGeocentric_Ref(
  ref TGIS_Point3D _ptg
);
' VisualBasic
Public Sub ToGeocentric_Ref(
  ByRef _ptg As TGIS_Point3D
)
// Oxygene
public
  procedure ToGeocentric_Ref(
    var _ptg : TGIS_Point3D
  );

Parameters

Name Type Description
_ptg TGIS_Point3D point in geodetic system
2022/11/16 01:28

Page Tools