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, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic CoverageDescriptionImpl()
public CoverageDescriptionImpl(CoverageDescription source)
public RecordType getAttributeDescription()
getAttributeDescription in interface CoverageDescriptionpublic void setAttributeDescription(RecordType newValue)
public CoverageContentType getContentType()
getContentType in interface CoverageDescriptionpublic void setContentType(CoverageContentType newValue)
public Collection<RangeDimension> getDimensions()
getDimensions in interface CoverageDescriptionpublic void setDimensions(Collection<? extends RangeDimension> newValues)
since 2.4
Copyright © 1996–2019 Geotools. All rights reserved.