User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csfactory.byepsg_integer

Table of Contents

ITGIS_CSFactory.ByEPSG method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSFactory.ByEPSG | Methods

Find definition matching provided EPSG number.

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

Syntax

// C#
public ITGIS_CSCoordinateSystem ByEPSG(
  int _epsg
);
' VisualBasic
Public Function ByEPSG(
  ByVal _epsg As Integer
) As ITGIS_CSCoordinateSystem
// Oxygene
public
  function ByEPSG(
    _epsg : Integer
  ) : ITGIS_CSCoordinateSystem;

Parameters

Name Type Description
_epsg int
Integer
EPSG code to be found

Result

Type Description
ITGIS_CSCoordinateSystem Found definition or nil.
2022/11/16 01:08

Page Tools