21 #ifndef GEOS_OP_POLYGONIZE_POLYGONIZEDIRECTEDEDGE_H
22 #define GEOS_OP_POLYGONIZE_POLYGONIZEDIRECTEDEDGE_H
24 #include <geos/export.h>
26 #include <geos/planargraph/DirectedEdge.h>
33 namespace planargraph {
37 namespace polygonize {
45 namespace polygonize {
87 long getLabel()
const;
92 void setLabel(
long newLabel);
111 bool isInRing()
const;
117 void setRing(
EdgeRing *newEdgeRing);
123 #endif // GEOS_OP_POLYGONIZE_POLYGONIZEDIRECTEDEDGE_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Represents a directed edge in a PlanarGraph.
Definition: planargraph/DirectedEdge.h:46
A DirectedEdge of a PolygonizeGraph, which represents an edge of a polygon formed by the graph...
Definition: PolygonizeDirectedEdge.h:54
Represents a ring of PolygonizeDirectedEdge which form a ring of a polygon. The ring may be either an...
Definition: operation/polygonize/EdgeRing.h:57
A node in a PlanarGraph is a location where 0 or more Edge meet.
Definition: planargraph/Node.h:45