|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectNode
FileSystemNode
public class FileSystemNode
DOCUMENT ME!
Field Summary |
---|
Fields inherited from class Node |
---|
numShapesId, shapesId, subNodes |
Method Summary | |
---|---|
void |
close()
Clears up whatever resources the node is hanging onto |
Node |
copy()
|
int |
getNumSubNodes()
DOCUMENT ME! |
Node |
getSubNode(int pos)
Gets the Node at the requested position |
int |
getSubNodesLength()
DOCUMENT ME! |
int |
getSubNodeStartByte()
DOCUMENT ME! |
static FileSystemNode |
readNode(int id,
Node parent,
FileChannel channel,
ByteOrder order,
boolean useMemoryMapping)
DOCUMENT ME! |
void |
setNumSubNodes(int numSubNodes)
DOCUMENT ME! |
Methods inherited from class Node |
---|
addShapeId, addSubNode, clean, clearSubNodes, getBounds, getNumShapeIds, getShapeId, getShapesId, isChildrenVisited, isVisited, pack, removeSubNode, setBounds, setChildrenVisited, setShapesId, setShapesId, setVisited |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Node copy() throws IOException
copy
in class Node
IOException
public int getNumSubNodes()
getNumSubNodes
in class Node
public void setNumSubNodes(int numSubNodes)
numSubNodes
- The numSubNodes to set.public int getSubNodeStartByte()
public int getSubNodesLength()
public Node getSubNode(int pos) throws StoreException
Node
getSubNode
in class Node
pos
- The position
StoreException
- DOCUMENT ME!org.geotools.index.quadtree.Node#getSubNode(int)
public static FileSystemNode readNode(int id, Node parent, FileChannel channel, ByteOrder order, boolean useMemoryMapping) throws IOException
channel
- order
- DOCUMENT ME!
IOException
public void close()
Node
close
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |