User Tools

Site Tools


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

Table of Contents

TGIS_CSAbstractList.ByWKT method

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

Find object on the list based on WKT string.

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

Syntax

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

Parameters

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

Result

Type Description
TGIS_CSAbstract Found object or nil.
2022/11/16 01:40

Page Tools