Package | Description |
---|---|
ucar.units |
Provides support for parsing and formatting string unit specification,
converting numerical values between compatible units, and performing arithmetic
on units (such as dividing one unit by another).
|
Modifier and Type | Method and Description |
---|---|
String |
UnitFormatImpl.format(Unit unit)
Formats a unit.
|
String |
UnitFormat.format(Unit unit)
Formats a unit.
|
StringBuffer |
StandardUnitFormat.format(Unit unit,
StringBuffer buf)
Formats a unit.
|
StringBuffer |
UnitFormat.format(Unit unit,
StringBuffer buffer)
Appends a formatted unit to a string buffer.
|
String |
UnitFormatImpl.longFormat(Unit unit)
Formats a unit using a long form.
|
String |
UnitFormat.longFormat(Unit unit)
Formats a unit using a long form.
|
StringBuffer |
StandardUnitFormat.longFormat(Unit unit,
StringBuffer buf)
Formats a unit in the underlying system of units.
|
StringBuffer |
UnitFormat.longFormat(Unit unit,
StringBuffer buffer)
Appends a unit formatted according to the long form to a string buffer.
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.