How to merge a large set of polygons with Boost Polygon?

826 views Asked by At

I am looking for a way, using Boost Polygon, to read in a large set of polygons from a file, and output the resulting merge or union to a result file. In this case the polygons touch but do not overlap. I can put the data in any format. Not sure if there is a standard used by Boost Polygon. I am also looking for more documentation on the library. Any help would be appreciated. Thanks

0

There are 0 answers