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.qualitySubinterfaces of Result in org.geotools.api.metadata.quality Modifier and Type Interface Description interfaceConformanceResultInformation about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.interfaceQuantitativeResultInformation 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.qualityClasses in org.geotools.metadata.iso.quality that implement Result Modifier and Type Class Description classConformanceResultImplInformation about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.classQuantitativeResultImplInformation about the value (or set of values) obtained from applying a data quality measure.classResultImplType 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 voidElementImpl. 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.
 
-