/third_party/boost/boost/geometry/strategies/geographic/ |
D | distance_vincenty.hpp | 47 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 …]
|
D | side_vincenty.hpp | 40 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
|
D | index.hpp | 188 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()
|
D | parameters.hpp | 104 struct vincenty struct 203 struct default_order<vincenty>
|
/third_party/boost/libs/geometry/test/algorithms/area/ |
D | area_geo.cpp | 55 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/ |
D | vincenty.cpp | 169 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()
|
D | distance_cross_track.cpp | 73 …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()
|
D | distance_cross_track_cases.hpp | 28 double vincenty; member
|
D | Jamfile.v2 | 44 [ run vincenty.cpp : : : : strategies_vincenty ]
|
D | Jamfile | 43 [ run vincenty.cpp : : : : strategies_vincenty ]
|
D | distance.cpp | 30 typedef bg::strategy::vincenty vincenty_formula;
|
D | envelope_segment.cpp | 107 test_strategies_lat<bg::strategy::vincenty> in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/perimeter/ |
D | perimeter_geo.cpp | 30 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/ |
D | length_geo.cpp | 34 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/ |
D | test_distance_geo_common.hpp | 57 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/ |
D | vertex_longitude_cases.hpp | 33 double vincenty; member
|
D | inverse_cases.hpp | 35 expected_result vincenty; member
|
D | direct_cases.hpp | 37 expected_result vincenty; member
|
D | direct.cpp | 46 symmetrize_wrt_origin(r.vincenty); in symmetric_wrt_origin() 93 check_direct(result, results.vincenty, results.karney, 0.00000001); in test_all()
|
D | inverse.cpp | 70 check_inverse("vincenty", results, result_v, results.vincenty, results.reference, 0.0000001); in test_all()
|
D | inverse_karney.cpp | 65 check_inverse("karney", results, result_k, results.vincenty, results.reference, 0.0000001); in test_all()
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | line_interpolate_strategy.cpp | 36 ::geographic<strategy::vincenty> str(spheroid); in main()
|
/third_party/boost/libs/geometry/test/algorithms/similarity/ |
D | discrete_frechet_distance.cpp | 51 …NESTRING(0 0,3 4,4 3)",bg::strategy::distance::geographic<bg::strategy::vincenty>(), 333958.472379… in test_all_geographic()
|
D | discrete_hausdorff_distance.cpp | 66 …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/ |
D | line_interpolate.cpp | 363 test_geo(bg::strategy::line_interpolate::geographic<bg::strategy::vincenty>()); in test_main() 366 <bg::strategy::vincenty>(stype(5000000,6000000))); in test_main()
|