GEOS 3.6.2
indexStrtree.h
1/**********************************************************************
2 *
3 * GEOS - Geometry Engine Open Source
4 * http://geos.osgeo.org
5 *
6 * Copyright (C) 2006 Refractions Research Inc.
7 * Copyright (C) 2001-2002 Vivid Solutions Inc.
8 *
9 * This is free software; you can redistribute and/or modify it under
10 * the terms of the GNU Lesser General Public Licence as published
11 * by the Free Software Foundation.
12 * See the COPYING file for more information.
13 *
14 **********************************************************************/
15
16#ifndef GEOS_INDEXSTRTREE_H
17#define GEOS_INDEXSTRTREE_H
18
19namespace geos {
20namespace index { // geos.index
21
23namespace strtree { // geos.index.strtree
24
25} // namespace geos.index.strtree
26} // namespace geos.index
27} // namespace geos
28
29#include <geos/index/strtree/AbstractNode.h>
30#include <geos/index/strtree/AbstractSTRtree.h>
31#include <geos/index/strtree/Boundable.h>
32#include <geos/index/strtree/Interval.h>
33//#include <geos/index/strtree/ItemBoundable.h>
34#include <geos/index/strtree/SIRtree.h>
35#include <geos/index/strtree/STRtree.h>
36
37#endif // GEOS_INDEXSTRTREE_H
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
Definition SIRtreePointInRing.h:32
Provides classes for various kinds of spatial indexes.
Definition IndexedNestedRingTester.h:31
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25