User Tools

Site Tools


api:dk11:delphi:giscssystems.tgis_cscoordinatesystem.togeocs_tgis_point

Table of Contents

TGIS_CSCoordinateSystem.ToGeocs method

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

Convert provided coordinate from the current coordinate system into GEOGCS (Geographic coordinate system).

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

Syntax

// Delphi
public
  function ToGeocs(
    const _coords : TGIS_Point
  ) : TGIS_Point; virtual;
// C++ Builder
public:
  virtual TGIS_Point* ToGeocs(
    TGIS_Point* const _coords
  );

Parameters

Name Type Description
_coords TGIS_Point point to be converted

Result

Type Description
TGIS_Point Converted coordinates. If value of any member is >= 1e30 that means that conversion can not be done.

Remarks

this method is meaningless within TGIS_CSUnknownCoordinateSystem scope.

2022/11/16 01:16

Page Tools