Package tech.uom.seshat


package tech.uom.seshat
Implementation of Units of Measurement API defined by JSR 385. This package provides: Seshat supports arithmetic operations on units and on quantities. The unit (including SI prefix) and the quantity type resulting from those arithmetic operations are automatically inferred. See the module summary page for code examples.
Since:
1.0
  • Class
    Description
    Provides static methods working on Quantity instances.
    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 on Unit instances.
    The central point from which all unit services (parsing, formatting, listing, etc) can be obtained.