Uses of Class
org.n52.shetland.util.MinMax
-
Packages that use MinMax Package Description org.n52.shetland.util -
-
Uses of MinMax in org.n52.shetland.util
Methods in org.n52.shetland.util that return MinMax Modifier and Type Method Description MinMax<T>MinMax. extend(MinMax<T> minmax, Comparator<? super T> c)* Extend thisMinMaxto includeminmax.MinMax<T>MinMax. extend(T t, Comparator<? super T> c)Extend thisMinMaxto includet.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 maximumMinMax<T>MinMax. setMinimum(T minimum)Set the value of minimumMethods in org.n52.shetland.util with parameters of type MinMax Modifier and Type Method Description MinMax<T>MinMax. extend(MinMax<T> minmax, Comparator<? super T> c)* Extend thisMinMaxto includeminmax.
-