@Profile(level=CORE) @UML(identifier="DQ_DataQuality", specification=ISO_19115) public interface DataQuality
Modifier and Type | Method and Description |
---|---|
Lineage |
getLineage()
Non-quantitative quality information about the lineage of the data specified by the scope.
|
Collection<? extends Element> |
getReports()
Quantitative quality information for the data specified by the scope.
|
Scope |
getScope()
The specific data to which the data quality information applies.
|
@UML(identifier="scope", obligation=MANDATORY, specification=ISO_19115) Scope getScope()
@UML(identifier="report", obligation=CONDITIONAL, specification=ISO_19115) Collection<? extends Element> getReports()
@Profile(level=CORE) @UML(identifier="lineage", obligation=CONDITIONAL, specification=ISO_19115) Lineage getLineage()
null
.Copyright © 1996–2023 Geotools. All rights reserved.