Home
last modified time | relevance | path

Searched refs:mpoly (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/libs/geometry/test/algorithms/relate/
Drelate_linear_areal_sph.cpp181 typedef bg::model::multi_polygon<poly> mpoly; in test_linestring_multi_polygon() typedef
183 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,10 9)", in test_linestring_multi_polygon()
186 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,10 9)", in test_linestring_multi_polygon()
190 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,2 2)", in test_linestring_multi_polygon()
193 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,2 2)", in test_linestring_multi_polygon()
197 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,2 2)", in test_linestring_multi_polygon()
200 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,2 8)", in test_linestring_multi_polygon()
203 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,3 3)", in test_linestring_multi_polygon()
206 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,3 7)", in test_linestring_multi_polygon()
209 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,5 5)", in test_linestring_multi_polygon()
[all …]
Drelate_linear_areal.cpp287 typedef bg::model::multi_polygon<poly> mpoly; in test_linestring_multi_polygon() typedef
289 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,10 9)", in test_linestring_multi_polygon()
292 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,10 9)", in test_linestring_multi_polygon()
296 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,2 2)", in test_linestring_multi_polygon()
299 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,2 2)", in test_linestring_multi_polygon()
303 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,2 2)", in test_linestring_multi_polygon()
306 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,2 8)", in test_linestring_multi_polygon()
309 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,3 3)", in test_linestring_multi_polygon()
312 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,3 7)", in test_linestring_multi_polygon()
315 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,5 5)", in test_linestring_multi_polygon()
[all …]
Drelate_areal_areal.cpp372 typedef bg::model::multi_polygon<poly> mpoly; in test_polygon_multi_polygon() typedef
374 test_geometry<poly, mpoly>("POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_polygon_multi_polygon()
377 test_geometry<ring, mpoly>("POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_polygon_multi_polygon()
381 …test_geometry<mpoly, poly>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((0 0,0 -10,-10 -10,-10 0,0 0… in test_polygon_multi_polygon()
384 test_geometry<poly, mpoly>("POLYGON((0 0,0 5,5 5,5 0,0 0))", in test_polygon_multi_polygon()
387 test_geometry<poly, mpoly>("POLYGON((0 0,0 5,5 5,5 0,0 0))", in test_polygon_multi_polygon()
390 test_geometry<poly, mpoly>("POLYGON((0 0,0 10,10 10,10 0,0 0))", in test_polygon_multi_polygon()
399 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_polygon_multi_polygon() typedef
401 test_geometry<mpoly, mpoly>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)))", in test_multi_polygon_multi_polygon()
404 …test_geometry<mpoly, mpoly>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((0 20,0 30,10 30,10 20,0 20… in test_multi_polygon_multi_polygon()
[all …]
Drelate_pointlike_geometry.cpp183 typedef bg::model::multi_polygon<poly> mpoly; in test_point_multipolygon() typedef
185 …test_geometry<P, mpoly>("POINT(0 0)", "MULTIPOLYGON(((0 0, 0 5, 5 5, 5 0, 0 0)),((5 5, 5 9, 9 9, 9… in test_point_multipolygon()
186 …test_geometry<P, mpoly>("POINT(1 1)", "MULTIPOLYGON(((0 0, 0 5, 5 5, 5 0, 0 0)),((5 5, 5 9, 9 9, 9… in test_point_multipolygon()
187 …test_geometry<P, mpoly>("POINT(5 5)", "MULTIPOLYGON(((0 0, 0 5, 5 5, 5 0, 0 0)),((5 5, 5 9, 9 9, 9… in test_point_multipolygon()
188 …test_geometry<P, mpoly>("POINT(6 6)", "MULTIPOLYGON(((0 0, 0 5, 5 5, 5 0, 0 0)),((5 5, 5 9, 9 9, 9… in test_point_multipolygon()
189 …test_geometry<P, mpoly>("POINT(1 6)", "MULTIPOLYGON(((0 0, 0 5, 5 5, 5 0, 0 0)),((5 5, 5 9, 9 9, 9… in test_point_multipolygon()
215 typedef bg::model::multi_polygon<poly> mpoly; in test_multipoint_multipolygon() typedef
217 …test_geometry<mpt, mpoly>("MULTIPOINT(0 0)", "MULTIPOLYGON(((0 0, 0 5, 5 5, 5 0, 0 0)),((5 5, 5 9,… in test_multipoint_multipolygon()
218 …test_geometry<mpt, mpoly>("MULTIPOINT(0 0, 1 1)", "MULTIPOLYGON(((0 0, 0 5, 5 5, 5 0, 0 0)),((5 5,… in test_multipoint_multipolygon()
219 …test_geometry<mpt, mpoly>("MULTIPOINT(1 1, 5 5)", "MULTIPOLYGON(((0 0, 0 5, 5 5, 5 0, 0 0)),((5 5,… in test_multipoint_multipolygon()
[all …]
Drelate_areal_areal_sph.cpp77 typedef bg::model::multi_polygon<poly> mpoly; in test_polygon_multi_polygon() typedef
79 test_geometry<ring, mpoly>(case_1[0], case_multi_2[0], in test_polygon_multi_polygon()
81 test_geometry<poly, mpoly>(case_2[0], case_multi_2[0], in test_polygon_multi_polygon()
89 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_polygon_multi_polygon() typedef
91 test_geometry<mpoly, mpoly>(case_multi_2[0], case_multi_2[1], in test_multi_polygon_multi_polygon()
/third_party/boost/libs/geometry/test/algorithms/within/
Dwithin_linear_areal.cpp30 typedef bg::model::multi_polygon<poly> mpoly; in test_l_a() typedef
48 …test_geometry<ls, mpoly>("LINESTRING(0 0, 10 10)", "MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((5 5,5 1… in test_l_a()
50 …test_geometry<ls, mpoly>("LINESTRING(0 0, 10 10)", "MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((6 6,5 1… in test_l_a()
53 test_geometry<ls, mpoly>("LINESTRING(5 -2,5 2)", in test_l_a()
56 test_geometry<ls, mpoly>("LINESTRING(5 -2,5 5)", in test_l_a()
59 test_geometry<ls, mpoly>("LINESTRING(5 -2,5 0)", in test_l_a()
63 test_geometry<ls, mpoly>("LINESTRING(5 -2,5 0)", in test_l_a()
66 test_geometry<ls, mpoly>("LINESTRING(0 0,5 0)", in test_l_a()
69 test_geometry<mls, mpoly>("MULTILINESTRING((5 -2,4 -2,5 0),(5 -2,6 -2,5 0))", in test_l_a()
72 test_geometry<mls, mpoly>("MULTILINESTRING((0 0,0 1,5 0),(0 0,0 -1,5 0))", in test_l_a()
[all …]
Dwithin_sph.cpp84 typedef bg::model::multi_polygon<poly> mpoly; in test_polygon_multi_polygon() typedef
86 test_geometry<ring, mpoly>(case_1[0], case_multi_2[0], in test_polygon_multi_polygon()
88 test_geometry<poly, mpoly>(case_2[0], case_multi_2[0], in test_polygon_multi_polygon()
96 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_polygon_multi_polygon() typedef
98 test_geometry<mpoly, mpoly>(case_multi_2[0], case_multi_2[1], in test_multi_polygon_multi_polygon()
134 typedef bg::model::multi_polygon<poly> mpoly; in test_linestring_multi_polygon() typedef
136 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,10 9)", in test_linestring_multi_polygon()
168 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_linestring_multi_polygon() typedef
170 test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10,0 10,0 0),(2 2,5 5,2 8,2 2))", in test_multi_linestring_multi_polygon()
174 …test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10),(10 10,0 10,0 0),(20 20,50 50,20 80,20… in test_multi_linestring_multi_polygon()
[all …]
Dwithin_pointlike_geometry.cpp87 typedef bg::model::multi_polygon<poly> mpoly; in test_p_a() typedef
119 test_geometry<P, mpoly>("POINT(2 2)", in test_p_a()
121 test_geometry<P, mpoly>("POINT(1 1)", in test_p_a()
123 test_geometry<P, mpoly>("POINT(1 1)", in test_p_a()
125 test_geometry<P, mpoly>("POINT(6 6)", in test_p_a()
138 …test_geometry<mpt, mpoly>("MULTIPOINT(0 0, 1 1)", "MULTIPOLYGON(((0 0,0 2,2 2,2 0,0 0)),((2 2,2 3,… in test_p_a()
139 …test_geometry<mpt, mpoly>("MULTIPOINT(0 0, 2 2)", "MULTIPOLYGON(((0 0,0 2,2 2,2 0,0 0)),((2 2,2 3,… in test_p_a()
140 …test_geometry<mpt, mpoly>("MULTIPOINT(0 0, 3 3)", "MULTIPOLYGON(((0 0,0 2,2 2,2 0,0 0)),((2 2,2 3,… in test_p_a()
141 …test_geometry<mpt, mpoly>("MULTIPOINT(1 1, 4 4)", "MULTIPOLYGON(((0 0,0 2,2 2,2 0,0 0)),((2 2,2 3,… in test_p_a()
/third_party/boost/libs/geometry/test/algorithms/overlaps/
Doverlaps_areal.cpp20 typedef bg::model::multi_polygon<poly> mpoly; in test_aa() typedef
26 test_geometry<poly, mpoly>("POLYGON((0 0,0 5,5 5,5 0,0 0))", in test_aa()
29 test_geometry<mpoly, mpoly>("MULTIPOLYGON(((3 3,3 5,5 5,5 3,3 3)),((0 0,0 3,3 3,3 0,0,0)))", in test_aa()
41 …test_geometry<mpoly, poly>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((0 0,0 -10,-10 -10,-10 0,0 0… in test_aa()
44 …test_geometry<mpoly, poly>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((0 0,0 -10,-10 -10,-10 0,0 0… in test_aa()
Doverlaps_sph.cpp76 typedef bg::model::multi_polygon<poly> mpoly; in test_polygon_multi_polygon() typedef
78 test_geometry<ring, mpoly>(case_1[0], case_multi_2[0], in test_polygon_multi_polygon()
80 test_geometry<poly, mpoly>(case_2[0], case_multi_2[0], in test_polygon_multi_polygon()
88 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_polygon_multi_polygon() typedef
90 test_geometry<mpoly, mpoly>(case_multi_2[0], case_multi_2[1], in test_multi_polygon_multi_polygon()
/third_party/boost/libs/geometry/test/algorithms/touches/
Dtouches_sph.cpp76 typedef bg::model::multi_polygon<poly> mpoly; in test_polygon_multi_polygon() typedef
78 test_geometry<ring, mpoly>(case_1[0], case_multi_2[0], in test_polygon_multi_polygon()
80 test_geometry<poly, mpoly>(case_2[0], case_multi_2[0], in test_polygon_multi_polygon()
88 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_polygon_multi_polygon() typedef
90 test_geometry<mpoly, mpoly>(case_multi_2[0], case_multi_2[1], in test_multi_polygon_multi_polygon()
126 typedef bg::model::multi_polygon<poly> mpoly; in test_linestring_multi_polygon() typedef
128 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,10 9)", in test_linestring_multi_polygon()
160 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_linestring_multi_polygon() typedef
162 test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10,0 10,0 0),(2 2,5 5,2 8,2 2))", in test_multi_linestring_multi_polygon()
166 …test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10),(10 10,0 10,0 0),(20 20,50 50,20 80,20… in test_multi_linestring_multi_polygon()
[all …]
/third_party/boost/libs/geometry/test/algorithms/intersects/
Dintersects_sph.cpp80 typedef bg::model::multi_polygon<poly> mpoly; in test_polygon_multi_polygon() typedef
82 test_geometry<ring, mpoly>(case_1[0], case_multi_2[0], in test_polygon_multi_polygon()
84 test_geometry<poly, mpoly>(case_2[0], case_multi_2[0], in test_polygon_multi_polygon()
92 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_polygon_multi_polygon() typedef
94 test_geometry<mpoly, mpoly>(case_multi_2[0], case_multi_2[1], in test_multi_polygon_multi_polygon()
130 typedef bg::model::multi_polygon<poly> mpoly; in test_linestring_multi_polygon() typedef
132 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,10 9)", in test_linestring_multi_polygon()
164 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_linestring_multi_polygon() typedef
166 test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10,0 10,0 0),(2 2,5 5,2 8,2 2))", in test_multi_linestring_multi_polygon()
170 …test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10),(10 10,0 10,0 0),(20 20,50 50,20 80,20… in test_multi_linestring_multi_polygon()
[all …]
/third_party/boost/libs/geometry/test/algorithms/covered_by/
Dcovered_by_sph.cpp84 typedef bg::model::multi_polygon<poly> mpoly; in test_polygon_multi_polygon() typedef
86 test_geometry<ring, mpoly>(case_1[0], case_multi_2[0], in test_polygon_multi_polygon()
88 test_geometry<poly, mpoly>(case_2[0], case_multi_2[0], in test_polygon_multi_polygon()
96 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_polygon_multi_polygon() typedef
98 test_geometry<mpoly, mpoly>(case_multi_2[0], case_multi_2[1], in test_multi_polygon_multi_polygon()
134 typedef bg::model::multi_polygon<poly> mpoly; in test_linestring_multi_polygon() typedef
136 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,10 9)", in test_linestring_multi_polygon()
168 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_linestring_multi_polygon() typedef
170 test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10,0 10,0 0),(2 2,5 5,2 8,2 2))", in test_multi_linestring_multi_polygon()
174 …test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10),(10 10,0 10,0 0),(20 20,50 50,20 80,20… in test_multi_linestring_multi_polygon()
[all …]
Dcovered_by.cpp88 typedef bg::model::multi_polygon<poly> mpoly; in test_all() typedef
91 …test_geometry<P, mpoly>("POINT(1 1)", "MULTIPOLYGON(((0 0,0 2,2 2,2 0,0 0)),((2 2,2 3,3 3,3 2,2 2)… in test_all()
97 …test_geometry<mpt, mpoly>("MULTIPOINT(0 0, 1 1)", "MULTIPOLYGON(((0 0,0 2,2 2,2 0,0 0)),((2 2,2 3,… in test_all()
98 …test_geometry<mpt, mpoly>("MULTIPOINT(0 0, 2 2)", "MULTIPOLYGON(((0 0,0 2,2 2,2 0,0 0)),((2 2,2 3,… in test_all()
99 …test_geometry<mpt, mpoly>("MULTIPOINT(0 0, 3 3)", "MULTIPOLYGON(((0 0,0 2,2 2,2 0,0 0)),((2 2,2 3,… in test_all()
100 …test_geometry<mpt, mpoly>("MULTIPOINT(1 1, 4 4)", "MULTIPOLYGON(((0 0,0 2,2 2,2 0,0 0)),((2 2,2 3,… in test_all()
/third_party/boost/libs/geometry/test/algorithms/disjoint/
Ddisjoint_sph.cpp82 typedef bg::model::multi_polygon<poly> mpoly; in test_polygon_multi_polygon() typedef
84 test_geometry<ring, mpoly>(case_1[0], case_multi_2[0], in test_polygon_multi_polygon()
86 test_geometry<poly, mpoly>(case_2[0], case_multi_2[0], in test_polygon_multi_polygon()
94 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_polygon_multi_polygon() typedef
96 test_geometry<mpoly, mpoly>(case_multi_2[0], case_multi_2[1], in test_multi_polygon_multi_polygon()
132 typedef bg::model::multi_polygon<poly> mpoly; in test_linestring_multi_polygon() typedef
134 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,10 9)", in test_linestring_multi_polygon()
166 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_linestring_multi_polygon() typedef
168 test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10,0 10,0 0),(2 2,5 5,2 8,2 2))", in test_multi_linestring_multi_polygon()
172 …test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10),(10 10,0 10,0 0),(20 20,50 50,20 80,20… in test_multi_linestring_multi_polygon()
[all …]
/third_party/boost/libs/geometry/test/algorithms/crosses/
Dcrosses_sph.cpp50 typedef bg::model::multi_polygon<poly> mpoly; in test_linestring_multi_polygon() typedef
52 test_geometry<ls, mpoly>("LINESTRING(10 1,10 5,10 9)", in test_linestring_multi_polygon()
84 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_linestring_multi_polygon() typedef
86 test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10,0 10,0 0),(2 2,5 5,2 8,2 2))", in test_multi_linestring_multi_polygon()
90 …test_geometry<mls, mpoly>("MULTILINESTRING((0 0,10 0,10 10),(10 10,0 10,0 0),(20 20,50 50,20 80,20… in test_multi_linestring_multi_polygon()
94 test_geometry<mls, mpoly>("MULTILINESTRING((5 -2,4 -2,5 0),(5 -2,6 -2,5 0))", in test_multi_linestring_multi_polygon()
Dcrosses.cpp36 typedef bg::model::multi_polygon<poly> mpoly; in test_pa() typedef
42 …test_geometry<mpt, mpoly>("MULTIPOINT(0 0,1 1)", "MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((5 5,5 9,9… in test_pa()
43 …test_geometry<mpt, mpoly>("MULTIPOINT(1 1,1 6)", "MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((5 5,5 9,9… in test_pa()
72 typedef bg::model::multi_polygon<poly> mpoly; in test_la() typedef
76 … test_geometry<ls, mpoly>("LINESTRING(0 0, 10 10)", "MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)))", true); in test_la()
83 …test_geometry<mls, mpoly>("MULTILINESTRING((1 1, 5 5),(6 6,7 7))", "MULTIPOLYGON(((0 0,0 5,5 5,5 0… in test_la()
/third_party/boost/libs/geometry/test/algorithms/equals/
Dequals_sph.cpp78 typedef bg::model::multi_polygon<poly> mpoly; in test_polygon_multi_polygon() typedef
80 test_geometry<ring, mpoly>(case_1[0], case_multi_2[0], in test_polygon_multi_polygon()
82 test_geometry<poly, mpoly>(case_2[0], case_multi_2[0], in test_polygon_multi_polygon()
90 typedef bg::model::multi_polygon<poly> mpoly; in test_multi_polygon_multi_polygon() typedef
92 test_geometry<mpoly, mpoly>(case_multi_2[0], case_multi_2[1], in test_multi_polygon_multi_polygon()
/third_party/boost/libs/geometry/test/algorithms/
Dis_valid.cpp1000 CG mpoly = from_wkt<CG>(wkt); in test_open_multipolygons() local
1001 BOOST_CHECK_MESSAGE(! bg::is_valid(mpoly, msg), msg); in test_open_multipolygons()
1002 BOOST_CHECK_MESSAGE(bg::is_valid(mpoly[0], msg), msg); in test_open_multipolygons()
1003 BOOST_CHECK_MESSAGE(bg::is_valid(mpoly[1], msg), msg); in test_open_multipolygons()
1004 BOOST_CHECK_MESSAGE(bg::is_valid(mpoly[2], msg), msg); in test_open_multipolygons()
1005 BOOST_CHECK_MESSAGE(! bg::is_valid(mpoly[3], msg), msg); in test_open_multipolygons()
1008 bg::reverse(mpoly[3]); in test_open_multipolygons()
1009 BOOST_CHECK_MESSAGE(bg::is_valid(mpoly, msg), msg); in test_open_multipolygons()
1010 BOOST_CHECK_MESSAGE(bg::is_valid(mpoly[0], msg), msg); in test_open_multipolygons()
1011 BOOST_CHECK_MESSAGE(bg::is_valid(mpoly[1], msg), msg); in test_open_multipolygons()
[all …]
Dconvex_hull_multi.cpp48 typedef bg::model::multi_polygon<bg::model::polygon<P> > mpoly; in test_all() typedef
72 …test_geometry<mpoly>("multipolygon(((1 4,1 6,2 5,3 5,4 6,4 4,1 4)), ((4 2,4 3,6 3,6 2,4 2)))", 12,… in test_all()
76 test_empty_input<mpoly>(); in test_all()
Dnum_interior_rings.cpp140 multi_polygon mpoly; in BOOST_AUTO_TEST_CASE() local
141 …ad_wkt("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0),(1 1,2 1,1 2,1 1),(5 5,6 5,6 6,5 6,5 5)))", mpoly); in BOOST_AUTO_TEST_CASE()
151 variant_geometry = mpoly; in BOOST_AUTO_TEST_CASE()
Dnum_interior_rings_multi.cpp34 typedef bg::model::multi_polygon<poly> mpoly; in test_all() typedef
37 …test_geometry<mpoly>("MULTIPOLYGON(((0 0,0 10,10 0,0 0),(1 1,1 9,9 1,1 1)),((0 0,0 10,10 0,0 0),(1… in test_all()
/third_party/boost/libs/geometry/test/io/dsv/
Ddsv_multi.cpp46 typedef model::multi_polygon<model::polygon<point_type> > mpoly; in test_all() typedef
58 test_dsv<mpoly> in test_all()
82 test_dsv<mpoly> in test_all()
/third_party/boost/libs/geometry/test/srs/
Dtransformation_interface.cpp61 mpolygon mpoly; mpoly.push_back(poly); in test_geometries() local
74 tr.forward(mpoly, mpoly2); in test_geometries()
92 tr.inverse(mpoly2, mpoly); in test_geometries()
101 test::check_geometry(mpoly, "MULTIPOLYGON(((0.322885911738 0.945968454552)))", 0.001); in test_geometries()
/third_party/boost/libs/geometry/test/algorithms/distance/
Ddistance_se_geo_pl_ar.cpp185 std::string const mpoly = "MULTIPOLYGON(((20 20, 20 30, 30 40, 20 20)),\ in test_distance_point_multipolygon() local
188 tester::apply("pmp1", "POINT(0 10)", mpoly, in test_distance_point_multipolygon()
194 tester::apply("pmp2", "POINT(10 9.9)", mpoly, in test_distance_point_multipolygon()
199 tester::apply("pmp3", "POINT(10 11)", mpoly, in test_distance_point_multipolygon()
224 std::string const mpoly = "MULTIPOLYGON(((20 20, 20 30, 30 40, 20 20)),\ in test_distance_multipoint_multipolygon() local
227 tester::apply("pr1", "MULTIPOINT(0 10,10 0,0 0)", mpoly, in test_distance_multipoint_multipolygon()
232 tester::apply("pmp2", "MULTIPOINT(0 10,10 0,0 0,10 9.9)", mpoly, in test_distance_multipoint_multipolygon()
237 tester::apply("pmp3", "MULTIPOINT(0 10,10 0,0 0,10 9.9,10 11)", mpoly, in test_distance_multipoint_multipolygon()

12