Class TLcdISO19115RangeDimension
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.content.TLcdISO19115RangeDimension
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115Band
Set of adjacent wavelengths in the electro-magnetic spectrum with a common characteristic, such as the visible band
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedescriptorelement.static final TLcdDataPropertyData property that maps to thesequenceIdentifierelement.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 theDESCRIPTOR_PROPERTYproperty.Returns the role value contained in the value of theSEQUENCE_IDENTIFIER_PROPERTYproperty.voidsetDescriptor(String aValue) Sets the value of the property that maps to thedescriptorelement.voidSets the value of the property that maps to thesequenceIdentifierelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SEQUENCE_IDENTIFIER_PROPERTY
Data property that maps to thesequenceIdentifierelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19103MemberName>. -
DESCRIPTOR_PROPERTY
Data property that maps to thedescriptorelement. The possible values for this property are instances ofTLcdISO19115Optional<String>.
-
-
Constructor Details
-
TLcdISO19115RangeDimension
public TLcdISO19115RangeDimension() -
TLcdISO19115RangeDimension
-
-
Method Details
-
getSequenceIdentifier
Returns the role value contained in the value of theSEQUENCE_IDENTIFIER_PROPERTYproperty. Returnsnullif the value of theSEQUENCE_IDENTIFIER_PROPERTYproperty isnull.- Returns:
- the role value of the
SEQUENCE_IDENTIFIER_PROPERTYproperty. - See Also:
-
setSequenceIdentifier
Sets the value of the property that maps to thesequenceIdentifierelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theSEQUENCE_IDENTIFIER_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theSEQUENCE_IDENTIFIER_PROPERTYproperty.
-
getDescriptor
Returns the role value contained in the value of theDESCRIPTOR_PROPERTYproperty. Returnsnullif the value of theDESCRIPTOR_PROPERTYproperty isnull.- Returns:
- the role value of the
DESCRIPTOR_PROPERTYproperty. - See Also:
-
setDescriptor
Sets the value of the property that maps to thedescriptorelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDESCRIPTOR_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDESCRIPTOR_PROPERTYproperty.
-