DK for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList | Interfaces | Methods | Properties
Base class for any WKT unit list
// C# public interface ITGIS_CSAbstractList: ITGIS_ThreadClass { }
' VisualBasic Public Interface ITGIS_CSAbstractList Implements ITGIS_ThreadClass End Class
// Oxygene type ITGIS_CSAbstractList = public interface( ITGIS_ThreadClass ) end;
| Name | Visibility | Description | |
|---|---|---|---|
| AddAlias | public | Add new item being alias to an existing one. | |
| Add_ | public | Add new item into the list. | |
| Alias | public | Define alias between two items. | |
| AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| 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. | |
| Create_ | public | Create an instance and attach it to existing global list. | |
| Create_2 | public | Create an instance and attach it to existing global list. | |
| DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
| 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 ITGIS_ThreadClass) |
|
| UnlockThread | public | Unlocks the thread. (Inherited from ITGIS_ThreadClass) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| WKTObject | public | Default property for retrieving list element. | |