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
QuadTree
tree
- the QuadTree
to storeStoreException
QuadTree load(IndexFile indexfile, boolean useMemoryMapping) throws StoreException
QuadTree
QuadTree
StoreException
Copyright © 1996–2019 Geotools. All rights reserved.