Searched refs:wgs84 (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/ |
D | is_valid_geo.cpp | 64 bg::srs::spheroid<double> wgs84; in BOOST_AUTO_TEST_CASE() local 69 test_valid_s<po>("POLYGON((-148 -68,178 -74,76 0,-148 -68))", wgs84, true); in BOOST_AUTO_TEST_CASE() 72 test_valid_s<po>("POLYGON((-152 -54,-56 43,142 -52,-152 -54))", wgs84, true); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | get_turns_linear_linear_geo.cpp | 24 boost::geometry::strategy::intersection::geographic_segments<> wgs84(sph_wgs84); in test_radian() local 42 wgs84); in test_radian()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | difference_linear_linear.cpp | 1519 boost::geometry::strategy::intersection::geographic_segments<> wgs84(sph_wgs84); in BOOST_AUTO_TEST_CASE() local 1536 bg::difference(g1, g2, out, wgs84); in BOOST_AUTO_TEST_CASE()
|