GEOS
3.6.1
|
Rebuild geometries from subpaths left by clipping with a rectangle. More...
#include <RectangleIntersectionBuilder.h>
Friends | |
class | RectangleIntersection |
Rebuild geometries from subpaths left by clipping with a rectangle.
The RectangleIntersectionBuilder is used to maintain lists of polygons, linestrings and points left from clipping a Geometry with a Rectangle. Once all clipping has been done, the class builds a valid Geometry from the components.
This is a utility class needed by RectangleIntersection, and is not intended for public use.