Uses of Class
org.apache.sis.util.collection.Cache
Packages that use Cache
Package
Description
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
Math transform provider
implementations.
Build
DefaultFeatureTypes by inspection of database schemas.Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Relationship between any two Coordinate Reference Systems (CRS).
Resources which are aggregations or concatenations of other resources.
Addition to the collection framework.
-
Uses of Cache in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as CacheModifier and TypeFieldDescriptionprivate final Cache<GridExtent,RenderedImage> BufferedGridCoverage.cachedRenderingsCache of rendered images produced by calls toBufferedGridCoverage.render(GridExtent). -
Uses of Cache in org.apache.sis.image
Subclasses of Cache in org.apache.sis.imageModifier and TypeClassDescription(package private) final classA cache of tiles computed byComputedImage.Fields in org.apache.sis.image declared as CacheModifier and TypeFieldDescriptionAnnotatedImage.cacheCache of property values computed for the ImageAdapter.source image.private static final Cache<ResamplingGrid.Key,org.opengis.referencing.operation.MathTransform2D> ResamplingGrid.CACHECache of previously computedResamplingGridinstances.Fields in org.apache.sis.image with type parameters of type CacheModifier and TypeFieldDescriptionprivate static final WeakHashMap<RenderedImage,Cache<Object, Object>> AnnotatedImage.CACHECache of properties already computed for images. -
Uses of Cache in org.apache.sis.internal.referencing.provider
Fields in org.apache.sis.internal.referencing.provider declared as CacheModifier and TypeFieldDescription(package private) static final Cache<Object,DatumShiftGridFile<?, ?>> DatumShiftGridFile.CACHECache of grids loaded so far. -
Uses of Cache in org.apache.sis.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as CacheModifier and TypeFieldDescriptionDatabase.cacheOfCRSCache of Coordinate Reference Systems created for a given SRID. -
Uses of Cache in org.apache.sis.referencing.factory
Fields in org.apache.sis.referencing.factory declared as CacheModifier and TypeFieldDescriptionprivate final Cache<ConcurrentAuthorityFactory.Key,Object> ConcurrentAuthorityFactory.cacheThe pool of cached objects. -
Uses of Cache in org.apache.sis.referencing.operation
Fields in org.apache.sis.referencing.operation declared as Cache -
Uses of Cache in org.apache.sis.storage.aggregate
Fields in org.apache.sis.storage.aggregate declared as CacheModifier and TypeFieldDescriptionprivate final Cache<Integer,GridCoverage> ConcatenatedGridCoverage.Loader.coveragesCache ofGridCoverageinstances. -
Uses of Cache in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection with parameters of type CacheModifier and TypeMethodDescription(package private) static <K,V> void Cache.Deferred.notifyChanges(Cache<K, V> cache, Cache.Deferred<K, V> entry) Sends all deferred notifications, starting with the given one.