Home
last modified time | relevance | path

Searched refs:vincenty (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/boost/geometry/strategies/geographic/
Ddistance_vincenty.hpp47 class vincenty class
50 strategy::vincenty, Spheroid, CalculationType
55 strategy::vincenty, Spheroid, CalculationType
59 inline vincenty() in vincenty() function in boost::geometry::strategy::distance::vincenty
63 explicit inline vincenty(Spheroid const& spheroid) in vincenty() function in boost::geometry::strategy::distance::vincenty
73 struct tag<vincenty<Spheroid, CalculationType> >
80 struct return_type<vincenty<Spheroid, CalculationType>, P1, P2>
81 : vincenty<Spheroid, CalculationType>::template calculation_type<P1, P2>
86 struct comparable_type<vincenty<Spheroid, CalculationType> >
88 typedef vincenty<Spheroid, CalculationType> type;
[all …]
Dside_vincenty.hpp40 class vincenty class
41 : public side::geographic<strategy::vincenty, Spheroid, CalculationType>
43 typedef side::geographic<strategy::vincenty, Spheroid, CalculationType> base_t;
46 vincenty() in vincenty() function in boost::geometry::strategy::side::vincenty
49 explicit vincenty(Spheroid const& model) in vincenty() function in boost::geometry::strategy::side::vincenty
Dindex.hpp188 struct from_strategy<distance::vincenty<Spheroid, CalculationType> >
190 typedef strategy::index::geographic<strategy::vincenty, Spheroid, CalculationType> type;
192 static inline type get(distance::vincenty<Spheroid, CalculationType> const& strategy) in get()
Dparameters.hpp104 struct vincenty struct
203 struct default_order<vincenty>
/third_party/boost/libs/geometry/test/algorithms/area/
Darea_geo.cpp55 bg::strategy::area::geographic<bg::strategy::vincenty, 1> in test_geo_strategies()
57 bg::strategy::area::geographic<bg::strategy::vincenty, 2> in test_geo_strategies()
59 bg::strategy::area::geographic<bg::strategy::vincenty, 3> in test_geo_strategies()
61 bg::strategy::area::geographic<bg::strategy::vincenty, 4> in test_geo_strategies()
63 bg::strategy::area::geographic<bg::strategy::vincenty, 5> in test_geo_strategies()
70 bg::strategy::area::geographic<bg::strategy::vincenty> in test_geo_strategies()
/third_party/boost/libs/geometry/test/strategies/
Dvincenty.cpp169 typedef bg::strategy::distance::vincenty<Spheroid> vincenty_type; in test_vincenty()
170 … typedef bg::strategy::distance::geographic<bg::strategy::vincenty, Spheroid> geographic_type; in test_vincenty()
177 vincenty_type vincenty(spheroid); in test_vincenty() local
187 BOOST_CHECK_CLOSE(vincenty.apply(p1, p2), return_type(expected_distance), tolerance); in test_vincenty()
189 … BOOST_CHECK_CLOSE(bg::distance(p1, p2, vincenty), return_type(expected_distance), tolerance); in test_vincenty()
218 typedef bg::strategy::side::vincenty<stype> strategy_type; in test_side()
219 typedef bg::strategy::side::geographic<bg::strategy::vincenty, stype> strategy2_type; in test_side()
Ddistance_cross_track.cpp73 …double distance = bg::strategy::distance::detail::geographic_cross_track<bg::strategy::vincenty, S… in test_all()
77 …distance = bg::strategy::distance::geographic_cross_track<bg::strategy::vincenty, Spheroid, double… in test_all()
79 check_result(distance, results.vincenty, results.reference, errors[0]); in test_all()
Ddistance_cross_track_cases.hpp28 double vincenty; member
DJamfile.v244 [ run vincenty.cpp : : : : strategies_vincenty ]
DJamfile43 [ run vincenty.cpp : : : : strategies_vincenty ]
Ddistance.cpp30 typedef bg::strategy::vincenty vincenty_formula;
Denvelope_segment.cpp107 test_strategies_lat<bg::strategy::vincenty> in test_all()
/third_party/boost/libs/geometry/test/algorithms/perimeter/
Dperimeter_geo.cpp30 typedef bg::strategy::distance::vincenty<stype> vincenty_type;
95 typename geo_strategies<P>::vincenty_type vincenty; in test_vincenty() local
96 test_with_strategy<P>(1116825.857 + 1116159.144, vincenty); in test_vincenty()
/third_party/boost/libs/geometry/test/algorithms/length/
Dlength_geo.cpp34 typedef bg::strategy::distance::vincenty<stype> vincenty_type;
82 typename geo_strategies<P>::vincenty_type vincenty; in test_vincenty() local
83 test_with_strategy<P>(1116825.857 + 1116159.144, vincenty); in test_vincenty()
/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_distance_geo_common.hpp57 typedef bg::strategy::distance::vincenty<stype> vincenty_pp;
71 typedef bg::strategy::distance::geographic_cross_track<bg::strategy::vincenty, stype, double>
74 typedef bg::strategy::distance::detail::geographic_cross_track<bg::strategy::vincenty, stype, doubl…
99 bg::strategy::vincenty,
116 typedef bg::strategy::distance::geographic_segment_box<bg::strategy::vincenty, stype, double>
139 bg::strategy::vincenty,
/third_party/boost/libs/geometry/test/formulas/
Dvertex_longitude_cases.hpp33 double vincenty; member
Dinverse_cases.hpp35 expected_result vincenty; member
Ddirect_cases.hpp37 expected_result vincenty; member
Ddirect.cpp46 symmetrize_wrt_origin(r.vincenty); in symmetric_wrt_origin()
93 check_direct(result, results.vincenty, results.karney, 0.00000001); in test_all()
Dinverse.cpp70 check_inverse("vincenty", results, result_v, results.vincenty, results.reference, 0.0000001); in test_all()
Dinverse_karney.cpp65 check_inverse("karney", results, result_k, results.vincenty, results.reference, 0.0000001); in test_all()
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dline_interpolate_strategy.cpp36 ::geographic<strategy::vincenty> str(spheroid); in main()
/third_party/boost/libs/geometry/test/algorithms/similarity/
Ddiscrete_frechet_distance.cpp51 …NESTRING(0 0,3 4,4 3)",bg::strategy::distance::geographic<bg::strategy::vincenty>(), 333958.472379… in test_all_geographic()
Ddiscrete_hausdorff_distance.cpp66 …NESTRING(0 0,3 4,4 3)",bg::strategy::distance::geographic<bg::strategy::vincenty>(), 333958.472379… in test_all_geographic()
/third_party/boost/libs/geometry/test/algorithms/
Dline_interpolate.cpp363 test_geo(bg::strategy::line_interpolate::geographic<bg::strategy::vincenty>()); in test_main()
366 <bg::strategy::vincenty>(stype(5000000,6000000))); in test_main()

12