GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.quality
Class EvaluationMethodType

Object
  extended by CodeList<EvaluationMethodType>
      extended by EvaluationMethodType
All Implemented Interfaces:
Serializable, Comparable<EvaluationMethodType>

@UML(identifier="DQ_EvaluationMethodTypeCode",
     specification=ISO_19115)
public final class EvaluationMethodType
extends CodeList<EvaluationMethodType>

Type of method for evaluating an identified data quality measure.

Since:
GeoAPI 2.0
Version:
Abstract specification 5.0
See Also:
Serialized Form

Field Summary
static 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 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 INDIRECT
          Method of evaluating the quality of a dataset based on external knowledge.
 
Constructor Summary
EvaluationMethodType(String name)
          Constructs an enum with the given name.
 
Method Summary
 EvaluationMethodType[] family()
          Returns the list of enumerations of the same kind than this enum.
static EvaluationMethodType[] values()
          Returns the list of EvaluationMethodTypes.
 
Methods inherited from class CodeList
compareTo, name, ordinal, readResolve, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DIRECT_INTERNAL

@UML(identifier="directInternal",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final 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.


DIRECT_EXTERNAL

@UML(identifier="directExternal",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final 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.


INDIRECT

@UML(identifier="indirect",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final EvaluationMethodType INDIRECT
Method of evaluating the quality of a dataset based on external knowledge.

Constructor Detail

EvaluationMethodType

public EvaluationMethodType(String name)
Constructs an enum with the given name. The new enum is automatically added to the list returned by values().

Parameters:
name - The enum name. This name must not be in use by an other enum of this type.
Method Detail

values

public static EvaluationMethodType[] values()
Returns the list of EvaluationMethodTypes.


family

public EvaluationMethodType[] family()
Returns the list of enumerations of the same kind than this enum.

Specified by:
family in class CodeList<EvaluationMethodType>

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium