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>
44class GEOS_DLL PolygonizeEdge:
public planargraph::Edge {
47 const geom::LineString *line;
51 PolygonizeEdge(
const geom::LineString *newLine);
54 const geom::LineString* getLine();
Definition LineString.h:70
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25