Home
last modified time | relevance | path

Searched refs:geos_spheroid (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/srs/projections/proj/
Dgeos.hpp338 struct geos_spheroid : public detail::geos::base_geos_spheroid<T, Parameters> struct
341 inline geos_spheroid(Params const& params, Parameters const& par) in geos_spheroid() argument
352 …BOOST_GEOMETRY_PROJECTIONS_DETAIL_STATIC_PROJECTION_FI2(srs::spar::proj_geos, geos_spheroid, geos_… in BOOST_GEOMETRY_PROJECTIONS_DETAIL_STATIC_PROJECTION_FI2() argument
355 … BOOST_GEOMETRY_PROJECTIONS_DETAIL_FACTORY_ENTRY_FI2(geos_entry, geos_spheroid, geos_ellipsoid) in BOOST_GEOMETRY_PROJECTIONS_DETAIL_STATIC_PROJECTION_FI2()
/third_party/boost/libs/geometry/test/srs/
Dprojections_static.cpp137 …test_forward<bg::projections::geos_spheroid>(amsterdam, utrecht, "+ellps=sphere +units=m +h=400000… in test_all()