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.geography.coordinates |
Provides linear or angular
quantities which
designate the position that a point occupies in a given reference frame or system. |
org.jscience.geography.coordinates.crs |
Provides the Coordinate Reference Systems (CRS) specifying how
coordinates are to
be assigned to spatial/temporal locations. |
org.jscience.physics.amount |
Provides support for exact or arbitrary precision measurements.
|
Modifier and Type | Field and Description |
---|---|
static Unit<Duration> |
Duration.UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
|
Modifier and Type | Field and Description |
---|---|
static Unit<Duration> |
NonSI.DAY
A unit of duration equal to
24
(standard name d ). |
static Unit<Duration> |
NonSI.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 Unit<Duration> |
NonSI.HOUR
A unit of duration equal to
60
(standard name h ). |
static Unit<Duration> |
NonSI.MINUTE
A unit of duration equal to
60 s
(standard name min ). |
static Unit<Duration> |
NonSI.MONTH
A unit of duration equal to one twelfth of a year
(standard name
month ). |
static BaseUnit<Duration> |
SI.SECOND
The base unit for duration quantities (
s ). |
static Unit<Duration> |
NonSI.WEEK
A unit of duration equal to
7
(standard name week ). |
static Unit<Duration> |
NonSI.YEAR
A unit of duration equal to 365 days, 5 hours, 49 minutes,
and 12 seconds (standard name
year ). |
static Unit<Duration> |
NonSI.YEAR_CALENDAR
A unit of duration equal to
365
(standard name year_calendar ). |
static Unit<Duration> |
NonSI.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 |
---|---|
int |
Time.compareTo(Measurable<Duration> arg0) |
double |
Time.doubleValue(Unit<Duration> unit) |
long |
Time.longValue(Unit<Duration> unit) |
static Time |
Time.valueOf(double value,
Unit<Duration> unit)
Returns the temporal position corresponding to the specified coordinates.
|
Constructor and Description |
---|
Time(double value,
Unit<Duration> unit)
Creates the temporal position corresponding to the specified coordinates.
|
Modifier and Type | Field and Description |
---|---|
Measurable<Duration> |
CoordinateReferenceSystem.AbsolutePosition.timeUTC
Holds the Time since midnight, January 1, 1970 UTC.
|
Modifier and Type | Field and Description |
---|---|
static Amount<Duration> |
Constants.tP
Holds the Planck time (lP/c)
|
Copyright © 2012. All Rights Reserved.