@TitleProperty(name="sequenceIdentifier") public class DefaultRangeDimension extends ISOMetadata implements RangeDimension
Limitations:
XML
instead.Defined in the sis-metadata
module
identifiers
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 |
getDescription()
Returns the description of the attribute.
|
InternationalString |
getDescriptor()
Deprecated.
As of ISO 19115:2014, renamed
getDescription() . |
Collection<Identifier> |
getNames()
Returns the identifiers for each attribute included in the resource.
|
MemberName |
getSequenceIdentifier()
Returns a unique name or number that identifies attributes included in the coverage.
|
void |
setDescription(InternationalString newValue)
Sets the description of the attribute.
|
void |
setDescriptor(InternationalString newValue)
Deprecated.
As of ISO 19115:2014, renamed
setDescription(InternationalString) . |
void |
setNames(Collection<? extends Identifier> newValues)
Sets the identifiers for each attribute included in the resource.
|
void |
setSequenceIdentifier(MemberName newValue)
Sets the name or number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
|
freeze, getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, 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
.SampleDimension
, 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.@UML(identifier="description", obligation=OPTIONAL, specification=ISO_19115) public InternationalString getDescription()
null
.public void setDescription(InternationalString newValue)
newValue
- the new description.@Deprecated public InternationalString getDescriptor()
getDescription()
.getDescriptor
in interface RangeDimension
null
.@Deprecated public void setDescriptor(InternationalString newValue)
setDescription(InternationalString)
.newValue
- the new descriptor.@UML(identifier="name", obligation=OPTIONAL, specification=ISO_19115) public Collection<Identifier> getNames()
public void setNames(Collection<? extends Identifier> newValues)
newValues
- the new identifiers for each attribute.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.