|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ContentInformationImpl
CoverageDescriptionImpl
public class CoverageDescriptionImpl
Information about the content of a grid data cell.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
CoverageDescriptionImpl()
Constructs an empty coverage description. |
|
CoverageDescriptionImpl(CoverageDescription source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
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. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CoverageDescriptionImpl()
public CoverageDescriptionImpl(CoverageDescription source)
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |