Package | Description |
---|---|
com.bbn.openmap.layer.dted |
Provides a layer that displays DTED (Digital Terrain Elevation Data) data.
|
Modifier and Type | Field and Description |
---|---|
protected DTEDFrameColorTable |
DTEDCacheHandler.colortable
The colors used by the frames to create the images.
|
DTEDFrameColorTable |
DTEDSubframedFrame.colorTable
The colortable used to create the images.
|
Modifier and Type | Method and Description |
---|---|
DTEDFrameColorTable |
DTEDCacheHandler.getColortable()
Get the colortable being used to color the frames.
|
DTEDFrameColorTable |
DTEDSubframedFrame.getColorTable() |
Modifier and Type | Method and Description |
---|---|
OMGraphic |
DTEDSubframedFrame.getImage(DTEDFrameSubframeInfo dfsi,
DTEDFrameColorTable colortable,
Projection proj)
If you just want to get an image for the DTEDFrame, then call this.
|
OMGraphic |
DTEDSubframedFrame.getSubframeImage(DTEDFrameSubframeInfo dfsi,
DTEDFrameColorTable colortable,
Projection proj)
Return the subframe image as described in the DTEDFrameSubframeInfo.
|
void |
DTEDCacheHandler.setColortable(DTEDFrameColorTable colorT)
Set the DTEDFrameColorTable used by the handler.
|
void |
DTEDSubframedFrame.setColorTable(DTEDFrameColorTable c_Table) |
Constructor and Description |
---|
DTEDFrameColorTable(DTEDFrameColorTable cTable) |
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