Module tech.uom.seshat
Package tech.uom.seshat
package tech.uom.seshat
Implementation of Units of Measurement API defined by JSR 385.
This package provides:
- The
Unitsclass with static constants for about 50 units of measurement including: - Quantities
as a
doublevalue value associated to aUnitinstance. - Parsers and formatters
(
UnitFormatandQuantityFormat).
- Since:
- 1.0
-
ClassDescriptionProvides static methods working on
Quantityinstances.Parses and formats numbers with units of measurement.Parses and formats units of measurement as SI symbols, URI in OGC namespace or other symbols.Identify whether unit formatting uses ASCII symbols, Unicode symbols or full localized names.Provides constants for various Units of Measurement together with static methods working onUnitinstances.The central point from which all unit services (parsing, formatting, listing, etc) can be obtained.