|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="MD_CoverageDescription", specification=ISO_19115) public interface CoverageDescription
Information about the content of a grid data cell.
Method Summary | |
---|---|
RecordType |
getAttributeDescription()
Description of the attribute described by the measurement value. |
CoverageContentType |
getContentType()
Type of information represented by the cell value. |
RangeDimension |
getDimension()
Deprecated. Use getDimensions() instead. |
Collection<? extends RangeDimension> |
getDimensions()
Information on the dimensions of the cell measurement value. |
Method Detail |
---|
@UML(identifier="attributeDescription", obligation=MANDATORY, specification=ISO_19115) RecordType getAttributeDescription()
@UML(identifier="contentType", obligation=MANDATORY, specification=ISO_19115) CoverageContentType getContentType()
@UML(identifier="dimension", obligation=OPTIONAL, specification=ISO_19115) Collection<? extends RangeDimension> getDimensions()
@UML(identifier="dimension", obligation=OPTIONAL, specification=ISO_19115) RangeDimension getDimension()
getDimensions()
instead.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |