19 #ifndef GEOS_OP_OVERLAY_MAXIMALEDGERING_H
20 #define GEOS_OP_OVERLAY_MAXIMALEDGERING_H
22 #include <geos/export.h>
26 #include <geos/geomgraph/EdgeRing.h>
31 class GeometryFactory;
39 class MinimalEdgeRing;
86 std::vector<MinimalEdgeRing*>* buildMinimalRings();
92 void buildMinimalRings(std::vector<MinimalEdgeRing*>& minEdgeRings);
93 void buildMinimalRings(std::vector<EdgeRing*>& minEdgeRings);
99 void linkDirectedEdgesForMinimalEdgeRings();
107 #endif // ndef GEOS_OP_OVERLAY_MAXIMALEDGERING_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 which may contain nodes of degree > 2.
Definition: MaximalEdgeRing.h:66