Home
last modified time | relevance | path

Searched refs:mpoly_ll (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/geometry/test/srs/
Dprojection_interface_p4.cpp69 multi_polygon<polygon<point_ll> > mpoly_ll; in test_main() local
78 …POLYGON(((0 0, 0 3, 3 3, 3 0, 0 0),(1 1, 2 1, 2 2, 1 2, 1 1)),((3 3,3 4,4 4,4 3,3 3)))", mpoly_ll); in test_main()
88 prj.forward(mpoly_ll, mpoly_xy); in test_main()
104 bg::clear(mpoly_ll); in test_main()
112 prj.inverse(mpoly_xy, mpoly_ll); in test_main()
120 …test::check_geometry(mpoly_ll, "MULTIPOLYGON(((0 0, 0 3, 3 3, 3 0, 0 0),(1 1, 2 1, 2 2, 1 2, 1 1))… in test_main()