| Package | Description |
|---|---|
| org.geotools.metadata.iso |
Metadata implementation.
|
| org.geotools.metadata.iso.quality |
Data quality implementation.
|
| org.opengis.metadata |
Root package for metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DataQuality> |
MetaDataImpl.getDataQualityInfo()
Provides overall assessment of quality of a resource(s).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaDataImpl.setDataQualityInfo(Collection<? extends DataQuality> newValues)
Set overall assessment of quality of a resource(s).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataQualityImpl
Quality information for the data specified by a data quality scope.
|
| Constructor and Description |
|---|
DataQualityImpl(DataQuality source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends DataQuality> |
MetaData.getDataQualityInfo()
Provides overall assessment of quality of a resource(s).
|
Copyright © 1996–2019 Geotools. All rights reserved.