Package com.luciad.format.raster
Class TLcdDEMModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdRasterModelDescriptor
com.luciad.format.raster.TLcdDEMModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor
,ILcdModelDescriptor
,Serializable
public class TLcdDEMModelDescriptor
extends TLcdRasterModelDescriptor
implements ILcdImageModelDescriptor
This
TLcdRasterModelDescriptor
contains additional information
about DEM data.- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdDEMModelDescriptor
(String aSourceName, String aDisplayName) Creates a new TLcdDEMModelDescriptor with the given source name and display name. -
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the maximum raster elevation.double
Returns the minimum raster elevation.void
setMaximumElevation
(double aMaximumElevation) Sets the maximum raster elevation.void
setMinimumElevation
(double aMinimumElevation) Sets the minimum raster elevation.Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
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
-
TLcdDEMModelDescriptor
Creates a new TLcdDEMModelDescriptor with the given source name and display name.
-
-
Method Details
-
getMaximumElevation
public double getMaximumElevation()Returns the maximum raster elevation. -
setMaximumElevation
public void setMaximumElevation(double aMaximumElevation) Sets the maximum raster elevation. -
getMinimumElevation
public double getMinimumElevation()Returns the minimum raster elevation. -
setMinimumElevation
public void setMinimumElevation(double aMinimumElevation) Sets the minimum raster elevation.- Parameters:
aMinimumElevation
-
-