User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.setcsbyepsg_integer

Table of Contents

TGIS_ViewerWnd.SetCSByEPSG method

DK for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.SetCSByEPSG | Constructors | Fields | Methods | Properties | Events

Setup Coordinate System to a coordinate system provided by EPSG code.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

Implements IGIS_Viewer.SetCSByEPSG.

// 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:14

Page Tools