21 #ifndef GEOS_OP_POLYGONIZE_POLYGONIZEEDGE_H 22 #define GEOS_OP_POLYGONIZE_POLYGONIZEEDGE_H 24 #include <geos/export.h> 26 #include <geos/planargraph/Edge.h> 37 namespace polygonize {
44 class GEOS_DLL PolygonizeEdge:
public planargraph::Edge {
47 const geom::LineString *line;
51 PolygonizeEdge(
const geom::LineString *newLine);
54 const geom::LineString* getLine();
61 #endif // GEOS_OP_POLYGONIZE_POLYGONIZEEDGE_H Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25