Click or drag to resize
ECEFRef Class
doogal.co.uk Home



ECEF (earth-centred, earth-fixed) Cartesian co-ordinates are used to define a point in three-dimensional space. ECEF co-ordinates are defined relative to an x-axis (the intersection of the equatorial plane and the plane defined by the prime meridian), a y-axis (at 90° to the x-axis and its intersection with the equator) and a z-axis (intersecting the North Pole). All the axes intersect at the point defined by the centre of mass of the Earth.
Inheritance Hierarchy

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public sealed class ECEFRef : CoordinateSystem

The ECEFRef type exposes the following members.

Constructors
  NameDescription
Public methodECEFRef(LatLng)
Create a new earth-centred, earth-fixed reference from the given latitude and longitude.
Public methodECEFRef(Double, Double, Double)
Create a new earth-centred, earth-fixed (ECEF) reference from the given parameters using the WGS84 reference ellipsoid.
Public methodECEFRef(Double, Double, Double, Datum)
Create a new earth-centred, earth-fixed (ECEF) reference from the given parameters and the given reference ellipsoid.
Top
Properties
  NameDescription
Public propertyDatum
Gets the datum.
(Inherited from CoordinateSystem.)
Public propertyX
Gets the x co-ordinate.
Public propertyY
Gets the y co-ordinate.
Public propertyZ
Gets the z co-ordinate.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToLatLng
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.)
Public methodToString
Returns a String that represents the current ECEF reference.
(Overrides ObjectToString.)
Top
See Also