Home
last modified time | relevance | path

Searched refs:wgs84 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/
Dis_valid_geo.cpp64 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/
Dget_turns_linear_linear_geo.cpp24 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/
Ddifference_linear_linear.cpp1519 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()