Uses of Class
org.opengis.metadata.quality.EvaluationMethodType
Packages that use EvaluationMethodType
-
Uses of EvaluationMethodType in org.opengis.metadata.quality
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 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.