GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.quality
Interface QuantitativeResult

All Superinterfaces:
Result

@UML(identifier="DQ_QuantitativeResult",
     specification=ISO_19115)
public interface QuantitativeResult
extends Result

Information about the value (or set of values) obtained from applying a data quality measure.

Since:
GeoAPI 2.0
Version:
Abstract specification 5.0

Method Summary
 InternationalString getErrorStatistic()
          Statistical method used to determine the value, or null if none.
 double[] getValues()
          Quantitative value or values, content determined by the evaluation procedure used.
 Class getValueType()
          Value type for reporting a data quality result, or null if none.
 Unit getValueUnit()
          Value unit for reporting a data quality result, or null if none.
 

Method Detail

getValues

@UML(identifier="value",
     obligation=MANDATORY,
     specification=ISO_19115)
double[] getValues()
Quantitative value or values, content determined by the evaluation procedure used.


getValueType

@UML(identifier="valueType",
     obligation=OPTIONAL,
     specification=ISO_19115)
Class getValueType()
Value type for reporting a data quality result, or null if none.


getValueUnit

@UML(identifier="valueUnit",
     obligation=OPTIONAL,
     specification=ISO_19115)
Unit getValueUnit()
Value unit for reporting a data quality result, or null if none.


getErrorStatistic

@UML(identifier="errorStatistic",
     obligation=OPTIONAL,
     specification=ISO_19115)
InternationalString getErrorStatistic()
Statistical method used to determine the value, or null if none.


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium