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:45
Definition: geomgraph/EdgeRing.h:60
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
A ring of DirectedEdges which may contain nodes of degree > 2.
Definition: MaximalEdgeRing.h:66