public interface IndexStore
| Modifier and Type | Method and Description |
|---|---|
QuadTree |
load(IndexFile indexfile,
boolean useMemoryMapping)
Loads a
QuadTree |
void |
store(QuadTree tree)
Stores a
QuadTree |
void store(QuadTree tree) throws StoreException
QuadTreetree - the QuadTree to storeStoreExceptionQuadTree load(IndexFile indexfile, boolean useMemoryMapping) throws StoreException
QuadTreeQuadTreeStoreExceptionCopyright © 1996–2019 Geotools. All rights reserved.