Package | Description |
---|---|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.geotools.util |
Contains utilities and addition to the collection framework.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectCache<Object,Object> |
AbstractCachedAuthorityFactory.cache
Cache to be used for referencing objects defined by this authority.
|
Modifier and Type | Method and Description |
---|---|
protected static <K,V> ObjectCache<K,V> |
CachedAuthorityDecorator.createCache(Hints hints)
Utility method used to produce cache based on hint
|
protected static <K,V> ObjectCache<K,V> |
CachedCRSAuthorityDecorator.createCache(Hints hints)
Utility method used to produce cache based on hint
|
Constructor and Description |
---|
AbstractAuthorityMediator(int priority,
ObjectCache<Object,Object> cache,
ReferencingFactoryContainer container)
Constructs an instance making use of the indicated cache.
|
AbstractCachedAuthorityFactory(int priority,
ObjectCache<Object,Object> cache,
ReferencingFactoryContainer container)
Constructs an instance making use of the indicated cache.
|
CachedAuthorityDecorator(AuthorityFactory factory,
ObjectCache<Object,Object> cache)
Constructs an instance wrapping the specified factory.
|
CachedCRSAuthorityDecorator(CRSAuthorityFactory factory,
ObjectCache<Object,Object> cache)
Constructs an instance wrapping the specified factory.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> ObjectCache<K,V> |
ObjectCaches.chain(ObjectCache<K,V> level1,
ObjectCache<K,V> level2)
Create a two level cache, operates as a level1 cache that is willing to obtain values from a
(usually shared) level2 cache.
|
static <K,V> ObjectCache<K,V> |
ObjectCaches.create(Hints hints)
Utility method used to produce cache based on provide Hint
|
static <K,V> ObjectCache<K,V> |
ObjectCaches.create(String policy,
int size)
Utility method used to produce an ObjectCache.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> ObjectCache<K,V> |
ObjectCaches.chain(ObjectCache<K,V> level1,
ObjectCache<K,V> level2)
Create a two level cache, operates as a level1 cache that is willing to obtain values from a
(usually shared) level2 cache.
|
static <K,V> ObjectCache<K,V> |
ObjectCaches.chain(ObjectCache<K,V> level1,
ObjectCache<K,V> 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–2022 Geotools. All rights reserved.