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 TypeMethodDescriptionvoidDQ_StandaloneQualityReportInformation.setElement(DefaultEvaluationReportInformation metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected DQ_StandaloneQualityReportInformationDQ_StandaloneQualityReportInformation.wrap(DefaultEvaluationReportInformation metadata) Invoked byPropertyTypeat 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 DefaultEvaluationReportInformationModifierConstructorDescriptionprivateConstructor 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.standaloneQualityReportReference 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 TypeMethodDescriptionvoidDefaultDataQuality.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.