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

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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.