public class TLcdDTEDModelDescriptor extends TLcdRasterModelDescriptor implements ILcdImageModelDescriptor
TLcdRasterModelDescriptor
for models containing DTED data.
The descriptor points to the information present in a single DTED cell.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE_NAME
Type name identifying the DTED format type.
|
Constructor and Description |
---|
TLcdDTEDModelDescriptor(java.lang.String aSourceName,
java.lang.String aDisplayName,
java.lang.String aTypeName,
TLcdDTEDCellDescriptor aDTEDCellDescriptor)
Creates a new TLcdDTEDModelDescriptor with the given source name, display
name, type name, and cell descriptor.
|
TLcdDTEDModelDescriptor(java.lang.String aSourceName,
java.lang.String aDisplayName,
TLcdDTEDCellDescriptor aDTEDCellDescriptor)
Creates a new TLcdDTEDModelDescriptor with the given source name, display
name, and cell descriptor.
|
Modifier and Type | Method and Description |
---|---|
TLcdDTEDCellDescriptor |
getDTEDCellDescriptor()
Returns the cell descriptor that corresponds to a single DTED.
|
isElevation, setElevation
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName, getSourceName, getTypeName
public static final java.lang.String TYPE_NAME
public TLcdDTEDModelDescriptor(java.lang.String aSourceName, java.lang.String aDisplayName, TLcdDTEDCellDescriptor aDTEDCellDescriptor)
public TLcdDTEDModelDescriptor(java.lang.String aSourceName, java.lang.String aDisplayName, java.lang.String aTypeName, TLcdDTEDCellDescriptor aDTEDCellDescriptor)
public TLcdDTEDCellDescriptor getDTEDCellDescriptor()