22 #include <geos/export.h> 24 #include <geos/geomgraph/EdgeRing.h> 25 #include <geos/geomgraph/DirectedEdge.h> 32 class GeometryFactory;
65 return de->getNextMin();
71 de->setMinEdgeRing(er);
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:66
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
A ring of Edges with the property that no node has degree greater than 2.
Definition: MinimalEdgeRing.h:54