public class ElementImpl extends MetadataEntity implements Element
LOGGER
Constructor and Description |
---|
ElementImpl()
Constructs an initially empty element.
|
ElementImpl(Element source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
ElementImpl(Result result)
Creates an element initialized to the given result.
|
Modifier and Type | Method and Description |
---|---|
Collection<Date> |
getDates()
Returns the date or range of dates on which a data quality measure was applied.
|
InternationalString |
getEvaluationMethodDescription()
Returns the description of the evaluation method.
|
EvaluationMethodType |
getEvaluationMethodType()
Returns the type of method used to evaluate quality of the dataset, or
null if
unspecified. |
Citation |
getEvaluationProcedure()
Returns the reference to the procedure information, or
null if none. |
InternationalString |
getMeasureDescription()
Returns the description of the measure being determined.
|
Identifier |
getMeasureIdentification()
Returns the code identifying a registered standard procedure, or
null if none. |
Collection<InternationalString> |
getNamesOfMeasure()
Returns the name of the test applied to the data.
|
Collection<Result> |
getResults()
Returns the 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.
|
void |
setDates(Collection<Date> newValues)
Set the date or range of dates on which a data quality measure was applied.
|
void |
setEvaluationMethodDescription(InternationalString newValue)
Set the description of the evaluation method.
|
void |
setEvaluationMethodType(EvaluationMethodType newValue)
Set the ype of method used to evaluate quality of the dataset.
|
void |
setEvaluationProcedure(Citation newValue)
Set the reference to the procedure information.
|
void |
setMeasureDescription(InternationalString newValue)
Set the description of the measure being determined.
|
void |
setMeasureIdentification(Identifier newValue)
Set the code identifying a registered standard procedure.
|
void |
setNamesOfMeasure(Collection<? extends InternationalString> newValues)
Set the name of the test applied to the data.
|
void |
setResults(Collection<? extends Result> newValues)
Set the 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.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public ElementImpl()
public ElementImpl(Element source)
public ElementImpl(Result result)
public Collection<InternationalString> getNamesOfMeasure()
getNamesOfMeasure
in interface Element
public void setNamesOfMeasure(Collection<? extends InternationalString> newValues)
public Identifier getMeasureIdentification()
null
if none.getMeasureIdentification
in interface Element
null
.public void setMeasureIdentification(Identifier newValue)
public InternationalString getMeasureDescription()
getMeasureDescription
in interface Element
null
.public void setMeasureDescription(InternationalString newValue)
public EvaluationMethodType getEvaluationMethodType()
null
if
unspecified.getEvaluationMethodType
in interface Element
null
.public void setEvaluationMethodType(EvaluationMethodType newValue)
public InternationalString getEvaluationMethodDescription()
getEvaluationMethodDescription
in interface Element
null
.public void setEvaluationMethodDescription(InternationalString newValue)
public Citation getEvaluationProcedure()
null
if none.getEvaluationProcedure
in interface Element
null
.public void setEvaluationProcedure(Citation newValue)
public Collection<Date> getDates()
public void setDates(Collection<Date> newValues)
public Collection<Result> getResults()
getResults
in interface Element
public void setResults(Collection<? extends Result> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.