Uses of Interface
org.geotools.api.metadata.quality.Result
-
Packages that use Result Package Description org.geotools.api.metadata.quality org.geotools.metadata.iso.quality -
-
Uses of Result in org.geotools.api.metadata.quality
Subinterfaces of Result in org.geotools.api.metadata.quality Modifier and Type Interface Description interface
ConformanceResult
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.interface
QuantitativeResult
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 Result Modifier and Type Method Description Collection<? 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 Result Modifier and Type Class Description class
ConformanceResultImpl
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.class
QuantitativeResultImpl
Information about the value (or set of values) obtained from applying a data quality measure.class
ResultImpl
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 Result Modifier and Type Method Description Collection<Result>
ElementImpl. 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 Result Modifier and Type Method Description void
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 Result Constructor Description AbsoluteExternalPositionalAccuracyImpl(Result result)
Creates 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.
-