20 #ifndef GEOS_OP_OVERLAY_MINIMALEDGERING_H
21 #define GEOS_OP_OVERLAY_MINIMALEDGERING_H
23 #include <geos/export.h>
25 #include <geos/geomgraph/EdgeRing.h>
26 #include <geos/geomgraph/DirectedEdge.h>
30 #include <geos/inline.h>
35 class GeometryFactory;
70 geomgraph::EdgeRing *er);
79 #include <geos/operation/overlay/MinimalEdgeRing.inl>
82 #endif // ndef GEOS_OP_OVERLAY_MINIMALEDGERING_H
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:44
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
A ring of Edges with the property that no node has degree greater than 2.
Definition: MinimalEdgeRing.h:57