User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csfactory.authority_string

Table of Contents

TGIS_CSFactory.Authority method

DK for Java | tatukgis.jdk.TGIS_CSFactory.Authority | Methods

Find definition matching provided authority string.

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

Syntax

// Java
public static java.lang.String Authority(
  java.lang.String _wkt
);
// Oxygene
public
  class function Authority(
    _wkt : String
  ) : String;

Parameters

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

Result

Type Description
java.lang.String
String
Found definition or nil.
2025/01/31 01:15

Page Tools