Uses of Package
javax.measure

Packages that use javax.measure 
Package Description
javax.measure
Specifies Java packages for the programmatic, type safe handling of quantities and their expression as values of units.
javax.measure.format
[OPTIONAL] Provides Formatting and Parsing functionality for units, quantities, dimensions or their textual representation.
javax.measure.quantity
[OPTIONAL] Provides quantitative properties or attributes of thing such as mass, time, distance, heat, and angular separation.
javax.measure.spi
[OPTIONAL] The Units of Measurement SPI.
  • Classes in javax.measure used by javax.measure 
    Class Description
    BinaryPrefix
    Provides support for common binary prefixes to be used by units.
    Dimension
    Represents the dimension of a unit.
    IncommensurableException
    Signals that a problem of some sort has occurred due to incommensurable of some quantities/units.
    MeasurementException
    Exception used to indicate a problem while dealing with units of measurement.
    MetricPrefix
    Provides support for the 20 prefixes used in the metric system (decimal multiples and submultiples of units).
    Prefix
    A unit prefix is a specifier or mnemonic that is prepended to units of measurement to indicate multiples or fractions of the units.
    Quantity
    Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    Quantity.Scale
    The scale of a Quantity, either ABSOLUTE or RELATIVE.
    UnconvertibleException
    Signals that a problem of some sort has occurred due to the impossibility of constructing a converter between two units.
    Unit
    Represents a determinate quantity (as of length, time, heat, or value) adopted as a standard of measurement.
    UnitConverter
    A converter of numeric values between different units.
  • Classes in javax.measure used by javax.measure.format 
    Class Description
    MeasurementException
    Exception used to indicate a problem while dealing with units of measurement.
    Quantity
    Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    Unit
    Represents a determinate quantity (as of length, time, heat, or value) adopted as a standard of measurement.
  • Classes in javax.measure used by javax.measure.quantity 
    Class Description
    Quantity
    Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
  • Classes in javax.measure used by javax.measure.spi 
    Class Description
    Dimension
    Represents the dimension of a unit.
    Prefix
    A unit prefix is a specifier or mnemonic that is prepended to units of measurement to indicate multiples or fractions of the units.
    Quantity
    Represents a quantitative property of a phenomenon, body, or substance, that can be quantified by measurement.
    Quantity.Scale
    The scale of a Quantity, either ABSOLUTE or RELATIVE.
    Unit
    Represents a determinate quantity (as of length, time, heat, or value) adopted as a standard of measurement.