org.geotools.index.quadtree |
|
Java Source File Name | Type | Comment |
IndexStore.java | Interface | |
LazySearchCollection.java | Class | A collection that will open and close the QuadTree and find the next id in
the index. |
LazySearchIterator.java | Class | Iterator that search the quad tree depth first. |
LineLazySearchCollectionTest.java | Class | |
Node.java | Class | |
PointLazySearchCollectionTest.java | Class | |
PolygonLazySearchCollectionTest.java | Class | |
QuadTree.java | Class | 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. |
StoreException.java | Class | |