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