User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.setcsbyepsg_integer

Table of Contents

IGIS_Viewer.SetCSByEPSG method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.SetCSByEPSG | Methods | Properties

Setup Coordinate System to a coordinate system provided by 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

Remarks

All layers must have proper coordinate system. Otherwise coordinate system will be turned-off.

2025/01/31 01:03

Page Tools