User Tools

Site Tools


api:dk11:delphi:giscssystems.tgis_cscoordinatesystem.extentfromcs_tgis_cscoordinatesystem_tgis_extent

Table of Contents

TGIS_CSCoordinateSystem.ExtentFromCS method

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

Convert provided extent from the provided coordinate system into the current coordinate system.

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

Syntax

// Delphi
public
  function ExtentFromCS(
    const _cs : TGIS_CSCoordinateSystem;
    const _extent : TGIS_Extent
  ) : TGIS_Extent;
// C++ Builder
public:
  TGIS_Extent* ExtentFromCS(
    TGIS_CSCoordinateSystem* const _cs,
    TGIS_Extent* const _extent
  );

Parameters

Name Type Description
_cs TGIS_CSCoordinateSystem source coordinate system to be converted from
_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