Searched refs:wkt_box (Results 1 – 4 of 4) sorted by relevance
20 void test_box_of(std::string const& wkt_point, std::string const& wkt_box, in test_box_of() argument28 bg::read_wkt(wkt_box, box); in test_box_of()
450 void apply(std::string const& wkt_box, in apply()461 wkt_box, in apply()488 std::string const& wkt_box, in apply()495 Box box = from_wkt<Box>(wkt_box); in apply()
263 struct wkt_box struct286 inline wkt_box() in wkt_box() argument372 : detail::wkt::wkt_box<Box>
1253 std::string wkt_box = "BOX(1 1,10 20)"; in test_with_invalid_coordinate() local1278 bg::read_wkt(wkt_box, b); in test_with_invalid_coordinate()