- All Superinterfaces:
Result
@UML(identifier="DQ_ConformanceResult",
specification=ISO_19157)
public interface ConformanceResult
extends Result
Information about the outcome of evaluating the obtained value (or set of values) against
a specified acceptable conformance quality level.
Conformance result is often derived from a quantitative result.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault InternationalString
Explanation of the meaning of conformance for this result.Citation of data product specification or user requirement against which data are being evaluated.pass()
Indication of the conformance result.Methods inherited from interface org.opengis.metadata.quality.Result
getDateTime, getResultScope
-
Method Details
-
getSpecification
@UML(identifier="specification", obligation=MANDATORY, specification=ISO_19157) Citation getSpecification()Citation of data product specification or user requirement against which data are being evaluated.- Returns:
- citation of product specification or user requirement.
-
getExplanation
@UML(identifier="explanation", obligation=OPTIONAL, specification=ISO_19157) default InternationalString getExplanation()Explanation of the meaning of conformance for this result.- Returns:
- explanation of the meaning of conformance, or
null
if none. - Condition:
- Optional if the result scope is not provided.
-
pass
Indication of the conformance result.- Returns:
true
= pass,false
= fail.
-