doogal.co.uk Home
The ECEFRef type exposes the following members.
Constructors
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.
|
Methods
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.) |
![]() | 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 CoordinateSystem..::..ToLatLng()()()().) |
![]() | ToString |
Returns a String that represents the current ECEF reference.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | Datum |
Gets the datum.
(Inherited from CoordinateSystem.) |
![]() | X |
Gets or sets the x co-ordinate.
|
![]() | Y |
Gets or sets the y co-ordinate.
|
![]() | Z |
Gets or sets the the z co-ordinate.
|