User Tools

Site Tools


api:dk11:delphi:giscsfactory.tgis_csfactory.authority_string

Table of Contents

TGIS_CSFactory.Authority method

DK11 for Delphi | GisCsFactory.TGIS_CSFactory.Authority | Methods

Find definition matching provided authority string.

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

Syntax

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

Parameters

Name Type Description
_wkt String authority name string like EPSG number or CRS name

Result

Type Description
String Found definition or nil.
2022/11/16 01:15

Page Tools