Uses of Class
org.opengis.metadata.quality.EvaluationMethodType
Packages that use EvaluationMethodType
Package
Description
Information about data quality, accuracy and consistency of a dataset.
-
Uses of EvaluationMethodType in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return EvaluationMethodTypeModifier and TypeMethodDescriptionAbstractElement.getEvaluationMethodType()Deprecated.DefaultEvaluationMethod.getEvaluationMethodType()Returns the type of method used to evaluate quality of the data.Methods in org.apache.sis.metadata.iso.quality with parameters of type EvaluationMethodTypeModifier and TypeMethodDescriptionvoidAbstractElement.setEvaluationMethodType(EvaluationMethodType newValue) Deprecated.voidDefaultEvaluationMethod.setEvaluationMethodType(EvaluationMethodType newValue) Sets the type of method used to evaluate quality of the data.Constructors in org.apache.sis.metadata.iso.quality with parameters of type EvaluationMethodTypeModifierConstructorDescriptionDefaultEvaluationMethod(EvaluationMethodType type, CharSequence description) Constructs an evaluation method initialized to the given description. -
Uses of EvaluationMethodType in org.opengis.metadata.quality
Subclasses with type arguments of type EvaluationMethodType in org.opengis.metadata.qualityModifier and TypeClassDescriptionfinal classType of method for evaluating an identified data quality measure.Fields in org.opengis.metadata.quality declared as EvaluationMethodTypeModifier and TypeFieldDescriptionstatic final EvaluationMethodTypeEvaluationMethodType.DIRECT_EXTERNALMethod of evaluating the quality of a dataset based on inspection of items within the dataset, where reference data external to the dataset being evaluated is required.static final EvaluationMethodTypeEvaluationMethodType.DIRECT_INTERNALMethod of evaluating the quality of a dataset based on inspection of items within the dataset, where all data required is internal to the dataset being evaluated.static final EvaluationMethodTypeEvaluationMethodType.INDIRECTMethod of evaluating the quality of a dataset based on external knowledge.Methods in org.opengis.metadata.quality that return EvaluationMethodTypeModifier and TypeMethodDescriptionEvaluationMethodType.family()Returns the list of enumerations of the same kind as this enum.Element.getEvaluationMethodType()Type of method used to evaluate quality of the dataset, ornullif unspecified.static EvaluationMethodTypeReturns the evaluation method type that matches the given string, or returns a new one if none match it.static EvaluationMethodType[]EvaluationMethodType.values()Returns the list ofEvaluationMethodTypes.
DefaultEvaluationMethod.getEvaluationMethodType().