User Tools

Site Tools


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

Table of Contents

TGIS_CSTransformList.ByWKT method

DK11 for Java | tatukgis.jdk.TGIS_CSTransformList.ByWKT | Constructors | Methods | Properties

Find object on the list based on WKT string.

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

Syntax

// Java
public TGIS_CSTransformAbstract ByWKT(
  java.lang.String _wkt
);
// Oxygene
public
  function ByWKT(
    _wkt : String
  ) : TGIS_CSTransformAbstract; reintroduce; virtual;

Parameters

Name Type Description
_wkt java.lang.String
String
WKT name

Result

Type Description
TGIS_CSTransformAbstract Found object or nil.
2022/11/16 01:42

Page Tools