public class DefaultCoverageResult extends AbstractResult implements CoverageResult
QE_CoverageResult
├─spatialRepresentationType…………………… Method used to spatially represent the coverage result.
├─resultSpatialRepresentation……………… Digital representation of data quality measures composing the coverage result.
├─resultContentDescription……………………… Description of the content of the result coverage, i.e. semantic definition of the data quality measures.
│ └─attributeDescription……………………… Description of the attribute described by the measurement value.
├─resultFormat……………………………………………………… Information about the format of the result coverage data.
│ └─formatSpecificationCitation…… Citation/URL of the specification format.
│ ├─title…………………………………………………… Name by which the cited resource is known.
│ └─date……………………………………………………… Reference date for the cited resource.
└─resultFile…………………………………………………………… Information about the data file containing the result coverage data.
└─fileFormat………………………………………………… Defines the format of the transfer data file.Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultCoverageResult()
Constructs an initially empty coverage result.
|
DefaultCoverageResult(CoverageResult object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultCoverageResult |
castOrCopy(CoverageResult object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
CoverageDescription |
getResultContentDescription()
Returns the description of the content of the result coverage, i.e. semantic definition
of the data quality measures.
|
DataFile |
getResultFile()
Returns the information about the data file containing the result coverage data.
|
Format |
getResultFormat()
Returns the information about the format of the result coverage data.
|
SpatialRepresentation |
getResultSpatialRepresentation()
Returns the digital representation of data quality measures composing the coverage result.
|
SpatialRepresentationType |
getSpatialRepresentationType()
Returns the method used to spatially represent the coverage result.
|
void |
setResultContentDescription(CoverageDescription newValue)
Sets the description of the content of the result coverage, i.e. semantic definition
of the data quality measures.
|
void |
setResultFile(DataFile newValue)
Sets the information about the data file containing the result coverage data.
|
void |
setResultFormat(Format newValue)
Sets the information about the format of the result coverage data.
|
void |
setResultSpatialRepresentation(SpatialRepresentation newValue)
Sets the digital representation of data quality measures composing the coverage result.
|
void |
setSpatialRepresentationType(SpatialRepresentationType newValue)
Sets the method used to spatially represent the coverage result.
|
castOrCopyfreeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultCoverageResult()
public DefaultCoverageResult(CoverageResult object)
object - the metadata to copy values from, or null if none.castOrCopy(CoverageResult)public static DefaultCoverageResult castOrCopy(CoverageResult object)
null, then this method returns null.DefaultCoverageResult, then it is returned unchanged.DefaultCoverageResult instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public SpatialRepresentationType getSpatialRepresentationType()
getSpatialRepresentationType in interface CoverageResultnull.public void setSpatialRepresentationType(SpatialRepresentationType newValue)
newValue - the new spatial representation type value.public SpatialRepresentation getResultSpatialRepresentation()
getResultSpatialRepresentation in interface CoverageResultnull.public void setResultSpatialRepresentation(SpatialRepresentation newValue)
newValue - the new spatial representation value.public CoverageDescription getResultContentDescription()
getResultContentDescription in interface CoverageResultnull.public void setResultContentDescription(CoverageDescription newValue)
newValue - the new content description value.public Format getResultFormat()
getResultFormat in interface CoverageResultnull.public void setResultFormat(Format newValue)
newValue - the new result format value.public DataFile getResultFile()
getResultFile in interface CoverageResultnull.public void setResultFile(DataFile newValue)
newValue - the new result file value.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.