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 An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:53
A Quadtree is a spatial index structure for efficient querying of 2D rectangles. If other kinds of sp...
Definition: Quadtree.h:72
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Definition: GeometryGraph.h:73
Tests whether any of a set of LinearRings are nested inside another ring in the set, using a Quadtree index to speed up the comparisons.
Definition: QuadtreeNestedRingTester.h:60
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57