Searched refs:ellps (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/geometry/test/srs/ |
D | spar.cpp | 25 typedef par::ellps_clrk80 ellps; in test_main() typedef 35 BOOST_MPL_ASSERT_MSG((par::detail::is_param_tr<par::detail::ellps_traits>::pred<ellps>::value), in test_main() 36 ELLPS, (ellps)); in test_main() 55 typedef par::parameters<proj, ellps, datum, o_proj, guam> params; in test_main() 56 typedef par::parameters<proj, ellps> params_e; in test_main()
|
D | projection_interface_s.cpp | 59 typedef ellps<sph> ell; in test_main()
|
/third_party/boost/boost/geometry/srs/projections/ |
D | spar.hpp | 533 struct ellps struct 537 ellps() : model() {} in ellps() argument 538 explicit ellps(SpheroidOrSphere const& sph) : model(sph) {} in ellps() argument 634 struct ellps_traits<spar::ellps<E> > 640 typedef typename spar::ellps<E>::model_type type; 644 static typename spar::ellps<E>::model_type const& model(spar::ellps<E> const& e) in model()
|
D | dpar.hpp | 442 ellps = 75 // id, sphere or spheroid enumerator 534 : m_id(ellps), m_value(int(v)) in parameter()
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | pj_datums.hpp | 62 srs::dpar::value_ellps ellps; member
|
D | pj_ell_set.hpp | 122 it = pj_param_find(params, srs::dpar::ellps); in pj_ell_init_ellps() 287 pj_ellps_type<T> const& pj_ellp = pj_get_ellps<T>().first[datum->ellps]; in pj_ell_init()
|