|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.quality.ElementImpl
public class ElementImpl
Type of test applied to the data specified by a data quality scope.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ElementImpl()
Constructs an initially empty element. |
|
ElementImpl(org.opengis.metadata.quality.Element source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
ElementImpl(org.opengis.metadata.quality.Result result)
Creates an element initialized to the given result. |
Method Summary | |
---|---|
java.util.Collection<java.util.Date> |
getDates()
Returns the date or range of dates on which a data quality measure was applied. |
org.opengis.util.InternationalString |
getEvaluationMethodDescription()
Returns the description of the evaluation method. |
org.opengis.metadata.quality.EvaluationMethodType |
getEvaluationMethodType()
Returns the type of method used to evaluate quality of the dataset, or null if unspecified. |
org.opengis.metadata.citation.Citation |
getEvaluationProcedure()
Returns the reference to the procedure information, or null if none. |
org.opengis.util.InternationalString |
getMeasureDescription()
Returns the description of the measure being determined. |
org.opengis.metadata.Identifier |
getMeasureIdentification()
Returns the code identifying a registered standard procedure, or null if none. |
java.util.Collection<org.opengis.util.InternationalString> |
getNamesOfMeasure()
Returns the name of the test applied to the data. |
java.util.Collection<org.opengis.metadata.quality.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(java.util.Collection<java.util.Date> newValues)
Set the date or range of dates on which a data quality measure was applied. |
void |
setEvaluationMethodDescription(org.opengis.util.InternationalString newValue)
Set the description of the evaluation method. |
void |
setEvaluationMethodType(org.opengis.metadata.quality.EvaluationMethodType newValue)
Set the ype of method used to evaluate quality of the dataset. |
void |
setEvaluationProcedure(org.opengis.metadata.citation.Citation newValue)
Set the reference to the procedure information. |
void |
setMeasureDescription(org.opengis.util.InternationalString newValue)
Set the description of the measure being determined. |
void |
setMeasureIdentification(org.opengis.metadata.Identifier newValue)
Set the code identifying a registered standard procedure. |
void |
setNamesOfMeasure(java.util.Collection<? extends org.opengis.util.InternationalString> newValues)
Set the name of the test applied to the data. |
void |
setResults(java.util.Collection<? extends org.opengis.metadata.quality.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. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementImpl()
public ElementImpl(org.opengis.metadata.quality.Element source)
public ElementImpl(org.opengis.metadata.quality.Result result)
Method Detail |
---|
public java.util.Collection<org.opengis.util.InternationalString> getNamesOfMeasure()
getNamesOfMeasure
in interface org.opengis.metadata.quality.Element
public void setNamesOfMeasure(java.util.Collection<? extends org.opengis.util.InternationalString> newValues)
public org.opengis.metadata.Identifier getMeasureIdentification()
null
if none.
getMeasureIdentification
in interface org.opengis.metadata.quality.Element
public void setMeasureIdentification(org.opengis.metadata.Identifier newValue)
public org.opengis.util.InternationalString getMeasureDescription()
getMeasureDescription
in interface org.opengis.metadata.quality.Element
public void setMeasureDescription(org.opengis.util.InternationalString newValue)
public org.opengis.metadata.quality.EvaluationMethodType getEvaluationMethodType()
null
if unspecified.
getEvaluationMethodType
in interface org.opengis.metadata.quality.Element
public void setEvaluationMethodType(org.opengis.metadata.quality.EvaluationMethodType newValue)
public org.opengis.util.InternationalString getEvaluationMethodDescription()
getEvaluationMethodDescription
in interface org.opengis.metadata.quality.Element
public void setEvaluationMethodDescription(org.opengis.util.InternationalString newValue)
public org.opengis.metadata.citation.Citation getEvaluationProcedure()
null
if none.
getEvaluationProcedure
in interface org.opengis.metadata.quality.Element
public void setEvaluationProcedure(org.opengis.metadata.citation.Citation newValue)
public java.util.Collection<java.util.Date> getDates()
getDates
in interface org.opengis.metadata.quality.Element
public void setDates(java.util.Collection<java.util.Date> newValues)
public java.util.Collection<org.opengis.metadata.quality.Result> getResults()
getResults
in interface org.opengis.metadata.quality.Element
public void setResults(java.util.Collection<? extends org.opengis.metadata.quality.Result> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |