- All Superinterfaces:
Result
@UML(identifier="DQ_CoverageResult",
specification=ISO_19157)
public interface CoverageResult
extends Result
Result of a data quality measure organizing the measured values as a coverage.
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<? extends RangeDimension> Provides the description of the content of the result coverage.default CoverageDescription
Deprecated.default DataFile
Provides information about the data file containing the result coverage data.default Format
Provides information about the format of the result coverage data.Provides the digital representation of data quality measures composing the coverage result.Method used to spatially represent the coverage result.Methods inherited from interface org.opengis.metadata.quality.Result
getDateTime, getResultScope
-
Method Details
-
getSpatialRepresentationType
@UML(identifier="spatialRepresentationType", obligation=MANDATORY, specification=ISO_19157) SpatialRepresentationType getSpatialRepresentationType()Method used to spatially represent the coverage result.- Returns:
- spatial representation of the coverage result.
-
getResultSpatialRepresentation
@UML(identifier="resultSpatialRepresentation", obligation=MANDATORY, specification=ISO_19157) SpatialRepresentation getResultSpatialRepresentation()Provides the digital representation of data quality measures composing the coverage result.- Returns:
- digital representation of data quality measures composing the coverage result.
-
getResultContentDescription
@Deprecated(since="3.1") @UML(identifier="resultContentDescription", obligation=MANDATORY, specification=ISO_19115_2, version=2009) default CoverageDescription getResultContentDescription()Deprecated.Replaced bygetResultContent()
.Provides the description of the content of the result coverage. This is the semantic definition of the data quality measures.- Returns:
- description of the content of the result coverage.
-
getResultContent
@UML(identifier="resultContent", obligation=CONDITIONAL, specification=ISO_19157) default Collection<? extends RangeDimension> getResultContent()Provides the description of the content of the result coverage. This is the semantic definition of the data quality measures.- Returns:
- description of the content of the result coverage.
- Condition:
- Mandatory if result format
and
result file
are not provided.
-
getResultFormat
@UML(identifier="resultFormat", obligation=CONDITIONAL, specification=ISO_19157) default Format getResultFormat()Provides information about the format of the result coverage data.- Returns:
- format of the result coverage data.
- Condition:
- Mandatory if result content is not provided.
-
getResultFile
@UML(identifier="resultFile", obligation=CONDITIONAL, specification=ISO_19157) default DataFile getResultFile()Provides information about the data file containing the result coverage data.- Returns:
- data file containing the result coverage data.
- Condition:
- Mandatory if result content is not provided.
-
getResultContent()
.