@UML(identifier="DQ_QuantitativeResult", specification=ISO_19115) public interface QuantitativeResult extends Result
Modifier and Type | Method and Description |
---|---|
InternationalString |
getErrorStatistic()
Statistical method used to determine the value, or
null if none. |
Collection<? extends Record> |
getValues()
Quantitative value or values, content determined by the evaluation procedure used.
|
RecordType |
getValueType()
Value type for reporting a data quality result, or
null if none. |
Unit<?> |
getValueUnit()
Value unit for reporting a data quality result, or
null if none. |
@UML(identifier="value", obligation=MANDATORY, specification=ISO_19115) Collection<? extends Record> getValues()
@UML(identifier="valueType", obligation=OPTIONAL, specification=ISO_19115) RecordType getValueType()
null
if none.null
.@UML(identifier="valueUnit", obligation=MANDATORY, specification=ISO_19115) Unit<?> getValueUnit()
null
if none.null
.@UML(identifier="errorStatistic", obligation=OPTIONAL, specification=ISO_19115) InternationalString getErrorStatistic()
null
if none.null
.Copyright © 1996–2019 Geotools. All rights reserved.