14#ifndef GEOS_INDEX_STRTREE_ITEMBOUNDABLE_H
15#define GEOS_INDEX_STRTREE_ITEMBOUNDABLE_H
17#include <geos/export.h>
19#include <geos/index/strtree/Boundable.h>
36 ItemBoundable(
const void* newBounds,
void* newItem);
37 virtual ~ItemBoundable();
40 void* getItem()
const;
A spatial object in an AbstractSTRtree.
Definition Boundable.h:25
const void * getBounds() const
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