Uses of Class
org.geotools.caching.grid.spatialindex.GridSpatialIndex

Packages that use GridSpatialIndex
org.geotools.caching.grid.featurecache   
org.geotools.caching.grid.featurecache.readers   
org.geotools.caching.grid.spatialindex   
 

Uses of GridSpatialIndex in org.geotools.caching.grid.featurecache
 

Fields in org.geotools.caching.grid.featurecache declared as GridSpatialIndex
protected  GridSpatialIndex GridFeatureCache.tracker
           
 

Uses of GridSpatialIndex in org.geotools.caching.grid.featurecache.readers
 

Constructors in org.geotools.caching.grid.featurecache.readers with parameters of type GridSpatialIndex
GridCacheFeatureReader(java.util.Collection<NodeIdentifier> nodeids, GridSpatialIndex g)
          Creates a feature reader which reads features from a collection of nodes.
 

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

Methods in org.geotools.caching.grid.spatialindex with parameters of type GridSpatialIndex
protected  void GridRootNode.split(GridSpatialIndex index)
          Creates the grid by appending children to this node.
 

Constructors in org.geotools.caching.grid.spatialindex with parameters of type GridSpatialIndex
GridInvalidatingVisitor(GridSpatialIndex index)
          Creates a new Invalidating Visitor that will invalidate all nodes visited (no matter where they are).
GridInvalidatingVisitor(GridSpatialIndex index, Region r)
          Creates a new Invalidating Visitor.
NodeLockInvalidatingVisitor(GridSpatialIndex index)
          Creates a new Invalidating Visitor that will invalidate all nodes visited (no matter where they are).
NodeLockInvalidatingVisitor(GridSpatialIndex index, Region r)
          Creates a new Invalidating Visitor.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.