Interface ConformanceResult
- 
- All Superinterfaces:
- Result
 - All Known Implementing Classes:
- ConformanceResultImpl
 
 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternationalStringgetExplanation()Explanation of the meaning of conformance for this result.CitationgetSpecification()Citation of product specification or user requirement against which data is being evaluated.booleanpass()Indication of the conformance result.
 
- 
- 
- 
Method Detail- 
getSpecificationCitation getSpecification() Citation of product specification or user requirement against which data is being evaluated.- Returns:
- Citation of product specification or user requirement.
 
 - 
getExplanationInternationalString getExplanation() Explanation of the meaning of conformance for this result.- Returns:
- Explanation of the meaning of conformance.
 
 - 
passboolean pass() Indication of the conformance result.- Returns:
- Indication of the conformance result.
 
 
- 
 
-