Package org.geotools.data.shapefile.index.quadtree
package org.geotools.data.shapefile.index.quadtree
-
ClassDescriptionIterator 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.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.