NASA World Wind

Uses of Interface
gov.nasa.worldwind.cache.Cacheable

Packages that use Cacheable
gov.nasa.worldwind.cache   
gov.nasa.worldwind.data   
gov.nasa.worldwind.geom   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.render   
gov.nasa.worldwind.render.airspaces   
gov.nasa.worldwind.terrain   
gov.nasa.worldwind.util   
 

Uses of Cacheable in gov.nasa.worldwind.cache
 

Classes in gov.nasa.worldwind.cache that implement Cacheable
static class BasicTextureCache.TextureEntry
           
 

Methods in gov.nasa.worldwind.cache with parameters of type Cacheable
 boolean MemoryCache.add(Object key, Cacheable clientObject)
          Attempts to add the Cacheable object referenced by the key.
 boolean BasicMemoryCache.add(Object key, Cacheable clientObject)
           
 

Uses of Cacheable in gov.nasa.worldwind.data
 

Classes in gov.nasa.worldwind.data that implement Cacheable
 class BufferedImageRaster
           
 class BufferWrapperRaster
           
 class ByteBufferRaster
           
 

Uses of Cacheable in gov.nasa.worldwind.geom
 

Classes in gov.nasa.worldwind.geom that implement Cacheable
 class Sector
          Sector represents a rectangular reqion of latitude and longitude.
 

Uses of Cacheable in gov.nasa.worldwind.layers
 

Classes in gov.nasa.worldwind.layers that implement Cacheable
 class TextureTile
           
 

Uses of Cacheable in gov.nasa.worldwind.render
 

Classes in gov.nasa.worldwind.render that implement Cacheable
protected static class AbstractAnnotation.AnnotationTexture
           
 

Uses of Cacheable in gov.nasa.worldwind.render.airspaces
 

Classes in gov.nasa.worldwind.render.airspaces that implement Cacheable
 class Geometry
           
protected static class Polygon.PolygonGeometry
           
 

Uses of Cacheable in gov.nasa.worldwind.terrain
 

Classes in gov.nasa.worldwind.terrain that implement Cacheable
protected static class BasicElevationModel.Tile
           
 

Uses of Cacheable in gov.nasa.worldwind.util
 

Classes in gov.nasa.worldwind.util that implement Cacheable
 class Tile
           
 


NASA World Wind