Uses of Class
org.geotools.data.shapefile.shp.IndexFile

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, Envelope bounds)
           
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.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.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.