- All Superinterfaces:
Element
- All Known Subinterfaces:
Confidence
,Homogeneity
,Representativity
@Classifier(ABSTRACT)
@UML(identifier="DQ_Metaquality",
specification=ISO_19157)
public interface Metaquality
extends Element
Information about the reliability of data quality results.
The knowledge about the suitability of the quality evaluation method
may be of the same importance as the result itself.
Instances should be one of the following subtypes:
Confidence
: trustworthiness of a data quality result;Representativity
: degree to which the sample used has produced a result which is representative of the data within the data quality scope;Homogeneity
: expected or tested uniformity of the results obtained for a data quality evaluation.
- Since:
- 3.1
-
Method Summary
Methods inherited from interface org.opengis.metadata.quality.Element
getDates, getEvaluationMethod, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasure, getMeasureDescription, getMeasureIdentification, getMeasureReference, getNamesOfMeasure, getResults, getStandaloneQualityReportDetails
-
Method Details
-
getDerivedElements
@UML(identifier="derivedElement", obligation=MANDATORY, specification=ISO_19157) Collection<? extends Element> getDerivedElements()Derived element (mandatory). The returned collection shall contain exactly 1 element.- Specified by:
getDerivedElements
in interfaceElement
- Returns:
- the element that is derived.
- TODO:
- Renamed in 19157:2022:
relatedQualityElement
.
-