DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstract | Interfaces | Methods | Properties
Base class for any WKT units
// C# public interface ITGIS_CSAbstract: ITBaseObject { }
' VisualBasic Public Interface ITGIS_CSAbstract Implements ITBaseObject End Class
// Oxygene type ITGIS_CSAbstract = public interface( ITBaseObject ) end;
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. | |
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. | |