Uses of Interface
org.opengis.metadata.quality.Element
Packages that use Element
Package
Description
Information about data quality, accuracy and consistency of a dataset.
Information about the mechanisms (grid or vector) used to represent spatial data.
Spatial representation information
(includes grid and vector representation).
-
Uses of Element in org.apache.sis.metadata.iso.quality
Classes in org.apache.sis.metadata.iso.quality that implement ElementModifier and TypeClassDescriptionclassPresence and absence of features, their attributes and their relationships.classAspect of quantitative quality information.classDegree of adherence to logical rules of data structure, attribution and relationships.classInformation about the reliability of data quality results.classAccuracy of the position of features.classDeprecated.classAccuracy of the temporal attributes and temporal relationships of features.classAccuracy and correctness of attributes and classification of features.classCloseness of reported coordinate values to values accepted as or being true.classCorrectness of the temporal references of an item (reporting of error in time measurement).classExcess data present in the dataset, as described by the scope.classData absent from the dataset, as described by the scope.classAdherence to rules of the conceptual schema.classTrustworthiness of a data quality result.classAdherence of values to the value domains.classDegree to which data are stored in accordance with the physical structure of the data set.classCloseness of gridded data position values to values accepted as or being true.classExpected or tested uniformity of the results obtained for a data quality evaluation.classDeprecated.RenamedDefaultNonQuantitativeAttributeCorrectnessfor following a renaming in ISO 19157:2013.classCorrectness of non-quantitative attributes.classAccuracy of quantitative attributes.classCloseness of the relative positions of features in the scope to their respective relative positions accepted as or being true.classDegree to which the sample used has produced a result which is representation of the data.classCorrectness of ordered events or sequences, if reported.classValidity of data specified by the scope with respect to time.classComparison of the classes assigned to features or their attributes to a universe of discourse.classCorrectness of the explicitly encoded topological characteristics of the data set.classDeprecated.Removed from latest ISO 19157 standard.Methods in org.apache.sis.metadata.iso.quality that return types with arguments of type ElementModifier and TypeMethodDescriptionAbstractElement.getDerivedElements()Returns the original elements in case of aggregation or derivation.DefaultDataQuality.getReports()Returns the quality information for the data specified by the scope.Methods in org.apache.sis.metadata.iso.quality with parameters of type ElementModifier and TypeMethodDescriptionstatic AbstractElementAbstractElement.castOrCopy(Element object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.quality with type arguments of type ElementModifier and TypeMethodDescriptionvoidAbstractElement.setDerivedElements(Collection<? extends Element> newValues) Sets the original elements in case of aggregation or derivation.voidDefaultDataQuality.setReports(Collection<? extends Element> newValues) Sets the quality information for the data specified by the scope.Constructors in org.apache.sis.metadata.iso.quality with parameters of type ElementModifierConstructorDescriptionAbstractElement(Element object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Element in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return types with arguments of type ElementModifier and TypeMethodDescriptionDefaultGCP.getAccuracyReports()Returns the accuracy of a ground control point.Method parameters in org.apache.sis.metadata.iso.spatial with type arguments of type ElementModifier and TypeMethodDescriptionvoidDefaultGCP.setAccuracyReports(Collection<? extends Element> newValues) Sets the accuracy of a ground control point. -
Uses of Element in org.opengis.metadata.quality
Subinterfaces of Element in org.opengis.metadata.qualityModifier and TypeInterfaceDescriptioninterfaceCloseness of reported coordinate values to values accepted as or being true.interfaceCorrectness of the temporal references of an item (reporting of error in time measurement).interfacePresence and absence of features, their attributes and their relationships.interfaceExcess data present in the dataset, as described by the scope.interfaceData absent from the dataset, as described by the scope.interfaceAdherence to rules of the conceptual schema.interfaceAdherence of values to the value domains.interfaceDegree to which data is stored in accordance with the physical structure of the dataset, as described by the scope.interfaceCloseness of gridded data position values to values accepted as or being true.interfaceDegree of adherence to logical rules of data structure, attribution and relationships (data structure can be conceptual, logical or physical).interfaceAccuracy of non-quantitative attributes.interfaceAccuracy of the position of features.interfaceAccuracy of quantitative attributes.interfaceCloseness of the relative positions of features in the scope to their respective relative positions accepted as or being true.interfaceAccuracy of the temporal attributes and temporal relationships of features.interfaceCorrectness of ordered events or sequences, if reported.interfaceValidity of data specified by the scope with respect to time.interfaceAccuracy of quantitative attributes and the correctness of non-quantitative attributes and of the classifications of features and their relationships.interfaceComparison of the classes assigned to features or their attributes to a universe of discourse.interfaceCorrectness of the explicitly encoded topological characteristics of the dataset as described by the scope.interfaceDegree of adherence of a dataset to a specific set of user requirements.Methods in org.opengis.metadata.quality that return types with arguments of type ElementModifier and TypeMethodDescriptionCollection<? extends Element> DataQuality.getReports()Quantitative quality information for the data specified by the scope. -
Uses of Element in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return types with arguments of type ElementModifier and TypeMethodDescriptionCollection<? extends Element> GCP.getAccuracyReports()Accuracy of a ground control point.
AbstractTemporalQualityfor following a renaming in ISO 19157:2013.