User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csdatumlist

ITGIS_CSDatumList interface

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSDatumList | Interfaces | Methods | Properties

List of all datums.

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

Syntax

// C#
public interface ITGIS_CSDatumList: ITGIS_CSAbstractList
{
}
' VisualBasic
Public Interface ITGIS_CSDatumList
  Implements ITGIS_CSAbstractList
End Class
// Oxygene
type
  ITGIS_CSDatumList = public interface( ITGIS_CSAbstractList )
  end;

Implements

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.
(Inherited from ITGIS_CSAbstractList)
Add_ public Add new item into the list.
(Inherited from ITGIS_CSAbstractList)
Add_2 public Add new item into the list.
Alias public Define alias between two items.
(Inherited from ITGIS_CSAbstractList)
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
ByEPSG public Find object on the list based on EPSG code.
ByEPSG_ public Find object on the list based on EPSG code.
(Inherited from ITGIS_CSAbstractList)
ByWKT public Find object on the list based on WKT string.
ByWKT_ public Find object on the list based on WKT string.
(Inherited from ITGIS_CSAbstractList)
Clear public Clear the list.
(Inherited from ITGIS_CSAbstractList)
Count public Number of items on the list.
(Inherited from ITGIS_CSAbstractList)
Create_ public Create an instance and attach it to existing global list.
(Inherited from ITGIS_CSAbstractList)
Create_2 public Create an instance and attach it to existing global list.
(Inherited from ITGIS_CSAbstractList)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
Fix public Fix item by substituting exiting item based on EPSG code.
Fix_ public Fix item by substituting existing item based on EPSG code.
(Inherited from ITGIS_CSAbstractList)
Fix_2 public Fix item by substituting exiting item based on EPSG code.
GetEnumerator public Get enumerator.
(Inherited from ITGIS_CSAbstractList)
Init public Initialize list form definition.
(Inherited from ITGIS_CSAbstractList)
LockThread public Locks the thread.
(Inherited from ITGIS_ThreadClass)
Prepare public Prepare a TGIS_CSDatum object.
PrepareEx public Prepare a TGIS_CSDatum object.
UnlockThread public Unlocks the thread.
(Inherited from ITGIS_ThreadClass)

Properties

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

Remarks

use global CSDatumList instead of creating instance of this class.

2022/11/16 01:08

Page Tools