Package org.opengis.metadata.quality
Interface CoverageResult
-
- All Superinterfaces:
Result
@UML(identifier="QE_CoverageResult", specification=ISO_19115_2) public interface CoverageResult extends Result
Result of a data quality measure organising the measured values as a coverage.- Since:
- 2.3
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoverageDescriptiongetResultContentDescription()Provides the description of the content of the result coverage, i.e.DataFilegetResultFile()Provides information about the data file containing the result coverage data.FormatgetResultFormat()Provides information about the format of the result coverage data.SpatialRepresentationgetResultSpatialRepresentation()Provides the digital representation of data quality measures composing the coverage result.SpatialRepresentationTypegetSpatialRepresentationType()Method used to spatially represent the coverage result.
-
-
-
Method Detail
-
getSpatialRepresentationType
@UML(identifier="spatialRepresentationType", obligation=MANDATORY, specification=ISO_19115_2) 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_19115_2) 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
@UML(identifier="resultContentDescription", obligation=MANDATORY, specification=ISO_19115_2) CoverageDescription getResultContentDescription()
Provides the description of the content of the result coverage, i.e. semantic definition of the data quality measures.- Returns:
- Description of the content of the result coverage.
-
getResultFormat
@UML(identifier="resultFormat", obligation=MANDATORY, specification=ISO_19115_2) Format getResultFormat()
Provides information about the format of the result coverage data.- Returns:
- Format of the result coverage data.
-
getResultFile
@UML(identifier="resultFile", obligation=MANDATORY, specification=ISO_19139) DataFile getResultFile()
Provides information about the data file containing the result coverage data.- Returns:
- Data file containing the result coverage data.
-
-