DK11 for Python | tatukgis.pdk.TGIS_CSDatumList | Classes | Constructors | Methods | Properties
List of all datums.
# Python class TGIS_CSDatumList( TGIS_CSAbstractList ):
→ Object → TGIS_ThreadClass → TGIS_CSAbstractList
Name | Visibility | Description | |
---|---|---|---|
__init__ | public | Standard constructor. | |
Name | Visibility | Description | |
---|---|---|---|
Add(int, str, int, int) | public | Add new item into the list. | |
Add(int, str, int, int, int) | public | Add new item into the list. | |
Add(TGIS_CSAbstract) | public | Add new item into the list. (Inherited from TGIS_CSAbstractList) |
|
AddAlias | public | Add new item being alias to an existing one. (Inherited from TGIS_CSAbstractList) |
|
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(int, str, int, int) | public | Fix item by substituting exiting item based on EPSG code. | |
Fix(int, str, int, int, int) | public | Fix item by substituting exiting item based on EPSG code. | |
Fix(TGIS_CSAbstract) | public | Fix item by substituting existing item based on EPSG code. (Inherited from TGIS_CSAbstractList) |
|
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_CSDatum object. | |
PrepareEx | public | Prepare a TGIS_CSDatum object. | |
UnlockThread | public | Unlocks the thread. (Inherited from TGIS_ThreadClass) |
|
Name | Visibility | Description | |
---|---|---|---|
Datum | public | Default property for retrieving Datum. | |
WKTObject | public | Default property for retrieving list element. (Inherited from TGIS_CSAbstractList) |
|