public class DefaultCoverageDescription extends AbstractContentInformation implements CoverageDescription
Defined in the sis-metadata module
identifiers, LOGGER
Constructor and Description |
---|
DefaultCoverageDescription()
Constructs an empty coverage description.
|
DefaultCoverageDescription(CoverageDescription object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultCoverageDescription |
castOrCopy(CoverageDescription object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
RecordType |
getAttributeDescription()
Returns the description of the attribute described by the measurement value.
|
CoverageContentType |
getContentType()
Returns the type of information represented by the cell value.
|
Collection<RangeDimension> |
getDimensions()
Returns the information on the dimensions of the cell measurement value.
|
Collection<RangeElementDescription> |
getRangeElementDescriptions()
Provides the description of the specific range elements of a coverage.
|
void |
setAttributeDescription(RecordType newValue)
Sets the description of the attribute described by the measurement value.
|
void |
setContentType(CoverageContentType newValue)
Sets the type of information represented by the cell value.
|
void |
setDimensions(Collection<? extends RangeDimension> newValues)
Sets the information on the dimensions of the cell measurement value.
|
void |
setRangeElementDescriptions(Collection<? extends RangeElementDescription> newValues)
Sets the description of the specific range elements of a coverage.
|
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 DefaultCoverageDescription()
public DefaultCoverageDescription(CoverageDescription object)
object
- The metadata to copy values from, or null
if none.castOrCopy(CoverageDescription)
public static DefaultCoverageDescription castOrCopy(CoverageDescription object)
null
, then this method returns null
.ImageDescription
, then this
method delegates to the castOrCopy(…)
method of the corresponding SIS subclass.DefaultCoverageDescription
, then it is returned unchanged.DefaultCoverageDescription
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 RecordType getAttributeDescription()
getAttributeDescription
in interface CoverageDescription
null
.public void setAttributeDescription(RecordType newValue)
newValue
- The new attribute description.public CoverageContentType getContentType()
getContentType
in interface CoverageDescription
null
.public void setContentType(CoverageContentType newValue)
newValue
- The new content type.public Collection<RangeDimension> getDimensions()
getDimensions
in interface CoverageDescription
public void setDimensions(Collection<? extends RangeDimension> newValues)
newValues
- The new dimensions.public Collection<RangeElementDescription> getRangeElementDescriptions()
getRangeElementDescriptions
in interface CoverageDescription
public void setRangeElementDescriptions(Collection<? extends RangeElementDescription> newValues)
newValues
- The new range element description.Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.