The HorizontalDatum class provides a frame of reference for expressing locations within a coordinate system. A HorizontalDatum is defined by an Ellipsoid, which gives a mathematical approximation of the shape and size of the Earth, and by a PrimeMeridian, which provides an origin for expressing locations on the Ellipsoid.
Constructor |
Description |
Creates a new instance of the HorizontalDatum class |
Property |
Description |
Gets the datum type. (Overrides Datum.Class). |
|
Gets or sets the ellipsoid. |
|
Gets or sets the prime meridian. |
|
Gets or set if this horizontal datum is Equivalent to WGS84. (Overrides Datum.WGS84Equivalent). |
|
Inherited Property |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Datum. |
|
Inherited from Datum. |
|
Inherited from Datum. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Datum. |
|
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 |
Creates a clone of this object. (Overrides Serializable.Clone()). |
|
Value equals comparison. (Overrides Object.Equals()). |
|
Comparison to see if the object obj is "nearly" equal to this. (Overrides Datum.Equivalent()). |
|
Serves as a hash function for a particular type. (Overrides Object.GetHashCode()). |
|
Comparison to see if the object obj is nearly equal to this. (Override Serializable.IsNearlyEqual()). |
|
Comparison to see if the object obj is exactly equal to this. (Overrides Datum.StrictlyEquals()). |
|
Inherited Method |
Description |
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
Inherited from Serializable. |
|
GetType |
Gets the Type of the current instance. (Inherited from Object). |
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 HorizontalDatum |
|
Compares the value of two HorizontalDatums |
|
Compares the value of two HorizontalDatums |