DK11 for ActiveX | TatukGIS_XDK11.TGIS_CSDatum | Classes | Methods | Properties
A datum type.
// C# public class TGIS_CSDatum : ITGIS_CSDatum { }
' VisualBasic Public Class TGIS_CSDatum Implements ITGIS_CSDatum End Class
// Oxygene type TGIS_CSDatum = public class end;
Name | Visibility | Description | |
---|---|---|---|
Assign_ | public | Copy content of the provided object into a current object (Inherited from ITGIS_CSAbstract) |
|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Create_ | public | Create an instance. | |
Create_2 | public | Create an instance. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
FromWGS | public | This function shifts a geodetic coordinate relative to WGS84 into a geodetic coordinate relative to a self-datum . | |
FromWGS3D | public | This function shifts a geodetic coordinate relative to WGS84 into a geodetic coordinate relative to a self-datum . | |
FromWGS3D_Ref | public | This function shifts a geodetic coordinate relative to WGS84 into a geodetic coordinate relative to a self-datum. | |
MarkDeprecated | public | Set object depreciation state. (Inherited from ITGIS_CSAbstract) |
|
ToWGS | public | This function shifts a geodetic coordinate relative to a self-datum into a geodetic coordinate relative to WGS84. | |
ToWGS3D | public | This function shifts a geodetic coordinate relative to a self-datum into a geodetic coordinate relative to WGS84. | |
ToWGS3D_Ref | public | This function shifts a geodetic coordinate relative to a self-datum into a geodetic coordinate relative to WGS84. | |
Name | Visibility | Description | |
---|---|---|---|
Deprecated | public | If true, then object is deprecated. (Inherited from ITGIS_CSAbstract) |
|
DescriptionEx | public | Descriptive name; for internal use of TGIS_CSAbstractListHelper. (Inherited from ITGIS_CSAbstract) |
|
Description_ | public | Additional description. (Inherited from ITGIS_CSAbstract) |
|
Ellipsoid | public | Ellipsoid object. | |
EPSG | public | EPSG code. (Inherited from ITGIS_CSAbstract) |
|
Fallback | public | Fallback Coordinate Transformation object. | |
FriendlyName | public | Friendly name constructed based on WKT (without underscores) and EPSG. (Inherited from ITGIS_CSAbstract) |
|
MasterEPSG | public | EPSG code of the object for which current object is an alias. (Inherited from ITGIS_CSAbstract) |
|
Transform | public | Default Coordinate Transformation object. | |
WKT | public | WKT name. (Inherited from ITGIS_CSAbstract) |
|