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