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 TypeInterfaceDescriptioninterface
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.interface
Information 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 TypeClassDescriptionclass
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.class
Information about the value (or set of values) obtained from applying a data quality measure.class
Type 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 TypeMethodDescriptionvoid
ElementImpl.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.