class
#include <eckit/geo/figure/OblateSpheroid.h>
OblateSpheroid
Base classes
- class eckit::geo::Figure
- Figure: describe a combination of "shape" (sphere, ellipsoid, geoid) and "size" (radius, a, b, elevation)
Public types
Public static functions
- static auto R(double a, double b) -> double
- Radius.
- static auto eccentricity(double a, double b) -> double
- Elliptic eccentricity.
- static auto flattening(double a, double b) -> double
- Flattening.
- static auto _area(double a, double b) -> double
- Surface area [L^2].
-
static auto _area(double a,
double b,
const area::
BoundingBox&) -> double - Surface area between parallels and meridians [L^2].
- static auto convertSphericalToCartesian(double a, double b, const PointLonLat&, double height = 0.) -> PointXYZ
- Convert geocentric coordinates to Cartesian.
-
static auto className() -> std::
string
Constructors, destructors, conversion operators
- OblateSpheroid(double a, double b)
- OblateSpheroid(const Spec&) explicit
Public functions
- auto R() const -> double override
- auto a() const -> double override
- auto b() const -> double override
- auto area() const -> double override
- Surface area [L^2].
-
auto area(const area::
BoundingBox& bbox) -> double override - Surface area between parallels and meridians [L^2].
-
auto spec() const -> spec::
Custom* -
auto spec_str() const -> std::
string -
auto proj_str() const -> std::
string - auto eccentricity() const -> double
- auto flattening() const -> double
Typedef documentation
using eckit:: geo:: figure:: OblateSpheroid:: builder_t = BuilderT0<Figure>
#include <eckit/geo/Figure.h>
Function documentation
static std:: string eckit:: geo:: figure:: OblateSpheroid:: className()
#include <eckit/geo/Figure.h>
spec:: Custom* eckit:: geo:: figure:: OblateSpheroid:: spec() const
#include <eckit/geo/Figure.h>
std:: string eckit:: geo:: figure:: OblateSpheroid:: spec_str() const
#include <eckit/geo/Figure.h>
std:: string eckit:: geo:: figure:: OblateSpheroid:: proj_str() const
#include <eckit/geo/Figure.h>
double eckit:: geo:: figure:: OblateSpheroid:: eccentricity() const
#include <eckit/geo/Figure.h>
double eckit:: geo:: figure:: OblateSpheroid:: flattening() const
#include <eckit/geo/Figure.h>