All Classes
| Class | Description |
|---|---|
| CGS |
This class contains the centimetre–gram–second system of units.
|
| CommonServiceProvider |
This class implements the
ServiceProvider interface and hereby uses the JDK ServiceLoader to load the services required. |
| CommonSystemService | |
| Imperial |
This class contains units from the Imperial system.
|
| 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.
|
| MKpS |
This class contains the Gravitational metric system of units.
|
| TamilAncientPrefix |
Utility class holding traditional numbers of the Ancient Tamil Country, Tamizhakam.
Unit<Length> NURU_METER = METER.prefix(NURU); |
| 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. |
| TamilSanskritPrefix |
Utility class holding traditional numbers of the Ancient Tamil Country, Tamizhakam.
|
| USCustomary |
This class contains units from the United States customary system.
|
| VedicPrefix |
Utility class holding traditional numbers of the Vedic numbering system used in the Valmiki Ramayana
Unit<Length> KOTI_METRE = KOTI(METRE); |