User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.setcsbywkt_string

Table of Contents

IGIS_Viewer.SetCSByWKT method

DK11 for Delphi | GisInterfaces.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: .NET | Java | ActiveX | Python.

Syntax

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

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/16 01:18

Page Tools