org.geotools.metadata.iso.content
Class RangeDimensionImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by RangeDimensionImpl
All Implemented Interfaces:
Serializable, Cloneable, RangeDimension
Direct Known Subclasses:
BandImpl

public class RangeDimensionImpl
extends MetadataEntity
implements RangeDimension

Information on the range of each dimension of a cell measurement value.

Since:
2.1
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form
Module:
modules/library/metadata (gt-metadata.jar)

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

RangeDimensionImpl

public RangeDimensionImpl()
Constructs an initially empty range dimension.


RangeDimensionImpl

public RangeDimensionImpl(RangeDimension source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4
Method Detail

getSequenceIdentifier

public MemberName getSequenceIdentifier()
Returns the number that uniquely identifies instances of bands of wavelengths on which a sensor operates.

Specified by:
getSequenceIdentifier in interface RangeDimension

setSequenceIdentifier

public void setSequenceIdentifier(MemberName newValue)
Set the number that uniquely identifies instances of bands of wavelengths on which a sensor operates.


getDescriptor

public InternationalString getDescriptor()
Returns the description of the range of a cell measurement value.

Specified by:
getDescriptor in interface RangeDimension

setDescriptor

public void setDescriptor(InternationalString newValue)
Set the description of the range of a cell measurement value.



Copyright © 1996-2010 Geotools. All Rights Reserved.