|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.quality.ElementImpl
Type of test applied to the data specified by a data quality scope.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
ElementImpl()
Constructs an initially empty element. |
|
ElementImpl(org.opengis.metadata.quality.Result result)
Creates an element initialized to the given result. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this element with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
java.util.Date[] |
getDate()
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 if unspecified. |
org.opengis.metadata.citation.Citation |
getEvaluationProcedure()
Returns the reference to the procedure information, or 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 if none. |
java.util.Collection |
getNamesOfMeasure()
Returns the name of the test applied to the data. |
org.opengis.metadata.quality.Result |
getResult()
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. |
int |
hashCode()
Returns a hash code value for this address. |
void |
setDate(java.util.Date[] newValue)
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 newValues)
Set the name of the test applied to the data. |
void |
setResult(org.opengis.metadata.quality.Result newValue)
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. |
java.lang.String |
toString()
Returns a string representation of this citation. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ElementImpl()
public ElementImpl(org.opengis.metadata.quality.Result result)
Method Detail |
public java.util.Collection getNamesOfMeasure()
getNamesOfMeasure
in interface org.opengis.metadata.quality.Element
public void setNamesOfMeasure(java.util.Collection newValues)
public org.opengis.metadata.Identifier getMeasureIdentification()
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()
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()
getEvaluationProcedure
in interface org.opengis.metadata.quality.Element
public void setEvaluationProcedure(org.opengis.metadata.citation.Citation newValue)
public java.util.Date[] getDate()
getDate
in interface org.opengis.metadata.quality.Element
public void setDate(java.util.Date[] newValue)
public org.opengis.metadata.quality.Result getResult()
getResult
in interface org.opengis.metadata.quality.Element
public void setResult(org.opengis.metadata.quality.Result newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |