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

Packages that use Storage
org.geotools.caching.grid.featurecache   
org.geotools.caching.grid.spatialindex   
org.geotools.caching.grid.spatialindex.store   
org.geotools.caching.spatialindex   
 

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

Constructors in org.geotools.caching.grid.featurecache with parameters of type Storage
GridFeatureCache(FeatureSource fs, int indexcapacity, int capacity, Storage store)
           
GridFeatureCache(FeatureSource fs, ReferencedEnvelope env, int gridsize, int capacity, Storage store)
          Creates a new grid feature cache.
StreamingGridFeatureCache(FeatureSource fs, int indexcapacity, int capacity, Storage store)
           
StreamingGridFeatureCache(FeatureSource fs, ReferencedEnvelope env, int indexcapacity, int capacity, Storage store)
           
 

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

Methods in org.geotools.caching.grid.spatialindex with parameters of type Storage
 void GridSpatialIndex.initializeFromStorage(Storage storage)
           
 

Constructors in org.geotools.caching.grid.spatialindex with parameters of type Storage
GridSpatialIndex(Region mbr, int gridsize, Storage store, int capacity)
          Constructor.
 

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

Classes in org.geotools.caching.grid.spatialindex.store that implement Storage
 class BufferedDiskStorage
          Disk storage that buffers read/writes of nodes.
 class DiskStorage
          A storage that stores data in a file on disk.
 class MemoryStorage
          A simple in-memory storage relying on LinkedHashMap.
 

Methods in org.geotools.caching.grid.spatialindex.store that return Storage
static Storage BufferedDiskStorage.createInstance()
           
static Storage DiskStorage.createInstance()
          Default factory method : create a new Storage of type DiskStorage, with page size set to default 1000 bytes, and data file is a new temporary file.
static Storage MemoryStorage.createInstance()
           
static Storage BufferedDiskStorage.createInstance(java.util.Properties pset)
           
static Storage DiskStorage.createInstance(java.util.Properties pset)
          Factory method : create a new Storage of type DiskStorage.
static Storage MemoryStorage.createInstance(java.util.Properties pset)
           
 Storage StorageFactory.createStorage(java.util.Properties pset)
           
 

Uses of Storage in org.geotools.caching.spatialindex
 

Fields in org.geotools.caching.spatialindex declared as Storage
protected  Storage AbstractSpatialIndex.store
           
 

Methods in org.geotools.caching.spatialindex that return Storage
 Storage AbstractSpatialIndex.getStorage()
           
 

Methods in org.geotools.caching.spatialindex with parameters of type Storage
 void SpatialIndex.initializeFromStorage(Storage storage)
          Initializes the spatial index from a storage instance.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.