NASA World Wind

Uses of Interface
gov.nasa.worldwind.Cacheable

Packages that use Cacheable
gov.nasa.worldwind   
gov.nasa.worldwind.geom   
gov.nasa.worldwind.layers   
 

Uses of Cacheable in gov.nasa.worldwind
 

Subinterfaces of Cacheable in gov.nasa.worldwind
 interface SectorGeometry
           
 

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

Methods in gov.nasa.worldwind 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.geom
 

Classes in gov.nasa.worldwind.geom that implement Cacheable
 class Point
          Point represents an homogeneous cartesian point in 3 dimensional space.
 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
           
 


NASA World Wind