Package com.luciad.format.raster
Class TLcdDMEDModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdMultilevelRasterModelDescriptor
com.luciad.format.raster.TLcdDMEDModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor,ILcdModelDescriptor,Serializable
public class TLcdDMEDModelDescriptor
extends TLcdMultilevelRasterModelDescriptor
implements ILcdImageModelDescriptor
This
TLcdRasterModelDescriptor contains additional information
about DMED data.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTLcdDMEDModelDescriptor(String aSourceName, String aDisplayName) Creates a new TLcdDMEDModelDescriptor with the given source name and display name.TLcdDMEDModelDescriptor(String aSourceName, String aDisplayName, String aTypeName) Creates a new TLcdDMEDModelDescriptor with the given source name, display name, and type name. -
Method Summary
Methods inherited from class com.luciad.format.raster.TLcdMultilevelRasterModelDescriptor
isElevation, setElevationMethods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Field Details
-
TYPE_NAME
Type name identifying the DMED format type.- Since:
- 2018.0
- See Also:
-
-
Constructor Details
-
TLcdDMEDModelDescriptor
Creates a new TLcdDMEDModelDescriptor with the given source name and display name. -
TLcdDMEDModelDescriptor
Creates a new TLcdDMEDModelDescriptor with the given source name, display name, and type name.
-