Constructor
new GeoUtilities()
- Since:
- Source:
Extends
Members
type :String
The type of model this is.
Type:
- Source:
Methods
geodeticToECEF(coord) → {Array}
Convert geodetic coordinates to Earth-Centered, Earth-Fixed (ECEF)
coordinates. Currently this function assumes the WGS-84 ellipsoid,
and does not account for altitude/height (it's assumed the coordinate
is at sea level)
Parameters:
Name |
Type |
Description |
coord |
Array
|
The geodetic coordinates in the form [longitude,
latitude]. |
- Source:
Returns:
The ECEF coordinates.
-
Type
-
Array