Package javax.measure.spi
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
-
ClassDescriptionThis interface represents the service to obtain instances of
UnitFormat
andQuantityFormat
.The type of format, either aUnitFormat
orQuantityFormat
QuantityFactory<Q extends Quantity<Q>>Service Provider for Units of Measurement services.A system of units grouped together for historical or cultural reasons.
Common system of units are "SI" (System International), "Imperial" (British), "US" (US Customary).This interface represents the service to obtain asystem of units
.