| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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 NodeTreeException - DOCUMENT ME!Node.getParent()public void setParent(Node node)
NodeNode
setParent in class Nodenode - The parent NodeNode.setParent(org.geotools.index.rtree.Node)protected Entry getEntry(Node node)
NodeNode
getEntry in class Nodenode - The Node
EntryNode.getEntry(org.geotools.index.rtree.Node)
protected void doSave()
               throws TreeException
NodeNode; called from save()
doSave in class NodeTreeExceptionNode.doSave()| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||