Uses of Class
org.apache.sis.metadata.iso.quality.DefaultSourceReference
Packages that use DefaultSourceReference
Package
Description
JAXB adapters for metadata.
Information about data quality, accuracy and consistency of a dataset.
-
Uses of DefaultSourceReference in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultSourceReferenceModifier and TypeMethodDescriptionDQM_SourceReference.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<dqm:DQ_SourceReference>
XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultSourceReferenceModifier and TypeMethodDescriptionprotected Class
<DefaultSourceReference> DQM_SourceReference.getBoundType()
Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultSourceReferenceModifier and TypeMethodDescriptionvoid
DQM_SourceReference.setElement
(DefaultSourceReference metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected DQM_SourceReference
DQM_SourceReference.wrap
(DefaultSourceReference metadata) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<dqm:DQ_SourceReference>
XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultSourceReferenceModifierConstructorDescriptionprivate
DQM_SourceReference
(DefaultSourceReference metadata) Constructor for theDQM_SourceReference.wrap(org.apache.sis.metadata.iso.quality.DefaultSourceReference)
method only. -
Uses of DefaultSourceReference in org.apache.sis.metadata.iso.quality
Fields in org.apache.sis.metadata.iso.quality with type parameters of type DefaultSourceReferenceModifier and TypeFieldDescriptionprivate Collection
<DefaultSourceReference> DefaultQualityMeasure.sourceReferences
Reference to the source of an item that has been adopted from an external source.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.