|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexFile | |
---|---|
org.geotools.data.shapefile | |
org.geotools.index.quadtree | |
org.geotools.index.quadtree.fs |
Uses of IndexFile in org.geotools.data.shapefile |
---|
Methods in org.geotools.data.shapefile that return IndexFile | |
---|---|
protected IndexFile |
ShapefileDataStore.openIndexFile()
Convenience method for opening an index file. |
Uses of IndexFile in org.geotools.index.quadtree |
---|
Methods in org.geotools.index.quadtree that return IndexFile | |
---|---|
IndexFile |
QuadTree.getIndexfile()
|
Methods in org.geotools.index.quadtree with parameters of type IndexFile | |
---|---|
QuadTree |
IndexStore.load(IndexFile indexfile)
Loads a QuadTree |
Constructors in org.geotools.index.quadtree with parameters of type IndexFile | |
---|---|
LazySearchIterator(Node root,
IndexFile indexfile,
com.vividsolutions.jts.geom.Envelope bounds)
|
|
QuadTree(int numShapes,
com.vividsolutions.jts.geom.Envelope maxBounds,
IndexFile file)
Constructor. |
|
QuadTree(int numShapes,
int maxDepth,
com.vividsolutions.jts.geom.Envelope maxBounds,
IndexFile file)
Constructor. |
|
QuadTree(int numShapes,
int maxDepth,
IndexFile file)
Constructor. |
Uses of IndexFile in org.geotools.index.quadtree.fs |
---|
Methods in org.geotools.index.quadtree.fs with parameters of type IndexFile | |
---|---|
QuadTree |
FileSystemIndexStore.load(IndexFile indexfile)
Loads a quadrtee stored in a '.qix' file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |