User Tools

Site Tools


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

Table of Contents

TGIS_CSFactory.ByEPSG method

DK11 for Java | tatukgis.jdk.TGIS_CSFactory.ByEPSG | Methods

Find definition matching provided EPSG number.

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

Syntax

// Java
public static TGIS_CSCoordinateSystem ByEPSG(
  int _epsg
);
// Oxygene
public
  class function ByEPSG(
    _epsg : Integer
  ) : TGIS_CSCoordinateSystem;

Parameters

Name Type Description
_epsg int
Integer
EPSG code to be found

Result

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

Page Tools