Uses of Class
org.apache.sis.measure.ValueRange
-
Packages that use ValueRange Package Description org.apache.sis.measure Units of measurements, values related to measurement (like angles and ranges) and their formatters. -
-
Uses of ValueRange in org.apache.sis.measure
Constructors in org.apache.sis.measure with parameters of type ValueRange Constructor Description MeasurementRange(Class<E> type, ValueRange range, Unit<?> unit)Constructs a range of the given type with values from the given annotation.NumberRange(Class<E> type, ValueRange range)Constructs a range of the given type with values from the given annotation.
-