Uses of Interface
javax.measure.UnitConverter
Packages that use 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
Methods in javax.measure that return UnitConverterModifier 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.Methods in javax.measure that return types with arguments of type UnitConverterModifier and TypeMethodDescriptionList<? extends UnitConverter>
UnitConverter.getConversionSteps()
Returns the steps of fundamental converters making up this converter orthis
if the converter is a fundamental converter.Methods in javax.measure with parameters of type UnitConverterModifier 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.