Package | Description |
---|---|
com.bbn.openmap.dataAccess.dted | |
com.bbn.openmap.graphicLoader |
The GraphicLoader package is designed to provide support for
components that need to drive changes in OMGraphics over a map.
|
com.bbn.openmap.layer.dted |
Provides a layer that displays DTED (Digital Terrain Elevation Data) data.
|
com.bbn.openmap.layer.terrain |
This package contains the TerrainLayer, which lets you run LOS and
path elevation profile queries over the map.
|
com.bbn.openmap.tools.terrain |
The tools/terrain package is for components that provide services
dealing with terrain (elevation) data.
|
Modifier and Type | Field and Description |
---|---|
protected DTEDFrameCache |
DTEDFrameCacheHandler.frameCache
The real frame cache.
|
Modifier and Type | Method and Description |
---|---|
DTEDFrameCache |
DTEDFrameCacheHandler.getFrameCache()
Get the DTEDFrameCache.
|
Modifier and Type | Method and Description |
---|---|
void |
DTEDFrameCacheHandler.setFrameCache(DTEDFrameCache dfc)
Set the DTEDFrameCache.
|
Constructor and Description |
---|
DTEDFrameCacheHandler(DTEDFrameCache dfc)
Create a handler for the DTEDFrameCache.
|
Modifier and Type | Field and Description |
---|---|
protected DTEDFrameCache |
LOSGraphicLoader.dfc |
Modifier and Type | Method and Description |
---|---|
DTEDFrameCache |
LOSGraphicLoader.getDTEDFrameCache() |
Modifier and Type | Method and Description |
---|---|
void |
LOSGraphicLoader.setDTEDFrameCache(DTEDFrameCache cache) |
Constructor and Description |
---|
LOSGraphicLoader(DTEDFrameCache dfc,
OMGraphicHandler receiver) |
Modifier and Type | Method and Description |
---|---|
DTEDFrameCache |
DTEDFrameCacheLayer.getFrameCache() |
Modifier and Type | Method and Description |
---|---|
void |
DTEDFrameCacheLayer.setFrameCache(DTEDFrameCache dfc) |
Constructor and Description |
---|
DTEDFrameCacheLayer(DTEDFrameCache dfc)
The default constructor for the Layer.
|
Modifier and Type | Field and Description |
---|---|
DTEDFrameCache |
TerrainLayer.frameCache
The cache that knows how to handle DTED requests.
|
Modifier and Type | Method and Description |
---|---|
DTEDFrameCache |
TerrainLayer.getFrameCache() |
Modifier and Type | Method and Description |
---|---|
void |
TerrainLayer.setFrameCache(DTEDFrameCache dfc) |
Modifier and Type | Method and Description |
---|---|
DTEDFrameCache |
LOSGenerator.getDtedCache() |
Modifier and Type | Method and Description |
---|---|
void |
LOSGenerator.setDtedCache(DTEDFrameCache cache) |
Constructor and Description |
---|
LOSGenerator(DTEDFrameCache cache) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details