User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csabstract

Table of Contents

ITGIS_CSAbstract interface

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

Base class for any WKT units

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

Syntax

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

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
Assign_ public Copy content of the provided object into a current object
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
MarkDeprecated public Set object depreciation state.

Properties

Inherited Protected
Name Visibility Description
Deprecated public If true, then object is deprecated.
DescriptionEx public Descriptive name; for internal use of TGIS_CSAbstractListHelper.
Description_ public Additional description.
EPSG public EPSG code.
FriendlyName public Friendly name constructed based on WKT (without underscores) and EPSG.
MasterEPSG public EPSG code of the object for which current object is an alias.
WKT public WKT name.

2022/11/16 01:08

Page Tools