|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
AbstractResult
DefaultCoverageResult
@ThreadSafe public class DefaultCoverageResult
Result of a data quality measure organising the measured values as a coverage.
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary |
|---|
| Fields inherited from class MetadataEntity |
|---|
identifiers |
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DefaultCoverageResult()
Constructs an initially empty coverage result. |
|
DefaultCoverageResult(CoverageResult source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultCoverageResult |
castOrCopy(CoverageResult object)
Returns a Geotk metadata implementation with the same values than 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. |
| Methods inherited from class AbstractResult |
|---|
castOrCopy |
| Methods inherited from class MetadataEntity |
|---|
getIdentifier, getIdentifierMap, getIdentifiers, getStandard |
| Methods inherited from class ModifiableMetadata |
|---|
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
| Methods inherited from class AbstractMetadata |
|---|
asMap, asTree, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, parse, toString |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCoverageResult()
public DefaultCoverageResult(CoverageResult source)
source - The metadata to copy, or null if none.| Method Detail |
|---|
public static DefaultCoverageResult castOrCopy(CoverageResult object)
null, then this method returns null.
Otherwise if the given object is already a Geotk implementation, then the given object is
returned unchanged. Otherwise a new Geotk implementation is created and initialized to the
attribute values of the given object, using a shallow copy operation
(i.e. attributes are not cloned).
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public SpatialRepresentationType getSpatialRepresentationType()
getSpatialRepresentationType in interface CoverageResultpublic void setSpatialRepresentationType(SpatialRepresentationType newValue)
newValue - The new spatial representation type value.public SpatialRepresentation getResultSpatialRepresentation()
getResultSpatialRepresentation in interface CoverageResultpublic void setResultSpatialRepresentation(SpatialRepresentation newValue)
newValue - The new spatial representation value.public CoverageDescription getResultContentDescription()
getResultContentDescription in interface CoverageResultpublic void setResultContentDescription(CoverageDescription newValue)
newValue - The new content description value.public Format getResultFormat()
getResultFormat in interface CoverageResultpublic void setResultFormat(Format newValue)
newValue - The new result format value.public DataFile getResultFile()
getResultFile in interface CoverageResultpublic void setResultFile(DataFile newValue)
newValue - The new result file value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||