User Tools

Site Tools


api:dk11:delphi:giscsfactory.tgis_csfactory.bywkt_string

Table of Contents

TGIS_CSFactory.ByWKT method

DK11 for Delphi | GisCsFactory.TGIS_CSFactory.ByWKT | Methods

Create (or find existing) definition from provided WKT string.

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

Syntax

// Delphi
public
  class function ByWKT(
    const _wkt : String
  ) : TGIS_CSCoordinateSystem;
// C++ Builder
public:
  __classmethod TGIS_CSCoordinateSystem* ByWKT(
    const UnicodeString _wkt
  );

Parameters

Name Type Description
_wkt String WKT string; full WKT or just a name of entity like 'GRS_1980'

Result

Type Description
TGIS_CSCoordinateSystem Found definition, newly created one or nil.

References

2022/11/16 01:15

Page Tools