|
||||||||||
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. |
Collection<? extends RangeDimension> |
getDimensions()
Information on the dimensions of the cell measurement value. |
Collection<? extends RangeElementDescription> |
getRangeElementDescriptions()
Provides the description of the specific range elements of a coverage. |
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="rangeElementDescription", obligation=OPTIONAL, specification=ISO_19115_2) Collection<? extends RangeElementDescription> getRangeElementDescriptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |