DK11 for Python | tatukgis.pdk.TGIS_CSFactory.ByWKT | Methods
Create (or find existing) definition from provided WKT string.
# Python def ByWKT( self, _wkt: str ) -> TGIS_CSCoordinateSystem:
Name | Type | Description |
---|---|---|
_wkt | str | WKT string; full WKT or just a name of entity like 'GRS_1980' |
Type | Description |
---|---|
TGIS_CSCoordinateSystem | Found definition, newly created one or nil. |