Package com.luciad.format.raster
Class TLcdRasterModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdRasterModelDescriptor
- All Implemented Interfaces:
ILcdModelDescriptor,Serializable
- Direct Known Subclasses:
TLcdBCIRasterModelDescriptor,TLcdBILModelDescriptor,TLcdCADRGModelDescriptor,TLcdDEMModelDescriptor,TLcdDIMAPModelDescriptor,TLcdDTEDModelDescriptor,TLcdECRGModelDescriptor,TLcdETOPOModelDescriptor,TLcdGeoSPOTModelDescriptor,TLcdGeoTIFFModelDescriptor,TLcdGRIBModelDescriptor,TLcdJAIModelDescriptor,TLcdNITFModelDescriptor,TLcdRSTModelDescriptor,TLcdSwissDHMMatrixModelDescriptor,TLcdUSRPDatasetModelDescriptor,TLcdUSRPModelDescriptor
This
ILcdModelDescriptor describes a model containing
ILcdRaster objects.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdRasterModelDescriptor(String aSourceName, String aDisplayName, String aTypeName) Creates a newTLcdRasterModelDescriptorwith the given source name, display name, and type name.TLcdRasterModelDescriptor(String aSourceName, String aDisplayName, String aTypeName, boolean aIsElevation) Creates a newTLcdRasterModelDescriptorwith 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
-
TLcdRasterModelDescriptor
Creates a newTLcdRasterModelDescriptorwith 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.
-
TLcdRasterModelDescriptor
public TLcdRasterModelDescriptor(String aSourceName, String aDisplayName, String aTypeName, boolean aIsElevation) Creates a newTLcdRasterModelDescriptorwith 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.
-