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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theerrorStatisticelement.static final TLcdDataPropertyData property that maps to thevalueelement.static final TLcdDataPropertyData property that maps to thevalueTypeelement.static final TLcdDataPropertyData property that maps to thevalueUnitelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theERROR_STATISTIC_PROPERTYproperty.getValue()Gets the value of theVALUE_PROPERTYproperty adapted to a list ofObjectinstances.Returns the role value contained in the value of theVALUE_TYPE_PROPERTYproperty.Returns the role value contained in the value of theVALUE_UNIT_PROPERTYproperty.voidsetErrorStatistic(String aValue) Sets the value of the property that maps to theerrorStatisticelement.voidsetValueType(TLcdISO19103RecordType aValue) Sets the value of the property that maps to thevalueTypeelement.voidsetValueUnit(TLcdGML32UnitDefinition aValue) Sets the value of the property that maps to thevalueUnitelement.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 thevalueTypeelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19103RecordType>. -
VALUE_UNIT_PROPERTY
Data property that maps to thevalueUnitelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdGML32UnitDefinition>. -
ERROR_STATISTIC_PROPERTY
Data property that maps to theerrorStatisticelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
VALUE_PROPERTY
Data property that maps to thevalueelement. 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_PROPERTYproperty. Returnsnullif the value of theVALUE_TYPE_PROPERTYproperty isnull.- Returns:
- the role value of the
VALUE_TYPE_PROPERTYproperty. - See Also:
-
setValueType
Sets the value of the property that maps to thevalueTypeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theVALUE_TYPE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theVALUE_TYPE_PROPERTYproperty.
-
getValueUnit
Returns the role value contained in the value of theVALUE_UNIT_PROPERTYproperty. Returnsnullif the value of theVALUE_UNIT_PROPERTYproperty isnull.- Returns:
- the role value of the
VALUE_UNIT_PROPERTYproperty. - See Also:
-
setValueUnit
Sets the value of the property that maps to thevalueUnitelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theVALUE_UNIT_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theVALUE_UNIT_PROPERTYproperty.
-
getErrorStatistic
Returns the role value contained in the value of theERROR_STATISTIC_PROPERTYproperty. Returnsnullif the value of theERROR_STATISTIC_PROPERTYproperty isnull.- Returns:
- the role value of the
ERROR_STATISTIC_PROPERTYproperty. - See Also:
-
setErrorStatistic
Sets the value of the property that maps to theerrorStatisticelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theERROR_STATISTIC_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theERROR_STATISTIC_PROPERTYproperty.
-
getValue
Gets the value of theVALUE_PROPERTYproperty adapted to a list ofObjectinstances.- Returns:
- the value of the
VALUE_PROPERTYproperty adapted to a list ofObjectinstances. - See Also:
-