Class TLcdISO19115QuantitativeResult
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.dataquality.TLcdISO19115Result
com.luciad.format.metadata.model.dataquality.TLcdISO19115QuantitativeResult
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Quantitative_conformance_measure from Quality Procedures. - - Renamed to remove implied use limitation - - OCL - -- result is type specified by valueDomain - result.tupleType = valueDomain
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theerrorStatistic
element.static final TLcdDataProperty
Data property that maps to thevalue
element.static final TLcdDataProperty
Data property that maps to thevalueType
element.static final TLcdDataProperty
Data property that maps to thevalueUnit
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theERROR_STATISTIC_PROPERTY
property.getValue()
Gets the value of theVALUE_PROPERTY
property adapted to a list ofObject
instances.Returns the role value contained in the value of theVALUE_TYPE_PROPERTY
property.Returns the role value contained in the value of theVALUE_UNIT_PROPERTY
property.void
setErrorStatistic
(String aValue) Sets the value of the property that maps to theerrorStatistic
element.void
setValueType
(TLcdISO19103RecordType aValue) Sets the value of the property that maps to thevalueType
element.void
setValueUnit
(TLcdGML32UnitDefinition aValue) Sets the value of the property that maps to thevalueUnit
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
VALUE_TYPE_PROPERTY
Data property that maps to thevalueType
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19103RecordType>
. -
VALUE_UNIT_PROPERTY
Data property that maps to thevalueUnit
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdGML32UnitDefinition>
. -
ERROR_STATISTIC_PROPERTY
Data property that maps to theerrorStatistic
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
VALUE_PROPERTY
Data property that maps to thevalue
element. The possible values for this property are instances ofList<TLcdISO19118Property<ILcdDataObject>>
.
-
-
Constructor Details
-
TLcdISO19115QuantitativeResult
public TLcdISO19115QuantitativeResult() -
TLcdISO19115QuantitativeResult
-
-
Method Details
-
getValueType
Returns the role value contained in the value of theVALUE_TYPE_PROPERTY
property. Returnsnull
if the value of theVALUE_TYPE_PROPERTY
property isnull
.- Returns:
- the role value of the
VALUE_TYPE_PROPERTY
property. - See Also:
-
setValueType
Sets the value of the property that maps to thevalueType
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theVALUE_TYPE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theVALUE_TYPE_PROPERTY
property.
-
getValueUnit
Returns the role value contained in the value of theVALUE_UNIT_PROPERTY
property. Returnsnull
if the value of theVALUE_UNIT_PROPERTY
property isnull
.- Returns:
- the role value of the
VALUE_UNIT_PROPERTY
property. - See Also:
-
setValueUnit
Sets the value of the property that maps to thevalueUnit
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theVALUE_UNIT_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theVALUE_UNIT_PROPERTY
property.
-
getErrorStatistic
Returns the role value contained in the value of theERROR_STATISTIC_PROPERTY
property. Returnsnull
if the value of theERROR_STATISTIC_PROPERTY
property isnull
.- Returns:
- the role value of the
ERROR_STATISTIC_PROPERTY
property. - See Also:
-
setErrorStatistic
Sets the value of the property that maps to theerrorStatistic
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theERROR_STATISTIC_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theERROR_STATISTIC_PROPERTY
property.
-
getValue
Gets the value of theVALUE_PROPERTY
property adapted to a list ofObject
instances.- Returns:
- the value of the
VALUE_PROPERTY
property adapted to a list ofObject
instances. - See Also:
-