|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexFile | |
org.geotools.data.shapefile.indexed | |
org.geotools.index.quadtree | |
org.geotools.index.quadtree.fs |
Uses of IndexFile in org.geotools.data.shapefile.indexed |
Methods in org.geotools.data.shapefile.indexed that return IndexFile | |
protected IndexFile |
IndexedShapefileDataStore.openIndexFile(java.net.URL shxURL)
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 |