User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.setcsbyepsg_integer

Table of Contents

ITGIS_Layer.SetCSByEPSG method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.SetCSByEPSG | Methods | Properties

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

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

Syntax

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

Parameters

Name Type Description
_epsg int
Integer
EPSG code

References

2022/11/16 01:09

Page Tools