|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTEDFrameColorTable | |
com.bbn.openmap.layer.dted | Provides a layer that displays DTED (Digital Terrain Elevation Data) data. |
Uses of DTEDFrameColorTable in com.bbn.openmap.layer.dted |
Fields in com.bbn.openmap.layer.dted declared as DTEDFrameColorTable | |
DTEDFrameColorTable |
DTEDFrame.colorTable
The colortable used to create the images. |
protected DTEDFrameColorTable |
DTEDCacheHandler.colortable
The colors used by the frames to create the images. |
Methods in com.bbn.openmap.layer.dted that return DTEDFrameColorTable | |
DTEDFrameColorTable |
DTEDFrame.getColorTable()
|
Methods in com.bbn.openmap.layer.dted with parameters of type DTEDFrameColorTable | |
void |
DTEDFrame.setColorTable(DTEDFrameColorTable c_Table)
|
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. |
Constructors in com.bbn.openmap.layer.dted with parameters of type DTEDFrameColorTable | |
DTEDFrameColorTable(DTEDFrameColorTable cTable)
|
|
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 |