Package com.luciad.format.dimap
Class TLcdDIMAPModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdRasterModelDescriptor
com.luciad.format.dimap.TLcdDIMAPModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor
,ILcdModelDescriptor
,Serializable
public class TLcdDIMAPModelDescriptor
extends TLcdRasterModelDescriptor
implements ILcdImageModelDescriptor
Model descriptor for a model decoded by the TLcdDIMAPModelDecoder.
- Since:
- 4.0
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdDIMAPModelDescriptor
(String aSourceName, String aDisplayName) Creates a new TLcdDIMAPModelDescriptor with the given source name and display name.TLcdDIMAPModelDescriptor
(String aSourceName, String aDisplayName, String aTypeName) Creates a new TLcdDIMAPModelDescriptor with the given source name, display name, and type name. -
Method Summary
Modifier and TypeMethodDescriptionReturns the Copyright.Returns the Country Code.Returns the Country Name.Returns the Data Set Comments.Returns the Data Set Content.Returns the Data Set Index.Returns the Data Set Location.Returns the Data Set Name.Returns the Data Set Producer Name.Returns the Data Set Producer URL.Returns the Data Set Production Date.Returns the Data Set Series.Returns the display name, which is the Data Set Name, if it has been defined.getJobID()
Returns the Job ID.Returns the Product Info.Returns the Product Type.boolean
Returns whether the model contains elevation rasters.void
setCopyright
(String aCopyright) void
setCountryCode
(String aCountryCode) void
setCountryName
(String aCountryName) void
setDataSetComments
(String aDataSetComments) void
setDataSetContent
(String aDataSetContent) void
setDataSetIndex
(String aDataSetIndex) void
setDataSetLocation
(String aDataSetLocation) void
setDataSetName
(String aDataSetName) void
setDataSetProducerName
(String aDataSetProducerName) void
setDataSetProducerURL
(String aDataSetProducerURL) void
setDataSetProductionDate
(String aDataSetProductionDate) void
setDataSetSeries
(String aDataSetSeries) void
setIsElevation
(boolean aIsElevation) Sets whether the model contains elevation rasters.void
void
setProductInfo
(String aProductInfo) void
setProductType
(String aProductType) Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
setElevation
Methods inherited from class com.luciad.model.TLcdModelDescriptor
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
getSourceName, getTypeName
-
Constructor Details
-
TLcdDIMAPModelDescriptor
Creates a new TLcdDIMAPModelDescriptor with the given source name and display name. -
TLcdDIMAPModelDescriptor
Creates a new TLcdDIMAPModelDescriptor with the given source name, display name, and type name.
-
-
Method Details
-
getDisplayName
Returns the display name, which is the Data Set Name, if it has been defined.- Specified by:
getDisplayName
in interfaceILcdModelDescriptor
- Overrides:
getDisplayName
in classTLcdModelDescriptor
- Returns:
- a displayable name for the data source.
-
getDataSetIndex
Returns the Data Set Index. -
setDataSetIndex
-
getDataSetSeries
Returns the Data Set Series. -
setDataSetSeries
-
getDataSetName
Returns the Data Set Name. -
setDataSetName
-
getCopyright
Returns the Copyright. -
setCopyright
-
getCountryName
Returns the Country Name. -
setCountryName
-
getCountryCode
Returns the Country Code. -
setCountryCode
-
getDataSetLocation
Returns the Data Set Location. -
setDataSetLocation
-
getDataSetContent
Returns the Data Set Content. -
setDataSetContent
-
getDataSetComments
Returns the Data Set Comments. -
setDataSetComments
-
getDataSetProducerName
Returns the Data Set Producer Name. -
setDataSetProducerName
-
getDataSetProducerURL
Returns the Data Set Producer URL. -
setDataSetProducerURL
-
getDataSetProductionDate
Returns the Data Set Production Date. -
setDataSetProductionDate
-
getJobID
Returns the Job ID. -
setJobID
-
getProductType
Returns the Product Type. -
setProductType
-
getProductInfo
Returns the Product Info. -
setProductInfo
-
isElevation
public boolean isElevation()Returns whether the model contains elevation rasters.- Overrides:
isElevation
in classTLcdRasterModelDescriptor
-
setIsElevation
public void setIsElevation(boolean aIsElevation) Sets whether the model contains elevation rasters.
-