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() |
Node |
getSubNode(int pos)
Gets the Node at the requested position
|
int |
getSubNodesLength() |
int |
getSubNodeStartByte() |
static FileSystemNode |
readNode(int id,
Node parent,
FileChannel channel,
ByteOrder order,
boolean useMemoryMapping) |
void |
setNumSubNodes(int numSubNodes) |
addShapeId, addSubNode, clean, clearSubNodes, getBounds, getNumShapeIds, getShapeId, getShapesId, isChildrenVisited, isVisited, pack, removeSubNode, setBounds, setChildrenVisited, setShapesId, setShapesId, setVisited
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 positionStoreException
org.geotools.index.quadtree.Node#getSubNode(int)
public static FileSystemNode readNode(int id, Node parent, FileChannel channel, ByteOrder order, boolean useMemoryMapping) throws IOException
IOException
Copyright © 1996–2023 Geotools. All rights reserved.