User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csunits.create_integer_string_arrayarrayinteger

Table of Contents

TGIS_CSUnits.__init__(int, str, int) constructor

DK11 for Python | tatukgis.pdk.TGIS_CSUnits.Create | Overloads | Constructors | Methods | Properties

Create an instance of automatic units

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

Syntax

# Python
def __init__(
  self,
  _epsg: int,
  _wkt: str,
  _subunits: int
) -> None: 

Parameters

Name Type Description
_epsg int EPSG code for the unit
_wkt str WKT name for the unit
_subunits int list of units in a set ordered by factor; if contains areal units then order should be by squared factor of all units except areas
2023/08/09 01:53

Page Tools