21 #include <geos/export.h> 25 #include <geos/geomgraph/EdgeRing.h> 30 class GeometryFactory;
38 class MinimalEdgeRing;
85 std::vector<MinimalEdgeRing*>* buildMinimalRings();
91 void buildMinimalRings(std::vector<MinimalEdgeRing*>& minEdgeRings);
92 void buildMinimalRings(std::vector<EdgeRing*>& minEdgeRings);
98 void linkDirectedEdgesForMinimalEdgeRings();
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:42
Definition: geomgraph/EdgeRing.h:57
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:65
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
A ring of DirectedEdges which may contain nodes of degree > 2.
Definition: MaximalEdgeRing.h:65