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 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.Length> |
ASTRONOMICAL_UNIT
A length unit accepted for use with SI units (standard name
UA ). |
static javax.measure.Unit<javax.measure.quantity.AmountOfSubstance> |
ATOM
A unit of amount of substance equals to one atom (standard name
atom ). |
static javax.measure.Unit<javax.measure.quantity.Pressure> |
BAR
A unit of pressure equal to
100 kPa (standard name
bar ). |
static javax.measure.Unit<javax.measure.quantity.Time> |
DAY_SIDEREAL
A unit of duration equal to the time required for a complete rotation of
the earth in reference to any star or to the vernal equinox at the
meridian, equal to 23 hours, 56 minutes, 4.09 seconds (standard name
day_sidereal ). |
static javax.measure.Unit<javax.measure.quantity.Angle> |
DEGREE_ANGLE
An angle unit accepted for use with SI units (standard name
deg ). |
static javax.measure.Unit<javax.measure.quantity.Energy> |
ELECTRON_VOLT
An energy unit accepted for use with SI units (standard name
eV ). |
static javax.measure.Unit<javax.measure.quantity.Area> |
HECTARE
An angle unit accepted for use with SI units (standard name
ha ). |
static javax.measure.Unit<javax.measure.quantity.Pressure> |
INCH_OF_MERCURY
A unit of pressure equal to the pressure exerted at the Earth's surface
by a column of mercury 1 inch high (standard name
inHg ). |
static javax.measure.Unit<javax.measure.quantity.Pressure> |
MILLIMETRE_OF_MERCURY
A unit of pressure equal to the pressure exerted at the Earth's surface
by a column of mercury 1 millimeter high (standard name
mmHg
). |
static javax.measure.Unit<javax.measure.quantity.Angle> |
MINUTE_ANGLE
An angle unit accepted for use with SI units (standard name
' ). |
static javax.measure.Unit<javax.measure.quantity.Length> |
PARSEC
A unit of length equal to the distance at which a star would appear to
shift its position by one arcsecond over the course the time (about 3
months) in which the Earth moves a distance of
ASTRONOMICAL_UNIT
in the direction perpendicular to the direction to the star (standard
name pc ). |
static javax.measure.Unit<javax.measure.quantity.Dimensionless> |
PI
A dimensionless unit equals to
pi (standard name
Ï€ ). |
static javax.measure.Unit<javax.measure.quantity.RadiationDoseAbsorbed> |
RAD
A unit of radiation dose absorbed equal to a dose of 0.01 joule of energy
per kilogram of mass (J/kg) (standard name
rd ). |
static javax.measure.Unit<javax.measure.quantity.RadiationDoseEffective> |
REM
A unit of radiation dose effective equal to
0.01 Sv
(standard name rem ). |
static javax.measure.Unit<javax.measure.quantity.Angle> |
REVOLUTION
A unit of angle equal to a full circle or
2π
(standard name rev ). |
static javax.measure.Unit<IonizingRadiation> |
ROENTGEN
A unit used to measure the ionizing ability of radiation (standard name
Roentgen ). |
static javax.measure.Unit<javax.measure.quantity.Angle> |
SECOND_ANGLE
An angle unit accepted for use with SI units (standard name
'' ). |
static javax.measure.Unit<javax.measure.quantity.Mass> |
TONNE
A mass unit accepted for use with SI units (standard name
t ). |
static javax.measure.Unit<javax.measure.quantity.Mass> |
UNIFIED_ATOMIC_MASS
A mass unit accepted for use with SI units (standard name
u ). |
static javax.measure.Unit<javax.measure.quantity.Time> |
YEAR_CALENDAR
A unit of duration equal to 365
#DAY (standard name
year ). |
static javax.measure.Unit<javax.measure.quantity.Time> |
YEAR_JULIEN
The Julian year, as used in astronomy and other sciences, is a time unit
defined as exactly 365.25 days.
|
static javax.measure.Unit<javax.measure.quantity.Time> |
YEAR_SIDEREAL
A unit of duration equal to one complete revolution of the earth about
the sun, relative to the fixed stars, or 365 days, 6 hours, 9 minutes,
9.54 seconds (standard name
year_sidereal ). |
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.Angle> DEGREE_ANGLE
deg
).public static final javax.measure.Unit<javax.measure.quantity.Angle> MINUTE_ANGLE
'
).public static final javax.measure.Unit<javax.measure.quantity.Angle> SECOND_ANGLE
''
).public static final javax.measure.Unit<javax.measure.quantity.Mass> TONNE
t
).public static final javax.measure.Unit<javax.measure.quantity.Energy> ELECTRON_VOLT
eV
). The electronvolt is the kinetic energy acquired by an
electron passing through a potential difference of 1 V in vacuum. The
value must be obtained by experiment, and is therefore not known exactly.public static final javax.measure.Unit<javax.measure.quantity.Mass> UNIFIED_ATOMIC_MASS
u
). The unified atomic mass unit is equal to 1/12 of the
mass of an unbound atom of the nuclide 12C, at rest and in its ground
state. The value must be obtained by experiment, and is therefore not
known exactly.public static final javax.measure.Unit<javax.measure.quantity.Length> ASTRONOMICAL_UNIT
UA
). The astronomical unit is a unit of length. Its value is
such that, when used to describe the motion of bodies in the solar
system, the heliocentric gravitation constant is (0.017 202 098 95)2
ua3·d-2. The value must be obtained by experiment, and is therefore not
known exactly.public static final javax.measure.Unit<javax.measure.quantity.Area> HECTARE
ha
).public static final javax.measure.Unit<javax.measure.quantity.Dimensionless> PI
pi
(standard name
Ï€
).public static final javax.measure.Unit<javax.measure.quantity.AmountOfSubstance> ATOM
atom
).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.Length> PARSEC
ASTRONOMICAL_UNIT
in the direction perpendicular to the direction to the star (standard
name pc
).public static final javax.measure.Unit<javax.measure.quantity.Time> DAY_SIDEREAL
day_sidereal
).public static final javax.measure.Unit<javax.measure.quantity.Time> YEAR_CALENDAR
#DAY
(standard name
year
).public static final javax.measure.Unit<javax.measure.quantity.Time> YEAR_SIDEREAL
year_sidereal
).public static final javax.measure.Unit<javax.measure.quantity.Time> YEAR_JULIEN
public static final javax.measure.Unit<javax.measure.quantity.Angle> REVOLUTION
2π
Units.RADIAN
(standard name rev
).public static final javax.measure.Unit<javax.measure.quantity.Pressure> BAR
100 kPa
(standard name
bar
).public static final javax.measure.Unit<javax.measure.quantity.Pressure> MILLIMETRE_OF_MERCURY
mmHg
).public static final javax.measure.Unit<javax.measure.quantity.Pressure> INCH_OF_MERCURY
inHg
).public static final javax.measure.Unit<javax.measure.quantity.RadiationDoseAbsorbed> RAD
rd
).public static final javax.measure.Unit<javax.measure.quantity.RadiationDoseEffective> REM
0.01 Sv
(standard name rem
).public static final javax.measure.Unit<IonizingRadiation> ROENTGEN
Roentgen
).public static NonSI getInstance()
Copyright © 2005–2017 Units of Measurement. All rights reserved.