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

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 | .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 proper coordinate system. Otherwise coordinate system will be turned-off.

2025/01/31 01:03

Page Tools