19 #ifndef GEOS_IDX_QUADTREE_QUADTREE_H
20 #define GEOS_IDX_QUADTREE_QUADTREE_H
22 #include <geos/export.h>
23 #include <geos/index/SpatialIndex.h>
24 #include <geos/index/quadtree/Root.h>
31 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
76 std::vector<geom::Envelope *> newEnvelopes;
143 void query(
const geom::Envelope *searchEnv, std::vector<void*>& ret);
168 root.visit(searchEnv, visitor);
181 std::vector<void*>* queryAll();
183 std::string toString()
const;
195 #endif // GEOS_IDX_QUADTREE_QUADTREE_H