NASA World Wind

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

Packages that use Cacheable
gov.nasa.worldwind.cache   
gov.nasa.worldwind.geom   
gov.nasa.worldwind.layers   
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 BasicMemoryCache.add(Object key, Cacheable clientObject)
           
 boolean MemoryCache.add(Object key, Cacheable clientObject)
          Attempts to add the Cacheable object referenced by the key.
 

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.util
 

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


NASA World Wind