|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvaluationMethodType | |
---|---|
org.geotools.metadata.iso.quality | Data quality implementation. |
org.opengis.metadata.quality | Data quality and positional accuracy. |
Uses of EvaluationMethodType in org.geotools.metadata.iso.quality |
---|
Methods in org.geotools.metadata.iso.quality that return EvaluationMethodType | |
---|---|
EvaluationMethodType |
ElementImpl.getEvaluationMethodType()
Returns the type of method used to evaluate quality of the dataset, or null if unspecified. |
Methods in org.geotools.metadata.iso.quality with parameters of type EvaluationMethodType | |
---|---|
void |
ElementImpl.setEvaluationMethodType(EvaluationMethodType newValue)
Set the ype of method used to evaluate quality of the dataset. |
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[] |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |