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

Packages that use SpatialIndex
org.geotools.caching.grid.featurecache   
org.geotools.caching.grid.featurecache.readers   
org.geotools.caching.grid.spatialindex   
org.geotools.caching.grid.spatialindex.store   
org.geotools.caching.spatialindex   
 

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

Methods in org.geotools.caching.grid.featurecache that return SpatialIndex
 SpatialIndex GridFeatureCache.getIndex()
          returns the spatial index that is used to implement the cache
 

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

Constructors in org.geotools.caching.grid.featurecache.readers with parameters of type SpatialIndex
CombiningCachingFeatureReader(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader1, FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader2, boolean cache1, boolean cache2, SpatialIndex cache, org.opengis.filter.Filter postFilter)
          Creates a new feature reader that combines the results from two feature reads and optionally caches the results.
 

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

Classes in org.geotools.caching.grid.spatialindex that implement SpatialIndex
 class GridSpatialIndex
          A grid implementation of SpatialIndex.
 

Methods in org.geotools.caching.grid.spatialindex that return SpatialIndex
static SpatialIndex GridSpatialIndex.createInstance(java.util.Properties pset)
           
 

Uses of SpatialIndex in org.geotools.caching.grid.spatialindex.store
 

Methods in org.geotools.caching.grid.spatialindex.store with parameters of type SpatialIndex
 void MemoryStorage.setParent(SpatialIndex index)
           
 

Uses of SpatialIndex in org.geotools.caching.spatialindex
 

Classes in org.geotools.caching.spatialindex that implement SpatialIndex
 class AbstractSpatialIndex
          This is a base class for implementing spatial indexes.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.