Uses of Class
org.apache.sis.metadata.iso.quality.DefaultQualityMeasure
Packages that use DefaultQualityMeasure
Package
Description
JAXB adapters for metadata.
Information about data quality, accuracy and consistency of a dataset.
-
Uses of DefaultQualityMeasure in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultQualityMeasureModifier and TypeMethodDescriptionDQM_Measure.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<dqm:DQ_Measure>XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultQualityMeasureModifier and TypeMethodDescriptionprotected Class<DefaultQualityMeasure>DQM_Measure.getBoundType()Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultQualityMeasureModifier and TypeMethodDescriptionvoidDQM_Measure.setElement(DefaultQualityMeasure metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected DQM_MeasureDQM_Measure.wrap(DefaultQualityMeasure metadata) Invoked byPropertyTypeat marshalling time for wrapping the given metadata value in a<dqm:DQ_Measure>XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultQualityMeasureModifierConstructorDescriptionprivateDQM_Measure(DefaultQualityMeasure metadata) Constructor for theDQM_Measure.wrap(org.apache.sis.metadata.iso.quality.DefaultQualityMeasure)method only. -
Uses of DefaultQualityMeasure in org.apache.sis.metadata.iso.quality
Constructors in org.apache.sis.metadata.iso.quality with parameters of type DefaultQualityMeasureModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.