Package com.luciad.format.swissdhm
Class TLcdSwissDHMMatrixModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdRasterModelDescriptor
com.luciad.format.swissdhm.TLcdSwissDHMMatrixModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor,ILcdModelDescriptor,Serializable
public class TLcdSwissDHMMatrixModelDescriptor
extends TLcdRasterModelDescriptor
implements ILcdImageModelDescriptor
A
TLcdRasterModelDescriptor for models containing Swiss DHM matrix data.
This implementation contains no extra information on the data.- Since:
- 3.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdSwissDHMMatrixModelDescriptor(String aSourceName, String aDisplayName) Creates a new TLcdSwissDHMMatrixModelDescriptor with the given source name and display name. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the model contains elevation rasters.Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
setElevationMethods 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
-
TLcdSwissDHMMatrixModelDescriptor
Creates a new TLcdSwissDHMMatrixModelDescriptor with the given source name and display name.
-
-
Method Details
-
isElevation
public boolean isElevation()Description copied from class:TLcdRasterModelDescriptorReturns whether the model contains elevation rasters. This default implementation returnsfalse, but extensions may override it.- Overrides:
isElevationin classTLcdRasterModelDescriptor- Returns:
true.
-