User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.importfromewkt_string

Table of Contents

TGIS_Shape.ImportFromEWKT method

DK11 for Python | tatukgis.pdk.TGIS_Shape.ImportFromEWKT | Constructors | 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 | Java | ActiveX.

Syntax

# Python
def ImportFromEWKT(
  self,
  _ewkt: str
) -> None: 

Parameters

Name Type Description
_ewkt str EWKT text

Remarks

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

2023/08/09 01:59

Page Tools