OTB
9.0.0
Orfeo Toolbox
|
#include <otbGeocentricTransform.h>
Static Public Attributes | |
static constexpr TScalarType | a = 6378137. |
static constexpr TScalarType | b = 6356752.314245 |
static constexpr TScalarType | es = 1 - (b * b) / (a * a) |
static constexpr TScalarType | f = (a - b) / a |
a structure holding the ellipsoid parameters for WGS84
Definition at line 87 of file otbGeocentricTransform.h.
|
staticconstexpr |
Semi-major axis a
Definition at line 91 of file otbGeocentricTransform.h.
|
staticconstexpr |
Semi-major axis b
Definition at line 94 of file otbGeocentricTransform.h.
|
staticconstexpr |
first eccentricity squared
Definition at line 100 of file otbGeocentricTransform.h.
|
staticconstexpr |
flattening
Definition at line 97 of file otbGeocentricTransform.h.