User Tools

Site Tools


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

Table of Contents

TGIS_CSUnitsList.ByEPSG method

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

Find object on the list based on EPSG code.

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

Syntax

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

Parameters

Name Type Description
_epsg int
Integer
EPSG code

Result

Type Description
TGIS_CSUnits Found object or nil.
2022/11/16 01:42

Page Tools