public class DefaultRangeDimension extends ISOMetadata implements RangeDimension
Defined in the sis-metadata module
identifiers, LOGGER
Constructor and Description |
---|
DefaultRangeDimension()
Constructs an initially empty range dimension.
|
DefaultRangeDimension(RangeDimension object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultRangeDimension |
castOrCopy(RangeDimension object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
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)
Sets the description of the range of a cell measurement value.
|
void |
setSequenceIdentifier(MemberName newValue)
Sets the number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
|
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public DefaultRangeDimension()
public DefaultRangeDimension(RangeDimension object)
object
- The metadata to copy values from, or null
if none.castOrCopy(RangeDimension)
public static DefaultRangeDimension castOrCopy(RangeDimension object)
null
, then this method returns null
.Band
, then this method
delegates to the castOrCopy(…)
method of the corresponding SIS subclass.DefaultRangeDimension
, then it is returned unchanged.DefaultRangeDimension
instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object
- The object to get as a SIS implementation, or null
if none.null
if the argument was null.public MemberName getSequenceIdentifier()
getSequenceIdentifier
in interface RangeDimension
null
.public void setSequenceIdentifier(MemberName newValue)
newValue
- The new sequence identifier.public InternationalString getDescriptor()
getDescriptor
in interface RangeDimension
null
.public void setDescriptor(InternationalString newValue)
newValue
- The new descriptor.Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.