User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csfactory.authority_widestring

Table of Contents

ITGIS_CSFactory.Authority method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSFactory.Authority | Methods

Find definition matching provided authority string.

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

Syntax

// C#
public WideString Authority(
  WideString _wkt
);
' VisualBasic
Public Function Authority(
  ByVal _wkt As WideString
) As WideString
// Oxygene
public
  function Authority(
    _wkt : WideString
  ) : WideString;

Parameters

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

Result

Type Description
WideString Found definition or nil.
2022/11/16 01:08

Page Tools