Uses of Interface
org.opengis.metadata.quality.CoverageResult
Packages that use CoverageResult
Package
Description
Information about data quality, accuracy and consistency of a dataset.
-
Uses of CoverageResult in org.apache.sis.metadata.iso.quality
Classes in org.apache.sis.metadata.iso.quality that implement CoverageResultModifier and TypeClassDescriptionclassResult of a data quality measure organising the measured values as a coverage.Methods in org.apache.sis.metadata.iso.quality with parameters of type CoverageResultModifier and TypeMethodDescriptionstatic DefaultCoverageResultDefaultCoverageResult.castOrCopy(CoverageResult object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.quality with parameters of type CoverageResultModifierConstructorDescriptionDefaultCoverageResult(CoverageResult object) Constructs a new instance initialized with the values from the specified metadata object.