User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csabstractlist

TGIS_CSAbstractList class

DK for Java | tatukgis.jdk.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.

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public class TGIS_CSAbstractList extends TGIS_ThreadClass {
};
// Oxygene
type
  TGIS_CSAbstractList = public class( TGIS_ThreadClass )
  end;

Inheritance

→ TGIS_ObjectDisposable → TGIS_ThreadClass

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_CSAbstractList() public Create an instance.
(Overrides TGIS_ThreadClass.TGIS_ThreadClass())
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.

Methods

Inherited Overrides Protected
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.
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)
uniqueWkt protected Generates a unique WKT (Well-Known Text) name for the list.
UnlockThread public Leaves the internal critical section.
(Inherited from TGIS_ThreadClass)

Properties

Inherited Protected
Name Visibility Description
WKTObject public Default property for retrieving list element.

2026/07/05 02:22

Page Tools