Uses of Class
org.opengis.metadata.quality.EvaluationMethodType
-
Packages that use EvaluationMethodType Package Description org.opengis.metadata.quality -
-
Uses of EvaluationMethodType in org.opengis.metadata.quality
Fields in org.opengis.metadata.quality declared as EvaluationMethodType Modifier and Type Field Description static 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 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 EvaluationMethodTypeEvaluationMethodType. INDIRECTMethod of evaluating the quality of a dataset based on external knowledge.Fields in org.opengis.metadata.quality with type parameters of type EvaluationMethodType Modifier and Type Field Description private static java.util.List<EvaluationMethodType>EvaluationMethodType. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.quality that return EvaluationMethodType Modifier and Type Method Description EvaluationMethodType[]EvaluationMethodType. family()Returns the list of enumerations of the same kind than this enum.EvaluationMethodTypeElement. getEvaluationMethodType()Type of method used to evaluate quality of the dataset, ornullif unspecified.static EvaluationMethodTypeEvaluationMethodType. valueOf(java.lang.String code)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 ofEvaluationMethodTypes.
-