|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TemperatureUnit | |
| org.jeospace.measure | Contains classes that describe and manipulate quantities of measurement. |
| Uses of TemperatureUnit in org.jeospace.measure |
| Fields in org.jeospace.measure declared as TemperatureUnit | |
protected TemperatureUnit |
Temperature.units
The units |
static TemperatureUnit |
TemperatureUnit.KELVIN
Unit identifier - KELVIN |
static TemperatureUnit |
TemperatureUnit.CELSIUS
Unit identifier - CELSIUS |
static TemperatureUnit |
TemperatureUnit.FAHRENHEIT
Unit identifier - FAHRENHEIT |
| Methods in org.jeospace.measure that return TemperatureUnit | |
static TemperatureUnit[] |
TemperatureUnit.getTemperatureUnits()
Return an array of the defined TemperatureUnit objects |
| Methods in org.jeospace.measure with parameters of type TemperatureUnit | |
void |
Temperature.set(double inMagnitude,
TemperatureUnit inUnits)
Set this Temperature object to the specified value. |
double |
Temperature.getMagnitude(TemperatureUnit inUnits)
Return the double value of the magnitude of this Temperature
object in the specified units. |
| Constructors in org.jeospace.measure with parameters of type TemperatureUnit | |
Temperature(double magnitude,
TemperatureUnit units)
Construct a Temperature object. |
|
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||