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

Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0) More...

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

Public Member Functions

template<typename P1 , typename P2 , typename P >
int apply (P1 const &p1, P2 const &p2, P const &p)
 
 geographic ()
 
 geographic (Spheroid const &model)
 

Detailed Description

template<typename FormulaPolicy = strategy::andoyer, typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
class boost::geometry::strategy::side::geographic< FormulaPolicy, Spheroid, CalculationType >

Check at which side of a segment a point lies left of segment (> 0), right of segment (< 0), on segment (0)

Template Parameters
FormulaPolicyGeodesic solution formula policy.
SpheroidReference model of coordinate system.
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

Constructor & Destructor Documentation

template<typename FormulaPolicy = strategy::andoyer, typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
boost::geometry::strategy::side::geographic< FormulaPolicy, Spheroid, CalculationType >::geographic ( )
template<typename FormulaPolicy = strategy::andoyer, typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
boost::geometry::strategy::side::geographic< FormulaPolicy, Spheroid, CalculationType >::geographic ( Spheroid const &  model)
explicit

Member Function Documentation

template<typename FormulaPolicy = strategy::andoyer, typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
template<typename P1 , typename P2 , typename P >
int boost::geometry::strategy::side::geographic< FormulaPolicy, Spheroid, CalculationType >::apply ( P1 const &  p1,
P2 const &  p2,
P const &  p 
)

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