Question

I was looking here: http://www.boost.org/doc/libs/1_52_0/libs/geometry/doc/html/geometry/reference/algorithms/buffer/buffer.html And saw this: "The current implemetation only enlarges a box, which is not defined by OGC. A next version of the library will contain a more complete implementation"

It looks like Boost Geometry is incapable of buffering an arbitrary polygon. But various forum discussions refer to the buffer() algorithm like it actually works for the general case. Which is correct?

Was it helpful?

Solution

Old answer: The buffer() algorithm for the general case is in development, and can be used from the development version (Trunk). It generally works but not in all circumstances, and for all geometry types.

New answer: yes, it is possible

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top