| Package | Description |
|---|---|
| visad.data.units |
| Modifier and Type | Field and Description |
|---|---|
protected UnitPrefix[] |
DefaultUnitsDB.prefixNames
The unit prefix names in order of lexicographic length:
|
protected UnitPrefix[] |
DefaultUnitsDB.prefixSymbols
The unit prefix symbols in order of lexicographic length:
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultUnitsDB.Prefixer.isLessThan(UnitPrefix prefix)
Indicate whether or not the beginning of the remainder of the string
is less than a prefix.
|
protected boolean |
DefaultUnitsDB.Prefixer.stripPrefix(UnitPrefix[] names,
UnitPrefix[] symbols)
Strip leading prefix from the string.
|
protected boolean |
DefaultUnitsDB.Prefixer.stripPrefix(UnitPrefix[] names,
UnitPrefix[] symbols)
Strip leading prefix from the string.
|