/third_party/boost/libs/geometry/test/algorithms/envelope_expand/ |
D | test_envelope_expand_on_spheroid.hpp | 241 T3 const& lon_max, T4 const& lat_max, double, in apply() 254 ? equals(bg::get<1, 1>(box), lat_max) in apply() 255 : equals_with_eps(bg::get<1, 1>(box), lat_max)); in apply() 264 ? equals(bg::get<1, 1>(box), lat_max) in apply() 265 : bg::get<1, 1>(box) == lat_max); in apply() 276 T3 const& lon_max, T4 const& lat_max, double height_max, in apply() 284 lon_max, lat_max, height_max, in apply() 291 lon_max, lat_max, height_max, in apply() 335 double lon_max, double lat_max, double) in apply() 341 bg::assign_values(p_max, lon_max, lat_max); in apply() [all …]
|
D | envelope_on_spheroid.cpp | 171 T3 const& lon_max, T4 const& lat_max, double height_max, in check_message() argument 188 << ", " << lon_max << " " << lat_max << ")"; in check_message() 193 << ", " << lon_max << " " << lat_max << " " << height_max << ")"; in check_message() 208 T3 const& lon_max, T4 const& lat_max, double height_max, in base_test() argument 230 << ", " << lon_max << " " << lat_max << ")"; in base_test() 235 << ", " << lon_max << " " << lat_max << " " << height_max << ")"; in base_test() 244 lon_max, lat_max, height_max, in base_test() 251 lon_max, lat_max, height_max, in base_test() 255 if (lon_min <= lon_max && lat_min <= lat_max && height_min <= height_max) in base_test() 273 T3 const& lon_max, T4 const& lat_max, double height_max, in apply() argument [all …]
|
D | expand_on_spheroid.cpp | 384 double lon_max, double lat_max, in apply() argument 388 lon_min, lat_min, 0, lon_max, lat_max, 0, in apply() 389 lon_min, lat_min, 0, lon_max, lat_max, 0, in apply() 398 double lon_max, double lat_max, double height_max, in apply() argument 402 lon_min, lat_min, height_min, lon_max, lat_max, height_max, in apply() 403 lon_min, lat_min, height_min, lon_max, lat_max, height_max, in apply()
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | envelope_multipoint.hpp | 201 CoordinateType& lat_max) in get_min_max_latitudes() argument 206 lat_max = Constants::max_latitude(); in get_min_max_latitudes() 211 lat_max in get_min_max_latitudes() 218 lat_max = Constants::max_latitude(); in get_min_max_latitudes() 226 lat_max = geometry::get<1>(*min_max_latitudes.second); in get_min_max_latitudes() 272 coordinate_type lon_min, lat_min, lon_max, lat_max; in apply() local 281 lat_max = has_north_pole in apply() 294 lat_max = (has_north_pole) in apply() 311 lat_max); in apply() 326 geometry::set<max_corner, 1>(helper_mbr, lat_max); in apply()
|
D | distance_cross_track_point_box.hpp | 80 ReturnType const lat_max = geometry::get_as_radian<1>(top_right); in apply() local 98 if (plat > lat_max) in apply() 104 .vertical_or_meridian(plat, lat_max)); in apply() 116 BOOST_GEOMETRY_ASSERT(plat >= lat_min && plat <= lat_max); in apply()
|
D | envelope_segment.hpp | 204 CalculationType const lat_max in compute_box_corners() local 207 if (lat2 < lat_max) in compute_box_corners() 209 lat2 = lat_max; in compute_box_corners()
|
/third_party/boost/boost/geometry/strategies/ |
D | normalize.hpp | 158 CoordinateInType& lat_max, in apply_to_coordinates() argument 179 lat_max, in apply_to_coordinates() 195 in_coordinate_type lat_max = geometry::get<max_corner, 1>(box_in); in apply() local 202 >(lon_min, lat_min, lon_max, lat_max); in apply() 208 >(lon_min, lat_min, lon_max, lat_max, box_in, box_out); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/envelope/ |
D | range_of_boxes.hpp | 280 coordinate_type lat_max = geometry::get<max_corner, 1>(*it); in apply() local 282 || math::equals(lat_max, constants::min_latitude())) in apply()
|