|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.content.RangeDimensionImpl
Information on the range of each dimension of a cell measurement value.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
RangeDimensionImpl()
Constructs an initially empty range dimension. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this range dimension with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.util.InternationalString |
getDescriptor()
Returns the description of the range of a cell measurement value. |
org.opengis.util.LocalName |
getSequenceIdentifier()
Returns the number that uniquely identifies instances of bands of wavelengths on which a sensor operates. |
int |
hashCode()
Returns a hash code value for this range dimension. |
void |
setDescriptor(org.opengis.util.InternationalString newValue)
Set the description of the range of a cell measurement value. |
void |
setSequenceIdentifier(org.opengis.util.LocalName newValue)
Set the number that uniquely identifies instances of bands of wavelengths on which a sensor operates. |
java.lang.String |
toString()
Returns a string representation of this range dimension |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RangeDimensionImpl()
Method Detail |
public org.opengis.util.LocalName getSequenceIdentifier()
getSequenceIdentifier
in interface org.opengis.metadata.content.RangeDimension
public void setSequenceIdentifier(org.opengis.util.LocalName newValue)
public org.opengis.util.InternationalString getDescriptor()
getDescriptor
in interface org.opengis.metadata.content.RangeDimension
public void setDescriptor(org.opengis.util.InternationalString newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |