Package | Description |
---|---|
org.geotools.data.shapefile.index.quadtree | |
org.geotools.data.shapefile.index.quadtree.fs |
Modifier and Type | Method and Description |
---|---|
IndexFile |
QuadTree.getIndexfile() |
Modifier and Type | Method and Description |
---|---|
QuadTree |
IndexStore.load(IndexFile indexfile,
boolean useMemoryMapping)
Loads a
QuadTree |
Constructor and Description |
---|
QuadTree(int numShapes,
Envelope maxBounds,
IndexFile file)
Constructor.
|
QuadTree(int numShapes,
int maxDepth,
Envelope maxBounds,
IndexFile file)
Constructor.
|
QuadTree(int numShapes,
int maxDepth,
IndexFile file)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
QuadTree |
FileSystemIndexStore.load(IndexFile indexfile,
boolean useMemoryMapping)
Loads a quadrtee stored in a '.qix' file.
|
Copyright © 1996–2019 Geotools. All rights reserved.