Uses of Interface
org.opengis.metadata.quality.Result
Packages that use Result
Package
Description
Information about data quality, accuracy and consistency of a dataset.
-
Uses of Result in org.apache.sis.metadata.iso.quality
Classes in org.apache.sis.metadata.iso.quality that implement ResultModifier and TypeClassDescriptionclassBase class of more specific result classes.classInformation about the outcome of evaluating the value(s) against a specified acceptable conformance quality level.classResult of a data quality measure organising the measured values as a coverage.classData quality descriptive result.classInformation about the value (or set of values) obtained from applying a data quality measure.Methods in org.apache.sis.metadata.iso.quality that return types with arguments of type ResultModifier and TypeMethodDescriptionAbstractElement.getResults()Returns the value(s) obtained from applying a data quality measure.Methods in org.apache.sis.metadata.iso.quality with parameters of type ResultModifier and TypeMethodDescriptionstatic AbstractResultAbstractResult.castOrCopy(Result object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.quality with type arguments of type ResultModifier and TypeMethodDescriptionvoidAbstractElement.setResults(Collection<? extends Result> newValues) Sets the value(s) obtained from applying a data quality measure.Constructors in org.apache.sis.metadata.iso.quality with parameters of type ResultModifierConstructorDescriptionAbstractElement(Result result) Creates an element initialized to the given result.AbstractPositionalAccuracy(Result result) Creates an positional accuracy initialized to the given result.AbstractResult(Result object) Constructs a new instance initialized with the values from the specified metadata object.Creates an positional accuracy initialized to the given result. -
Uses of Result in org.opengis.metadata.quality
Subinterfaces of Result in org.opengis.metadata.qualityModifier and TypeInterfaceDescriptioninterfaceInformation about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.interfaceResult of a data quality measure organising the measured values as a coverage.interfaceInformation about the value (or set of values) obtained from applying a data quality measure.Methods in org.opengis.metadata.quality that return types with arguments of type ResultModifier and TypeMethodDescriptionCollection<? extends Result> Element.getResults()Value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.