OTB  9.0.0
Orfeo Toolbox
Static Public Attributes | List of all members
otb::Projection::WGS84Ellipsoid< TScalarType > Struct Template Reference

#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
 

Detailed Description

template<class TScalarType = double>
struct otb::Projection::WGS84Ellipsoid< TScalarType >

a structure holding the ellipsoid parameters for WGS84

Definition at line 87 of file otbGeocentricTransform.h.

Member Data Documentation

◆ a

template<class TScalarType = double>
constexpr TScalarType otb::Projection::WGS84Ellipsoid< TScalarType >::a = 6378137.
staticconstexpr

Semi-major axis a

Definition at line 91 of file otbGeocentricTransform.h.

◆ b

template<class TScalarType = double>
constexpr TScalarType otb::Projection::WGS84Ellipsoid< TScalarType >::b = 6356752.314245
staticconstexpr

Semi-major axis b

Definition at line 94 of file otbGeocentricTransform.h.

◆ es

template<class TScalarType = double>
constexpr TScalarType otb::Projection::WGS84Ellipsoid< TScalarType >::es = 1 - (b * b) / (a * a)
staticconstexpr

first eccentricity squared

Definition at line 100 of file otbGeocentricTransform.h.

◆ f

template<class TScalarType = double>
constexpr TScalarType otb::Projection::WGS84Ellipsoid< TScalarType >::f = (a - b) / a
staticconstexpr

flattening

Definition at line 97 of file otbGeocentricTransform.h.


The documentation for this struct was generated from the following file: