Uses of Class
org.apache.sis.metadata.iso.quality.AbstractCompleteness
-
Packages that use AbstractCompleteness Package Description org.apache.sis.metadata.iso.quality Information about data quality, accuracy and consistency of a dataset. -
-
Uses of AbstractCompleteness in org.apache.sis.metadata.iso.quality
Subclasses of AbstractCompleteness in org.apache.sis.metadata.iso.quality Modifier and Type Class Description class
DefaultCompletenessCommission
Excess data present in the dataset, as described by the scope.class
DefaultCompletenessOmission
Data absent from the dataset, as described by the scope.Methods in org.apache.sis.metadata.iso.quality that return AbstractCompleteness Modifier and Type Method Description static AbstractCompleteness
AbstractCompleteness. castOrCopy(Completeness object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-