Module org.opengis.geoapi
Package org.opengis.metadata.quality
Interface StandaloneQualityReportInformation
@UML(identifier="DQ_StandaloneQualityReportInformation",
specification=ISO_19157)
public interface StandaloneQualityReportInformation
Reference to an external standalone quality report.
In order to provide more details than reported as metadata,
a standalone quality report may additionally be created.
Its structure is free. However, the standalone quality report shall not replace the metadata.
- Since:
- 3.1
- TODO:
- Renamed in 19157:2022:
QualityEvaluationReportInformation
.
-
Method Summary
Modifier and TypeMethodDescriptionAbstract for the associated standalone quality report.Reference to the associated standalone quality report.
-
Method Details
-
getReportReference
@UML(identifier="reportReference", obligation=MANDATORY, specification=ISO_19157) Citation getReportReference()Reference to the associated standalone quality report.- Returns:
- reference of the standalone quality report.
-
getAbstract
@UML(identifier="abstract", obligation=MANDATORY, specification=ISO_19157) InternationalString getAbstract()Abstract for the associated standalone quality report.- Returns:
- abstract of the standalone quality report.
-