Package org.vast.unit


package org.vast.unit
  • Class
    Description
    Base abstract class for all unit converters
    *
    Unit object containing relationship to SI base units.
    This object contains routines to create UnitConverters and manage a local dictionary of units.
    Abstract class for all functions used to expressed non linear units.
    Implementation of the base 10 logarithm function for special units such as B, B[SPL], B[V], etc...
    Implementation of an offset function for special units such as Cel...
    Interface for all unit of measure parsers (unit string can be a code, a special string with syntax, a URI, etc.)
    Parses a string containing a UCUM unit definition and create a Unit object with the right scale factors and powers.
    Uses a URN to lookup for a unit definition and create the corresponding Unit object ready for conversion.