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