User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.setcsbyepsg_integer

Table of Contents

TGIS_Layer.SetCSByEPSG method

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.SetCSByEPSG | Constructors | Fields | Methods | Properties | Events

Sets up Coordinate System to a coordinate system provided by a EPSG code.

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

Syntax

// C#
public virtual void SetCSByEPSG(
  int _epsg
);
' VisualBasic
Public Overridable Sub SetCSByEPSG(
  ByVal _epsg As Integer
)
// Oxygene
public
  procedure SetCSByEPSG(
    _epsg : Integer
  ); virtual;

Parameters

Name Type Description
_epsg int
Integer
EPSG code

References

2022/11/16 01:31

Page Tools