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
Subclasses with type arguments of type DefaultEvaluationMethod 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 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 TypeMethodDescriptionvoidDQ_EvaluationMethod.setElement(DefaultEvaluationMethod metadata) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected DQ_EvaluationMethodDQ_EvaluationMethod.wrap(DefaultEvaluationMethod metadata) Invoked byPropertyTypeat 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 DefaultEvaluationMethodModifierConstructorDescriptionprivateDQ_EvaluationMethod(DefaultEvaluationMethod metadata) Constructor for theDQ_EvaluationMethod.wrap(DefaultEvaluationMethod)method only. -
Uses of DefaultEvaluationMethod in org.apache.sis.metadata.iso.quality
Subclasses of DefaultEvaluationMethod in org.apache.sis.metadata.iso.qualityModifier and TypeClassDescriptionclassData evaluation method.classAggregation or derivation method.classFull inspection.classIndirect evaluation.classSample based inspection.Fields in org.apache.sis.metadata.iso.quality declared as DefaultEvaluationMethodModifier and TypeFieldDescriptionprivate DefaultEvaluationMethodAbstractElement.evaluationMethodEvaluation 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 TypeMethodDescriptionvoidAbstractElement.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> VAbstractElement.getEvaluationMethodProperty(Function<DefaultEvaluationMethod, V> getter) Returns the value of aAbstractElement.evaluationMethodproperty.private <V> voidAbstractElement.setEvaluationMethodProperty(BiConsumer<DefaultEvaluationMethod, V> setter, V newValue) Sets the value of aAbstractElement.evaluationMethodproperty.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.