Uses of Class
org.apache.sis.metadata.iso.quality.DefaultSourceReference
Packages that use DefaultSourceReference
Package
Description
Information about data quality, accuracy and consistency of a dataset.
-
Uses of DefaultSourceReference in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return types with arguments of type DefaultSourceReferenceModifier and TypeMethodDescriptionDefaultQualityMeasure.getSourceReferences()
Returns references to the source of an item that has been adopted from an external source.Method parameters in org.apache.sis.metadata.iso.quality with type arguments of type DefaultSourceReferenceModifier and TypeMethodDescriptionvoid
DefaultQualityMeasure.setSourceReferences
(Collection<? extends DefaultSourceReference> newValues) Sets the reference to the source of an item that has been adopted from an external source.Constructors in org.apache.sis.metadata.iso.quality with parameters of type DefaultSourceReferenceModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.