public class RStarTreeNode extends AbstractRStarTreeNode<RStarTreeNode,SpatialEntry>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
entries, isLeaf, numEntries
Constructor and Description |
---|
RStarTreeNode()
Empty constructor for Externalizable interface.
|
RStarTreeNode(int capacity,
boolean isLeaf)
Creates a new RStarTreeNode with the specified parameters.
|
adjustEntry, adjustEntryIncremental, computeMBR, integrityCheck, integrityCheckParameters, readExternal, writeExternal
addDirectoryEntry, addLeafEntry, children, deleteAllEntries, deleteEntry, getCapacity, getEntries, getEntry, getNumEntries, isLeaf, removeMask, splitByMask, splitTo, splitTo, toString
equals, getPageID, hashCode, isDirty, setDirty, setPageID
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addDirectoryEntry, addLeafEntry, children, getEntry, getNumEntries, isLeaf
private static final long serialVersionUID
public RStarTreeNode()
public RStarTreeNode(int capacity, boolean isLeaf)
capacity
- the capacity (maximum number of entries plus 1 for
overflow) of this nodeisLeaf
- indicates whether this node is a leaf nodeCopyright © 2019 ELKI Development Team. License information.