Uses of Package
systems.uom.common

Packages that use systems.uom.common
Package Description
systems.uom.common
This package provides SPI implementations in conformity with the Units of Measurement API.
  • Classes in systems.uom.common used by systems.uom.common
    Class 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);