Uses of Interface
javax.measure.UnitConverter
Package
Description
Specifies Java packages for the programmatic, type safe handling
of quantities and their expression as values of units.
-
Uses of UnitConverter in javax.measure
Modifier and TypeMethodDescriptionUnitConverter.concatenate
(UnitConverter converter) Concatenates this converter with another converter.Unit.getConverterTo
(Unit<Q> that) Returns a converter of numeric values from this unit to another unit of same type.Unit.getConverterToAny
(Unit<?> that) Returns a converter from this unit to the specified unit of type unknown.UnitConverter.inverse()
Returns the inverse of this converter.Modifier and TypeMethodDescriptionList<? extends UnitConverter>
UnitConverter.getConversionSteps()
Returns the steps of fundamental converters making up this converter orthis
if the converter is a fundamental converter.Modifier and TypeMethodDescriptionUnitConverter.concatenate
(UnitConverter converter) Concatenates this converter with another converter.Unit.transform
(UnitConverter operation) Returns the unit derived from this unit using the specified converter.