|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheObject | |
com.bbn.openmap.dataAccess.asrp | |
com.bbn.openmap.dataAccess.dted | |
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.util.cacheHandler | Provides utility code for a data cache. |
com.bbn.openmap.layer.vpf | This package contains code for dealing with NIMA data distributed in Vector Product Format. |
Uses of CacheObject in com.bbn.openmap.dataAccess.asrp |
Methods in com.bbn.openmap.dataAccess.asrp that return CacheObject | |
CacheObject |
ASRPDirectory.load(java.lang.String xAndY)
Load a block image into the cache, based on the relative coordintes 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.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. |
CacheObject |
DTEDFrameCacheHandler.load(java.lang.String key)
|
CacheObject |
DTEDFrameCache.load(java.lang.String dtedFramePath)
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.dted |
Methods in com.bbn.openmap.layer.dted that return CacheObject | |
CacheObject |
DTEDFrameCache.load(java.lang.String dtedFramePath)
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.String RpfFramePath)
Cachehandler method. |
CacheObject |
RpfFrameCacheHandler.load(RpfFrameEntry rfe)
Cachehandler method. |
Uses of CacheObject in com.bbn.openmap.layer.util.cacheHandler |
Fields in com.bbn.openmap.layer.util.cacheHandler declared as CacheObject | |
protected CacheObject[] |
CacheHandler.objs
|
Methods in com.bbn.openmap.layer.util.cacheHandler that return CacheObject | |
abstract CacheObject |
CacheHandler.load(java.lang.String 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.String key)
Search the cache for a match -return null if not found. |
Methods in com.bbn.openmap.layer.util.cacheHandler with parameters of type CacheObject | |
protected void |
CacheHandler.replaceLeastUsed(CacheObject newObj)
If there is space in the cache, put the object in. |
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.String 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). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |