Datum Class |
Namespace: DotNetCoords.Datum
The Datum type exposes the following members.
Name | Description | |
---|---|---|
DS |
Gets the scaling factor used by the Helmert Transformation when converting between datums.
| |
DX |
Gets the x parameter of the translation vector used by the Helmert Transformation when converting between datums.
| |
DY |
Gets the y parameter of the translation vector used by the Helmert Transformation when converting between datums.
| |
DZ |
Gets the z parameter of the translation vector used by the Helmert Transformation when converting between datums.
| |
Name |
Get the name of this Datum.
| |
ReferenceEllipsoid |
Get the reference ellipsoid associated with this Datum.
| |
RX |
Gets the x parameter of the rotation matrix used by the Helmert Transformation when converting between datums.
| |
RY |
Gets the y parameter of the rotation matrix used by the Helmert Transformation when converting between datums.
| |
RZ |
Gets the z parameter of the rotation matrix used by the Helmert Transformation when converting between datums.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a String that represents the parameters of the current Datum object.
(Overrides ObjectToString.) |