Boost.Geometry    Boost C++ Libraries
Public Member Functions | List of all members
boost::geometry::strategy::distance::thomas< Spheroid, CalculationType > Class Template Reference

The solution of the inverse problem of geodesics on latlong coordinates, Forsyth-Andoyer-Lambert type approximation with second order terms. More...

Inheritance diagram for boost::geometry::strategy::distance::thomas< Spheroid, CalculationType >:
boost::geometry::strategy::distance::geographic< strategy::thomas, Spheroid, CalculationType >

Public Member Functions

 thomas ()
 
 thomas (Spheroid const &spheroid)
 
- Public Member Functions inherited from boost::geometry::strategy::distance::geographic< strategy::thomas, Spheroid, CalculationType >
calculation_type< Point1,
Point2 >::type 
apply (Point1 const &point1, Point2 const &point2) const
 
 geographic ()
 
 geographic (Spheroid const &spheroid)
 
Spheroid const & model () const
 

Additional Inherited Members

- Public Types inherited from boost::geometry::strategy::distance::geographic< strategy::thomas, Spheroid, CalculationType >
typedef Spheroid model_type
 

Detailed Description

template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
class boost::geometry::strategy::distance::thomas< Spheroid, CalculationType >

The solution of the inverse problem of geodesics on latlong coordinates, Forsyth-Andoyer-Lambert type approximation with second order terms.

Template Parameters
SpheroidThe reference spheroid model
CalculationTypenumeric type for calculation (e.g. high precision); if [*void] then it is extracted automatically from the coordinate type and (if necessary) promoted to floating point
Author
See

Constructor & Destructor Documentation

template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
boost::geometry::strategy::distance::thomas< Spheroid, CalculationType >::thomas ( )
template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
boost::geometry::strategy::distance::thomas< Spheroid, CalculationType >::thomas ( Spheroid const &  spheroid)
explicit

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