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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTLcdCoverageModelDescriptor
(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
-
Constructor Details
-
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:
-