| Package | Description |
|---|---|
| org.n52.shetland.util |
| Modifier and Type | Method and Description |
|---|---|
MinMax<T> |
MinMax.extend(MinMax<T> minmax,
Comparator<? super T> c)
*
Extend this
MinMax to include minmax. |
MinMax<T> |
MinMax.extend(T t,
Comparator<? super T> c)
Extend this
MinMax to include t. |
MinMax<String> |
ReferencedEnvelope.getMinMaxFromEnvelope()
Creates the minimum and maximum values of this envelope in the default
EPSG.
|
MinMax<T> |
MinMax.setMaximum(T maximum)
Set the value of maximum
|
MinMax<T> |
MinMax.setMinimum(T minimum)
Set the value of minimum
|
| Modifier and Type | Method and Description |
|---|---|
MinMax<T> |
MinMax.extend(MinMax<T> minmax,
Comparator<? super T> c)
*
Extend this
MinMax to include minmax. |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.