Package javax.measure.converter
package javax.measure.converter
Provides support for unit conversion.
UML Diagram
-
ClassDescriptionThis class represents a converter adding a constant offset (approximated as a
double
) to numeric values.Signals that a problem of some sort has occurred either when creating a converter between two units or during the conversion itself.This class represents a logarithmic converter.This class represents a converter multiplying numeric values by a constant scaling factor (approximated as adouble
).This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of twolong
numbers).This class represents a converter of numeric values.