Package javax.measure.spi
[OPTIONAL] The Units of Measurement SPI. Provides services for units, quantities, unit systems and formatters/parsers.
- Since:
- 1.0
- Version:
- 2.0, July 7, 2019
- Author:
- Jean-Marie Dautelle, Werner Keil, Martin Desruisseaux
-
Interface Summary Interface Description FormatService This interface represents the service to obtain instances ofUnitFormat
andQuantityFormat
.QuantityFactory<Q extends Quantity<Q>> SystemOfUnits A system of units grouped together for historical or cultural reasons.
Common system of units are "SI" (System International), "Imperial" (British), "US" (US Customary).SystemOfUnitsService This interface represents the service to obtain asystem of units
. -
Class Summary Class Description ServiceProvider Service Provider for Units of Measurement services. -
Enum Summary Enum Description FormatService.FormatType The type of format, either aUnitFormat
orQuantityFormat