|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.geotools.data.shapefile.index.quadtree | |
org.geotools.data.shapefile.index.quadtree.fs |
Uses of Node in org.geotools.data.shapefile.index.quadtree |
---|
Methods in org.geotools.data.shapefile.index.quadtree that return Node | |
---|---|
Node |
Node.copy()
|
Node |
QuadTree.getRoot()
|
Node |
Node.getSubNode(int pos)
Gets the Node at the requested position |
Methods in org.geotools.data.shapefile.index.quadtree with parameters of type Node | |
---|---|
void |
Node.addSubNode(Node node)
DOCUMENT ME! |
void |
QuadTree.insert(Node node,
int recno,
Envelope bounds,
int maxDepth)
Inserts a shape record id in the quadtree |
boolean |
Node.removeSubNode(Node node)
Removes a subnode |
void |
QuadTree.setRoot(Node root)
|
void |
Node.setShapesId(Node other)
|
Uses of Node in org.geotools.data.shapefile.index.quadtree.fs |
---|
Subclasses of Node in org.geotools.data.shapefile.index.quadtree.fs | |
---|---|
class |
FileSystemNode
DOCUMENT ME! |
Methods in org.geotools.data.shapefile.index.quadtree.fs that return Node | |
---|---|
Node |
FileSystemNode.copy()
|
Node |
FileSystemNode.getSubNode(int pos)
|
Methods in org.geotools.data.shapefile.index.quadtree.fs with parameters of type Node | |
---|---|
static FileSystemNode |
FileSystemNode.readNode(int id,
Node parent,
FileChannel channel,
ByteOrder order,
boolean useMemoryMapping)
DOCUMENT ME! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |