|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instant | |
---|---|
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 Instant in org.hermit.astro |
---|
Methods in org.hermit.astro that return Instant | |
---|---|
static Instant |
Instant.fromTd(double td)
Create an instant from a Julian day in TD. |
static Instant |
Instant.fromTd(int y,
int m,
double d)
Create an instant from a date / time in TD. |
Instant |
Observation.getTime()
Get the time of this Observation. |
Methods in org.hermit.astro with parameters of type Instant | |
---|---|
void |
Observation.setTime(Instant time)
Set the time for calculations. |
Constructors in org.hermit.astro with parameters of type Instant | |
---|---|
Observation(Instant i)
Create an observation for a given Julian day. |
|
Observation(Instant i,
Position pos)
Create an observation for a given Julian day. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |