Package | Description |
---|---|
com.bbn.openmap.dataAccess.dted | |
com.bbn.openmap.layer.dted |
Provides a layer that displays DTED (Digital Terrain Elevation Data) data.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardDTEDNameTranslator
A class implementing the DTEDNameTranslator interface that handles
DTED file names as specified in the DTED specification.
|
Modifier and Type | Field and Description |
---|---|
protected DTEDNameTranslator |
DTEDLocator.translator |
protected DTEDNameTranslator |
DTEDDirectoryHandler.translator
The DTEDNameTranslator for this handler, which knows how to match up
lat/lons with a DTED file name.
|
Modifier and Type | Method and Description |
---|---|
DTEDNameTranslator |
DTEDLocator.getTranslator()
Get the DTEDNameTranslator that knows how to interpret where a DTED file
covers based on its name.
|
DTEDNameTranslator |
DTEDDirectoryHandler.getTranslator()
Get the translator for this DTEDDirectoryHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
DTEDLocator.setTranslator(DTEDNameTranslator dnt)
Set the DTEDNameTranslator that knows how to interpret where a DTED file
covers based on its name.
|
void |
DTEDDirectoryHandler.setTranslator(DTEDNameTranslator dnt)
Set the DTEDNameTranslator for this DTEDDirectoryHandler.
|
Modifier and Type | Method and Description |
---|---|
DTEDFrameCacheLayer.Builder |
DTEDFrameCacheLayer.Builder.setNameTranslator(DTEDNameTranslator translator)
If set, this name translator will be added to all directory handlers
set in this builder.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details