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);
118 bool isInRing()
const;
124 void setRing(
EdgeRing* newEdgeRing);
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Represents a ring of PolygonizeDirectedEdge which form a ring of a polygon. The ring may be either an...
Definition: operation/polygonize/EdgeRing.h:66
A DirectedEdge of a PolygonizeGraph, which represents an edge of a polygon formed by the graph.
Definition: PolygonizeDirectedEdge.h:54
Represents a directed edge in a PlanarGraph.
Definition: planargraph/DirectedEdge.h:46
A node in a PlanarGraph is a location where 0 or more Edge meet.
Definition: planargraph/Node.h:45
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26