Package com.luciad.format.raster
Class TLcdMultilevelRasterModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdMultilevelRasterModelDescriptor
- All Implemented Interfaces:
ILcdModelDescriptor,Serializable
- Direct Known Subclasses:
TLcdCADRGMultilevelRasterModelDescriptor,TLcdDMEDModelDescriptor,TLcdECRGMultilevelRasterModelDescriptor,TLcdECWModelDescriptor,TLcdJPEG2000ModelDescriptor,TLcdJPIPModelDescriptor,TLcdMrSIDModelDescriptor,TLcdMultilevelGeoTIFFModelDescriptor,TLcdMultilevelJAIModelDescriptor,TLcdMultilevelRSTModelDescriptor,TLcdOracleGeoRasterModelDescriptor,TLcdWCSProxyModelDescriptor
public class TLcdMultilevelRasterModelDescriptor
extends TLcdModelDescriptor
implements ILcdModelDescriptor
This
ILcdModelDescriptor describes a model containing
ILcdMultilevelRaster objects.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdMultilevelRasterModelDescriptor(String aSourceName, String aDisplayName, String aTypeName) Creates a newTLcdMultilevelRasterModelDescriptorwith the given source name, display name, and type name.TLcdMultilevelRasterModelDescriptor(String aSourceName, String aDisplayName, String aTypeName, boolean aIsElevation) Creates a newTLcdMultilevelRasterModelDescriptorwith the given source name, display name, and type name. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the model contains elevation rasters.protected voidsetElevation(boolean aIsElevation) Sets whether the model contains elevation rasters.Methods 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
-
TLcdMultilevelRasterModelDescriptor
public TLcdMultilevelRasterModelDescriptor(String aSourceName, String aDisplayName, String aTypeName) Creates a newTLcdMultilevelRasterModelDescriptorwith the given source name, display name, and type name. Theelevationproperty of the created descriptor will be set to false.- Parameters:
aSourceName- the name of the data source.aDisplayName- the display name of the data source.aTypeName- the type name of the data source.
-
TLcdMultilevelRasterModelDescriptor
public TLcdMultilevelRasterModelDescriptor(String aSourceName, String aDisplayName, String aTypeName, boolean aIsElevation) Creates a newTLcdMultilevelRasterModelDescriptorwith the given source name, display name, and type name.- Parameters:
aSourceName- the name of the data source.aDisplayName- the display name of the data source.aTypeName- the type name of the data source.aIsElevation- indicates if the model contains elevation data or not
-
-
Method Details
-
isElevation
public boolean isElevation()Returns whether the model contains elevation rasters. This default implementation returnsfalse, but extensions may override it. -
setElevation
protected void setElevation(boolean aIsElevation) Sets whether the model contains elevation rasters.
-