|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.measure.TemperatureUnit
Constant object identifiers for the units of temperature
as represented by Temperature objects.
For reference see:
http://ts.nist.gov/ts/htdocs/230/235/h4402/appenc.pdf
which contains values and conversion factors for many non-SI forms of measurement.
http://www.unc.edu/~rowlett/units/index.html
which contains values and anecdotal information on many forms of measurement
Temperature| Field Summary | |
static TemperatureUnit |
CELSIUS
Unit identifier - CELSIUS |
static TemperatureUnit |
FAHRENHEIT
Unit identifier - FAHRENHEIT |
static TemperatureUnit |
KELVIN
Unit identifier - KELVIN |
java.lang.String |
name
The name of the unit |
java.lang.String |
symbol
The symbol of the unit |
| Method Summary | |
static TemperatureUnit[] |
getTemperatureUnits()
Return an array of the defined TemperatureUnit objects |
java.lang.String |
toString()
Return a String representation ( the name String ) of this TemperatureUnit object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final TemperatureUnit KELVIN
public static final TemperatureUnit CELSIUS
public static final TemperatureUnit FAHRENHEIT
public final java.lang.String name
public final java.lang.String symbol
| Method Detail |
public static TemperatureUnit[] getTemperatureUnits()
TemperatureUnit objects
TemperatureUnit objectspublic java.lang.String toString()
TemperatureUnit object.
TemperatureUnit object
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||