org.opengis.metadata.quality
Interface ConformanceResult

All Superinterfaces:
Result
All Known Implementing Classes:
ConformanceResultImpl

@UML(identifier="DQ_ConformanceResult",
     specification=ISO_19115)
public interface ConformanceResult
extends Result

Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.

Since:
GeoAPI 2.0
Author:
Martin Desruisseaux (IRD), Cory Horner (Refractions Research)

Method Summary
 InternationalString getExplanation()
          Explanation of the meaning of conformance for this result.
 Citation getSpecification()
          Citation of product specification or user requirement against which data is being evaluated.
 boolean pass()
          Indication of the conformance result.
 

Method Detail

getSpecification

@UML(identifier="specification",
     obligation=MANDATORY,
     specification=ISO_19115)
Citation getSpecification()
Citation of product specification or user requirement against which data is being evaluated.

Returns:
Citation of product specification or user requirement.

getExplanation

@UML(identifier="explanation",
     obligation=MANDATORY,
     specification=ISO_19115)
InternationalString getExplanation()
Explanation of the meaning of conformance for this result.

Returns:
Explanation of the meaning of conformance.

pass

@UML(identifier="pass",
     obligation=MANDATORY,
     specification=ISO_19115)
boolean pass()
Indication of the conformance result.

Returns:
Indication of the conformance result.


Copyright © 1996-2014 Geotools. All Rights Reserved.