#include <Rtree.h>
Public Methods | |
Rh * | rh (RecId &recId) |
virtual | ~XyRtreeRep () |
virtual Rh * | rh () |
virtual void | removeAll ()=0 |
Removes all records from the R-tree. | |
virtual int | insertRecord (RecId &)=0 |
Inserts requested record into the R-tree. | |
virtual int | deleteRecord (RecId &recId) |
Deletes requested record from the R-tree. | |
virtual SearcherRep * | newSearcherRep ()=0 |
virtual void | printLevel (short levelIdx) |
Prints information about given R-tree level to standard output. | |
virtual void | printLevels (short topLevelIdx=0, short bottomLevelIdx=-1) |
Prints information about requested R-tree levels to standard output. | |
int | insertRecord (int idx) |
int | deleteRecord (int idx) |
int | createSearcher (Searcher &searcher) |
Creates a searcher based on the newSearcherRep(). | |
int | createSearcher (Searcher &searcher, XyRange &searchRng) |
Creates a searcher based on the newSearcherRep(). | |
Public Attributes | |
XyRtree * | owner |
Protected Methods | |
void | init () |
XyRtreeRep () |
owner | points to the handle class which owns this class. |
|
|
|
|
|
|
|
|
|
|
|
Removes all records from the R-tree.
|
|
Inserts requested record into the R-tree.
|
|
Deletes requested record from the R-tree.
|
|
|
|
Prints information about given R-tree level to standard output.
|
|
Prints information about requested R-tree levels to standard output.
|
|
|
|
|
|
Creates a searcher based on the newSearcherRep().
|
|
Creates a searcher based on the newSearcherRep().
|
|
|