Package com.luciad.format.raster
Class TLcdDTEDModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdRasterModelDescriptor
com.luciad.format.raster.TLcdDTEDModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor
,ILcdModelDescriptor
,Serializable
public class TLcdDTEDModelDescriptor
extends TLcdRasterModelDescriptor
implements ILcdImageModelDescriptor
A
TLcdRasterModelDescriptor
for models containing DTED data.
The descriptor points to the information present in a single DTED cell.- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTLcdDTEDModelDescriptor
(String aSourceName, String aDisplayName, TLcdDTEDCellDescriptor aDTEDCellDescriptor) Creates a new TLcdDTEDModelDescriptor with the given source name, display name, and cell descriptor.TLcdDTEDModelDescriptor
(String aSourceName, String aDisplayName, String aTypeName, TLcdDTEDCellDescriptor aDTEDCellDescriptor) Creates a new TLcdDTEDModelDescriptor with the given source name, display name, type name, and cell descriptor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the cell descriptor that corresponds to a single DTED.Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
isElevation, setElevation
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Field Details
-
TYPE_NAME
Type name identifying the DTED format type.- Since:
- 2018.0
- See Also:
-
-
Constructor Details
-
TLcdDTEDModelDescriptor
public TLcdDTEDModelDescriptor(String aSourceName, String aDisplayName, TLcdDTEDCellDescriptor aDTEDCellDescriptor) Creates a new TLcdDTEDModelDescriptor with the given source name, display name, and cell descriptor. -
TLcdDTEDModelDescriptor
public TLcdDTEDModelDescriptor(String aSourceName, String aDisplayName, String aTypeName, TLcdDTEDCellDescriptor aDTEDCellDescriptor) Creates a new TLcdDTEDModelDescriptor with the given source name, display name, type name, and cell descriptor.
-
-
Method Details
-
getDTEDCellDescriptor
Returns the cell descriptor that corresponds to a single DTED.
-