User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csellipsoidlist.bywkt_string

Table of Contents

TGIS_CSEllipsoidList.ByWKT method

DK11 for Delphi | GisCsBase.TGIS_CSEllipsoidList.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_CSEllipsoid; reintroduce; virtual;
// C++ Builder
public:
  virtual TGIS_CSEllipsoid* ByWKT(
    const UnicodeString _wkt
  );

Parameters

Name Type Description
_wkt String WKT name

Result

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

Page Tools