public class NonSI extends tec.uom.se.AbstractSystemOfUnits
This class contains units that are not part of the International System of Units, that is, they are outside the SI, but are important and widely used.
This is an internal collection of otherwise unassigned units used by UCUM or similar systems.
This class is not intended to be implemented by clients.
| Modifier and Type | Field and Description |
|---|---|
static javax.measure.Unit<javax.measure.quantity.Length> |
ANGSTROM
A unit of length equal to
1E-10 m (standard name
Ångström). |
static javax.measure.Unit<javax.measure.quantity.Pressure> |
BAR
A unit of pressure equal to
100 kPa (standard name
bar). |
static javax.measure.Unit<si.uom.quantity.IonizingRadiation> |
ROENTGEN
A unit used to measure the ionizing ability of radiation (standard name
Roentgen). |
| Modifier and Type | Method and Description |
|---|---|
static NonSI |
getInstance()
Returns the unique instance of this class.
|
String |
getName() |
public static final javax.measure.Unit<javax.measure.quantity.Length> ANGSTROM
1E-10 m (standard name
Ångström).public static final javax.measure.Unit<javax.measure.quantity.Pressure> BAR
100 kPa (standard name
bar).public static final javax.measure.Unit<si.uom.quantity.IonizingRadiation> ROENTGEN
Roentgen).public static NonSI getInstance()
Copyright © 2005–2016 Units of Measurement project. All rights reserved.