User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csfactory.byepsg_integer

Table of Contents

TGIS_CSFactory.ByEPSG method

DK11 for .NET | TatukGIS.NDK.TGIS_CSFactory.ByEPSG | Methods

Find definition matching provided EPSG number.

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

Syntax

// C#
public static TGIS_CSCoordinateSystem ByEPSG(
  int _epsg
);
' VisualBasic
Public Shared Function ByEPSG(
  ByVal _epsg As Integer
) As TGIS_CSCoordinateSystem
// 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:28

Page Tools