User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csabstractlist.byepsg_integer

Table of Contents

TGIS_CSAbstractList.ByEPSG method

DK11 for Java | tatukgis.jdk.TGIS_CSAbstractList.ByEPSG | Constructors | Methods | Properties

Find object on the list based on EPSG code.

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

Syntax

// Java
public TGIS_CSAbstract ByEPSG(
  int _epsg
);
// Oxygene
public
  function ByEPSG(
    _epsg : Integer
  ) : TGIS_CSAbstract; virtual;

Parameters

Name Type Description
_epsg int
Integer
EPSG code

Result

Type Description
TGIS_CSAbstract Found object or nil.
2024/12/20 22:24

Page Tools