|
libspatialindex API Reference
(git-trunk)
|
#include <BoundsQuery.h>


Public Member Functions | |
| BoundsQuery () | |
| ~BoundsQuery () | |
| void | getNextEntry (const SpatialIndex::IEntry &entry, SpatialIndex::id_type &nextEntry, bool &hasNext) |
| SpatialIndex::Region * | GetBounds () const |
Public Member Functions inherited from SpatialIndex::IQueryStrategy | |
| virtual | ~IQueryStrategy ()=default |
Definition at line 33 of file BoundsQuery.h.
| BoundsQuery::BoundsQuery | ( | ) |
Definition at line 31 of file BoundsQuery.cc.
|
inline |
Definition at line 41 of file BoundsQuery.h.
|
inline |
Definition at line 46 of file BoundsQuery.h.
Referenced by Index_GetBounds().

|
virtual |
Implements SpatialIndex::IQueryStrategy.
Definition at line 36 of file BoundsQuery.cc.
References SpatialIndex::IShape::getMBR(), and SpatialIndex::IEntry::getShape().
