Searched defs:wkt_cwo (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/geometry/test/io/wkt/ |
D | wkt.cpp | 162 std::string wkt_cwo = "POLYGON((0 0,0 2,2 2,2 0))"; in test_order_closure() local 175 std::string wkt_cwo = "POLYGON((0 0,0 3,3 3,3 0),(1 1,2 1,2 2,1 2))"; in test_order_closure() local
|
D | wkt_multi.cpp | 57 …std::string wkt_cwo = "MULTIPOLYGON(((0 0,0 2,2 2,2 0)),((0 0,0 -3,-3 -3,-3 0),(-1 -1,-2 -1,-2 -2,… in test_order_closure() local
|