
public class DeLiCluTree extends NonFlatRStarTree<DeLiCluNode,DeLiCluEntry,AbstractRTreeSettings>
AbstractRStarTree.Statistics| Modifier and Type | Field and Description | 
|---|---|
| private gnu.trove.map.hash.TIntObjectHashMap<gnu.trove.set.hash.TIntHashSet> | expandedHolds the ids of the expanded nodes. | 
| private static Logging | LOGThe logger for this class. | 
EXTRA_INTEGRITY_CHECKS, height, settings, statisticsdirCapacity, dirMinimum, initialized, leafCapacity, leafMinimum| Constructor and Description | 
|---|
| DeLiCluTree(PageFile<DeLiCluNode> pagefile,
           AbstractRTreeSettings settings)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DeLiCluEntry | createNewDirectoryEntry(DeLiCluNode node)Creates a new directory entry representing the specified node. | 
| protected DeLiCluNode | createNewDirectoryNode()Creates a new directory node with the specified capacity. | 
| protected DeLiCluNode | createNewLeafNode()Creates a new leaf node with the specified capacity. | 
| protected DeLiCluEntry | createRootEntry()Creates an entry representing the root node. | 
| gnu.trove.set.TIntSet | getExpanded(DeLiCluNode entry)Returns the nodes which are already expanded with the specified node. | 
| gnu.trove.set.TIntSet | getExpanded(SpatialEntry entry)Returns the nodes which are already expanded with the specified node. | 
| protected Logging | getLogger()Get the (STATIC) logger for this class. | 
| int | numNodes()Determines and returns the number of nodes in this index. | 
| void | setExpanded(SpatialEntry entry1,
           SpatialEntry entry2)Marks the nodes with the specified ids as expanded. | 
bulkLoad, computeHeight, createEmptyRoot, hasOverflow, hasUnderflowadjustTree, canBulkLoad, choosePath, containedTest, createBulkLeafNodes, createNewRoot, deletePath, doExtraIntegrityChecks, findPathToObject, getHeight, getLeaves, initializeCapacities, initializeFromFile, insertDirectoryEntry, insertLeaf, insertLeafEntry, logStatistics, reInsert, setHeight, toStringcreateHeader, deleteNode, getFile, getNode, getNode, getPageID, getPageSize, getRoot, getRootEntry, getRootID, getRootPath, initialize, initialize, isRoot, postDelete, preInsert, writeNodeprivate static final Logging LOG
private gnu.trove.map.hash.TIntObjectHashMap<gnu.trove.set.hash.TIntHashSet> expanded
public DeLiCluTree(PageFile<DeLiCluNode> pagefile, AbstractRTreeSettings settings)
pagefile - Page filesettings - Settingspublic void setExpanded(SpatialEntry entry1, SpatialEntry entry2)
entry1 - the first nodeentry2 - the second nodepublic gnu.trove.set.TIntSet getExpanded(SpatialEntry entry)
entry - the id of the node for which the expansions should be returnedpublic gnu.trove.set.TIntSet getExpanded(DeLiCluNode entry)
entry - the id of the node for which the expansions should be returnedpublic int numNodes()
protected DeLiCluNode createNewLeafNode()
createNewLeafNode in class IndexTree<DeLiCluNode,DeLiCluEntry>protected DeLiCluNode createNewDirectoryNode()
createNewDirectoryNode in class IndexTree<DeLiCluNode,DeLiCluEntry>protected DeLiCluEntry createNewDirectoryEntry(DeLiCluNode node)
createNewDirectoryEntry in class AbstractRStarTree<DeLiCluNode,DeLiCluEntry,AbstractRTreeSettings>node - the node to be represented by the new entryprotected DeLiCluEntry createRootEntry()
createRootEntry in class IndexTree<DeLiCluNode,DeLiCluEntry>protected Logging getLogger()
IndexTreegetLogger in class IndexTree<DeLiCluNode,DeLiCluEntry>