| Package | Description |
|---|---|
| org.opengis.metadata.quality |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationMethodType[] |
EvaluationMethodType.family()
Returns the list of enumerations of the same kind than this enum.
|
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 evaluation method type that matches the given string, or returns a
new one if none match it.
|
static EvaluationMethodType[] |
EvaluationMethodType.values()
Returns the list of
EvaluationMethodTypes. |
Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.