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
ConstructorsConstructorDescriptionTLcdDEMModelDescriptor(String aSourceName, String aDisplayName) Creates a new TLcdDEMModelDescriptor with the given source name and display name. -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the maximum raster elevation.doubleReturns the minimum raster elevation.voidsetMaximumElevation(double aMaximumElevation) Sets the maximum raster elevation.voidsetMinimumElevation(double aMinimumElevation) Sets the minimum raster elevation.Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
isElevation, 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
-
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-
-