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 TypeMethodDescriptionvoidDQ_MeasureReference.setElement(DefaultMeasureReference metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected DQ_MeasureReferenceDQ_MeasureReference.wrap(DefaultMeasureReference metadata) Invoked byPropertyTypeat 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 DefaultMeasureReferenceModifierConstructorDescriptionprivateDQ_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 DefaultMeasureReferenceAbstractElement.measureReferenceReference 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 TypeMethodDescriptionvoidAbstractElement.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> VAbstractElement.getMeasureReferenceProperty(Function<DefaultMeasureReference, V> getter) Returns the value of aAbstractElement.measureReferenceproperty.private <V> voidAbstractElement.setMeasureReferenceProperty(BiConsumer<DefaultMeasureReference, V> setter, V newValue) Sets the value of aAbstractElement.measureReferenceproperty.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.