DK11 for Python | tatukgis.pdk.TGIS_CSUnits.Create | Overloads | Constructors | Methods | Properties
Create an instance.
# Python def __init__( self, _epsg: int, _wkt: str, _symbol: str, _type: TGIS_CSUnitsType, _factor: float ) -> None:
Name | Type | Description |
---|---|---|
_epsg | int | EPSG code for the unit |
_wkt | str | WKT name for the unit |
_symbol | str | units symbol like 'km', 'm' |
_type | TGIS_CSUnitsType | angular, linear or areal units |
_factor | float | factor between unit and basic unit (meter or radians); for example factor for kilometer is 1000. |