#include <GeoidModel.hpp>
Inheritance diagram for GeoidModel:

WGS84, GPS, etc).
Definition at line 63 of file GeoidModel.hpp.
Public Member Functions | |
| virtual double | a () const =0 throw () |
| semi-major axis of Earth in meters. | |
| virtual double | a_km () const =0 throw () |
| semi-major axis of Earth in km. | |
| virtual double | flattening () const =0 throw () |
| flattening (ellipsoid parameter). | |
| virtual double | eccentricity () const =0 throw () |
| eccentricity (ellipsoid parameter). | |
| virtual double | eccSquared () const throw () |
| eccentricity squared (ellipsoid parameter). | |
| virtual double | angVelocity () const =0 throw () |
| angular velocity of Earth in radians/sec. | |
| virtual double | gm () const =0 throw () |
| geocentric gravitational constant in m**3 / s**2 | |
| virtual double | gm_km () const =0 throw () |
| geocentric gravitational constant in m**3 / s**2 | |
| virtual double | c () const =0 throw () |
| Speed of light in m/s. | |
| virtual double | c_km () const =0 throw () |
| Speed of light in km/s. | |
| virtual | ~GeoidModel () throw () |
| Destructor. | |
|
|
Destructor.
Definition at line 98 of file GeoidModel.hpp. |
|
|
semi-major axis of Earth in meters.
Implemented in WGS84Geoid. Referenced by Geodetic::asECEF(), and ECEF::asGeodetic(). |
|
|
semi-major axis of Earth in km.
Implemented in WGS84Geoid. |
|
|
angular velocity of Earth in radians/sec.
Implemented in GPSGeoid, and WGS84Geoid. |
|
|
Speed of light in m/s.
Implemented in GPSGeoid, and WGS84Geoid. |
|
|
Speed of light in km/s.
Implemented in GPSGeoid, and WGS84Geoid. |
|
|
eccentricity (ellipsoid parameter).
Implemented in WGS84Geoid. |
|
|
eccentricity squared (ellipsoid parameter).
Reimplemented in WGS84Geoid. Definition at line 79 of file GeoidModel.hpp. Referenced by Geodetic::asECEF(), and ECEF::asGeodetic(). |
|
|
flattening (ellipsoid parameter).
Implemented in WGS84Geoid. |
|
|
geocentric gravitational constant in m**3 / s**2
Implemented in GPSGeoid, and WGS84Geoid. |
|
|
geocentric gravitational constant in m**3 / s**2
Implemented in GPSGeoid, and WGS84Geoid. |
1.3.9.1