DK for .NET | TatukGIS.NDK.TGIS_CSAbstract | Classes | Constructors | Methods | Properties
Base class for any WKT units
// C# public class TGIS_CSAbstract : TGIS_Object { }
' VisualBasic Public Class TGIS_CSAbstract Inherits TGIS_Object End Class
// Oxygene type TGIS_CSAbstract = public class( TGIS_Object ) end;
→ TGIS_Object
| Name | Visibility | Description | |
|---|---|---|---|
| TGIS_CSAbstract() | public | Create an instance. | |
| TGIS_CSAbstract(int, string) | public | Create an instance. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Assign | public | Copy content of the provided object into a current object | |
| MarkDeprecated | public | Set object depreciation state. | |
| ToString | public | ||
| Name | Visibility | Description | |
|---|---|---|---|
| Deprecated | public | If true, then object is deprecated. | |
| Description | public | Additional description. | |
| DescriptionEx | public | Descriptive name; for internal use of TGIS_CSAbstractListHelper. | |
| 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. | |