Package | Description |
---|---|
org.geotools.data.shapefile.index | |
org.geotools.data.shapefile.index.quadtree | |
org.geotools.data.shapefile.index.quadtree.fs |
Constructor and Description |
---|
CachedQuadTree(QuadTree tree) |
Modifier and Type | Method and Description |
---|---|
QuadTree |
IndexStore.load(IndexFile indexfile,
boolean useMemoryMapping)
Loads a
QuadTree |
Modifier and Type | Method and Description |
---|---|
void |
IndexStore.store(QuadTree tree)
Stores a
QuadTree |
Constructor and Description |
---|
LazySearchIterator(QuadTree tree,
Envelope bounds) |
Modifier and Type | Method and Description |
---|---|
QuadTree |
FileSystemIndexStore.load(IndexFile indexfile,
boolean useMemoryMapping)
Loads a quadrtee stored in a '.qix' file.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemIndexStore.store(QuadTree tree) |
Copyright © 1996–2019 Geotools. All rights reserved.