Class TLcdISO19115Band
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.content.TLcdISO19115RangeDimension
com.luciad.format.metadata.model.content.TLcdISO19115Band
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Range of wavelengths in the electromagnetic spectrum
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thebitsPerValueelement.static final TLcdDataPropertyData property that maps to themaxValueelement.static final TLcdDataPropertyData property that maps to theminValueelement.static final TLcdDataPropertyData property that maps to theoffsetelement.static final TLcdDataPropertyData property that maps to thepeakResponseelement.static final TLcdDataPropertyData property that maps to thescaleFactorelement.static final TLcdDataPropertyData property that maps to thetoneGradationelement.static final TLcdDataPropertyData property that maps to theunitselement.Fields inherited from class com.luciad.format.metadata.model.content.TLcdISO19115RangeDimension
DESCRIPTOR_PROPERTY, SEQUENCE_IDENTIFIER_PROPERTYFields 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 theBITS_PER_VALUE_PROPERTYproperty.Returns the role value contained in the value of theMAX_VALUE_PROPERTYproperty.Returns the role value contained in the value of theMIN_VALUE_PROPERTYproperty.Returns the role value contained in the value of theOFFSET_PROPERTYproperty.Returns the role value contained in the value of thePEAK_RESPONSE_PROPERTYproperty.Returns the role value contained in the value of theSCALE_FACTOR_PROPERTYproperty.Returns the role value contained in the value of theTONE_GRADATION_PROPERTYproperty.getUnits()Returns the role value contained in the value of theUNITS_PROPERTYproperty.voidsetBitsPerValue(Long aValue) Sets the value of the property that maps to thebitsPerValueelement.voidsetMaxValue(Double aValue) Sets the value of the property that maps to themaxValueelement.voidsetMinValue(Double aValue) Sets the value of the property that maps to theminValueelement.voidSets the value of the property that maps to theoffsetelement.voidsetPeakResponse(Double aValue) Sets the value of the property that maps to thepeakResponseelement.voidsetScaleFactor(Double aValue) Sets the value of the property that maps to thescaleFactorelement.voidsetToneGradation(Long aValue) Sets the value of the property that maps to thetoneGradationelement.voidsetUnits(TLcdGML32UnitDefinition aValue) Sets the value of the property that maps to theunitselement.Methods inherited from class com.luciad.format.metadata.model.content.TLcdISO19115RangeDimension
getDescriptor, getSequenceIdentifier, setDescriptor, setSequenceIdentifierMethods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
MAX_VALUE_PROPERTY
Data property that maps to themaxValueelement. The possible values for this property are instances ofTLcdISO19115Optional<Double>. -
MIN_VALUE_PROPERTY
Data property that maps to theminValueelement. The possible values for this property are instances ofTLcdISO19115Optional<Double>. -
UNITS_PROPERTY
Data property that maps to theunitselement. The possible values for this property are instances ofTLcdISO19118Property<TLcdGML32UnitDefinition>. -
PEAK_RESPONSE_PROPERTY
Data property that maps to thepeakResponseelement. The possible values for this property are instances ofTLcdISO19115Optional<Double>. -
BITS_PER_VALUE_PROPERTY
Data property that maps to thebitsPerValueelement. The possible values for this property are instances ofTLcdISO19115Optional<Long>. -
TONE_GRADATION_PROPERTY
Data property that maps to thetoneGradationelement. The possible values for this property are instances ofTLcdISO19115Optional<Long>. -
SCALE_FACTOR_PROPERTY
Data property that maps to thescaleFactorelement. The possible values for this property are instances ofTLcdISO19115Optional<Double>. -
OFFSET_PROPERTY
Data property that maps to theoffsetelement. The possible values for this property are instances ofTLcdISO19115Optional<Double>.
-
-
Constructor Details
-
TLcdISO19115Band
public TLcdISO19115Band() -
TLcdISO19115Band
-
-
Method Details
-
getMaxValue
Returns the role value contained in the value of theMAX_VALUE_PROPERTYproperty. Returnsnullif the value of theMAX_VALUE_PROPERTYproperty isnull.- Returns:
- the role value of the
MAX_VALUE_PROPERTYproperty. - See Also:
-
setMaxValue
Sets the value of the property that maps to themaxValueelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theMAX_VALUE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theMAX_VALUE_PROPERTYproperty.
-
getMinValue
Returns the role value contained in the value of theMIN_VALUE_PROPERTYproperty. Returnsnullif the value of theMIN_VALUE_PROPERTYproperty isnull.- Returns:
- the role value of the
MIN_VALUE_PROPERTYproperty. - See Also:
-
setMinValue
Sets the value of the property that maps to theminValueelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theMIN_VALUE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theMIN_VALUE_PROPERTYproperty.
-
getUnits
Returns the role value contained in the value of theUNITS_PROPERTYproperty. Returnsnullif the value of theUNITS_PROPERTYproperty isnull.- Returns:
- the role value of the
UNITS_PROPERTYproperty. - See Also:
-
setUnits
Sets the value of the property that maps to theunitselement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theUNITS_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theUNITS_PROPERTYproperty.
-
getPeakResponse
Returns the role value contained in the value of thePEAK_RESPONSE_PROPERTYproperty. Returnsnullif the value of thePEAK_RESPONSE_PROPERTYproperty isnull.- Returns:
- the role value of the
PEAK_RESPONSE_PROPERTYproperty. - See Also:
-
setPeakResponse
Sets the value of the property that maps to thepeakResponseelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, thePEAK_RESPONSE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for thePEAK_RESPONSE_PROPERTYproperty.
-
getBitsPerValue
Returns the role value contained in the value of theBITS_PER_VALUE_PROPERTYproperty. Returnsnullif the value of theBITS_PER_VALUE_PROPERTYproperty isnull.- Returns:
- the role value of the
BITS_PER_VALUE_PROPERTYproperty. - See Also:
-
setBitsPerValue
Sets the value of the property that maps to thebitsPerValueelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theBITS_PER_VALUE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theBITS_PER_VALUE_PROPERTYproperty.
-
getToneGradation
Returns the role value contained in the value of theTONE_GRADATION_PROPERTYproperty. Returnsnullif the value of theTONE_GRADATION_PROPERTYproperty isnull.- Returns:
- the role value of the
TONE_GRADATION_PROPERTYproperty. - See Also:
-
setToneGradation
Sets the value of the property that maps to thetoneGradationelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theTONE_GRADATION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theTONE_GRADATION_PROPERTYproperty.
-
getScaleFactor
Returns the role value contained in the value of theSCALE_FACTOR_PROPERTYproperty. Returnsnullif the value of theSCALE_FACTOR_PROPERTYproperty isnull.- Returns:
- the role value of the
SCALE_FACTOR_PROPERTYproperty. - See Also:
-
setScaleFactor
Sets the value of the property that maps to thescaleFactorelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theSCALE_FACTOR_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theSCALE_FACTOR_PROPERTYproperty.
-
getOffset
Returns the role value contained in the value of theOFFSET_PROPERTYproperty. Returnsnullif the value of theOFFSET_PROPERTYproperty isnull.- Returns:
- the role value of the
OFFSET_PROPERTYproperty. - See Also:
-
setOffset
Sets the value of the property that maps to theoffsetelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theOFFSET_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theOFFSET_PROPERTYproperty.
-