User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csabstractlist

TGIS_CSAbstractList class

DK for Delphi | GisCsBase.TGIS_CSAbstractList | Classes | Constructors | Methods | Properties

Base class for any WKT unit list

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

Syntax

// Delphi
type
  TGIS_CSAbstractList = class( TGIS_ThreadClass )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_CSAbstractList : public TGIS_ThreadClass
{
};

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Create an instance.
(Overrides TGIS_ThreadClass.Create)
Create(TGIS_CSAbstractList) public Create an instance and attach it to existing global list.
Create(TGIS_CSAbstractList; Boolean; Boolean) public Create an instance and attach it to existing global list.

Methods

Inherited Overrides Protected
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)

Properties

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

2025/01/31 01:06

Page Tools