GEOS 3.11.1
|
#include <IntersectionPointBuilder.h>
Public Member Functions | |
IntersectionPointBuilder (OverlayGraph *p_graph, const geom::GeometryFactory *geomFact) | |
std::vector< std::unique_ptr< geom::Point > > | getPoints () |
IntersectionPointBuilder (const IntersectionPointBuilder &)=delete | |
IntersectionPointBuilder & | operator= (const IntersectionPointBuilder &)=delete |
void | setStrictMode (bool p_isStrictMode) |
Extracts Point resultants from an overlay graph created by an Intersection operation between non-Point inputs. Points may be created during intersection if lines or areas touch one another at single points. Intersection is the only overlay operation which can result in Points from non-Point inputs.
Overlay operations where one or more inputs are Points are handled via a different code path.