Package systems.uom.common
This package provides SPI implementations in conformity with the
Units of Measurement API.
Common / Non Standard Units
- The class
Imperialcontains units as defined in the "Imperial system of units". - The class
USCustomarycontains units as defined in the "United States customary system".
- Version:
- 0.4
- Author:
- Jean-Marie Dautelle, Werner Keil
-
Class Summary Class Description Imperial This class contains units from the Imperial system.USCustomary This class contains units from the United States customary system. -
Enum Summary Enum Description IndianPrefix Utility class holding prefixes used today in India, Pakistan, Bangladesh, Nepal and Myanmar (Burma); based on grouping by two decimal places, rather than the three decimal places common in most parts of the world.TamilPrefix Utility class holding Tamil-System prefixes used today in parts of India and Sri Lanka; based on grouping by two decimal places, rather than the three decimal places common in most parts of the world.
import static systems.uom.common.TamilPrefix.*; // Static import.
Unit<Pressure> KOTI_PASCAL = KOTI(PASCAL);
Unit<Length> PATTUK_KOTI_METER = METER.prefix(PATTUK_KOTI);