User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_viewer.setcsbywkt_string

Table of Contents

IGIS_Viewer.SetCSByWKT method

DK for .NET | TatukGIS.NDK.IGIS_Viewer.SetCSByWKT | Methods | Properties

Setup Coordinate System to a coordinate system provided by WKT string (GEOGCS or PROJCS). If provided WKT string is empty then coordinate system will be turn off.

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

Syntax

// C#
public void SetCSByWKT(
  string _wkt
);
' VisualBasic
Public Sub SetCSByWKT(
  ByVal _wkt As String
)
// Oxygene
public
  procedure SetCSByWKT(
    _wkt : String
  );

Parameters

Name Type Description
_wkt string
String
WKT string

Remarks

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

2025/01/31 01:14

Page Tools