|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
RangeDimensionImpl
public class RangeDimensionImpl
Information on the range of each dimension of a cell measurement value.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
RangeDimensionImpl()
Constructs an initially empty range dimension. |
|
RangeDimensionImpl(RangeDimension source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
InternationalString |
getDescriptor()
Returns the description of the range of a cell measurement value. |
MemberName |
getSequenceIdentifier()
Returns the number that uniquely identifies instances of bands of wavelengths on which a sensor operates. |
void |
setDescriptor(InternationalString newValue)
Set the description of the range of a cell measurement value. |
void |
setSequenceIdentifier(MemberName newValue)
Set the number that uniquely identifies instances of bands of wavelengths on which a sensor operates. |
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 RangeDimensionImpl()
public RangeDimensionImpl(RangeDimension source)
Method Detail |
---|
public MemberName getSequenceIdentifier()
getSequenceIdentifier
in interface RangeDimension
null
.public void setSequenceIdentifier(MemberName newValue)
public InternationalString getDescriptor()
getDescriptor
in interface RangeDimension
null
.public void setDescriptor(InternationalString newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |