@UML(identifier="EX_VerticalExtent", specification=ISO_19115) public interface VerticalExtent
Modifier and Type | Method and Description |
---|---|
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.
|
@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()
Copyright © 1996–2023 Geotools. All rights reserved.