|
||||||||||
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.ResultImpl
org.geotools.metadata.iso.quality.ConformanceResultImpl
public class 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.AbstractMetadata |
---|
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. |
|
ConformanceResultImpl(org.opengis.metadata.quality.ConformanceResult source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
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. |
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. |
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 ConformanceResultImpl()
public ConformanceResultImpl(org.opengis.metadata.quality.ConformanceResult source)
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |