Class TLcdISO19115BrowseGraphic
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.identification.TLcdISO19115BrowseGraphic
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Graphic that provides an illustration of the dataset (should include a legend for the graphic)
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thefileDescriptionelement.static final TLcdDataPropertyData property that maps to thefileNameelement.static final TLcdDataPropertyData property that maps to thefileTypeelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theFILE_DESCRIPTION_PROPERTYproperty.Returns the role value contained in the value of theFILE_NAME_PROPERTYproperty.Returns the role value contained in the value of theFILE_TYPE_PROPERTYproperty.voidsetFileDescription(String aValue) Sets the value of the property that maps to thefileDescriptionelement.voidsetFileName(String aValue) Sets the value of the property that maps to thefileNameelement.voidsetFileType(String aValue) Sets the value of the property that maps to thefileTypeelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
FILE_NAME_PROPERTY
Data property that maps to thefileNameelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
FILE_DESCRIPTION_PROPERTY
Data property that maps to thefileDescriptionelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
FILE_TYPE_PROPERTY
Data property that maps to thefileTypeelement. The possible values for this property are instances ofTLcdISO19115Optional<String>.
-
-
Constructor Details
-
TLcdISO19115BrowseGraphic
public TLcdISO19115BrowseGraphic() -
TLcdISO19115BrowseGraphic
-
-
Method Details
-
getFileName
Returns the role value contained in the value of theFILE_NAME_PROPERTYproperty. Returnsnullif the value of theFILE_NAME_PROPERTYproperty isnull.- Returns:
- the role value of the
FILE_NAME_PROPERTYproperty. - See Also:
-
setFileName
Sets the value of the property that maps to thefileNameelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theFILE_NAME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theFILE_NAME_PROPERTYproperty.
-
getFileDescription
Returns the role value contained in the value of theFILE_DESCRIPTION_PROPERTYproperty. Returnsnullif the value of theFILE_DESCRIPTION_PROPERTYproperty isnull.- Returns:
- the role value of the
FILE_DESCRIPTION_PROPERTYproperty. - See Also:
-
setFileDescription
Sets the value of the property that maps to thefileDescriptionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theFILE_DESCRIPTION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theFILE_DESCRIPTION_PROPERTYproperty.
-
getFileType
Returns the role value contained in the value of theFILE_TYPE_PROPERTYproperty. Returnsnullif the value of theFILE_TYPE_PROPERTYproperty isnull.- Returns:
- the role value of the
FILE_TYPE_PROPERTYproperty. - See Also:
-
setFileType
Sets the value of the property that maps to thefileTypeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theFILE_TYPE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theFILE_TYPE_PROPERTYproperty.
-