User Tools

Site Tools


api:dk11:delphi:giscssystems.tgis_cscoordinatesystem.extentfromwgs_tgis_extent

Table of Contents

TGIS_CSCoordinateSystem.ExtentFromWGS method

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

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

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

Syntax

// Delphi
public
  function ExtentFromWGS(
    const _extent : TGIS_Extent
  ) : TGIS_Extent; virtual;
// C++ Builder
public:
  virtual TGIS_Extent* ExtentFromWGS(
    TGIS_Extent* const _extent
  );

Parameters

Name Type Description
_extent TGIS_Extent extent to be converted

Result

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

Page Tools