Uses of Class
org.apache.sis.metadata.iso.quality.DefaultEvaluationReportInformation
Packages that use DefaultEvaluationReportInformation
Package
Description
JAXB adapters for metadata.
Information about data quality, accuracy and consistency of a dataset.
-
Uses of DefaultEvaluationReportInformation in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultEvaluationReportInformationModifier and TypeMethodDescriptionDQ_StandaloneQualityReportInformation.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mdq:DQ_StandaloneQualityReportInformation>
XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultEvaluationReportInformationModifier and TypeMethodDescriptionprotected Class
<DefaultEvaluationReportInformation> DQ_StandaloneQualityReportInformation.getBoundType()
Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultEvaluationReportInformationModifier and TypeMethodDescriptionvoid
DQ_StandaloneQualityReportInformation.setElement
(DefaultEvaluationReportInformation metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected DQ_StandaloneQualityReportInformation
DQ_StandaloneQualityReportInformation.wrap
(DefaultEvaluationReportInformation metadata) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<mdq:DQ_StandaloneQualityReportInformation>
XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultEvaluationReportInformationModifierConstructorDescriptionprivate
Constructor for theDQ_StandaloneQualityReportInformation.wrap(org.apache.sis.metadata.iso.quality.DefaultEvaluationReportInformation)
method only. -
Uses of DefaultEvaluationReportInformation in org.apache.sis.metadata.iso.quality
Fields in org.apache.sis.metadata.iso.quality declared as DefaultEvaluationReportInformationModifier and TypeFieldDescriptionDefaultDataQuality.standaloneQualityReport
Reference to an external standalone quality report.Methods in org.apache.sis.metadata.iso.quality that return DefaultEvaluationReportInformationModifier and TypeMethodDescriptionDefaultDataQuality.getStandaloneQualityReport()
Returns the reference to an external standalone quality report.Methods in org.apache.sis.metadata.iso.quality with parameters of type DefaultEvaluationReportInformationModifier and TypeMethodDescriptionvoid
DefaultDataQuality.setStandaloneQualityReport
(DefaultEvaluationReportInformation newValue) Sets the quality of the reported information.Constructors in org.apache.sis.metadata.iso.quality with parameters of type DefaultEvaluationReportInformationModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.