Go to the source code of this file.
Variables | |
const double | WGS84_A = 6378137.0 |
const double | WGS84_B = 6356752.3 |
const double | GRS80_A = 6378137.0 |
const double | GRS80_B = 6356752.3 |
const double | BESSEL_A = 6377397.155 |
const double | BESSEL_B = 6356078.963 |
const double | RADIUS = 0.5*(WGS84_A+WGS84_B) |
|
Definition at line 52 of file refsystems.hh. Referenced by readinput(). |
|
Definition at line 53 of file refsystems.hh. Referenced by readinput(). |
|
Definition at line 50 of file refsystems.hh. Referenced by readinput(). |
|
Definition at line 51 of file refsystems.hh. Referenced by readinput(). |
|
Definition at line 54 of file refsystems.hh. |
|
Definition at line 48 of file refsystems.hh. Referenced by input_ell::input_ell(), and readinput(). |
|
Definition at line 49 of file refsystems.hh. Referenced by input_ell::input_ell(), and readinput(). |