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 classDefaultConceptualConsistencyAdherence to rules of the conceptual schema.classDefaultDomainConsistencyAdherence of values to the value domains.classDefaultFormatConsistencyDegree to which data is stored in accordance with the physical structure of the dataset, as described by the scope.classDefaultTopologicalConsistencyCorrectness 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 AbstractLogicalConsistencyAbstractLogicalConsistency. castOrCopy(LogicalConsistency object)Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-