Uses of Interface
org.opengis.metadata.quality.DataQuality
Packages that use DataQuality
Package
Description
Defines the structure and content of views of real-world phenomenon.
Root package for ISO 19115 metadata about resources (data or services).
Information about data quality, accuracy and consistency of a dataset.
Information about the mechanisms (grid or vector) used to represent spatial data.
Root package for metadata.
Spatial representation information
(includes grid and vector representation).
-
Uses of DataQuality in org.apache.sis.feature
Methods in org.apache.sis.feature that return DataQualityModifier and TypeMethodDescriptionAbstractAssociation.quality()Verifies if the current association value mets the constraints defined by the association role.AbstractAttribute.quality()Evaluates the quality of this attribute at this method invocation time.AbstractFeature.quality()Evaluates the quality of this feature at this method invocation time. -
Uses of DataQuality in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return types with arguments of type DataQualityModifier and TypeMethodDescriptionDefaultMetadata.getDataQualityInfo()Returns overall assessment of quality of a resource(s).Method parameters in org.apache.sis.metadata.iso with type arguments of type DataQualityModifier and TypeMethodDescriptionvoidDefaultMetadata.setDataQualityInfo(Collection<? extends DataQuality> newValues) Sets overall assessment of quality of a resource(s). -
Uses of DataQuality in org.apache.sis.metadata.iso.quality
Classes in org.apache.sis.metadata.iso.quality that implement DataQualityModifier and TypeClassDescriptionclassQuality information for the data specified by a data quality scope.Methods in org.apache.sis.metadata.iso.quality with parameters of type DataQualityModifier and TypeMethodDescriptionstatic DefaultDataQualityDefaultDataQuality.castOrCopy(DataQuality object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.quality with parameters of type DataQualityModifierConstructorDescriptionDefaultDataQuality(DataQuality object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of DataQuality in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return types with arguments of type DataQualityModifier and TypeMethodDescriptionAbstractGeolocationInformation.getQualityInfo()Returns an overall assessment of quality of geolocation information.Method parameters in org.apache.sis.metadata.iso.spatial with type arguments of type DataQualityModifier and TypeMethodDescriptionvoidAbstractGeolocationInformation.setQualityInfo(Collection<? extends DataQuality> newValues) Sets an overall assessment of quality of geolocation information. -
Uses of DataQuality in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type DataQualityModifier and TypeMethodDescriptionCollection<? extends DataQuality> Metadata.getDataQualityInfo()Provides 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 TypeMethodDescriptionCollection<? extends DataQuality> GeolocationInformation.getQualityInfo()Provides an overall assessment of quality of geolocation information.