The Datum class is the base class for all datum objects in GeoCalc. The Datum class cannot be instantiated, as it is an abstract class, but it defines those properties and methods common to all datum objects in GeoCalc.
Constuctor |
Description |
Creates a new instance of a DataView |
Property |
Description |
Indicates the type of this instance, according to the ClassType enumeration |
|
Gets or sets the Ensemble. |
|
Helper function to get an Ensemble String. |
|
Gets or sets the Frame Reference Epoch. |
|
Gets whether this Datum is "Dynamic". |
|
Gets or set if this datum is Equivalent to WGS84 (will always be false for verticals). |
|
Inherited Property |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
Method |
Description |
Comparison to see if the object obj is "nearly" equal to this. (Overrides the abstract Serializable.Equivalent()). |
|
Comparison to see if the object obj is exactly equal to this. (Overrides Serializable.StrictlyEquals()). |
|
Inherited Method |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object). |
Inherited from Serializable. |
|
GetHashCode |
Serves as the default hash function. (Inherited from Object). |
Inherited from Serializable. |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
ToString |
Returns a string that represents the current object. (Inherited from Object). |
Inherited from Serializable. |
|
Inherited from Serializable. |
Operator |
Description |
Assigns a new value to this Datum |
|
Compares the value of two Datums |
|
Compares the value of two Datums |