Searched refs:sph_wgs84 (Results 1 – 3 of 3) sorted by relevance
23 bg::srs::spheroid<double> sph_wgs84(6378137.0, 6356752.3142451793); in test_radian() local24 boost::geometry::strategy::intersection::geographic_segments<> wgs84(sph_wgs84); in test_radian()
55 bg::srs::spheroid<double> sph_wgs84; in BOOST_AUTO_TEST_CASE() local59 bg::strategy::intersection::geographic_segments<> s(sph_wgs84); in BOOST_AUTO_TEST_CASE()
1518 bg::srs::spheroid<double> sph_wgs84(6378137.0, 6356752.3142451793); in BOOST_AUTO_TEST_CASE() local1519 boost::geometry::strategy::intersection::geographic_segments<> wgs84(sph_wgs84); in BOOST_AUTO_TEST_CASE()