Package org.orekit.utils.units
This package provides very basic handling of units.
It is by no means a complete handling of units. For complete
support, look at libraries like UOM
. This package handles only
time, length and mass dimensions, as well as angles (which are
dimensionless).
- Since:
- 11.0
- Author:
- Luc Maisonobe
- See Also:
- UOM
-
Class Summary Class Description Parser Parser for units.PowerTerm A container for a term with associated power.Unit Basic handling of multiplicative units.UnitsCache Cache for parsed units.UnitsConverter Converter between units.