User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_cstransformlist

TGIS_CSTransformList class

DK11 for .NET | TatukGIS.NDK.TGIS_CSTransformList | Classes | Constructors | Methods | Properties

List of all datum transformations.

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

Syntax

// C#
public class TGIS_CSTransformList : TGIS_CSAbstractList
{
}
' VisualBasic
Public Class TGIS_CSTransformList
  Inherits TGIS_CSAbstractList
End Class
// Oxygene
type
  TGIS_CSTransformList = public class( TGIS_CSAbstractList )
  end;

Inheritance

→ TGIS_ObjectDisposable → TGIS_ThreadClassTGIS_CSAbstractList

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_CSTransformList() public Standard constructor.

Methods

Inherited Overrides Protected
Name Visibility Description
Add(int, string, int, int, int, int, double, double, double, double, double, double, double, double, double, double) public Add new item into the list.
Add(int, string, int, int, int, int, string) 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 public Fix item by substituting exiting item based on EPSG code.
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_CSTransformAbstract 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
Transform public Default property for retrieving Transformation.
WKTObject public Default property for retrieving list element.
(Inherited from TGIS_CSAbstractList)

Remarks

use global CSTransformList instead of creating instance of this class.

2022/11/16 01:29

Page Tools