Package com.luciad.format.raster
Class TLcdBILModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdRasterModelDescriptor
com.luciad.format.raster.TLcdBILModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor
,ILcdModelDescriptor
,Serializable
public class TLcdBILModelDescriptor
extends TLcdRasterModelDescriptor
implements ILcdImageModelDescriptor
A
TLcdRasterModelDescriptor
for models containing BIL data.- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdBILModelDescriptor
(String aSourceName, String aDisplayName) Creates a new TLcdBILModelDescriptor with the given source name and display name. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setElevation
(boolean aIsElevation) Sets whether the model contains elevation rasters.Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
isElevation
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
-
TLcdBILModelDescriptor
Creates a new TLcdBILModelDescriptor with the given source name and display name.
-
-
Method Details
-
setElevation
public void setElevation(boolean aIsElevation) Sets whether the model contains elevation rasters.- Overrides:
setElevation
in classTLcdRasterModelDescriptor
-