User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csfactory.bywkt_string

Table of Contents

TGIS_CSFactory.ByWKT method

DK11 for Python | tatukgis.pdk.TGIS_CSFactory.ByWKT | Methods

Create (or find existing) definition from provided WKT string.

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

Syntax

# Python
def ByWKT(
  self,
  _wkt: str
) -> TGIS_CSCoordinateSystem: 

Parameters

Name Type Description
_wkt str WKT string; full WKT or just a name of entity like 'GRS_1980'

Result

Type Description
TGIS_CSCoordinateSystem Found definition, newly created one or nil.

References

2023/08/09 01:52

Page Tools