Package com.luciad.format.coverage
Class TLcdCoverageModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.coverage.TLcdCoverageModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor
,ILcdDataSourceModelDescriptor<ILcdDataSource>
,ILcdModelDescriptor
,Serializable
public final class TLcdCoverageModelDescriptor
extends TLcdModelDescriptor
implements ILcdDataSourceModelDescriptor<ILcdDataSource>, ILcdImageModelDescriptor
A model descriptor for models representing fusion coverages.
- Since:
- 2017.0
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTLcdCoverageModelDescriptor
(ILcdDataSource aDataSource, String aDisplayName) Constructs the raster coverage model descriptor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the data source representing the fusion coverage.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
-
Field Details
-
TYPE_NAME
The type name for Fusion Coverage format data.- See Also:
-
-
Constructor Details
-
TLcdCoverageModelDescriptor
Constructs the raster coverage model descriptor.- Parameters:
aDataSource
- the data source representation of the coverage.aDisplayName
- the display name.
-
-
Method Details
-
getDataSource
Returns the data source representing the fusion coverage.- Specified by:
getDataSource
in interfaceILcdDataSourceModelDescriptor<ILcdDataSource>
- Returns:
- the data source representing the fusion coverage.
- See Also:
-