Uses of Class
org.apache.sis.metadata.iso.quality.DefaultEvaluationMethod
Packages that use DefaultEvaluationMethod
Package
Description
JAXB adapters for metadata.
Information about data quality, accuracy and consistency of a dataset.
-
Uses of DefaultEvaluationMethod in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultEvaluationMethodModifier and TypeMethodDescriptionDQ_EvaluationMethod.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mdq:DQ_EvaluationMethod>
XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultEvaluationMethodModifier and TypeMethodDescriptionprotected Class
<DefaultEvaluationMethod> DQ_EvaluationMethod.getBoundType()
Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultEvaluationMethodModifier and TypeMethodDescriptionvoid
DQ_EvaluationMethod.setElement
(DefaultEvaluationMethod metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected DQ_EvaluationMethod
DQ_EvaluationMethod.wrap
(DefaultEvaluationMethod metadata) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<mdq:DQ_EvaluationMethod>
XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultEvaluationMethodModifierConstructorDescriptionprivate
DQ_EvaluationMethod
(DefaultEvaluationMethod metadata) Constructor for theDQ_EvaluationMethod.wrap(org.apache.sis.metadata.iso.quality.DefaultEvaluationMethod)
method only. -
Uses of DefaultEvaluationMethod in org.apache.sis.metadata.iso.quality
Subclasses of DefaultEvaluationMethod in org.apache.sis.metadata.iso.qualityModifier and TypeClassDescriptionclass
Data evaluation method.class
Aggregation or derivation method.class
Full inspection.class
Indirect evaluation.class
Sample based inspection.Fields in org.apache.sis.metadata.iso.quality declared as DefaultEvaluationMethodModifier and TypeFieldDescriptionprivate DefaultEvaluationMethod
AbstractElement.evaluationMethod
Evaluation information.Methods in org.apache.sis.metadata.iso.quality that return DefaultEvaluationMethodModifier and TypeMethodDescriptionAbstractElement.getEvaluationMethod()
Returns the evaluation information.Methods in org.apache.sis.metadata.iso.quality with parameters of type DefaultEvaluationMethodModifier and TypeMethodDescriptionvoid
AbstractElement.setEvaluationMethod
(DefaultEvaluationMethod newValue) Sets the evaluation information.Method parameters in org.apache.sis.metadata.iso.quality with type arguments of type DefaultEvaluationMethodModifier and TypeMethodDescriptionprivate <V> V
AbstractElement.getEvaluationMethodProperty
(Function<DefaultEvaluationMethod, V> getter) Returns the value of aAbstractElement.evaluationMethod
property.private <V> void
AbstractElement.setEvaluationMethodProperty
(BiConsumer<DefaultEvaluationMethod, V> setter, V newValue) Sets the value of aAbstractElement.evaluationMethod
property.Constructors in org.apache.sis.metadata.iso.quality with parameters of type DefaultEvaluationMethodModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.