Uses of Class
org.apache.sis.metadata.iso.quality.AbstractElement
Packages that use AbstractElement
Package
Description
Defines the structure and content of views of real-world phenomenon.
JAXB adapters for metadata.
A set of helper classes for the SIS implementation.
Information about data quality, accuracy and consistency of a dataset.
-
Uses of AbstractElement in org.apache.sis.feature
Methods in org.apache.sis.feature that return AbstractElementModifier and TypeMethodDescriptionprivate AbstractElement
Validator.addViolationReport
(AbstractElement report, AbstractIdentifiedType type, org.opengis.util.InternationalString explanation) Adds a report for a constraint violation.Methods in org.apache.sis.feature with parameters of type AbstractElementModifier and TypeMethodDescriptionprivate AbstractElement
Validator.addViolationReport
(AbstractElement report, AbstractIdentifiedType type, org.opengis.util.InternationalString explanation) Adds a report for a constraint violation.private void
Validator.verifyCardinality
(AbstractElement report, AbstractIdentifiedType type, int minimumOccurs, int maximumOccurs, int count) Verifies if the given value is compliant with the cardinality constraint. -
Uses of AbstractElement in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return AbstractElementModifier and TypeMethodDescriptionDQ_Element.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mdq:DQ_Element>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type AbstractElementModifier and TypeMethodDescriptionvoid
DQ_Element.setElement
(AbstractElement value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of AbstractElement in org.apache.sis.internal.referencing
Subclasses of AbstractElement in org.apache.sis.internal.referencingModifier and TypeClassDescriptionfinal class
Pre-defined positional accuracy resulting from some coordinate operations. -
Uses of AbstractElement in org.apache.sis.metadata.iso.quality
Subclasses of AbstractElement in org.apache.sis.metadata.iso.qualityModifier and TypeClassDescriptionclass
Presence and absence of features, their attributes and their relationships.class
Degree of adherence to logical rules of data structure, attribution and relationships.class
Information about the reliability of data quality results.class
Accuracy of the position of features.class
Deprecated.class
Accuracy of the temporal attributes and temporal relationships of features.class
Accuracy and correctness of attributes and classification of features.class
Closeness of reported coordinate values to values accepted as or being true.class
Correctness of the temporal references of an item (reporting of error in time measurement).class
Excess data present in the dataset, as described by the scope.class
Data absent from the dataset, as described by the scope.class
Adherence to rules of the conceptual schema.class
Trustworthiness of a data quality result.class
Adherence of values to the value domains.class
Degree to which data are stored in accordance with the physical structure of the data set.class
Closeness of gridded data position values to values accepted as or being true.class
Expected or tested uniformity of the results obtained for a data quality evaluation.class
Deprecated.RenamedDefaultNonQuantitativeAttributeCorrectness
for following a renaming in ISO 19157:2013.class
Correctness of non-quantitative attributes.class
Accuracy of quantitative attributes.class
Closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true.class
Degree to which the sample used has produced a result which is representation of the data.class
Correctness of ordered events or sequences, if reported.class
Validity of data specified by the scope with respect to time.class
Comparison of the classes assigned to features or their attributes to a universe of discourse.class
Correctness of the explicitly encoded topological characteristics of the data set.class
Deprecated.Removed from latest ISO 19157 standard.Methods in org.apache.sis.metadata.iso.quality that return AbstractElementModifier and TypeMethodDescriptionstatic AbstractElement
AbstractElement.castOrCopy
(org.opengis.metadata.quality.Element object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.
AbstractTemporalQuality
for following a renaming in ISO 19157:2013.