22 #ifndef GEOS_OP_POLYGONIZE_POLYGONIZEDIRECTEDEDGE_H
23 #define GEOS_OP_POLYGONIZE_POLYGONIZEDIRECTEDEDGE_H
25 #include <geos/export.h>
27 #include <geos/planargraph/DirectedEdge.h>
34 namespace planargraph {
38 namespace polygonize {
46 namespace polygonize {
88 long getLabel()
const;
93 void setLabel(
long newLabel);
112 bool isInRing()
const;
118 void setRing(
EdgeRing *newEdgeRing);
124 #endif // GEOS_OP_POLYGONIZE_POLYGONIZEDIRECTEDEDGE_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Represents a directed edge in a PlanarGraph.
Definition: planargraph/DirectedEdge.h:47
A DirectedEdge of a PolygonizeGraph, which represents an edge of a polygon formed by the graph...
Definition: PolygonizeDirectedEdge.h:55
Represents a ring of PolygonizeDirectedEdge which form a ring of a polygon. The ring may be either an...
Definition: operation/polygonize/EdgeRing.h:58
A node in a PlanarGraph is a location where 0 or more Edge meet.
Definition: planargraph/Node.h:46