|
|||||||||||
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.DataQualityImpl
Quality information for the data specified by a data quality scope.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
DataQualityImpl()
Constructs an initially empty data quality. |
|
DataQualityImpl(org.opengis.metadata.quality.Scope scope)
Creates a data quality initialized to the given scope. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this data quality with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
org.opengis.metadata.lineage.Lineage |
getLineage()
Non-quantitative quality information about the lineage of the data specified by the scope. |
java.util.Collection |
getReports()
Quantitative quality information for the data specified by the scope. |
org.opengis.metadata.quality.Scope |
getScope()
The specific data to which the data quality information applies. |
int |
hashCode()
Returns a hash code value for this address. |
void |
setLineage(org.opengis.metadata.lineage.Lineage newValue)
Set the non-quantitative quality information about the lineage of the data specified by the scope. |
void |
setReports(java.util.Collection newValues)
Set the quantitative quality information for the data specified by the scope. |
void |
setScope(org.opengis.metadata.quality.Scope newValue)
Set the specific data to which the data quality information applies. |
java.lang.String |
toString()
Returns a string representation of this data quality. |
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 DataQualityImpl()
public DataQualityImpl(org.opengis.metadata.quality.Scope scope)
Method Detail |
public org.opengis.metadata.quality.Scope getScope()
getScope
in interface org.opengis.metadata.quality.DataQuality
public void setScope(org.opengis.metadata.quality.Scope newValue)
public java.util.Collection getReports()
getReports
in interface org.opengis.metadata.quality.DataQuality
public void setReports(java.util.Collection newValues)
public org.opengis.metadata.lineage.Lineage getLineage()
getLineage
in interface org.opengis.metadata.quality.DataQuality
public void setLineage(org.opengis.metadata.lineage.Lineage 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 |