19 #ifndef GEOS_OP_OVERLAY_MINIMALEDGERING_H
20 #define GEOS_OP_OVERLAY_MINIMALEDGERING_H
22 #include <geos/export.h>
24 #include <geos/geomgraph/EdgeRing.h>
25 #include <geos/geomgraph/DirectedEdge.h>
29 #include <geos/inline.h>
34 class GeometryFactory;
78 #include <geos/operation/overlay/MinimalEdgeRing.inl>
81 #endif // ndef GEOS_OP_OVERLAY_MINIMALEDGERING_H
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:44
Definition: geomgraph/EdgeRing.h:59
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67
A ring of Edges with the property that no node has degree greater than 2.
Definition: MinimalEdgeRing.h:56