|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.geotools.index.quadtree | |
org.geotools.index.quadtree.fs |
Uses of Node in org.geotools.index.quadtree |
---|
Fields in org.geotools.index.quadtree declared as Node | |
---|---|
protected Node |
Node.parent
|
Methods in org.geotools.index.quadtree that return Node | |
---|---|
Node |
Node.copy()
|
Node |
Node.getParent()
|
Node |
QuadTree.getRoot()
|
Node |
Node.getSibling()
|
Node |
Node.getSubNode(int pos)
Gets the Node at the requested position |
Methods in org.geotools.index.quadtree with parameters of type Node | |
---|---|
void |
Node.addSubNode(Node node)
DOCUMENT ME! |
boolean |
Node.removeSubNode(Node node)
Removes a subnode |
void |
Node.setParent(Node parent)
|
void |
QuadTree.setRoot(Node root)
|
Constructors in org.geotools.index.quadtree with parameters of type Node | |
---|---|
LazySearchIterator(Node root,
IndexFile indexfile,
Envelope bounds)
|
|
Node(Envelope bounds,
int id,
Node parent)
|
Uses of Node in org.geotools.index.quadtree.fs |
---|
Subclasses of Node in org.geotools.index.quadtree.fs | |
---|---|
class |
FileSystemNode
DOCUMENT ME! |
Methods in org.geotools.index.quadtree.fs that return Node | |
---|---|
Node |
FileSystemNode.copy()
|
Node |
FileSystemNode.getSubNode(int pos)
|
Methods in org.geotools.index.quadtree.fs with parameters of type Node | |
---|---|
static FileSystemNode |
FileSystemNode.readNode(int id,
Node parent,
FileChannel channel,
ByteOrder order)
DOCUMENT ME! |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |