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
ConstructorsConstructorDescriptionTLcdDIMAPModelDescriptor(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.booleanReturns whether the model contains elevation rasters.voidsetCopyright(String aCopyright) voidsetCountryCode(String aCountryCode) voidsetCountryName(String aCountryName) voidsetDataSetComments(String aDataSetComments) voidsetDataSetContent(String aDataSetContent) voidsetDataSetIndex(String aDataSetIndex) voidsetDataSetLocation(String aDataSetLocation) voidsetDataSetName(String aDataSetName) voidsetDataSetProducerName(String aDataSetProducerName) voidsetDataSetProducerURL(String aDataSetProducerURL) voidsetDataSetProductionDate(String aDataSetProductionDate) voidsetDataSetSeries(String aDataSetSeries) voidsetIsElevation(boolean aIsElevation) Sets whether the model contains elevation rasters.voidvoidsetProductInfo(String aProductInfo) voidsetProductType(String aProductType) Methods inherited from class com.luciad.format.raster.TLcdRasterModelDescriptor
setElevationMethods inherited from class com.luciad.model.TLcdModelDescriptor
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
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:
getDisplayNamein interfaceILcdModelDescriptor- Overrides:
getDisplayNamein 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:
isElevationin classTLcdRasterModelDescriptor
-
setIsElevation
public void setIsElevation(boolean aIsElevation) Sets whether the model contains elevation rasters.
-