Package | Description |
---|---|
org.geotools.metadata.iso.quality |
Data quality implementation.
|
org.opengis.metadata.quality |
Modifier and Type | Method and Description |
---|---|
EvaluationMethodType |
ElementImpl.getEvaluationMethodType()
Returns the type of method used to evaluate quality of the dataset, or
null if
unspecified. |
Modifier and Type | Method and Description |
---|---|
void |
ElementImpl.setEvaluationMethodType(EvaluationMethodType newValue)
Set the ype of method used to evaluate quality of the dataset.
|
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
EvaluationMethodType s. |
Copyright © 1996–2022 Geotools. All rights reserved.