User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.setcsbywkt_string

Table of Contents

TGIS_Layer.SetCSByWKT method

DK11 for Delphi | GisLayer.TGIS_Layer.SetCSByWKT | Constructors | Fields | Methods | Properties | Events

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

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

Syntax

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

Parameters

Name Type Description
_wkt String WKT string
2022/11/16 01:18

Page Tools