|  | Home | Libraries | People | FAQ | More | 
Defines spheroid radius values for use in geographical CS calculations.
template<typename RadiusType> class srs::spheroid { // ... };
| Parameter | Description | 
|---|---|
| typename RadiusType | tparam_radius | 
| Function | Description | Parameters | 
|---|---|---|
| 
 spheroid(RadiusType const & a, RadiusType const & b) 
 | RadiusType const &: a: RadiusType const &: b: | |
| 
 spheroid() 
 | 
| 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: | 
          #include <boost/geometry/srs/spheroid.hpp>