Package | Description |
---|---|
org.geotools.data.shapefile.index | |
org.geotools.data.shapefile.index.quadtree | |
org.geotools.data.shapefile.index.quadtree.fs |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<Data> |
CachedQuadTree.search(Envelope bounds) |
Modifier and Type | Method and Description |
---|---|
void |
QuadTree.close() |
Node |
Node.getSubNode(int pos)
Gets the Node at the requested position
|
void |
QuadTree.insert(int recno,
Envelope bounds)
Inserts a shape record id in the quadtree
|
void |
QuadTree.insert(Node node,
int recno,
Envelope recBounds,
int maxDepth)
Inserts a shape record id in the quadtree
|
QuadTree |
IndexStore.load(IndexFile indexfile,
boolean useMemoryMapping)
Loads a
QuadTree |
CloseableIterator<Data> |
QuadTree.search(Envelope bounds) |
void |
IndexStore.store(QuadTree tree)
Stores a
QuadTree |
boolean |
QuadTree.trim() |
Modifier and Type | Method and Description |
---|---|
Node |
FileSystemNode.getSubNode(int pos) |
QuadTree |
FileSystemIndexStore.load(IndexFile indexfile,
boolean useMemoryMapping)
Loads a quadrtee stored in a '.qix' file.
|
void |
FileSystemIndexStore.store(QuadTree tree) |
Constructor and Description |
---|
IndexHeader(ReadableByteChannel channel) |
Copyright © 1996–2022 Geotools. All rights reserved.