Uses of Class
org.apache.sis.internal.storage.TiledGridResource.CacheKey
Packages that use TiledGridResource.CacheKey
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of TiledGridResource.CacheKey in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage with type parameters of type TiledGridResource.CacheKeyModifier and TypeFieldDescription(package private) final WeakValueHashMap<TiledGridResource.CacheKey,
Raster> TiledGridResource.Subset.cache
Cache to use for tiles loaded by theTiledGridCoverage
.private final WeakValueHashMap<TiledGridResource.CacheKey,
Raster> TiledGridCoverage.rasters
Cache of rasters read by thisTiledGridCoverage
.private final WeakValueHashMap<TiledGridResource.CacheKey,
Raster> TiledGridResource.rasters
All tiles loaded by anyTiledGridCoverage
created from this resource.Methods in org.apache.sis.internal.storage that return TiledGridResource.CacheKeyModifier and TypeMethodDescriptionprivate TiledGridResource.CacheKey
TiledGridCoverage.createCacheKey
(int indexInTileVector) Creates the key to use for caching the tile at given index.