Uses of Interface
org.geotools.util.ObjectCache

Packages that use ObjectCache
org.geotools.referencing.factory Base classes for factories and authority factories. 
org.geotools.util Contains utilities and addition to the collection framework. 
 

Uses of ObjectCache in org.geotools.referencing.factory
 

Fields in org.geotools.referencing.factory declared as ObjectCache
protected  ObjectCache AbstractCachedAuthorityFactory.cache
          Cache to be used for referencing objects defined by this authority.
 

Methods in org.geotools.referencing.factory that return ObjectCache
protected static ObjectCache CachedAuthorityDecorator.createCache(Hints hints)
          Utility method used to produce cache based on hint
protected static ObjectCache CachedCRSAuthorityDecorator.createCache(Hints hints)
          Utility method used to produce cache based on hint
 

Constructors in org.geotools.referencing.factory with parameters of type ObjectCache
AbstractAuthorityMediator(int priority, ObjectCache cache, ReferencingFactoryContainer container)
          Constructs an instance making use of the indicated cache.
AbstractCachedAuthorityFactory(int priority, ObjectCache cache, ReferencingFactoryContainer container)
          Constructs an instance making use of the indicated cache.
CachedAuthorityDecorator(org.opengis.referencing.AuthorityFactory factory, ObjectCache cache)
          Constructs an instance wrapping the specified factory.
CachedCRSAuthorityDecorator(org.opengis.referencing.crs.CRSAuthorityFactory factory, ObjectCache cache)
          Constructs an instance wrapping the specified factory.
 

Uses of ObjectCache in org.geotools.util
 

Methods in org.geotools.util that return ObjectCache
static ObjectCache ObjectCaches.chain(ObjectCache level1, ObjectCache level2)
          Create a two level cache, operates as a level1 cache that is willing to obtain values from a (usually shared) level2 cache.
static ObjectCache ObjectCaches.create(Hints hints)
          Utility method used to produce cache based on provide Hint
static ObjectCache ObjectCaches.create(java.lang.String policy, int size)
          Utility method used to produce an ObjectCache.
 

Methods in org.geotools.util with parameters of type ObjectCache
static ObjectCache ObjectCaches.chain(ObjectCache level1, ObjectCache level2)
          Create a two level cache, operates as a level1 cache that is willing to obtain values from a (usually shared) level2 cache.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.