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

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

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

Classes in org.geotools.metadata.iso.quality that implement Element
 class AbsoluteExternalPositionalAccuracyImpl
          Closeness of reported coordinate values to values accepted as or being true.
 class AccuracyOfATimeMeasurementImpl
          Correctness of the temporal references of an item (reporting of error in time measurement).
 class CompletenessCommissionImpl
          Excess data present in the dataset, as described by the scope.
 class CompletenessImpl
          Presence and absence of features, their attributes and their relationships.
 class CompletenessOmissionImpl
          Data absent from the dataset, as described by the scope.
 class ConceptualConsistencyImpl
          Adherence to rules of the conceptual schema.
 class DomainConsistencyImpl
          Adherence of values to the value domains.
 class ElementImpl
          Type of test applied to the data specified by a data quality scope.
 class FormatConsistencyImpl
          Degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope.
 class GriddedDataPositionalAccuracyImpl
          Closeness of gridded data position values to values accepted as or being true.
 class LogicalConsistencyImpl
          Degree of adherence to logical rules of data structure, attribution and relationships (data structure can be conceptual, logical or physical).
 class NonQuantitativeAttributeAccuracyImpl
          Accuracy of non-quantitative attributes.
 class PositionalAccuracyImpl
          Accuracy of the position of features.
 class QuantitativeAttributeAccuracyImpl
          Accuracy of quantitative attributes.
 class RelativeInternalPositionalAccuracyImpl
          Closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true.
 class TemporalAccuracyImpl
          Accuracy of the temporal attributes and temporal relationships of features.
 class TemporalConsistencyImpl
          Correctness of ordered events or sequences, if reported.
 class TemporalValidityImpl
          Validity of data specified by the scope with respect to time.
 class ThematicAccuracyImpl
          Accuracy of quantitative attributes and the correctness of non-quantitative attributes and of the classifications of features and their relationships.
 class ThematicClassificationCorrectnessImpl
          Comparison of the classes assigned to features or their attributes to a universe of discourse.
 class TopologicalConsistencyImpl
          Correctness of the explicitly encoded topological characteristics of the dataset as described by the scope.
 

Methods in org.geotools.metadata.iso.quality that return types with arguments of type Element
 Collection<Element> DataQualityImpl.getReports()
          Quantitative quality information for the data specified by the scope.
 

Method parameters in org.geotools.metadata.iso.quality with type arguments of type Element
 void DataQualityImpl.setReports(Collection<? extends Element> newValues)
          Set the quantitative quality information for the data specified by the scope.
 

Constructors in org.geotools.metadata.iso.quality with parameters of type Element
ElementImpl(Element source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of Element in org.opengis.metadata.quality
 

Subinterfaces of Element in org.opengis.metadata.quality
 interface AbsoluteExternalPositionalAccuracy
          Closeness of reported coordinate values to values accepted as or being true.
 interface AccuracyOfATimeMeasurement
          Correctness of the temporal references of an item (reporting of error in time measurement).
 interface Completeness
          Presence and absence of features, their attributes and their relationships.
 interface CompletenessCommission
          Excess data present in the dataset, as described by the scope.
 interface CompletenessOmission
          Data absent from the dataset, as described by the scope.
 interface ConceptualConsistency
          Adherence to rules of the conceptual schema.
 interface DomainConsistency
          Adherence of values to the value domains.
 interface FormatConsistency
          Degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope.
 interface GriddedDataPositionalAccuracy
          Closeness of gridded data position values to values accepted as or being true.
 interface LogicalConsistency
          Degree of adherence to logical rules of data structure, attribution and relationships (data structure can be conceptual, logical or physical).
 interface NonQuantitativeAttributeAccuracy
          Accuracy of non-quantitative attributes.
 interface PositionalAccuracy
          Accuracy of the position of features.
 interface QuantitativeAttributeAccuracy
          Accuracy of quantitative attributes.
 interface RelativeInternalPositionalAccuracy
          Closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true.
 interface TemporalAccuracy
          Accuracy of the temporal attributes and temporal relationships of features.
 interface TemporalConsistency
          Correctness of ordered events or sequences, if reported.
 interface TemporalValidity
          Validity of data specified by the scope with respect to time.
 interface ThematicAccuracy
          Accuracy of quantitative attributes and the correctness of non-quantitative attributes and of the classifications of features and their relationships.
 interface ThematicClassificationCorrectness
          Comparison of the classes assigned to features or their attributes to a universe of discourse.
 interface TopologicalConsistency
          Correctness of the explicitly encoded topological characteristics of the dataset as described by the scope.
 

Methods in org.opengis.metadata.quality that return types with arguments of type Element
 Collection<? extends Element> DataQuality.getReports()
          Quantitative quality information for the data specified by the scope.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.