@UML(identifier="DQ_Element", specification=ISO_19115) public interface Element
Modifier and Type | Method and Description |
---|---|
Collection<? extends Date> |
getDates()
Date or range of dates on which a data quality measure was applied.
|
InternationalString |
getEvaluationMethodDescription()
Description of the evaluation method.
|
EvaluationMethodType |
getEvaluationMethodType()
Type of method used to evaluate quality of the dataset, or
null if unspecified. |
Citation |
getEvaluationProcedure()
Reference to the procedure information, or
null if none. |
InternationalString |
getMeasureDescription()
Description of the measure being determined.
|
Identifier |
getMeasureIdentification()
Code identifying a registered standard procedure, or
null if none. |
Collection<? extends InternationalString> |
getNamesOfMeasure()
Name of the test applied to the data.
|
Collection<? extends Result> |
getResults()
Value (or set of values) obtained from applying a data quality measure or the out come of
evaluating the obtained value (or set of values) against a specified acceptable conformance
quality level.
|
@UML(identifier="nameOfMeasure", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends InternationalString> getNamesOfMeasure()
@UML(identifier="measureIdentification", obligation=OPTIONAL, specification=ISO_19115) Identifier getMeasureIdentification()
null
if none.null
.@UML(identifier="measureDescription", obligation=OPTIONAL, specification=ISO_19115) InternationalString getMeasureDescription()
null
.@UML(identifier="evaluationMethodType", obligation=OPTIONAL, specification=ISO_19115) EvaluationMethodType getEvaluationMethodType()
null
if unspecified.null
.@UML(identifier="evaluationMethodDescription", obligation=OPTIONAL, specification=ISO_19115) InternationalString getEvaluationMethodDescription()
null
.@UML(identifier="evaluationProcedure", obligation=OPTIONAL, specification=ISO_19115) Citation getEvaluationProcedure()
null
if none.null
.@UML(identifier="dateTime", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends Date> getDates()
@UML(identifier="result", obligation=MANDATORY, specification=ISO_19115) Collection<? extends Result> getResults()
Copyright © 1996–2019 Geotools. All rights reserved.