|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataQuality | |
---|---|
org.geotools.metadata.iso | Metadata implementation. |
org.geotools.metadata.iso.quality | Data quality implementation. |
org.opengis.metadata | Root package for metadata. |
Uses of DataQuality in org.geotools.metadata.iso |
---|
Methods in org.geotools.metadata.iso that return types with arguments of type DataQuality | |
---|---|
Collection<DataQuality> |
MetaDataImpl.getDataQualityInfo()
Provides overall assessment of quality of a resource(s). |
Method parameters in org.geotools.metadata.iso with type arguments of type DataQuality | |
---|---|
void |
MetaDataImpl.setDataQualityInfo(Collection<? extends DataQuality> newValues)
Set overall assessment of quality of a resource(s). |
Uses of DataQuality in org.geotools.metadata.iso.quality |
---|
Classes in org.geotools.metadata.iso.quality that implement DataQuality | |
---|---|
class |
DataQualityImpl
Quality information for the data specified by a data quality scope. |
Constructors in org.geotools.metadata.iso.quality with parameters of type DataQuality | |
---|---|
DataQualityImpl(DataQuality source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Uses of DataQuality in org.opengis.metadata |
---|
Methods in org.opengis.metadata that return types with arguments of type DataQuality | |
---|---|
Collection<? extends DataQuality> |
MetaData.getDataQualityInfo()
Provides overall assessment of quality of a resource(s). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |