User Tools

Site Tools


api:dk11:delphi:giscssystems.tgis_cscoordinatesystem.fromwgs3d_ref_tgis_point3d

Table of Contents

TGIS_CSCoordinateSystem.FromWGS3D_Ref method

DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.FromWGS3D_Ref | Constructors | Fields | Methods | Properties

Convert provided 3D coordinate from the WGS84 expressed in radians into the current coordinate system.

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

Syntax

// Delphi
public
  procedure FromWGS3D_Ref(
    var _coords : TGIS_Point3D
  ); virtual;
// C++ Builder
public:
  virtual void FromWGS3D_Ref(
    TGIS_Point3D* &_coords
  );

Parameters

Name Type Description
_coords TGIS_Point3D point to be converted
2022/11/16 01:16

Page Tools