Uses of Interface
org.opengis.metadata.quality.DataQuality
Packages that use DataQuality
Package
Description
The metadata root entity.
Information concerning the mechanisms used to represent spatial information in a dataset.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.metadata
package.-
Uses of DataQuality in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type DataQualityModifier and TypeMethodDescriptiondefault Collection
<? extends DataQuality> Metadata.getDataQualityInfo()
Overall assessment of quality of a resource(s). -
Uses of DataQuality in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return types with arguments of type DataQualityModifier and TypeMethodDescriptiondefault Collection
<? extends DataQuality> GeolocationInformation.getQualityInfo()
Provides an overall assessment of quality of geolocation information. -
Uses of DataQuality in org.opengis.test
Methods in org.opengis.test with parameters of type DataQualityModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(DataQuality object) Tests the conformance of the given object.static void
Validators.validate
(DataQuality object) Tests the conformance of the given object. -
Uses of DataQuality in org.opengis.test.metadata
Methods in org.opengis.test.metadata with parameters of type DataQualityModifier and TypeMethodDescriptionvoid
QualityValidator.validate
(DataQuality object) Validates the data quality.