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 EvaluationMethodType
EvaluationMethodType.DIRECT_EXTERNAL
Method 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 EvaluationMethodType
EvaluationMethodType.DIRECT_INTERNAL
Method 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 EvaluationMethodType
EvaluationMethodType.INDIRECT
Method 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, ornull
if unspecified.static EvaluationMethodType
Returns 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 ofEvaluationMethodType
s.