|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="MD_Dimension", specification=ISO_19115) public interface Dimension
Axis properties.
Method Summary | |
---|---|
DimensionNameType |
getDimensionName()
Name of the axis. |
Integer |
getDimensionSize()
Number of elements along the axis. |
Double |
getResolution()
Degree of detail in the grid dataset. |
Method Detail |
---|
@UML(identifier="dimensionName", obligation=MANDATORY, specification=ISO_19115) DimensionNameType getDimensionName()
@UML(identifier="dimensionSize", obligation=MANDATORY, specification=ISO_19115) Integer getDimensionSize()
@UML(identifier="resolution", obligation=OPTIONAL, specification=ISO_19115) Double getResolution()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |