|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexFile | |
---|---|
org.geotools.data.shapefile.index.quadtree | |
org.geotools.data.shapefile.index.quadtree.fs |
Uses of IndexFile in org.geotools.data.shapefile.index.quadtree |
---|
Methods in org.geotools.data.shapefile.index.quadtree that return IndexFile | |
---|---|
IndexFile |
QuadTree.getIndexfile()
|
Methods in org.geotools.data.shapefile.index.quadtree with parameters of type IndexFile | |
---|---|
QuadTree |
IndexStore.load(IndexFile indexfile,
boolean useMemoryMapping)
Loads a QuadTree |
Constructors in org.geotools.data.shapefile.index.quadtree with parameters of type IndexFile | |
---|---|
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. |
Uses of IndexFile in org.geotools.data.shapefile.index.quadtree.fs |
---|
Methods in org.geotools.data.shapefile.index.quadtree.fs with parameters of type IndexFile | |
---|---|
QuadTree |
FileSystemIndexStore.load(IndexFile indexfile,
boolean useMemoryMapping)
Loads a quadrtee stored in a '.qix' file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |