20 #ifndef GEOS_OP_QUADTREENESTEDRINGTESTER_H
21 #define GEOS_OP_QUADTREENESTEDRINGTESTER_H
23 #include <geos/export.h>
25 #include <geos/geom/Envelope.h>
31 #pragma warning(disable: 4251)
84 std::vector<const geom::LinearRing*> rings;
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:58
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition: LinearRing.h:54
A GeometryGraph is a graph that models a given Geometry.
Definition: GeometryGraph.h:74
A Quadtree is a spatial index structure for efficient querying of 2D rectangles. If other kinds of sp...
Definition: Quadtree.h:71
Tests whether any of a set of LinearRings are nested inside another ring in the set,...
Definition: QuadtreeNestedRingTester.h:60
QuadtreeNestedRingTester(geomgraph::GeometryGraph *newGraph)
Caller retains ownership of GeometryGraph.
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26