Package org.geotools.data.shapefile.index.quadtree
-
Interface Summary Interface Description IndexStore -
Class Summary Class Description LazySearchIterator Iterator that search the quad tree depth first. 32000 indices are cached at a time and each time a node is visited the indices are removed from the node so that the memory footprint is kept small.Node QuadTree Java porting of mapserver quadtree implementation.
Note that this implementation is not thread safe, so don't share the same instance across two or more threads. -
Exception Summary Exception Description StoreException