Uses of Class
org.geotools.data.shapefile.shp.IndexFile
-
Packages that use IndexFile Package Description 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 Modifier and Type Method Description IndexFile
QuadTree. getIndexfile()
Methods in org.geotools.data.shapefile.index.quadtree with parameters of type IndexFile Modifier and Type Method Description QuadTree
IndexStore. load(IndexFile indexfile, boolean useMemoryMapping)
Loads aQuadTree
Constructors in org.geotools.data.shapefile.index.quadtree with parameters of type IndexFile Constructor Description QuadTree(int numShapes, int maxDepth, IndexFile file)
Constructor.QuadTree(int numShapes, int maxDepth, Envelope maxBounds, IndexFile file)
Constructor.QuadTree(int numShapes, Envelope maxBounds, 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 Modifier and Type Method Description QuadTree
FileSystemIndexStore. load(IndexFile indexfile, boolean useMemoryMapping)
Loads a quadrtee stored in a '.qix' file.
-