Boost.Geometry    Boost C++ Libraries
Public Member Functions | List of all members
boost::geometry::srs::spheroid< RadiusType > Class Template Reference

Defines spheroid radius values for use in geographical CS calculations. More...

Public Member Functions

template<std::size_t I>
RadiusType get_radius () const
 
template<std::size_t I>
void set_radius (RadiusType const &radius)
 
 spheroid (RadiusType const &a, RadiusType const &b)
 
 spheroid ()
 

Detailed Description

template<typename RadiusType>
class boost::geometry::srs::spheroid< RadiusType >

Defines spheroid radius values for use in geographical CS calculations.

Note
See http://en.wikipedia.org/wiki/Figure_of_the_Earth and http://en.wikipedia.org/wiki/World_Geodetic_System#A_new_World_Geodetic_System:_WGS84

Constructor & Destructor Documentation

template<typename RadiusType >
boost::geometry::srs::spheroid< RadiusType >::spheroid ( RadiusType const &  a,
RadiusType const &  b 
)
template<typename RadiusType >
boost::geometry::srs::spheroid< RadiusType >::spheroid ( )

Member Function Documentation

template<typename RadiusType >
template<std::size_t I>
RadiusType boost::geometry::srs::spheroid< RadiusType >::get_radius ( ) const
template<typename RadiusType >
template<std::size_t I>
void boost::geometry::srs::spheroid< RadiusType >::set_radius ( RadiusType const &  radius)

April 2, 2011

Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands
Copyright © 2008-2011 Bruno Lalande, Paris, France
Copyright © 2009-2010 Mateusz Loskot, London, UK
Documentation is generated by Doxygen