User Tools

Site Tools


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

Table of Contents

TGIS_Shape.ImportFromEWKT method

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

Import the Extended Well-Known Binary (EWKB) representation of the geometry with SRID meta data into the current shape (see www.postgis.org).

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

Syntax

// Java
public void ImportFromEWKT(
  java.lang.String _ewkt
);
// Oxygene
public
  procedure ImportFromEWKT(
    _ewkt : String
  ); virtual;

Parameters

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

Remarks

Internally it uses CreateFromEWKT method. If WKT is a different type, the shape will be reset.

2022/11/16 01:51

Page Tools