/third_party/boost/libs/geometry/test/srs/ |
D | projections_static.cpp | 37 typedef bg::projections::parameters<double> parameters_type; in test_forward() 38 typedef bg::projections::detail::static_wrapper_f in test_forward() 47 parameters_type par = bg::projections::detail::pj_init<double>(params); in test_forward() 92 …test_forward<bg::projections::aea_ellipsoid>(amsterdam, utrecht, "+ellps=WGS84 +units=m +lat_1=55 … in test_all() 93 test_forward<bg::projections::aeqd_e>(amsterdam, utrecht, "+ellps=WGS84 +units=m"); in test_all() 94 test_forward<bg::projections::aeqd_s>(amsterdam, utrecht, "+ellps=sphere +units=m"); in test_all() 96 test_forward<bg::projections::airy_spheroid>(amsterdam, utrecht, "+ellps=sphere +units=m", 4); in test_all() 97 test_forward<bg::projections::aitoff_spheroid>(amsterdam, utrecht, "+ellps=sphere +units=m", 2); in test_all() 98 …test_forward<bg::projections::apian_spheroid>(amsterdam, utrecht, "+ellps=sphere +units=m +lon_0=1… in test_all() 99 … test_forward<bg::projections::august_spheroid>(amsterdam, utrecht, "+ellps=sphere +units=m", 14); in test_all() [all …]
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | factory_entry.hpp | 20 namespace boost { namespace geometry { namespace projections namespace 41 struct ENTRY : projections::detail::factory_entry<Params, T, Parameters> \ 43 projections::detail::dynamic_wrapper_b<T, Parameters>* create_new(Params const& params, \ 51 …return new projections::detail::dynamic_wrapper_f<PROJ<T, Parameters>, T, Parameters>(params, para… 58 …return new projections::detail::dynamic_wrapper_fi<PROJ<T, Parameters>, T, Parameters>(params, par… 66 …return new projections::detail::dynamic_wrapper_fi<PROJ_E<T, Parameters>, T, Parameters>(params, p… 68 …return new projections::detail::dynamic_wrapper_fi<PROJ_S<T, Parameters>, T, Parameters>(params, p… 75 inline void FUN_NAME(projections::detail::factory<Params, T, Parameters>& factory)
|
D | base_static.hpp | 33 namespace boost { namespace geometry { namespace projections namespace 53 typedef projections::detail::static_wrapper_f<P_SPHXXX<CT, P>, P> type; \ 58 typedef projections::detail::static_wrapper_f<P_SPHXXX<CT, P>, P> type; \ 65 typedef projections::detail::static_wrapper_fi<P_SPHXXX<CT, P>, P> type; \ 70 typedef projections::detail::static_wrapper_fi<P_SPHXXX<CT, P>, P> type; \ 77 typedef projections::detail::static_wrapper_fi<P_SPHERE<CT, P>, P> type; \ 82 typedef projections::detail::static_wrapper_fi<P_SPHEROID<CT, P>, P> type; \
|
D | function_overloads.hpp | 18 namespace boost { namespace geometry { namespace projections namespace
|
D | pj_msfn.hpp | 43 namespace boost { namespace geometry { namespace projections { namespace
|
D | pj_units.hpp | 44 namespace boost { namespace geometry { namespace projections { namespace
|
D | pj_tsfn.hpp | 44 namespace boost { namespace geometry { namespace projections { namespace
|
D | adjlon.hpp | 41 namespace boost { namespace geometry { namespace projections namespace
|
D | pj_phi2.hpp | 46 namespace boost { namespace geometry { namespace projections { namespace
|
D | pj_qsfn.hpp | 43 namespace boost { namespace geometry { namespace projections namespace
|
/third_party/boost/boost/geometry/srs/ |
D | projection.hpp | 47 namespace projections namespace 121 projections::detail::copy_higher_dimensions<2>(p1, p2); in apply() 338 typedef typename projections::detail::promote_to_double<CT>::type calc_t; 340 typedef projections::parameters<calc_t> parameters_type; 341 typedef projections::detail::dynamic_wrapper_b<calc_t, parameters_type> vprj_t; 360 parameters_type parameters = projections::detail::pj_init<calc_t>(params); in create() 362 vprj_t* result = projections::detail::create_new(params, parameters); in create() 386 typedef typename projections::detail::promote_to_double<CT>::type calc_t; 388 typedef projections::parameters<calc_t> parameters_type; 395 typedef typename projections::detail::static_projection_type [all …]
|
D | esri.hpp | 23 namespace projections namespace 32 return projections::detail::esri_to_parameters(params.code); in apply() 41 typename projections::detail::esri_traits<Code>::parameters_type, 45 typedef projections::detail::esri_traits<Code> esri_traits;
|
D | iau2000.hpp | 23 namespace projections namespace 32 return projections::detail::iau2000_to_parameters(params.code); in apply() 40 typename projections::detail::iau2000_traits<Code>::parameters_type, 44 typedef projections::detail::iau2000_traits<Code> iau2000_traits;
|
D | epsg.hpp | 23 namespace projections namespace 32 return projections::detail::epsg_to_parameters(params.code); in apply() 40 typename projections::detail::epsg_traits<Code>::parameters_type, 44 typedef projections::detail::epsg_traits<Code> epsg_traits;
|
D | shared_grids_boost.hpp | 41 typedef projections::detail::shared_grids_tag tag; 51 projections::detail::pj_gridinfo & gridinfo; 64 projections::detail::pj_gridinfo & gridinfo; 71 projections::detail::pj_gridinfo gridinfo;
|
D | shared_grids_std.hpp | 58 typedef projections::detail::shared_grids_tag tag; 68 projections::detail::pj_gridinfo & gridinfo; 81 projections::detail::pj_gridinfo & gridinfo; 88 projections::detail::pj_gridinfo gridinfo;
|
D | transformation.hpp | 43 namespace projections { namespace detail namespace 115 projections::detail::copy_higher_dimensions<2>(in, out); in apply() 579 typedef typename projections::detail::promote_to_double<CT>::type calc_t; 592 && projections::dynamic_parameters<Parameters1>::is_specialized in transformation() 610 && projections::dynamic_parameters<Parameters1>::is_specialized in transformation() 611 && projections::dynamic_parameters<Parameters2>::is_specialized in transformation() 624 && projections::dynamic_parameters<Parameters1>::is_specialized in transformation() 637 && projections::dynamic_parameters<Parameters2>::is_specialized in transformation() 666 BOOST_MPL_ASSERT_MSG((projections::detail::same_tags<GeometryIn, GeometryOut>::value), in forward() 670 return projections::detail::transform in forward() [all …]
|
/third_party/boost/boost/geometry/srs/projections/ |
D | exception.hpp | 33 , m_msg(projections::detail::pj_strerrno(code)) in projection_exception() 63 : projection_exception(projections::detail::error_proj_not_named) in projection_not_named_exception() 71 : projection_exception(projections::detail::error_unknown_projection_id, in projection_unknown_id_exception() 76 : projection_exception(projections::detail::error_unknown_projection_id, in projection_unknown_id_exception() 83 using namespace projections::detail; in msg() 88 using namespace projections::detail; in msg() 100 : projection_exception(projections::detail::error_non_conv_inv_meri_dist, in projection_not_invertible_exception()
|
D | factory.hpp | 123 namespace boost { namespace geometry { namespace projections namespace 310 inline detail::dynamic_wrapper_b<T, projections::parameters<T> >* 312 projections::parameters<T> const& parameters) in create_new() 314 static factory<srs::detail::proj4_parameters, T, projections::parameters<T> > const fac; in create_new() 319 inline detail::dynamic_wrapper_b<T, projections::parameters<T> >* 321 projections::parameters<T> const& parameters) in create_new() 323 static factory<srs::dpar::parameters<T>, T, projections::parameters<T> > const fac; in create_new()
|
D | grids.hpp | 24 namespace projections { namespace detail namespace 50 typedef projections::detail::grids_tag tag; 52 projections::detail::pj_gridinfo gridinfo;
|
D | invalid_point.hpp | 19 namespace boost { namespace geometry { namespace projections namespace
|
D | code.hpp | 19 namespace boost { namespace geometry { namespace projections namespace
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | ob_tran.hpp | 56 namespace projections namespace 63 inline detail::dynamic_wrapper_b<T, projections::parameters<T> >* 65 projections::parameters<T> const& parameters); 68 inline detail::dynamic_wrapper_b<T, projections::parameters<T> >* 70 projections::parameters<T> const& parameters); 176 : link(projections::detail::create_new(params, o_proj_parameters(params, par))) in par_ob_tran() 210 typedef typename projections::detail::static_projection_type 215 typename projections::detail::static_srs_tag<StaticParameters>::type,
|
D | larr.hpp | 51 namespace projections namespace
|
D | geocent.hpp | 57 namespace projections namespace
|