|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.si
|
DTEDFrameSubframeInfo |
DTEDFrame.subframeInfo
The subframe presentation attributes. |
protected DTEDFrameSubframeInfo |
DTEDCacheManager.subframeInfo
|
protected DTEDFrameSubframeInfo |
DTEDCacheHandler.dfsi
A description of the drawing attributes of the images. |
Methods in com.bbn.openmap.layer.dted that return DTEDFrameSubframeInfo | |
DTEDFrameSubframeInfo |
DTEDFrameSubframeInfo.makeClone()
|
DTEDFrameSubframeInfo |
DTEDCacheManager.getSubframeInfo()
|
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 |
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)
|
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |