|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.content.ContentInformationImpl
org.geotools.metadata.iso.content.CoverageDescriptionImpl
public class CoverageDescriptionImpl
Information about the content of a grid data cell.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
CoverageDescriptionImpl()
Constructs an empty coverage description. |
|
CoverageDescriptionImpl(org.opengis.metadata.content.CoverageDescription source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
org.opengis.util.RecordType |
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. |
java.util.Collection<org.opengis.metadata.content.RangeDimension> |
getDimensions()
Returns the information on the dimensions of the cell measurement value. |
void |
setAttributeDescription(org.opengis.util.RecordType 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 |
setDimensions(java.util.Collection<? extends org.opengis.metadata.content.RangeDimension> newValues)
Set the information on the dimensions of the cell measurement value. |
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 |
---|
public CoverageDescriptionImpl()
public CoverageDescriptionImpl(org.opengis.metadata.content.CoverageDescription source)
Method Detail |
---|
public org.opengis.util.RecordType getAttributeDescription()
getAttributeDescription
in interface org.opengis.metadata.content.CoverageDescription
public void setAttributeDescription(org.opengis.util.RecordType 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 java.util.Collection<org.opengis.metadata.content.RangeDimension> getDimensions()
getDimensions
in interface org.opengis.metadata.content.CoverageDescription
public void setDimensions(java.util.Collection<? extends org.opengis.metadata.content.RangeDimension> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |