Uses of Class
org.geotools.data.shapefile.index.quadtree.QuadTree
- 
Packages that use QuadTree Package Description org.geotools.data.shapefile.index org.geotools.data.shapefile.index.quadtree org.geotools.data.shapefile.index.quadtree.fs 
- 
- 
Uses of QuadTree in org.geotools.data.shapefile.indexConstructors in org.geotools.data.shapefile.index with parameters of type QuadTree Constructor Description CachedQuadTree(QuadTree tree)
- 
Uses of QuadTree in org.geotools.data.shapefile.index.quadtreeMethods in org.geotools.data.shapefile.index.quadtree that return QuadTree Modifier and Type Method Description QuadTreeIndexStore. load(IndexFile indexfile, boolean useMemoryMapping)Loads aQuadTreeMethods in org.geotools.data.shapefile.index.quadtree with parameters of type QuadTree Modifier and Type Method Description voidIndexStore. store(QuadTree tree)Stores aQuadTreeConstructors in org.geotools.data.shapefile.index.quadtree with parameters of type QuadTree Constructor Description LazySearchIterator(QuadTree tree, Envelope bounds)
- 
Uses of QuadTree in org.geotools.data.shapefile.index.quadtree.fsMethods in org.geotools.data.shapefile.index.quadtree.fs that return QuadTree Modifier and Type Method Description QuadTreeFileSystemIndexStore. load(IndexFile indexfile, boolean useMemoryMapping)Loads a quadrtee stored in a '.qix' file.Methods in org.geotools.data.shapefile.index.quadtree.fs with parameters of type QuadTree Modifier and Type Method Description voidFileSystemIndexStore. store(QuadTree tree)
 
-