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:53
Models an OGC SFS LinearRing.
Definition LinearRing.h:57
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:72
QuadtreeNestedRingTester(geomgraph::GeometryGraph *newGraph)
Caller retains ownership of GeometryGraph.
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Contains classes that implement a Quadtree spatial index.
Definition DoubleBits.h:29
Provides classes for various kinds of spatial indexes.
Definition IndexedNestedRingTester.h:31
Provides classes for testing the validity of geometries.
Definition IndexedNestedRingTester.h:41
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25