DK for .NET | TatukGIS.NDK.TGIS_CSAbstractList | Classes | Constructors | Methods | Properties
Threaded base list for coordinate system definition objects with EPSG (European Petroleum Survey Group) and WKT (Well-Known Text) lookup.
// 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 | Creates an empty coordinate system definition list. (Overrides TGIS_ThreadClass.TGIS_ThreadClass()) |
|
| TGIS_CSAbstractList(bool, bool, bool) | public | Creates a list with optional uniqueness checks and item ownership. | |
| TGIS_CSAbstractList(TGIS_CSAbstractList) | public | Creates a list attached to an existing global definition list. | |
| TGIS_CSAbstractList(TGIS_CSAbstractList, bool, bool) | public | Creates a list attached to an existing global definition list with optional uniqueness checks. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Add | public | Adds a new item to 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 | Finds an object in the list by FriendlyName. | |
| 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 | Returns 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) |
|
| uniqueWkt | protected | Generates a unique WKT (Well-Known Text) name for the list. | |
| UnlockThread | public | Leaves the internal critical section. (Inherited from TGIS_ThreadClass) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| WKTObject | public | Default property for retrieving a list element by index. | |