User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.setcsbywkt_widestring

Table of Contents

IGIS_Viewer.SetCSByWKT method

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

Sets the coordinate system from a WKT string (GEOGCS or PROJCS). If the WKT string is empty, the coordinate system is turned off.

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

Syntax

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

Parameters

Name Type Description
_wkt WideString WKT string.

Remarks

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

2026/07/11 00:07

Page Tools