public class DefaultCoverageResult extends AbstractResult implements CoverageResult
Limitations:
XML
instead.Defined in the sis-metadata
module
identifiers, LOGGER
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.
|
castOrCopy
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public 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 CoverageResult
null
.public void setSpatialRepresentationType(SpatialRepresentationType newValue)
newValue
- The new spatial representation type value.public SpatialRepresentation getResultSpatialRepresentation()
getResultSpatialRepresentation
in interface CoverageResult
null
.public void setResultSpatialRepresentation(SpatialRepresentation newValue)
newValue
- The new spatial representation value.public CoverageDescription getResultContentDescription()
getResultContentDescription
in interface CoverageResult
null
.public void setResultContentDescription(CoverageDescription newValue)
newValue
- The new content description value.public Format getResultFormat()
getResultFormat
in interface CoverageResult
null
.public void setResultFormat(Format newValue)
newValue
- The new result format value.public DataFile getResultFile()
getResultFile
in interface CoverageResult
null
.public void setResultFile(DataFile newValue)
newValue
- The new result file value.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.