Uses of Class
org.apache.sis.metadata.iso.quality.DefaultMeasureDescription
Packages that use DefaultMeasureDescription
Package
Description
JAXB adapters for metadata.
Classes that are normally omitted from public API because they duplicate existing classes,
but still temporarily used at XML (un)marshalling time for standards compliance.
Information about data quality, accuracy and consistency of a dataset.
-
Uses of DefaultMeasureDescription in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultMeasureDescriptionModifier and TypeMethodDescriptionDQM_Description.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<dqm:DQ_Description>XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultMeasureDescriptionModifier and TypeMethodDescriptionprotected Class<DefaultMeasureDescription>DQM_Description.getBoundType()Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultMeasureDescriptionModifier and TypeMethodDescriptionvoidDQM_Description.setElement(DefaultMeasureDescription metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected DQM_DescriptionDQM_Description.wrap(DefaultMeasureDescription metadata) Invoked byPropertyTypeat marshalling time for wrapping the given metadata value in a<dqm:DQ_Description>XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultMeasureDescriptionModifierConstructorDescriptionprivateDQM_Description(DefaultMeasureDescription metadata) Constructor for theDQM_Description.wrap(org.apache.sis.metadata.iso.quality.DefaultMeasureDescription)method only. -
Uses of DefaultMeasureDescription in org.apache.sis.internal.jaxb.metadata.replace
Fields in org.apache.sis.internal.jaxb.metadata.replace declared as DefaultMeasureDescriptionModifier and TypeFieldDescription(package private) DefaultMeasureDescriptionQualityParameter.descriptionDescription of the data quality parameter. -
Uses of DefaultMeasureDescription in org.apache.sis.metadata.iso.quality
Fields in org.apache.sis.metadata.iso.quality declared as DefaultMeasureDescriptionModifier and TypeFieldDescriptionprivate DefaultMeasureDescriptionDefaultQualityMeasure.descriptionDescription of the data quality measure.private DefaultMeasureDescriptionDefaultBasicMeasure.exampleIllustration of the use of a data quality measure.Fields in org.apache.sis.metadata.iso.quality with type parameters of type DefaultMeasureDescriptionModifier and TypeFieldDescriptionprivate Collection<DefaultMeasureDescription>DefaultQualityMeasure.examplesIllustration of the use of a data quality measure.Methods in org.apache.sis.metadata.iso.quality that return DefaultMeasureDescriptionModifier and TypeMethodDescriptionDefaultQualityMeasure.getDescription()Description of the data quality measure.DefaultBasicMeasure.getExample()Returns the illustration of the use of a data quality measure.Methods in org.apache.sis.metadata.iso.quality that return types with arguments of type DefaultMeasureDescriptionModifier and TypeMethodDescriptionDefaultQualityMeasure.getExamples()Returns illustrations of the use of a data quality measure.Methods in org.apache.sis.metadata.iso.quality with parameters of type DefaultMeasureDescriptionModifier and TypeMethodDescriptionvoidDefaultQualityMeasure.setDescription(DefaultMeasureDescription newValue) Sets the description of the data quality measure.voidDefaultBasicMeasure.setExample(DefaultMeasureDescription newValues) Sets the illustration of the use of a data quality measure.Method parameters in org.apache.sis.metadata.iso.quality with type arguments of type DefaultMeasureDescriptionModifier and TypeMethodDescriptionvoidDefaultQualityMeasure.setExamples(Collection<? extends DefaultMeasureDescription> newValues) Sets the illustrations of the use of a data quality measure.Constructors in org.apache.sis.metadata.iso.quality with parameters of type DefaultMeasureDescriptionModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.