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
protected  DTEDFrameSubframeInfo DTEDCacheHandler.dfsi
          A description of the drawing attributes of the images.
 DTEDFrameSubframeInfo DTEDFrameSubframe.si
           
protected  DTEDFrameSubframeInfo DTEDCacheManager.subframeInfo
           
 DTEDFrameSubframeInfo DTEDFrame.subframeInfo
          The subframe presentation attributes.
 

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
 boolean DTEDFrameSubframeInfo.equals(DTEDFrameSubframeInfo newInfo)
          A comparision test to test the drawing parameters, to figure out if the presentation configuration has changed, and that the pixel color values need to be recalculated.
 OMRaster DTEDFrame.getOMRaster(DTEDFrameSubframeInfo dfsi, DTEDFrameColorTable colortable, EqualArc proj)
          If you just want to get an image for the DTEDFrame, then call this.
 OMRaster DTEDFrame.getSubframeOMRaster(DTEDFrameSubframeInfo dfsi, DTEDFrameColorTable colortable)
          Return the subframe image as described in the DTEDFrameSubframeInfo.
 void DTEDCacheHandler.setSubframeInfo(DTEDFrameSubframeInfo new_dfsi)
          Setting the subframe attributes.
 void DTEDCacheManager.setSubframeInfo(DTEDFrameSubframeInfo dfsi)
           
 

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



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