Available also on: Delphi | .NET | Java | ActiveX.
Threaded base list for coordinate system definition objects with EPSG (European Petroleum Survey Group) and WKT (Well-Known Text) lookup.
# Python class TGIS_CSAbstractList( TGIS_ThreadClass ):
→ Object → TGIS_ThreadClass
| Name | Visibility | Description | |
|---|---|---|---|
| __init__() | public | Create an instance. (Overrides TGIS_ThreadClass.__init__) |
|
| __init__(bool, bool, bool) | public | Creates a list attached to an existing global definition list with optional uniqueness checks. | |
| __init__(TGIS_CSAbstractList) | public | Creates a list attached to an existing global definition list. | |
| __init__(TGIS_CSAbstractList, bool, bool) | public | Creates a list attached to an existing global definition list with optional uniqueness checks. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Add | public | Add new item into the list. | |
| AddAlias | public | Adds a new alias item for an existing definition. | |
| Alias | public | Defines an alias relationship between two existing items. | |
| ByEPSG | public | Finds an object in the list by EPSG (European Petroleum Survey Group) code. | |
| ByFriendlyName | public | Find object on the list based on FriendlyName string. | |
| ByWKT | public | Finds an object in the list by WKT (Well-Known Text) name. | |
| Clear | public | Clears the list and deletes all contained objects. | |
| Count | public | Number of items on the list. | |
| Fix | public | Replaces an existing item matched by EPSG code. | |
| GetEnumerator | public | Get the list enumerator. | |
| Init | public | Initializes the list from its definitions and rebuilds its content. | |
| LockThread | public | Enters the internal critical section. (Inherited from TGIS_ThreadClass) |
|
| UnlockThread | public | Leaves the internal critical section. (Inherited from TGIS_ThreadClass) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| WKTObject | public | Default property for retrieving list element. | |