ECEFRef Class |
Namespace: DotNetCoords
The ECEFRef type exposes the following members.
Name | Description | |
---|---|---|
ECEFRef(LatLng) |
Create a new earth-centred, earth-fixed reference from the given latitude
and longitude.
| |
ECEFRef(Double, Double, Double) |
Create a new earth-centred, earth-fixed (ECEF) reference from the given
parameters using the WGS84 reference ellipsoid.
| |
ECEFRef(Double, Double, Double, Datum) |
Create a new earth-centred, earth-fixed (ECEF) reference from the given
parameters and the given reference ellipsoid.
|
Name | Description | |
---|---|---|
Datum |
Gets the datum.
(Inherited from CoordinateSystem.) | |
X |
Gets the x co-ordinate.
| |
Y |
Gets the y co-ordinate.
| |
Z |
Gets the z co-ordinate.
|
Name | Description | |
---|---|---|
Equals | (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.) | |
ToLatLng |
Convert this ECEFRef object to a point represented
by a latitude and longitude and a perpendicular height above (or below) a
reference ellipsoid.
(Overrides CoordinateSystemToLatLng.) | |
ToString |
Returns a String that represents the current ECEF reference.
(Overrides ObjectToString.) |