Package com.luciad.format.raster
Class TLcdMultilevelJAIModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdMultilevelRasterModelDescriptor
com.luciad.format.raster.TLcdMultilevelJAIModelDescriptor
- All Implemented Interfaces:
ILcdModelDescriptor
,Serializable
A
TLcdMultilevelRasterModelDescriptor
for models containing
JAI data.- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdMultilevelJAIModelDescriptor
(String aSourceName, String aDisplayName) Creates a new TLcdMultilevelJAIModelDescriptor with the given source name and display name.TLcdMultilevelJAIModelDescriptor
(String aSourceName, String aDisplayName, String aTypeName) Creates a new TLcdMultilevelJAIModelDescriptor with the given source name, display name, and type name.TLcdMultilevelJAIModelDescriptor
(String aSourceName, String aDisplayName, String aTypeName, boolean aIsElevation) Creates a new TLcdMultilevelJAIModelDescriptor with the given source name, display name, type name, and elevation flag. -
Method Summary
Methods inherited from class com.luciad.format.raster.TLcdMultilevelRasterModelDescriptor
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
-
TLcdMultilevelJAIModelDescriptor
Creates a new TLcdMultilevelJAIModelDescriptor with the given source name and display name. -
TLcdMultilevelJAIModelDescriptor
Creates a new TLcdMultilevelJAIModelDescriptor with the given source name, display name, and type name. -
TLcdMultilevelJAIModelDescriptor
public TLcdMultilevelJAIModelDescriptor(String aSourceName, String aDisplayName, String aTypeName, boolean aIsElevation) Creates a new TLcdMultilevelJAIModelDescriptor with the given source name, display name, type name, and elevation flag.
-