Uses of Interface
org.geotools.api.metadata.quality.Result
Packages that use Result
Package
Description
-
Uses of Result in org.geotools.api.metadata.quality
Subinterfaces of Result in org.geotools.api.metadata.qualityModifier and TypeInterfaceDescriptioninterfaceInformation about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.interfaceInformation about the value (or set of values) obtained from applying a data quality measure.Methods in org.geotools.api.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. -
Uses of Result in org.geotools.metadata.iso.quality
Classes in org.geotools.metadata.iso.quality that implement ResultModifier and TypeClassDescriptionclassInformation about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.classInformation about the value (or set of values) obtained from applying a data quality measure.classType of test applied to the data specified by a data quality scope.Methods in org.geotools.metadata.iso.quality that return types with arguments of type ResultModifier and TypeMethodDescriptionElementImpl.getResults()Returns the 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.Method parameters in org.geotools.metadata.iso.quality with type arguments of type ResultModifier and TypeMethodDescriptionvoidElementImpl.setResults(Collection<? extends Result> newValues) Set the 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.Constructors in org.geotools.metadata.iso.quality with parameters of type ResultModifierConstructorDescriptionCreates an positional accuracy initialized to the given result.ElementImpl(Result result) Creates an element initialized to the given result.PositionalAccuracyImpl(Result result) Creates an positional accuracy initialized to the given result.ResultImpl(Result source) Constructs a metadata entity initialized with the values from the specified metadata.