User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csabstractlist

Table of Contents

ITGIS_CSAbstractList interface

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

Base class for any WKT unit list

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

Syntax

// 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;

Implements

Methods

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

Properties

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

2022/11/16 01:08

Page Tools