Uses of Interface
gov.nasa.worldwind.cache.Cacheable
-
Packages that use Cacheable Package Description 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 asLayer
andElevationModel
.gov.nasa.worldwind.geom gov.nasa.worldwind.layers gov.nasa.worldwind.layers.mercator gov.nasa.worldwind.layers.placename gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces gov.nasa.worldwind.terrain gov.nasa.worldwind.util gov.nasa.worldwind.wms -
-
Uses of Cacheable in gov.nasa.worldwind.cache
Classes in gov.nasa.worldwind.cache that implement Cacheable Modifier and Type Class Description protected static class
BasicDataFileStore.DBEntry
Holds information for entries in the cache database.static class
BasicGpuResourceCache.CacheEntry
Methods in gov.nasa.worldwind.cache with parameters of type Cacheable Modifier and Type Method Description boolean
BasicMemoryCache. add(java.lang.Object key, Cacheable clientObject)
boolean
MemoryCache. add(java.lang.Object key, Cacheable clientObject)
Attempts to add theCacheable
object referenced by the key. -
Uses of Cacheable in gov.nasa.worldwind.data
Classes in gov.nasa.worldwind.data that implement Cacheable Modifier and Type Class Description class
BufferedImageRaster
class
BufferWrapperRaster
class
ByteBufferRaster
class
GDALDataRaster
class
MipMappedBufferedImageRaster
-
Uses of Cacheable in gov.nasa.worldwind.geom
Classes in gov.nasa.worldwind.geom that implement Cacheable Modifier and Type Class Description class
Sector
Sector
represents a rectangular region of latitude and longitude. -
Uses of Cacheable in gov.nasa.worldwind.layers
Classes in gov.nasa.worldwind.layers that implement Cacheable Modifier and Type Class Description class
TextureTile
This class manages the conversion and timing of image data to a JOGL Texture, and provides an interface for binding the texture and applying any texture transforms to align the texture and texture coordinates. -
Uses of Cacheable in gov.nasa.worldwind.layers.mercator
Classes in gov.nasa.worldwind.layers.mercator that implement Cacheable Modifier and Type Class Description class
MercatorSector
class
MercatorTextureTile
-
Uses of Cacheable in gov.nasa.worldwind.layers.placename
Classes in gov.nasa.worldwind.layers.placename that implement Cacheable Modifier and Type Class Description protected static class
PlaceNameLayer.PlaceNameChunk
protected static class
PlaceNameLayer.Tile
-
Uses of Cacheable in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement Cacheable Modifier and Type Class Description protected static class
AbstractSurfaceObject.SurfaceObjectStateKey
Represents a surface object's current state.protected static class
AbstractSurfaceShape.SurfaceShapeStateKey
Represents a surface shapes's current state.protected static class
SurfaceObjectTileBuilder.SurfaceObjectTile
Represents aTextureTile
who's contents is constructed by a set of surface objects.protected static class
SurfaceObjectTileBuilder.SurfaceObjectTileStateKey
Represents a surface renderable tile's current state. -
Uses of Cacheable in gov.nasa.worldwind.render.airspaces
Classes in gov.nasa.worldwind.render.airspaces that implement Cacheable Modifier and Type Class Description protected static class
Curtain.CurtainGeometry
class
Geometry
protected static class
Polygon.PolygonGeometry
-
Uses of Cacheable in gov.nasa.worldwind.terrain
Classes in gov.nasa.worldwind.terrain that implement Cacheable Modifier and Type Class Description protected static class
BasicElevationModel.ElevationTile
protected static class
WMSBasicElevationModel.ElevationCompositionTile
-
Uses of Cacheable in gov.nasa.worldwind.util
Classes in gov.nasa.worldwind.util that implement Cacheable Modifier and Type Class Description protected static class
GeographicImageInterpolator.GeographicCell
GeographicCell extendsImageInterpolator.Cell
to correctly handle image cells which have geographic coordinates.protected static class
ImageInterpolator.Cell
class
Tile
Large images and most imagery and elevation-data sets are subdivided in order to display visible portions quickly and without excessive memory usage. -
Uses of Cacheable in gov.nasa.worldwind.wms
Classes in gov.nasa.worldwind.wms that implement Cacheable Modifier and Type Class Description protected static class
WMSTiledImageLayer.ComposeImageTile
-