|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.index.rtree.Node org.geotools.index.rtree.memory.MemoryNode
DOCUMENT ME!
Field Summary |
Fields inherited from class org.geotools.index.rtree.Node |
bounds, entries, entriesCount, isChanged, maxNodeEntries |
Constructor Summary | |
MemoryNode(int maxNodeEntries)
DOCUMENT ME! |
Method Summary | |
protected void |
doSave()
Saves this Node ; called from save() |
protected Entry |
getEntry(Node node)
Returns the Entry pointing the specified Node |
Node |
getParent()
DOCUMENT ME! |
void |
setParent(Node node)
Sets the parent of this Node |
Methods inherited from class org.geotools.index.rtree.Node |
addEntry, boundsChanged, clear, getBounds, getEntries, getEntriesCount, getEntry, isLeaf, removeEntry, save, setLeaf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemoryNode(int maxNodeEntries)
maxNodeEntries
- Method Detail |
public Node getParent() throws TreeException
Node
getParent
in class Node
TreeException
- DOCUMENT ME!Node.getParent()
public void setParent(Node node)
Node
Node
setParent
in class Node
node
- The parent Node
Node.setParent(org.geotools.index.rtree.Node)
protected Entry getEntry(Node node)
Node
Node
getEntry
in class Node
node
- The Node
Entry
Node.getEntry(org.geotools.index.rtree.Node)
protected void doSave() throws TreeException
Node
Node
; called from save()
doSave
in class Node
TreeException
Node.doSave()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |