Uses of Class
com.bbn.openmap.util.cacheHandler.CacheObject

Packages that use CacheObject
com.bbn.openmap.dataAccess.asrp   
com.bbn.openmap.dataAccess.dted   
com.bbn.openmap.dataAccess.image   
com.bbn.openmap.dataAccess.mapTile   
com.bbn.openmap.layer.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
com.bbn.openmap.layer.rpf Provides a layer that displays RPF (Raster Product Format) data. 
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
com.bbn.openmap.util.cacheHandler Provides utility code for a data cache. 
 

Uses of CacheObject in com.bbn.openmap.dataAccess.asrp
 

Methods in com.bbn.openmap.dataAccess.asrp that return CacheObject
 CacheObject ASRPDirectory.load(java.lang.Object key)
          Load a block image into the cache, based on the relative coordinates of the block as a key.
 

Uses of CacheObject in com.bbn.openmap.dataAccess.dted
 

Methods in com.bbn.openmap.dataAccess.dted that return CacheObject
 CacheObject DTEDFrameCacheHandler.load(java.lang.Object key)
           
 CacheObject DTEDFrameCache.load(java.lang.Object key)
          Load a dted frame into the cache, based on the path of the frame as a key.
 CacheObject DTEDFrameCacheHandler.load(java.lang.String key, double lat, double lon, int level)
          Load a dted frame into the cache, based on the path of the frame as a key.
 

Uses of CacheObject in com.bbn.openmap.dataAccess.image
 

Methods in com.bbn.openmap.dataAccess.image that return CacheObject
 CacheObject ImageTile.Cache.load(java.lang.Object key)
          Returns a CacheObject that will be loaded into the cache.
 

Uses of CacheObject in com.bbn.openmap.dataAccess.mapTile
 

Methods in com.bbn.openmap.dataAccess.mapTile that return CacheObject
 CacheObject StandardMapTileFactory.getEmptyTile(java.lang.Object key, int x, int y, int zoomLevel, Projection proj)
          Call to make when you want the tile factory to create some empty tile representation for the given location.
 CacheObject StandardMapTileFactory.load(java.lang.Object key)
           
 CacheObject TileMillMapTileFactory.load(java.lang.Object key, int x, int y, int zoomLevel, Projection proj)
          Fetches a new tile from the database.
 CacheObject StandardMapTileFactory.load(java.lang.Object key, int x, int y, int zoomLevel, Projection proj)
          Called to load cache object from data source, when not found in cache.
 CacheObject ServerMapTileFactory.load(java.lang.Object key, int x, int y, int zoomLevel, Projection proj)
          Checks the local directory first for a locally cached version of the tile before going off to the server.
 CacheObject DebugMapTileFactory.load(java.lang.Object key, int x, int y, int zoomLevel, Projection proj)
           
 

Uses of CacheObject in com.bbn.openmap.layer.dted
 

Methods in com.bbn.openmap.layer.dted that return CacheObject
 CacheObject DTEDFrameCache.load(java.lang.Object key)
          Load a dted frame into the cache, based on the path of the frame as a key.
 

Uses of CacheObject in com.bbn.openmap.layer.rpf
 

Methods in com.bbn.openmap.layer.rpf that return CacheObject
 CacheObject RpfFrameCacheHandler.load(java.lang.Object key)
           
 

Uses of CacheObject in com.bbn.openmap.layer.vpf
 

Subclasses of CacheObject in com.bbn.openmap.layer.vpf
static class VPFFeatureCache.VPFListCacheObject
          CacheObject used by VPFFeatureCache.
 

Methods in com.bbn.openmap.layer.vpf that return CacheObject
 CacheObject VPFFeatureCache.load(java.lang.Object key)
          CacheHandler method to load the new OMGraphicLists (FeatureCacheGraphicLists).
 CacheObject VPFFeatureCache.load(java.lang.String key, java.lang.String featureType)
          CacheHandler method to load the new OMGraphicLists (FeatureCacheGraphicLists).
 

Uses of CacheObject in com.bbn.openmap.util.cacheHandler
 

Fields in com.bbn.openmap.util.cacheHandler declared as CacheObject
protected  CacheObject[] CacheHandler.objs
           
 

Methods in com.bbn.openmap.util.cacheHandler that return CacheObject
abstract  CacheObject CacheHandler.load(java.lang.Object key)
          Called from get if the key doesn't exist, to "load" the new object into the cache before returning it.
 CacheObject CacheHandler.searchCache(java.lang.Object key)
          Search the cache for a match -return null if not found.
 

Methods in com.bbn.openmap.util.cacheHandler that return types with arguments of type CacheObject
 java.util.ListIterator<CacheObject> CacheHandler.listIterator()
          Return a ListIterator of the cache objects.
 

Methods in com.bbn.openmap.util.cacheHandler with parameters of type CacheObject
protected  void CacheHandler.replaceLeastUsed(CacheObject newObj)
          If there is space in the cache, put the object in.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details