| Package | Description |
|---|---|
| org.geotools.data.shapefile.index.quadtree | |
| org.geotools.data.shapefile.index.quadtree.fs |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.copy() |
Node |
QuadTree.getRoot() |
Node |
Node.getSubNode(int pos)
Gets the Node at the requested position
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemNode
DOCUMENT ME!
|
| Modifier and Type | Method and Description |
|---|---|
Node |
FileSystemNode.copy() |
Node |
FileSystemNode.getSubNode(int pos) |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemNode |
FileSystemNode.readNode(int id,
Node parent,
FileChannel channel,
ByteOrder order,
boolean useMemoryMapping)
DOCUMENT ME!
|
Copyright © 1996–2019 Geotools. All rights reserved.