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<Acceleration> |
Acceleration.UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
|
Modifier and Type | Field and Description |
---|---|
static Unit<Acceleration> |
NonSI.G
A unit of acceleration equal to the gravity at the earth's surface
(standard name
grav ). |
static Unit<Acceleration> |
SI.METERS_PER_SQUARE_SECOND
Equivalent to
SI.METRES_PER_SQUARE_SECOND . |
static Unit<Acceleration> |
SI.METRE_PER_SQUARE_SECOND
Deprecated.
replaced by
SI.METRES_PER_SQUARE_SECOND . |
static Unit<Acceleration> |
SI.METRES_PER_SQUARE_SECOND
The metric unit for acceleration quantities (
m/s² ). |
Modifier and Type | Field and Description |
---|---|
static Amount<Acceleration> |
Constants.g
Holds the standard acceleration due to gravity (approximately equal
to the acceleration due to gravity on the Earth's surface).
|
Copyright © 2012. All Rights Reserved.