User Tools

Site Tools


api:dk11:delphi:giscssystems.tgis_cscoordinatesystem.fromwgs3d_tgis_point3d

Table of Contents

TGIS_CSCoordinateSystem.FromWGS3D method

DK11 for Delphi | GisCsSystems.TGIS_CSCoordinateSystem.FromWGS3D | 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
  function FromWGS3D(
    const _coords : TGIS_Point3D
  ) : TGIS_Point3D;
// C++ Builder
public:
  TGIS_Point3D* FromWGS3D(
    TGIS_Point3D* const _coords
  );

Parameters

Name Type Description
_coords TGIS_Point3D point to be converted

Result

Type Description
TGIS_Point3D Converted coordinates. If value of any member is >= 1e30 that means that conversion can not be done.
2022/11/16 01:16

Page Tools