User Tools

Site Tools


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

Table of Contents

TGIS_CSEllipsoidList.ByWKT method

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

Find object on the list based on WKT string.

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

Syntax

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

Parameters

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

Result

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

Page Tools