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
Subclasses with type arguments of type DefaultMeasureReference in org.apache.sis.internal.jaxb.metadataModifier and TypeClassDescriptionfinal classJAXB adapter mapping implementing class to the GeoAPI interface.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. -
Uses of DefaultMeasureReference in org.apache.sis.metadata.iso.quality
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.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.