Uses of Class
org.apache.sis.metadata.iso.quality.DefaultMeasureReference
Packages that use DefaultMeasureReference
Package
Description
JAXB adapters for metadata.
Information about data quality, accuracy and consistency of a dataset.
-
Uses of DefaultMeasureReference in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultMeasureReferenceModifier and TypeMethodDescriptionDQ_MeasureReference.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mdq:DQ_MeasureReference>
XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultMeasureReferenceModifier and TypeMethodDescriptionprotected Class<DefaultMeasureReference>
DQ_MeasureReference.getBoundType()
Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultMeasureReferenceModifier and TypeMethodDescriptionvoid
DQ_MeasureReference.setElement
(DefaultMeasureReference metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected DQ_MeasureReference
DQ_MeasureReference.wrap
(DefaultMeasureReference metadata) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<mdq:DQ_MeasureReference>
XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultMeasureReferenceModifierConstructorDescriptionprivate
DQ_MeasureReference
(DefaultMeasureReference metadata) Constructor for theDQ_MeasureReference.wrap(org.apache.sis.metadata.iso.quality.DefaultMeasureReference)
method only. -
Uses of DefaultMeasureReference in org.apache.sis.metadata.iso.quality
Fields in org.apache.sis.metadata.iso.quality declared as DefaultMeasureReferenceModifier and TypeFieldDescriptionprivate DefaultMeasureReference
AbstractElement.measureReference
Reference to measure used.Methods in org.apache.sis.metadata.iso.quality that return DefaultMeasureReferenceModifier and TypeMethodDescriptionAbstractElement.getMeasureReference()
Returns an identifier of a measure fully described elsewhere.Methods in org.apache.sis.metadata.iso.quality with parameters of type DefaultMeasureReferenceModifier and TypeMethodDescriptionvoid
AbstractElement.setMeasureReference
(DefaultMeasureReference newValues) Sets an identifier of a measure fully described elsewhere.Method parameters in org.apache.sis.metadata.iso.quality with type arguments of type DefaultMeasureReferenceModifier and TypeMethodDescriptionprivate <V> V
AbstractElement.getMeasureReferenceProperty
(Function<DefaultMeasureReference, V> getter) Returns the value of aAbstractElement.measureReference
property.private <V> void
AbstractElement.setMeasureReferenceProperty
(BiConsumer<DefaultMeasureReference, V> setter, V newValue) Sets the value of aAbstractElement.measureReference
property.Constructors in org.apache.sis.metadata.iso.quality with parameters of type DefaultMeasureReferenceModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.