Uses of Class
com.bbn.openmap.layer.dted.DTEDFrameSubframeInfo

Packages that use DTEDFrameSubframeInfo
com.bbn.openmap.layer.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
 

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

Fields in com.bbn.openmap.layer.dted declared as DTEDFrameSubframeInfo
 DTEDFrameSubframeInfo DTEDFrameSubframe.dfsi
           
protected  DTEDFrameSubframeInfo DTEDCacheHandler.dfsi
          A description of the drawing attributes of the images.
 DTEDFrameSubframeInfo DTEDSubframedFrame.subframeInfo
          The subframe presentation attributes.
protected  DTEDFrameSubframeInfo DTEDCacheManager.subframeInfo
           
 

Methods in com.bbn.openmap.layer.dted that return DTEDFrameSubframeInfo
 DTEDFrameSubframeInfo DTEDCacheManager.getSubframeInfo()
           
 DTEDFrameSubframeInfo DTEDFrameSubframeInfo.makeClone()
           
 

Methods in com.bbn.openmap.layer.dted with parameters of type DTEDFrameSubframeInfo
 OMGraphic DTEDSubframedFrame.getImage(DTEDFrameSubframeInfo dfsi, DTEDFrameColorTable colortable, Projection proj)
          If you just want to get an image for the DTEDFrame, then call this.
 OMGraphic DTEDFrameSubframe.getImageIfCurrent(Projection proj, DTEDFrameSubframeInfo dfsi)
           
 OMGraphic DTEDSubframedFrame.getSubframeImage(DTEDFrameSubframeInfo dfsi, DTEDFrameColorTable colortable, Projection proj)
          Return the subframe image as described in the DTEDFrameSubframeInfo.
 void DTEDCacheManager.setSubframeInfo(DTEDFrameSubframeInfo dfsi)
           
 void DTEDCacheHandler.setSubframeInfo(DTEDFrameSubframeInfo new_dfsi)
          Setting the subframe attributes.
 

Constructors in com.bbn.openmap.layer.dted with parameters of type DTEDFrameSubframeInfo
DTEDFrameSubframe(DTEDFrameSubframeInfo info)
           
DTEDSubframedFrame(java.lang.String filePath, DTEDFrameColorTable cTable, DTEDFrameSubframeInfo info)
          Constructor with colortable and presentation information.
DTEDSubframedFrame(java.lang.String filePath, DTEDFrameColorTable cTable, DTEDFrameSubframeInfo info, boolean readWholeFile)
          Constructor with colortable and presentation information.
 



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