The solution of the inverse problem of geodesics on latlong coordinates, Forsyth-Andoyer-Lambert type approximation with second order terms.
More...
|
| thomas () |
|
| thomas (Spheroid const &spheroid) |
|
calculation_type< Point1,
Point2 >::type | apply (Point1 const &point1, Point2 const &point2) const |
|
| geographic () |
|
| geographic (Spheroid const &spheroid) |
|
Spheroid const & | model () const |
|
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
-
Spheroid | The reference spheroid model |
CalculationType | numeric 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
template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>
template<typename Spheroid = srs::spheroid<double>, typename CalculationType = void>