public class RangeDimensionImpl extends MetadataEntity implements RangeDimension
LOGGER
Constructor and Description |
---|
RangeDimensionImpl()
Constructs an initially empty range dimension.
|
RangeDimensionImpl(RangeDimension source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public RangeDimensionImpl()
public RangeDimensionImpl(RangeDimension source)
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)
Copyright © 1996–2022 Geotools. All rights reserved.