|
|||||||||||
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.ContentInformationImpl org.geotools.metadata.iso.content.CoverageDescriptionImpl
Information about the content of a grid data cell.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
CoverageDescriptionImpl()
Constructs an empty coverage description. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this coverage description with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.lang.Class |
getAttributeDescription()
Returns the description of the attribute described by the measurement value. |
org.opengis.metadata.content.CoverageContentType |
getContentType()
Returns the type of information represented by the cell value. |
org.opengis.metadata.content.RangeDimension |
getDimension()
Returns the information on the dimensions of the cell measurement value. |
int |
hashCode()
Returns a hash code value for this coverage description. |
void |
setAttributeDescription(java.lang.Class newValue)
Set the description of the attribute described by the measurement value. |
void |
setContentType(org.opengis.metadata.content.CoverageContentType newValue)
Set the type of information represented by the cell value. |
void |
setDimension(org.opengis.metadata.content.RangeDimension newValue)
Set the information on the dimensions of the cell measurement value. |
java.lang.String |
toString()
Returns a string representation of this coverage description. |
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 CoverageDescriptionImpl()
Method Detail |
public java.lang.Class getAttributeDescription()
getAttributeDescription
in interface org.opengis.metadata.content.CoverageDescription
public void setAttributeDescription(java.lang.Class newValue)
public org.opengis.metadata.content.CoverageContentType getContentType()
getContentType
in interface org.opengis.metadata.content.CoverageDescription
public void setContentType(org.opengis.metadata.content.CoverageContentType newValue)
public org.opengis.metadata.content.RangeDimension getDimension()
getDimension
in interface org.opengis.metadata.content.CoverageDescription
public void setDimension(org.opengis.metadata.content.RangeDimension newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
equals
in class ContentInformationImpl
public int hashCode()
hashCode
in class ContentInformationImpl
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |