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 asLayerandElevationModel.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 classBasicDataFileStore.DBEntryHolds information for entries in the cache database.static classBasicGpuResourceCache.CacheEntryMethods in gov.nasa.worldwind.cache with parameters of type Cacheable Modifier and Type Method Description booleanBasicMemoryCache. add(java.lang.Object key, Cacheable clientObject)booleanMemoryCache. add(java.lang.Object key, Cacheable clientObject)Attempts to add theCacheableobject 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 classBufferedImageRasterclassBufferWrapperRasterclassByteBufferRasterclassGDALDataRasterclassMipMappedBufferedImageRaster -
Uses of Cacheable in gov.nasa.worldwind.geom
Classes in gov.nasa.worldwind.geom that implement Cacheable Modifier and Type Class Description classSectorSectorrepresents 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 classTextureTileThis 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 classMercatorSectorclassMercatorTextureTile -
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 classPlaceNameLayer.PlaceNameChunkprotected static classPlaceNameLayer.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 classAbstractSurfaceObject.SurfaceObjectStateKeyRepresents a surface object's current state.protected static classAbstractSurfaceShape.SurfaceShapeStateKeyRepresents a surface shapes's current state.protected static classSurfaceObjectTileBuilder.SurfaceObjectTileRepresents aTextureTilewho's contents is constructed by a set of surface objects.protected static classSurfaceObjectTileBuilder.SurfaceObjectTileStateKeyRepresents 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 classCurtain.CurtainGeometryclassGeometryprotected static classPolygon.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 classBasicElevationModel.ElevationTileprotected static classWMSBasicElevationModel.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 classGeographicImageInterpolator.GeographicCellGeographicCell extendsImageInterpolator.Cellto correctly handle image cells which have geographic coordinates.protected static classImageInterpolator.CellclassTileLarge 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 classWMSTiledImageLayer.ComposeImageTile
-