User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csabstractlist.bywkt_string

Table of Contents

TGIS_CSAbstractList.ByWKT method

DK11 for Delphi | GisCsBase.TGIS_CSAbstractList.ByWKT | Constructors | Methods | Properties

Find object on the list based on WKT string.

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

Syntax

// Delphi
public
  function ByWKT(
    const _wkt : String
  ) : TGIS_CSAbstract; virtual;
// C++ Builder
public:
  virtual TGIS_CSAbstract* ByWKT(
    const UnicodeString _wkt
  );

Parameters

Name Type Description
_wkt String WKT name

Result

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

Page Tools