User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CreateFromEWKT method

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

Syntax

# Python
def CreateFromEWKT(
  self,
  _ewkt: str
) -> TGIS_Shape: 

Parameters

Name Type Description
_ewkt str EWKT text

Result

Type Description
TGIS_Shape Newly created shape.
2023/08/09 01:59

Page Tools