Searched refs:proj_ob_tran (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/geometry/test/srs/ |
D | projections_combined.cpp | 141 …typedef parameters<proj_ob_tran, ellps_wgs84, o_proj<proj_moll>, units_m, o_lat_p<>, o_lon_p<> > p… in test_all() 142 …params_t params = params_t(proj_ob_tran(), ellps_wgs84(), o_proj<proj_moll>(), units_m(), o_lat_p<… in test_all() 154 …typedef parameters<proj_ob_tran, a<>, es<>, o_proj<proj_sinu>, units_m, o_lat_p<>, o_lon_p<> > par… in test_all() 155 …params_t params = params_t(proj_ob_tran(), a<>(6378137), es<>(0), o_proj<proj_sinu>(), units_m(), … in test_all()
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | ob_tran.hpp | 119 if( pj.id.id == srs::dpar::proj_ob_tran) in o_proj_parameters() 155 … static const bool is_non_resursive = ! boost::is_same<proj_type, srs::spar::proj_ob_tran>::value; in o_proj_parameters() 207 …ic const bool is_o_proj_not_ob_tran = ! boost::is_same<o_proj_tag, srs::spar::proj_ob_tran>::value; 586 struct static_projection_type<srs::spar::proj_ob_tran, srs_sphere_tag, SP, CT, P> 591 struct static_projection_type<srs::spar::proj_ob_tran, srs_spheroid_tag, SP, CT, P>
|
/third_party/boost/boost/geometry/srs/projections/ |
D | spar.hpp | 378 struct proj_ob_tran {}; struct 905 BOOST_GEOMETRY_PROJECTIONS_DETAIL_REGISTER_PROJ(proj_ob_tran)
|
D | dpar.hpp | 271 proj_ob_tran, enumerator
|