Uses of Class
com.bbn.openmap.dataAccess.dted.DTEDFrameCache

Packages that use DTEDFrameCache
com.bbn.openmap.dataAccess.dted   
com.bbn.openmap.graphicLoader The GraphicLoader package is designed to provide support for components that need to drive changes in OMGraphics over a map. 
com.bbn.openmap.layer.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
com.bbn.openmap.layer.terrain This package contains the TerrainLayer, which lets you run LOS and path elevation profile queries over the map. 
com.bbn.openmap.tools.terrain The tools/terrain package is for components that provide services dealing with terrain (elevation) data. 
 

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

Fields in com.bbn.openmap.dataAccess.dted declared as DTEDFrameCache
protected  DTEDFrameCache DTEDFrameCacheHandler.frameCache
          The real frame cache.
 

Methods in com.bbn.openmap.dataAccess.dted that return DTEDFrameCache
 DTEDFrameCache DTEDFrameCacheHandler.getFrameCache()
          Get the DTEDFrameCache.
 

Methods in com.bbn.openmap.dataAccess.dted with parameters of type DTEDFrameCache
 void DTEDFrameCacheHandler.setFrameCache(DTEDFrameCache dfc)
          Set the DTEDFrameCache.
 

Constructors in com.bbn.openmap.dataAccess.dted with parameters of type DTEDFrameCache
DTEDFrameCacheHandler(DTEDFrameCache dfc)
          Create a handler for the DTEDFrameCache.
 

Uses of DTEDFrameCache in com.bbn.openmap.graphicLoader
 

Fields in com.bbn.openmap.graphicLoader declared as DTEDFrameCache
protected  DTEDFrameCache LOSGraphicLoader.dfc
           
 

Methods in com.bbn.openmap.graphicLoader that return DTEDFrameCache
 DTEDFrameCache LOSGraphicLoader.getDTEDFrameCache()
           
 

Methods in com.bbn.openmap.graphicLoader with parameters of type DTEDFrameCache
 void LOSGraphicLoader.setDTEDFrameCache(DTEDFrameCache cache)
           
 

Constructors in com.bbn.openmap.graphicLoader with parameters of type DTEDFrameCache
LOSGraphicLoader(DTEDFrameCache dfc, OMGraphicHandler receiver)
           
 

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

Methods in com.bbn.openmap.layer.dted that return DTEDFrameCache
 DTEDFrameCache DTEDFrameCacheLayer.getFrameCache()
           
 

Methods in com.bbn.openmap.layer.dted with parameters of type DTEDFrameCache
 void DTEDFrameCacheLayer.setFrameCache(DTEDFrameCache dfc)
           
 

Constructors in com.bbn.openmap.layer.dted with parameters of type DTEDFrameCache
DTEDFrameCacheLayer(DTEDFrameCache dfc)
          The default constructor for the Layer.
 

Uses of DTEDFrameCache in com.bbn.openmap.layer.terrain
 

Fields in com.bbn.openmap.layer.terrain declared as DTEDFrameCache
 DTEDFrameCache TerrainLayer.frameCache
          The cache that knows how to handle DTED requests.
 

Methods in com.bbn.openmap.layer.terrain that return DTEDFrameCache
 DTEDFrameCache TerrainLayer.getFrameCache()
           
 

Methods in com.bbn.openmap.layer.terrain with parameters of type DTEDFrameCache
 void TerrainLayer.setFrameCache(DTEDFrameCache dfc)
           
 

Uses of DTEDFrameCache in com.bbn.openmap.tools.terrain
 

Methods in com.bbn.openmap.tools.terrain that return DTEDFrameCache
 DTEDFrameCache LOSGenerator.getDtedCache()
           
 

Methods in com.bbn.openmap.tools.terrain with parameters of type DTEDFrameCache
 void LOSGenerator.setDtedCache(DTEDFrameCache cache)
           
 

Constructors in com.bbn.openmap.tools.terrain with parameters of type DTEDFrameCache
LOSGenerator(DTEDFrameCache cache)
           
 



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