Package com.luciad.format.raster
Class TLcdETOPOModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdRasterModelDescriptor
com.luciad.format.raster.TLcdETOPOModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor
,ILcdModelDescriptor
,Serializable
public class TLcdETOPOModelDescriptor
extends TLcdRasterModelDescriptor
implements ILcdImageModelDescriptor
This
TLcdRasterModelDescriptor
contains additional information
about ETOPO data.- Since:
- 6.2
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdETOPOModelDescriptor
(String aSourceName, String aDisplayName) Creates a new TLcdDMEDModelDescriptor with the given source name and display name. -
Method Summary
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
-
Constructor Details
-
TLcdETOPOModelDescriptor
Creates a new TLcdDMEDModelDescriptor with the given source name and display name.
-