User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_cstransformlist.byepsg_integer

Table of Contents

TGIS_CSTransformList.ByEPSG method

DK11 for Delphi | GisCsBase.TGIS_CSTransformList.ByEPSG | Constructors | Methods | Properties

Find object on the list based on EPSG code.

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

Syntax

// Delphi
public
  function ByEPSG(
    const _epsg : Integer
  ) : TGIS_CSTransformAbstract; reintroduce; virtual;
// C++ Builder
public:
  virtual TGIS_CSTransformAbstract* ByEPSG(
    const int _epsg
  );

Parameters

Name Type Description
_epsg Integer EPSG code

Result

Type Description
TGIS_CSTransformAbstract Found object or nil.
2022/11/16 01:15

Page Tools