User Tools

Site Tools


api:dk11:delphi:giscsfactory.tgis_csfactory.byepsg_integer

Table of Contents

TGIS_CSFactory.ByEPSG method

DK11 for Delphi | GisCsFactory.TGIS_CSFactory.ByEPSG | Methods

Find definition matching provided EPSG number.

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

Syntax

// Delphi
public
  class function ByEPSG(
    const _epsg : Integer
  ) : TGIS_CSCoordinateSystem;
// C++ Builder
public:
  __classmethod TGIS_CSCoordinateSystem* ByEPSG(
    const int _epsg
  );

Parameters

Name Type Description
_epsg Integer EPSG code to be found

Result

Type Description
TGIS_CSCoordinateSystem Found definition or nil.
2022/11/16 01:15

Page Tools