JSR-275 - Measurements and Units Specification

Package javax.measure.converter

Provides support for unit conversion.

See:
          Description

Class Summary
AddConverter This class represents a converter adding a constant offset (approximated as a double) 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 a double).
RationalConverter This class represents a converter multiplying numeric values by an exact scaling factor (represented as the quotient of two long numbers).
UnitConverter This class represents a converter of numeric values.
 

Exception Summary
ConversionException Signals that a problem of some sort has occurred either when creating a converter between two units or during the conversion itself.
 

Package javax.measure.converter Description

Provides support for unit conversion.


JSR-275 - Measurements and Units Specification

Copyright © 2007 JSR-275