|
|||||||||||
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.ResultImpl org.geotools.metadata.iso.quality.ConformanceResultImpl
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
ConformanceResultImpl()
Constructs an initially empty conformance result. |
|
ConformanceResultImpl(org.opengis.metadata.citation.Citation specification,
org.opengis.util.InternationalString explanation,
boolean pass)
Creates a conformance result initialized to the given values. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this conformance result with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.util.InternationalString |
getExplanation()
Explanation of the meaning of conformance for this result. |
org.opengis.metadata.citation.Citation |
getSpecification()
Citation of product specification or user requirement against which data is being evaluated. |
int |
hashCode()
Returns a hash code value for this series. |
boolean |
pass()
Indication of the conformance result. |
void |
setExplanation(org.opengis.util.InternationalString newValue)
Set the explanation of the meaning of conformance for this result. |
void |
setPass(boolean newValue)
Set the indication of the conformance result. |
void |
setSpecification(org.opengis.metadata.citation.Citation newValue)
Set the citation of product specification or user requirement against which data is being evaluated. |
java.lang.String |
toString()
Returns a string representation of this result. |
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 ConformanceResultImpl()
public ConformanceResultImpl(org.opengis.metadata.citation.Citation specification, org.opengis.util.InternationalString explanation, boolean pass)
Method Detail |
public org.opengis.metadata.citation.Citation getSpecification()
getSpecification
in interface org.opengis.metadata.quality.ConformanceResult
public void setSpecification(org.opengis.metadata.citation.Citation newValue)
public org.opengis.util.InternationalString getExplanation()
getExplanation
in interface org.opengis.metadata.quality.ConformanceResult
public void setExplanation(org.opengis.util.InternationalString newValue)
public boolean pass()
pass
in interface org.opengis.metadata.quality.ConformanceResult
public void setPass(boolean 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 |