User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CreateFromWKT method

DK11 for Python | tatukgis.pdk.TGIS_Shape.CreateFromWKT | Constructors | Methods | Properties

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

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

Syntax

# Python
def CreateFromWKT(
  self,
  _wkt: str
) -> TGIS_Shape: 

Parameters

Name Type Description
_wkt str WKT text

Result

Type Description
TGIS_Shape Newly constructed object or nil.

References

2023/08/09 01:59

Page Tools