USCustomary contains units
as defined in the
"United States customary system".CGS contains other common units defined in the pre SI
"Centimetre–gram–second" system.| Class | Description |
|---|---|
| CGS |
This class contains the centimetre–gram–second system of units.
|
| Imperial |
This class contains units from the Imperial system.
|
| USCustomary |
This class contains units from the United States customary system.
|
| 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. |
Copyright © 2005–2020 Units of Measurement project. All rights reserved.