org.geotools.metadata.iso.content
Class RangeDimensionImpl

java.lang.Object
  extended by org.geotools.metadata.AbstractMetadata
      extended by org.geotools.metadata.ModifiableMetadata
          extended by org.geotools.metadata.iso.MetadataEntity
              extended by org.geotools.metadata.iso.content.RangeDimensionImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.content.RangeDimension
Direct Known Subclasses:
BandImpl

public class RangeDimensionImpl
extends MetadataEntity
implements org.opengis.metadata.content.RangeDimension

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

Since:
2.1
Version:
$Id: RangeDimensionImpl.java 31557 2008-09-19 20:02:35Z desruisseaux $
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.AbstractMetadata
LOGGER
 
Constructor Summary
RangeDimensionImpl()
          Constructs an initially empty range dimension.
RangeDimensionImpl(org.opengis.metadata.content.RangeDimension source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 org.opengis.util.InternationalString getDescriptor()
          Returns the description of the range of a cell measurement value.
 org.opengis.util.MemberName getSequenceIdentifier()
          Returns the number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
 void setDescriptor(org.opengis.util.InternationalString newValue)
          Set the description of the range of a cell measurement value.
 void setSequenceIdentifier(org.opengis.util.MemberName newValue)
          Set the number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class org.geotools.metadata.ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class org.geotools.metadata.AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangeDimensionImpl

public RangeDimensionImpl()
Constructs an initially empty range dimension.


RangeDimensionImpl

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

Since:
2.4
Method Detail

getSequenceIdentifier

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

Specified by:
getSequenceIdentifier in interface org.opengis.metadata.content.RangeDimension

setSequenceIdentifier

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


getDescriptor

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

Specified by:
getDescriptor in interface org.opengis.metadata.content.RangeDimension

setDescriptor

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



Copyright © 1996-2010 Geotools. All Rights Reserved.