public class FileSystemNode extends Node
numShapesId, shapesId, subNodes| Modifier and Type | Method and Description | 
|---|---|
| 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! | 
addShapeId, addSubNode, clean, clearSubNodes, getBounds, getNumShapeIds, getShapeId, getShapesId, isChildrenVisited, isVisited, pack, removeSubNode, setBounds, setChildrenVisited, setShapesId, setShapesId, setVisitedpublic Node copy() throws IOException
copy in class NodeIOExceptionpublic int getNumSubNodes()
getNumSubNodes in class Nodepublic void setNumSubNodes(int numSubNodes)
numSubNodes - The numSubNodes to set.public int getSubNodeStartByte()
public int getSubNodesLength()
public Node getSubNode(int pos) throws StoreException
NodegetSubNode in class Nodepos - The positionStoreException - 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!IOExceptionCopyright © 1996–2019 Geotools. All rights reserved.