public class CoverageDescriptionImpl extends ContentInformationImpl implements CoverageDescription
LOGGER
Constructor and Description |
---|
CoverageDescriptionImpl()
Constructs an empty coverage description.
|
CoverageDescriptionImpl(CoverageDescription source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setAttributeDescription(RecordType newValue)
Set the description of the attribute described by the measurement value.
|
void |
setContentType(CoverageContentType newValue)
Set the type of information represented by the cell value.
|
void |
setDimensions(Collection<? extends RangeDimension> newValues)
Set the information on the dimensions of the cell measurement value.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public CoverageDescriptionImpl()
public CoverageDescriptionImpl(CoverageDescription source)
public RecordType getAttributeDescription()
getAttributeDescription
in interface CoverageDescription
public void setAttributeDescription(RecordType newValue)
public CoverageContentType getContentType()
getContentType
in interface CoverageDescription
public void setContentType(CoverageContentType newValue)
public Collection<RangeDimension> getDimensions()
getDimensions
in interface CoverageDescription
public void setDimensions(Collection<? extends RangeDimension> newValues)
since 2.4
Copyright © 1996–2023 Geotools. All rights reserved.