User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csabstractlist

TGIS_CSAbstractList class

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

Base class for any WKT unit list

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

Syntax

# Python
class TGIS_CSAbstractList( TGIS_ThreadClass ):

Inheritance

→ Object → TGIS_ThreadClass

Constructors

Inherited Overrides Protected
Name Visibility Description
__init__() public Create an instance.
(Overrides TGIS_ThreadClass.__init__)
__init__(TGIS_CSAbstractList) public Create an instance and attach it to existing global list.
__init__(TGIS_CSAbstractList, bool, bool) public Create an instance and attach it to existing global list.

Methods

Inherited Overrides Protected
Name Visibility Description
Add public Add new item into the list.
AddAlias public Add new item being alias to an existing one.
Alias public Define alias between two items.
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.
Count public Number of items on the list.
Fix public Fix item by substituting existing item based on EPSG code.
GetEnumerator public Get enumerator.
Init public Initialize list form definition.
LockThread public Locks the thread.
(Inherited from TGIS_ThreadClass)
UnlockThread public Unlocks the thread.
(Inherited from TGIS_ThreadClass)

Properties

Inherited Protected
Name Visibility Description
WKTObject public Default property for retrieving list element.

2023/08/09 01:51

Page Tools