|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Observation.OField | |
---|---|
org.hermit.astro | A library of astronomical calculations, providing positions, rise and set times, magnitudes, and other information for the Sun, Moon and planets. |
Uses of Observation.OField in org.hermit.astro |
---|
Methods in org.hermit.astro that return Observation.OField | |
---|---|
static Observation.OField |
Observation.OField.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Observation.OField[] |
Observation.OField.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hermit.astro with parameters of type Observation.OField | |
---|---|
double |
Observation.get(Observation.OField key)
Get the value of one of the data fields of this Observation. |
protected void |
Observation.put(Observation.OField key,
java.lang.Double val)
Save a specified value in the data cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |