Uses of Class
org.geotools.util.MeasurementRange
Packages that use MeasurementRange
-
Uses of MeasurementRange in org.geotools.util
Methods in org.geotools.util that return MeasurementRangeModifier and TypeMethodDescription<N extends Number & Comparable<? super N>>
MeasurementRange<N>Casts this range to the specified type.MeasurementRange.convertTo
(Unit<?> targetUnits) Converts this range to the specified units.static MeasurementRange<Double>
MeasurementRange.create
(double minimum, boolean isMinIncluded, double maximum, boolean isMaxIncluded, Unit<?> units) Constructs a range ofdouble
values.static MeasurementRange<Double>
MeasurementRange.create
(double minimum, double maximum, Unit<?> units) Constructs an inclusive range ofdouble
values.static MeasurementRange<Float>
MeasurementRange.create
(float minimum, boolean isMinIncluded, float maximum, boolean isMaxIncluded, Unit<?> units) Constructs a range offloat
values.static MeasurementRange<Float>
MeasurementRange.create
(float minimum, float maximum, Unit<?> units) Constructs an inclusive range offloat
values.Returns the intersection of this range with the given range.Returns the range of values that are in this range but not in the given range.Returns the union of this range with the given range.Constructors in org.geotools.util with parameters of type MeasurementRangeModifierConstructorDescriptionDateRange
(MeasurementRange<?> range, Date origin) Creates a date range from the specified measurement range.