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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedescriptor
element.static final TLcdDataProperty
Data property that maps to thesequenceIdentifier
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theDESCRIPTOR_PROPERTY
property.Returns the role value contained in the value of theSEQUENCE_IDENTIFIER_PROPERTY
property.void
setDescriptor
(String aValue) Sets the value of the property that maps to thedescriptor
element.void
Sets the value of the property that maps to thesequenceIdentifier
element.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 thesequenceIdentifier
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19103MemberName>
. -
DESCRIPTOR_PROPERTY
Data property that maps to thedescriptor
element. 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_PROPERTY
property. Returnsnull
if the value of theSEQUENCE_IDENTIFIER_PROPERTY
property isnull
.- Returns:
- the role value of the
SEQUENCE_IDENTIFIER_PROPERTY
property. - See Also:
-
setSequenceIdentifier
Sets the value of the property that maps to thesequenceIdentifier
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theSEQUENCE_IDENTIFIER_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theSEQUENCE_IDENTIFIER_PROPERTY
property.
-
getDescriptor
Returns the role value contained in the value of theDESCRIPTOR_PROPERTY
property. Returnsnull
if the value of theDESCRIPTOR_PROPERTY
property isnull
.- Returns:
- the role value of the
DESCRIPTOR_PROPERTY
property. - See Also:
-
setDescriptor
Sets the value of the property that maps to thedescriptor
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theDESCRIPTOR_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theDESCRIPTOR_PROPERTY
property.
-