User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layer.setcsbywktfile_string

Table of Contents

TGIS_Layer.SetCSByWKTFile method

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.

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

Syntax

# Python
def SetCSByWKTFile(
  self,
  _path: str
) -> None: 

Parameters

Name Type Description
_path str path with WKT string (for example shapefile .PRJ)
2023/08/09 01:53

Page Tools