21 #ifndef GEOS_OP_CONSISTENTAREATESTER_H
22 #define GEOS_OP_CONSISTENTAREATESTER_H
24 #include <geos/export.h>
26 #include <geos/geom/Coordinate.h>
27 #include <geos/algorithm/LineIntersector.h>
28 #include <geos/operation/relate/RelateNodeGraph.h>
33 class LineIntersector;
40 class RelateNodeGraph;
90 geomgraph::GeometryGraph *geomGraph;
101 bool isNodeEdgeAreaLabelsConsistent();
128 bool isNodeConsistentArea();
145 bool hasDuplicateRings();
154 #endif // GEOS_OP_CONSISTENTAREATESTER_H