User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csfactory.authority_string

Table of Contents

TGIS_CSFactory.Authority method

DK11 for .NET | TatukGIS.NDK.TGIS_CSFactory.Authority | Methods

Find definition matching provided authority string.

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

Syntax

// C#
public static string Authority(
  string _wkt
);
' VisualBasic
Public Shared Function Authority(
  ByVal _wkt As String
) As String
// Oxygene
public
  class function Authority(
    _wkt : String
  ) : String;

Parameters

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

Result

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

Page Tools