|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvaluationMethodType | |
---|---|
org.opengis.metadata.quality | Data quality and positional accuracy. |
Uses of EvaluationMethodType in org.opengis.metadata.quality |
---|
Fields in org.opengis.metadata.quality declared as EvaluationMethodType | |
---|---|
static 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 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 EvaluationMethodType |
EvaluationMethodType.INDIRECT
Method of evaluating the quality of a dataset based on external knowledge. |
Methods in org.opengis.metadata.quality that return EvaluationMethodType | |
---|---|
EvaluationMethodType |
Element.getEvaluationMethodType()
Type of method used to evaluate quality of the dataset, or null if unspecified. |
static EvaluationMethodType |
EvaluationMethodType.valueOf(String code)
Returns the EvaluationMethodType that matches the given string, or returns a new one if none match it. |
static EvaluationMethodType[] |
EvaluationMethodType.values()
Returns the list of EvaluationMethodType s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |