Uses of Interface
org.opengis.metadata.quality.Result

Packages that use Result
org.geotools.metadata.iso.quality Data quality implementation. 
org.opengis.metadata.quality Data quality and positional accuracy
 

Uses of Result in org.geotools.metadata.iso.quality
 

Classes in org.geotools.metadata.iso.quality that implement Result
 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
 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
 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
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.
 

Uses of Result in org.opengis.metadata.quality
 

Subinterfaces of Result in org.opengis.metadata.quality
 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.opengis.metadata.quality that return types with arguments of type Result
 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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.