22 #include <geos/export.h>
24 #include <geos/planargraph/DirectedEdge.h>
31 namespace planargraph {
35 namespace polygonize {
43 namespace polygonize {
85 long getLabel()
const;
90 void setLabel(
long newLabel);
116 bool isInRing()
const;
122 void setRing(
EdgeRing* newEdgeRing);
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:217
Represents a ring of PolygonizeDirectedEdge which form a ring of a polygon. The ring may be either an...
Definition: operation/polygonize/EdgeRing.h:59
A DirectedEdge of a PolygonizeGraph, which represents an edge of a polygon formed by the graph.
Definition: PolygonizeDirectedEdge.h:52
Represents a directed edge in a PlanarGraph.
Definition: planargraph/DirectedEdge.h:45
A node in a PlanarGraph is a location where 0 or more Edge meet.
Definition: planargraph/Node.h:44
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25