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 as
Layer and ElevationModel . |
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.render.airspaces | |
gov.nasa.worldwind.terrain |
Modifier and Type | Method and Description |
---|---|
static MemoryCache |
WorldWind.getMemoryCache(java.lang.String key) |
Modifier and Type | Class and Description |
---|---|
class |
BasicMemoryCache |
class |
BasicRasterServerCache
The
BasicRasterServerCache is an implementation of the memory cache that is specific to store maximum
possible cacheable items, until the heap size allows. |
Modifier and Type | Method and Description |
---|---|
MemoryCache |
MemoryCacheSet.addCache(java.lang.String key,
MemoryCache cache) |
MemoryCache |
BasicMemoryCacheSet.addCache(java.lang.String key,
MemoryCache cache) |
MemoryCache |
MemoryCacheSet.getCache(java.lang.String cacheKey) |
MemoryCache |
BasicMemoryCacheSet.getCache(java.lang.String cacheKey) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,MemoryCache> |
MemoryCacheSet.getAllCaches() |
java.util.Map<java.lang.String,MemoryCache> |
BasicMemoryCacheSet.getAllCaches() |
Modifier and Type | Method and Description |
---|---|
MemoryCache |
MemoryCacheSet.addCache(java.lang.String key,
MemoryCache cache) |
MemoryCache |
BasicMemoryCacheSet.addCache(java.lang.String key,
MemoryCache cache) |
Modifier and Type | Field and Description |
---|---|
protected static MemoryCache |
BasicRasterServer.cache |
protected MemoryCache |
CachedDataRaster.rasterCache |
Modifier and Type | Method and Description |
---|---|
protected static MemoryCache |
TiledRasterProducer.createDefaultCache() |
protected MemoryCache |
TiledRasterProducer.getCache() |
MemoryCache |
BasicRasterServer.getCache()
Returns an instance of the MemoryCache that contains DataRasters and their properties
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
static MemoryCache |
TextureTile.getMemoryCache()
Returns the memory cache used to cache tiles for this class and its subclasses, initializing the cache if it
doesn't yet exist.
|
Modifier and Type | Method and Description |
---|---|
protected MemoryCache |
RigidShape.getGeometryCache()
Retrieve the geometry cache supporting the Level of Detail system.
|
Modifier and Type | Method and Description |
---|---|
protected MemoryCache |
AbstractAirspace.getGeometryCache() |
Modifier and Type | Field and Description |
---|---|
protected MemoryCache |
BasicElevationModel.extremesLookupCache |
protected MemoryCache |
HighResolutionTerrain.geometryCache |
protected MemoryCache |
BasicElevationModel.memoryCache |
Modifier and Type | Method and Description |
---|---|
protected MemoryCache |
BasicElevationModel.createMemoryCache(java.lang.String cacheName) |
protected MemoryCache |
BasicElevationModel.getExtremesLookupCache()
Returns the memory cache used to cache extreme elevation computations, initializing the cache if it doesn't yet
exist.
|
protected MemoryCache |
BasicElevationModel.getMemoryCache() |