Uses of Class
org.opengis.metadata.quality.EvaluationMethodType
Packages that use EvaluationMethodType
-
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.Fields in org.opengis.metadata.quality with type parameters of type EvaluationMethodTypeModifier and TypeFieldDescriptionprivate static final List<EvaluationMethodType> EvaluationMethodType.VALUESList of all enumerations of this type.Methods in org.opengis.metadata.quality that return EvaluationMethodTypeModifier and TypeMethodDescriptionEvaluationMethodType.family()Returns the list of enumerations of the same kind than 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.