|
||||||||||
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.DataQualityImpl
public class DataQualityImpl
Quality information for the data specified by a data quality scope.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
DataQualityImpl()
Constructs an initially empty data quality. |
|
DataQualityImpl(org.opengis.metadata.quality.DataQuality source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
DataQualityImpl(org.opengis.metadata.quality.Scope scope)
Creates a data quality initialized to the given scope. |
Method Summary | |
---|---|
org.opengis.metadata.lineage.Lineage |
getLineage()
Non-quantitative quality information about the lineage of the data specified by the scope. |
java.util.Collection<org.opengis.metadata.quality.Element> |
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. |
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<? extends org.opengis.metadata.quality.Element> 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. |
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 DataQualityImpl()
public DataQualityImpl(org.opengis.metadata.quality.DataQuality source)
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<org.opengis.metadata.quality.Element> getReports()
getReports
in interface org.opengis.metadata.quality.DataQuality
public void setReports(java.util.Collection<? extends org.opengis.metadata.quality.Element> 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |