User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csunitslist

TGIS_CSUnitsList class

DK11 for Python | tatukgis.pdk.TGIS_CSUnitsList | Classes | Constructors | Methods | Properties

List of units.

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

Syntax

# Python
class TGIS_CSUnitsList( TGIS_CSAbstractList ):

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
__init__ public Standard constructor.

Methods

Inherited Overrides Protected
Name Visibility Description
Add public Add a new item into the list.
AddAlias public Add new item being alias to an existing one.
(Inherited from TGIS_CSAbstractList)
AddAuto public Add a new item into the list.
Alias public Define alias between two items.
(Inherited from TGIS_CSAbstractList)
ByEPSG public Find object on the list based on EPSG code.
ByWKT public Find object on the list based on WKT string.
Clear public Clear the list.
(Inherited from TGIS_CSAbstractList)
Count public Number of items on the list.
(Inherited from TGIS_CSAbstractList)
Fix public Fix item by substituting exiting item based on EPSG code.
GetEnumerator public Get enumerator.
(Inherited from TGIS_CSAbstractList)
Init public Initialize list form definition.
(Inherited from TGIS_CSAbstractList)
LockThread public Locks the thread.
(Inherited from TGIS_ThreadClass)
Prepare public Prepare a TGIS_CSUnits object.
UnlockThread public Unlocks the thread.
(Inherited from TGIS_ThreadClass)

Properties

Inherited Protected
Name Visibility Description
Units public Default property for retrieving unit.
WKTObject public Default property for retrieving list element.
(Inherited from TGIS_CSAbstractList)

Remarks

use global CSUnitsList instead of creating instance of this class.

References

2023/08/09 01:53

Page Tools