Uses of Class
org.apache.sis.metadata.iso.quality.AbstractLogicalConsistency
-
Packages that use AbstractLogicalConsistency Package Description org.apache.sis.metadata.iso.quality Information about data quality, accuracy and consistency of a dataset. -
-
Uses of AbstractLogicalConsistency in org.apache.sis.metadata.iso.quality
Subclasses of AbstractLogicalConsistency in org.apache.sis.metadata.iso.quality Modifier and Type Class Description class
DefaultConceptualConsistency
Adherence to rules of the conceptual schema.class
DefaultDomainConsistency
Adherence of values to the value domains.class
DefaultFormatConsistency
Degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope.class
DefaultTopologicalConsistency
Correctness of the explicitly encoded topological characteristics of the dataset as described by the scope.Methods in org.apache.sis.metadata.iso.quality that return AbstractLogicalConsistency Modifier and Type Method Description static AbstractLogicalConsistency
AbstractLogicalConsistency. castOrCopy(LogicalConsistency object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-