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
ConstructorsConstructorDescriptionTLcdBILModelDescriptor(String aSourceName, String aDisplayName) Creates a new TLcdBILModelDescriptor with the given source name and display name. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetElevation(boolean aIsElevation) Sets whether the model contains elevation rasters.Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
isElevationMethods 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
-
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:
setElevationin classTLcdRasterModelDescriptor
-