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, getPageID, getPageSize, getRoot, getRootEntry, getRootID, getRootPath, initialize, initialize, initializeCapacities, initializeFromFile, isRoot, logStatistics, postDelete, preInsert, writeNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLongName, getShortName
public abstract void insertLeaf(E leaf)
leaf
- Leaf entryCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.