Class | Description |
---|---|
HRPlusContainerNode | |
HRPlusNode | |
HRPlusTree |
Implementation of the HRPlus tree described in
[1] http://www.cs.ust.hk/faculty/dimitris/PAPERS/ssdbm01.pdf
We chose the HRPlus tree for the spatial index because it provides
- Provides access to past versions.
|
HRPlusTreePartition |
Based on the algorithm from
[2] http://dbs.mathematik.uni-marburg.de/publications/myPapers/1990/BKSS90.pdf
Create a spatial partition of a set of nodes.
|
HRPlusTreeUtils |
Base class for HRPlus tree implementation of the spatial index.
|