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.index
Constructors 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.quadtree
Methods in org.geotools.data.shapefile.index.quadtree that return QuadTree Modifier and Type Method Description QuadTree
IndexStore. load(IndexFile indexfile, boolean useMemoryMapping)
Loads aQuadTree
Methods in org.geotools.data.shapefile.index.quadtree with parameters of type QuadTree Modifier and Type Method Description void
IndexStore. store(QuadTree tree)
Stores aQuadTree
Constructors 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.fs
Methods in org.geotools.data.shapefile.index.quadtree.fs that return QuadTree Modifier and Type Method Description QuadTree
FileSystemIndexStore. 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 void
FileSystemIndexStore. store(QuadTree tree)
-