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) // warning C4251: needs to have dll-interface to be used by clients of class
84 std::vector<const geom::LinearRing*> rings;
103 #endif // GEOS_OP_QUADTREENESTEDRINGTESTER_H
Tests whether any of a set of LinearRings are nested inside another ring in the set,...
Definition: QuadtreeNestedRingTester.h:60
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition: LinearRing.h:54
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:84
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:90
A Quadtree is a spatial index structure for efficient querying of 2D rectangles. If other kinds of sp...
Definition: Quadtree.h:71
A GeometryGraph is a graph that models a given Geometry.
Definition: GeometryGraph.h:73