|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="EX_VerticalExtent", specification=ISO_19115) public interface VerticalExtent
Vertical domain of dataset.
Method Summary | |
---|---|
Double |
getMaximumValue()
Returns the highest vertical extent contained in the dataset. |
Double |
getMinimumValue()
Returns the lowest vertical extent contained in the dataset. |
VerticalCRS |
getVerticalCRS()
Provides information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured. |
Method Detail |
---|
@UML(identifier="minimumValue", obligation=MANDATORY, specification=ISO_19115) Double getMinimumValue()
@UML(identifier="maximumValue", obligation=MANDATORY, specification=ISO_19115) Double getMaximumValue()
@UML(identifier="verticalCRS", obligation=MANDATORY, specification=ISO_19115) VerticalCRS getVerticalCRS()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |