
N - Node typeE - Entry typepublic abstract class SpatialIndexTree<N extends SpatialNode<N,E>,E extends SpatialEntry> extends IndexTree<N,E>
dirCapacity, dirMinimum, initialized, leafCapacity, leafMinimum| Constructor and Description | 
|---|
| SpatialIndexTree(PageFile<N> pagefile)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<E> | getLeaves()Returns a list of entries pointing to the leaf entries of this spatial
 index. | 
| abstract void | insertLeaf(E leaf)Add a new leaf entry to the tree. | 
createEmptyRoot, createHeader, createNewDirectoryNode, createNewLeafNode, createRootEntry, deleteNode, getFile, getLogger, getNode, getNode, getPageFileStatistics, getPageID, getPageSize, getRoot, getRootEntry, getRootID, getRootPath, initialize, initialize, initializeCapacities, initializeFromFile, isRoot, postDelete, preInsert, writeNodepublic abstract void insertLeaf(E leaf)
leaf - Leaf entry