
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, writeExternaladdDirectoryEntry, addLeafEntry, children, deleteAllEntries, deleteEntry, equals, getCapacity, getEntries, getEntry, getNumEntries, isLeaf, removeMask, splitByMask, splitTo, splitTo, toStringgetPageID, hashCode, isDirty, setDirty, setPageIDclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddDirectoryEntry, addLeafEntry, children, getEntry, getNumEntries, isLeafprivate 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 node