| Package | Description |
|---|---|
| javax.measure.quantity |
Provides quantitative properties or attributes of thing such as
mass, time, distance, heat, and angular separation.
|
| javax.measure.unit |
Provides support for programatic unit handling.
|
| org.jscience.physics.amount |
Provides support for exact or arbitrary precision measurements.
|
| Modifier and Type | Field and Description |
|---|---|
static Unit<Velocity> |
Velocity.UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
|
| Modifier and Type | Field and Description |
|---|---|
static Unit<Velocity> |
NonSI.C
A unit of velocity relative to the speed of light
(standard name
c). |
static Unit<Velocity> |
NonSI.KILOMETERS_PER_HOUR
Equivalent to
NonSI.KILOMETRES_PER_HOUR. |
static Unit<Velocity> |
NonSI.KILOMETRES_PER_HOUR
A unit of velocity expressing the number of
SI.KILOMETRE per
hour. |
static Unit<Velocity> |
NonSI.KNOT
|
static Unit<Velocity> |
NonSI.MACH
A unit of velocity to express the speed of an aircraft relative to
the speed of sound (standard name
Mach). |
static Unit<Velocity> |
SI.METERS_PER_SECOND
Equivalent to
SI.METRES_PER_SECOND. |
static Unit<Velocity> |
SI.METRE_PER_SECOND
Deprecated.
replaced by
SI.METRES_PER_SECOND. |
static Unit<Velocity> |
SI.METRES_PER_SECOND
The metric unit for velocity quantities (
m/s). |
static Unit<Velocity> |
NonSI.MILES_PER_HOUR
|
| Modifier and Type | Field and Description |
|---|---|
static Amount<Velocity> |
Constants.c
Holds the speed of light in vacuum (exact).
|