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 TypeMethodDescriptionvoid
DQM_Description.setElement
(DefaultMeasureDescription metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected DQM_Description
DQM_Description.wrap
(DefaultMeasureDescription metadata) Invoked byPropertyType
at 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 DefaultMeasureDescriptionModifierConstructorDescriptionprivate
DQM_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) DefaultMeasureDescription
QualityParameter.description
Description 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 DefaultMeasureDescription
DefaultQualityMeasure.description
Description of the data quality measure.private DefaultMeasureDescription
DefaultBasicMeasure.example
Illustration 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.examples
Illustration 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 TypeMethodDescriptionvoid
DefaultQualityMeasure.setDescription
(DefaultMeasureDescription newValue) Sets the description of the data quality measure.void
DefaultBasicMeasure.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 TypeMethodDescriptionvoid
DefaultQualityMeasure.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.