|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.index.quadtree.Node
org.geotools.index.quadtree.fs.FileSystemNode
DOCUMENT ME!
| Field Summary |
| Fields inherited from class org.geotools.index.quadtree.Node |
subNodes |
| Constructor Summary | |
FileSystemNode(com.vividsolutions.jts.geom.Envelope bounds,
java.nio.channels.FileChannel channel,
java.nio.ByteOrder order,
int startByte,
int subNodesLength)
DOCUMENT ME! |
|
| Method Summary | |
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(java.nio.channels.FileChannel channel,
java.nio.ByteOrder order)
DOCUMENT ME! |
void |
setNumSubNodes(int numSubNodes)
DOCUMENT ME! |
| Methods inherited from class org.geotools.index.quadtree.Node |
addShapeId, addSubNode, clearSubNodes, getBounds, getNumShapeIds, getShapeId, getShapesId, removeSubNode, setBounds, setShapesId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileSystemNode(com.vividsolutions.jts.geom.Envelope bounds,
java.nio.channels.FileChannel channel,
java.nio.ByteOrder order,
int startByte,
int subNodesLength)
bounds - channel - DOCUMENT ME!order - DOCUMENT ME!startByte - DOCUMENT ME!subNodesLength - DOCUMENT ME!| Method Detail |
public 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
Node
getSubNode in class Nodepos - The position
StoreException - DOCUMENT ME!Node.getSubNode(int)
public static FileSystemNode readNode(java.nio.channels.FileChannel channel,
java.nio.ByteOrder order)
throws java.io.IOException
channel - order - DOCUMENT ME!
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||