Uses of Interface
org.geotools.caching.spatialindex.Entry

Packages that use Entry
org.geotools.caching.grid.spatialindex   
org.geotools.caching.spatialindex   
 

Uses of Entry in org.geotools.caching.grid.spatialindex
 

Classes in org.geotools.caching.grid.spatialindex that implement Entry
 class GridData
          Associates data with its shape to be stored in the index.
 class GridNode
          A node in the grid.
 class GridRootNode
          The root node of a grid, which has n GridNodes as children.
 

Uses of Entry in org.geotools.caching.spatialindex
 

Subinterfaces of Entry in org.geotools.caching.spatialindex
 interface Data<E>
           
 interface Node
           
 

Methods in org.geotools.caching.spatialindex with parameters of type Entry
 double NearestNeighborComparator.getMinimumDistance(Shape query, Entry e)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.