@UML(identifier="DQ_ConformanceResult", specification=ISO_19115) public interface ConformanceResult extends Result
Modifier and Type | Method and Description |
---|---|
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.
|
@UML(identifier="specification", obligation=MANDATORY, specification=ISO_19115) Citation getSpecification()
@UML(identifier="explanation", obligation=MANDATORY, specification=ISO_19115) InternationalString getExplanation()
@UML(identifier="pass", obligation=MANDATORY, specification=ISO_19115) boolean pass()
Copyright © 1996–2019 Geotools. All rights reserved.