User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csdatumlist

TGIS_CSDatumList class

DK11 for Delphi | GisCsBase.TGIS_CSDatumList | Classes | Constructors | Methods | Properties

List of all datums.

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

Syntax

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

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Standard constructor.

Methods

Inherited Overrides Protected
Name Visibility Description
Add(Integer; String; Integer; Integer) public Add new item into the list.
Add(Integer; String; Integer; Integer; Integer) public Add new item into the list.
Add(TGIS_CSAbstract) public Add new item into the list.
(Inherited from TGIS_CSAbstractList)
AddAlias public Add new item being alias to an existing one.
(Inherited from TGIS_CSAbstractList)
Alias public Define alias between two items.
(Inherited from TGIS_CSAbstractList)
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.
(Inherited from TGIS_CSAbstractList)
Count public Number of items on the list.
(Inherited from TGIS_CSAbstractList)
Fix(Integer; String; Integer; Integer) public Fix item by substituting exiting item based on EPSG code.
Fix(Integer; String; Integer; Integer; Integer) public Fix item by substituting exiting item based on EPSG code.
Fix(TGIS_CSAbstract) public Fix item by substituting existing item based on EPSG code.
(Inherited from TGIS_CSAbstractList)
GetEnumerator public Get enumerator.
(Inherited from TGIS_CSAbstractList)
Init public Initialize list form definition.
(Overrides TGIS_CSAbstractList.Init)
LockThread public Locks the thread.
(Inherited from TGIS_ThreadClass)
Prepare public Prepare a TGIS_CSDatum object.
PrepareEx public Prepare a TGIS_CSDatum object.
uniqueWkt protected Generate unique WKT name
(Inherited from TGIS_CSAbstractList)
UnlockThread public Unlocks the thread.
(Inherited from TGIS_ThreadClass)

Properties

Inherited Protected
Name Visibility Description
Datum public Default property for retrieving Datum.
WKTObject public Default property for retrieving list element.
(Inherited from TGIS_CSAbstractList)

Remarks

use global CSDatumList instead of creating instance of this class.

2022/11/16 01:14

Page Tools