User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.createfromwkt_string

Table of Contents

TGIS_Shape.CreateFromWKT method

DK11 for Java | tatukgis.jdk.TGIS_Shape.CreateFromWKT | Constructors | Fields | Methods | Properties

Create the shape from a Well Known Text (see: www.opengis.org).

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

Syntax

// Java
public TGIS_Shape CreateFromWKT(
  java.lang.String _wkt
);
// Oxygene
public
  function CreateFromWKT(
    _wkt : String
  ) : TGIS_Shape; virtual;

Parameters

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

Result

Type Description
TGIS_Shape Newly constructed object or nil.

References

2022/11/16 01:51

Page Tools