DK11 for Java | tatukgis.jdk.TGIS_CSDatum | Classes | Constructors | Methods | Properties
A datum type.
// Java public class TGIS_CSDatum extends TGIS_CSAbstract { };
// Oxygene type TGIS_CSDatum = public class( TGIS_CSAbstract ) end;
→ TGIS_Object → TGIS_CSAbstract
Name | Visibility | Description | |
---|---|---|---|
TGIS_CSDatum() | public | Create an instance. (Inherited from TGIS_CSAbstract) |
|
TGIS_CSDatum(int, java.lang.String) | public | Create an instance. (Inherited from TGIS_CSAbstract) |
|
TGIS_CSDatum(int, java.lang.String, int, int) | public | Create an instance. | |
TGIS_CSDatum(int, java.lang.String, int, int, int) | public | Create an instance. | |
Name | Visibility | Description | |
---|---|---|---|
Assign | public | Copy content of the provided object into a current object (Overrides TGIS_CSAbstract.Assign) |
|
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 TGIS_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 TGIS_CSAbstract) |
|
Description | public | Additional description. (Inherited from TGIS_CSAbstract) |
|
DescriptionEx | public | Descriptive name; for internal use of TGIS_CSAbstractListHelper. (Inherited from TGIS_CSAbstract) |
|
Ellipsoid | public | Ellipsoid object. | |
EPSG | public | EPSG code. (Inherited from TGIS_CSAbstract) |
|
Fallback | public | Fallback Coordinate Transformation object. | |
FriendlyName | public | Friendly name constructed based on WKT (without underscores) and EPSG. (Inherited from TGIS_CSAbstract) |
|
MasterEPSG | public | EPSG code of the object for which current object is an alias. (Inherited from TGIS_CSAbstract) |
|
Transform | public | Default Coordinate Transformation object. | |
WKT | public | WKT name. (Inherited from TGIS_CSAbstract) |
|