development/libraries

jsr275 - Java Units of Measure

Website: https://jsr-275.dev.java.net
License: BSD
Vendor: JPackage Project
Description:
Units of Measure API specifies one or more Java packages for
the programmatic handling of physical quantities and their
expression as numbers of units. The specification includes:
* Interfaces and abstract classes with methods for unit
  operations:
  o Checking of unit compatibility
  o Expression of a quantity in various units
  o Arithmetic operations on units
  o Concrete classes implementing the standard types of units
    (such as base, supplementary, and derived) and unit
    conversions.
* Classes for parsing unit specifications in string form and
  for formatting string representations of quantities.
* A database of predefined units.
Developers frequently encounter the need to model units of
measure, because objects in the real world are subject to
these measures. When working with units, developers need to
understand the mathematics of units, how to convert between
systems, and how to format and parse string representations
of units. Most of this work can be consolidated into one or
two Java packages, which is a primary aim of this JSR. This
package will help developers create safe, correct software
to deal with common problem of modeling units.

Packages

jsr275-1.0-0.b2.1.jpp6.noarch [95 KiB] Changelog by Ralph Apel (2010-10-18):
- 1.0-b2 is required by geotools 2.6 - 2.7
jsr275-1.0-0.b2.1.jpp6.src [1.1 MiB] Changelog by Ralph Apel (2010-10-18):
- 1.0-b2 is required by geotools 2.6 - 2.7

Listing created by Repoview-0.6.6-5.mga4.tainted