Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

srs::spheroid

Defines spheroid radius values for use in geographical CS calculations.

Synopsis

template<typename RadiusType>
class srs::spheroid
{
  // ...
};

Template parameter(s)

Parameter

Description

typename RadiusType

tparam_radius

Constructor(s)

Function

Description

Parameters

spheroid(RadiusType const & a, RadiusType const & b)

RadiusType const &: a:

RadiusType const &: b:

spheroid()

Member Function(s)

Function

Description

Parameters

Returns

template<std::size_t I>
RadiusType get_radius()

template<std::size_t I>
void set_radius(RadiusType const & radius)

RadiusType const &: radius:

Header

#include <boost/geometry/srs/spheroid.hpp>


PrevUpHomeNext