DK11 for .NET | TatukGIS.NDK.TGIS_CSAbstractList | Classes | Constructors | Methods | Properties
Base class for any WKT unit list
// C# public class TGIS_CSAbstractList : TGIS_ThreadClass, IEnumerable { }
' VisualBasic Public Class TGIS_CSAbstractList Inherits TGIS_ThreadClass Implements IEnumerable End Class
// Oxygene type TGIS_CSAbstractList = public class( TGIS_ThreadClass, IEnumerable ) end;
→ TGIS_ObjectDisposable → TGIS_ThreadClass
IEnumerable
Name | Visibility | Description | |
---|---|---|---|
TGIS_CSAbstractList() | public | Create an instance. (Overrides TGIS_ThreadClass.TGIS_ThreadClass()) |
|
TGIS_CSAbstractList(TGIS_CSAbstractList) | public | Create an instance and attach it to existing global list. | |
TGIS_CSAbstractList(TGIS_CSAbstractList, bool, bool) | public | Create an instance and attach it to existing global list. | |
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) |
|
uniqueWkt | protected | Generate unique WKT name | |
UnlockThread | public | Unlocks the thread. (Inherited from TGIS_ThreadClass) |
|
Name | Visibility | Description | |
---|---|---|---|
WKTObject | public | Default property for retrieving list element. | |