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
ConstructorDescriptionTLcdSwissDHMMatrixModelDescriptor
(String aSourceName, String aDisplayName) Creates a new TLcdSwissDHMMatrixModelDescriptor with the given source name and display name. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether the model contains elevation rasters.Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
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
-
TLcdSwissDHMMatrixModelDescriptor
Creates a new TLcdSwissDHMMatrixModelDescriptor with the given source name and display name.
-
-
Method Details
-
isElevation
public boolean isElevation()Description copied from class:TLcdRasterModelDescriptor
Returns whether the model contains elevation rasters. This default implementation returnsfalse
, but extensions may override it.- Overrides:
isElevation
in classTLcdRasterModelDescriptor
- Returns:
true
.
-