Uses of Interface
gov.nasa.worldwind.cache.MemoryCache
- 
Packages that use MemoryCache Package Description gov.nasa.worldwind gov.nasa.worldwind.cache gov.nasa.worldwind.data This package provides classes for converting raw data sources into a form which can be used by standard WorldWind components, such asLayerandElevationModel.gov.nasa.worldwind.layers gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces gov.nasa.worldwind.terrain 
- 
- 
Uses of MemoryCache in gov.nasa.worldwindMethods in gov.nasa.worldwind that return MemoryCache Modifier and Type Method Description static MemoryCacheWorldWind. getMemoryCache(java.lang.String key)
- 
Uses of MemoryCache in gov.nasa.worldwind.cacheClasses in gov.nasa.worldwind.cache that implement MemoryCache Modifier and Type Class Description classBasicMemoryCacheclassBasicRasterServerCacheTheBasicRasterServerCacheis an implementation of the memory cache that is specific to store maximum possible cacheable items, until the heap size allows.Methods in gov.nasa.worldwind.cache that return MemoryCache Modifier and Type Method Description MemoryCacheBasicMemoryCacheSet. addCache(java.lang.String key, MemoryCache cache)MemoryCacheMemoryCacheSet. addCache(java.lang.String key, MemoryCache cache)MemoryCacheBasicMemoryCacheSet. getCache(java.lang.String cacheKey)MemoryCacheMemoryCacheSet. getCache(java.lang.String cacheKey)Methods in gov.nasa.worldwind.cache that return types with arguments of type MemoryCache Modifier and Type Method Description java.util.Map<java.lang.String,MemoryCache>BasicMemoryCacheSet. getAllCaches()java.util.Map<java.lang.String,MemoryCache>MemoryCacheSet. getAllCaches()Methods in gov.nasa.worldwind.cache with parameters of type MemoryCache Modifier and Type Method Description MemoryCacheBasicMemoryCacheSet. addCache(java.lang.String key, MemoryCache cache)MemoryCacheMemoryCacheSet. addCache(java.lang.String key, MemoryCache cache)
- 
Uses of MemoryCache in gov.nasa.worldwind.dataFields in gov.nasa.worldwind.data declared as MemoryCache Modifier and Type Field Description protected static MemoryCacheBasicRasterServer. cacheprotected MemoryCacheCachedDataRaster. rasterCacheMethods in gov.nasa.worldwind.data that return MemoryCache Modifier and Type Method Description protected static MemoryCacheTiledRasterProducer. createDefaultCache()MemoryCacheBasicRasterServer. getCache()Returns an instance of the MemoryCache that contains DataRasters and their propertiesprotected MemoryCacheTiledRasterProducer. getCache()Constructors in gov.nasa.worldwind.data with parameters of type MemoryCache Constructor Description CachedDataRaster(java.lang.Object source, AVList params, DataRasterReader reader, MemoryCache cache)Create a cached data raster.TiledElevationProducer(MemoryCache cache, int writeThreadPoolSize)TiledImageProducer(MemoryCache cache, int writeThreadPoolSize)TiledRasterProducer(MemoryCache cache, int writeThreadPoolSize)
- 
Uses of MemoryCache in gov.nasa.worldwind.layersMethods in gov.nasa.worldwind.layers that return MemoryCache Modifier and Type Method Description static MemoryCacheTextureTile. getMemoryCache()Returns the memory cache used to cache tiles for this class and its subclasses, initializing the cache if it doesn't yet exist.
- 
Uses of MemoryCache in gov.nasa.worldwind.renderMethods in gov.nasa.worldwind.render that return MemoryCache Modifier and Type Method Description protected MemoryCacheRigidShape. getGeometryCache()Retrieve the geometry cache supporting the Level of Detail system.
- 
Uses of MemoryCache in gov.nasa.worldwind.render.airspacesMethods in gov.nasa.worldwind.render.airspaces that return MemoryCache Modifier and Type Method Description protected MemoryCacheAbstractAirspace. getGeometryCache()
- 
Uses of MemoryCache in gov.nasa.worldwind.terrainFields in gov.nasa.worldwind.terrain declared as MemoryCache Modifier and Type Field Description protected MemoryCacheBasicElevationModel. extremesLookupCacheprotected MemoryCacheHighResolutionTerrain. geometryCacheprotected MemoryCacheBasicElevationModel. memoryCacheMethods in gov.nasa.worldwind.terrain that return MemoryCache Modifier and Type Method Description protected MemoryCacheBasicElevationModel. createMemoryCache(java.lang.String cacheName)protected MemoryCacheBasicElevationModel. getExtremesLookupCache()Returns the memory cache used to cache extreme elevation computations, initializing the cache if it doesn't yet exist.protected MemoryCacheBasicElevationModel. getMemoryCache()
 
-