User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CreateFromEWKT method

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

Create the shape geometry from an Extended Well-Known Text (EWKT) representation of the geometry with SRID meta data. (see www.postgis.org).

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

Syntax

// Java
public TGIS_Shape CreateFromEWKT(
  java.lang.String _ewkt
);
// Oxygene
public
  function CreateFromEWKT(
    _ewkt : String
  ) : TGIS_Shape; virtual;

Parameters

Name Type Description
_ewkt java.lang.String
String
EWKT text

Result

Type Description
TGIS_Shape Newly created shape.
2022/11/16 01:51

Page Tools