User Tools

Site Tools


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

Table of Contents

TGIS_CSFactory.ByWKT method

DK11 for Java | tatukgis.jdk.TGIS_CSFactory.ByWKT | Methods

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

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

Syntax

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

Parameters

Name Type Description
_wkt java.lang.String
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:40

Page Tools