|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TimeUnit | |
| org.jeospace.measure | Contains classes that describe and manipulate quantities of measurement. |
| org.jeospace.simulation | Contains classes to configure, manage and control the simulation/visulation environment. |
| org.jeospace.text | Contains classes for handling the textual representation of measurement and identity objects |
| Uses of TimeUnit in org.jeospace.measure |
| Fields in org.jeospace.measure declared as TimeUnit | |
protected TimeUnit |
Time.units
The units |
static TimeUnit |
TimeUnit.MILLISECOND
Constant time period, one millisecond. |
static TimeUnit |
TimeUnit.SECOND
Constant time period, one second. |
static TimeUnit |
TimeUnit.MINUTE
Constant time period, one minute. |
static TimeUnit |
TimeUnit.HOUR
Constant time period, one hour. |
static TimeUnit |
TimeUnit.SOLAR_DAY
Constant time period, one solar / Julian day. |
static TimeUnit |
TimeUnit.SIDEREAL_DAY
Constant time period, one sidereal day. |
static TimeUnit |
TimeUnit.LUNAR_MONTH
Constant time period, one lunar month. |
static TimeUnit |
TimeUnit.JULIAN_YEAR
Constant time period, one Julian year. |
static TimeUnit |
TimeUnit.SOLAR_YEAR
Constant time period, one solar year. |
static TimeUnit |
TimeUnit.SIDEREAL_YEAR
Constant time period, one sidereal year. |
static TimeUnit |
TimeUnit.TROPICAL_YEAR
Constant time period, one tropical year. |
static TimeUnit |
TimeUnit.CALENDAR_YEAR
Constant time period, one calendar year. |
static TimeUnit |
TimeUnit.LEAP_YEAR
Constant time period, one leap calendar year. |
| Methods in org.jeospace.measure that return TimeUnit | |
TimeUnit |
Time.getUnits()
Return the TimeUnit component of this Time object. |
static TimeUnit[] |
TimeUnit.getTimeUnits()
Return an array of the defined TimeUnit objects |
| Methods in org.jeospace.measure with parameters of type TimeUnit | |
void |
Time.set(double magnitude,
TimeUnit units)
Set this Time object to the specified value. |
void |
Time.set(double magnitude,
Mult inMultiplier,
TimeUnit inUnits)
Set this Time object to the specified value. |
double |
Time.getMagnitude(TimeUnit inUnits)
Return the double value of the magnitude of this Time object
in the specified units. |
double |
Time.getMagnitude(Mult inMultiplier,
TimeUnit inUnits)
Return the double value of the magnitude of this Time object
in the specified multiplier and units. |
| Constructors in org.jeospace.measure with parameters of type TimeUnit | |
Time(double magnitude,
TimeUnit units)
Construct a Time object. |
|
Time(double magnitude,
Mult multiplier,
TimeUnit units)
Construct a Time object. |
|
| Uses of TimeUnit in org.jeospace.simulation |
| Methods in org.jeospace.simulation that return TimeUnit | |
TimeUnit |
ChronPeriod.getTimeUnit()
Return the TimeUnit component of the ChronPeriod. |
| Methods in org.jeospace.simulation with parameters of type TimeUnit | |
void |
ChronPeriod.setTimeUnit(TimeUnit timeUnit)
Set the TimeUnit component of the ChronPeriod. |
| Constructors in org.jeospace.simulation with parameters of type TimeUnit | |
ChronPeriod(int multiplier,
TimeUnit timeUnit)
Construct a ChronPeriod object. |
|
| Uses of TimeUnit in org.jeospace.text |
| Methods in org.jeospace.text with parameters of type TimeUnit | |
java.lang.String[] |
TimeUnitNames.getNames(TimeUnit[] tu)
Return an array of localized names cooresponding to the passed TimeUnit objects. |
java.lang.String |
TimeUnitNames.getPrefix(TimeUnit tu)
Return the localized name cooresponding to the passed TimeUnit object. |
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||