User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.setcsbywkt_string

Table of Contents

TGIS_Viewer.SetCSByWKT method

DK11 for Delphi | GisViewer.TGIS_Viewer.SetCSByWKT | Constructors | Fields | Methods | Properties | Events

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: .NET | Java | ActiveX | Python.

Syntax

Implements IGIS_Viewer.SetCSByWKT.

// Delphi
public
  procedure SetCSByWKT(
    const _wkt : String
  );
// C++ Builder
public:
  void SetCSByWKT(
    const UnicodeString _wkt
  );

Parameters

Name Type Description
_wkt String WKT string

Remarks

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

2022/11/30 19:19

Page Tools