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 java.util.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, getDirMinimum, getFile, getLeafMinimum, getLogger, getNode, getNode, getPageID, getPageSize, getRoot, getRootEntry, getRootID, getRootPath, initialize, initialize, initializeCapacities, initializeFromFile, isRoot, logStatistics, postDelete, preInsert, writeNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLongName, getShortNamepublic abstract void insertLeaf(E leaf)
leaf - Leaf entrypublic abstract java.util.List<E> getLeaves()
Copyright © 2019 ELKI Development Team. License information.