DK11 for Python | tatukgis.pdk.TGIS_Layer.SetCSByWKTFile | Constructors | Methods | Properties | Events
Sets up Coordinate System to a coordinate system provided by a file which contains a WKT string (GEOGCS or PROJCS). If file does not exist or provided WKT string is empty then coordinate system will be turned off.
# Python def SetCSByWKTFile( self, _path: str ) -> None:
Name | Type | Description |
---|---|---|
_path | str | path with WKT string (for example shapefile .PRJ) |