| Package | Description |
|---|---|
| org.britastro.grelf.astro |
| Modifier and Type | Method and Description |
|---|---|
JulianDate |
JulianDate.clone() |
static JulianDate |
JulianDate.createJulianDate(java.lang.String xmlDateTime)
Use this instead of constructor if the xmlDateTime may not be in W3C schema style.
|
JulianDate |
Epoch.getJulianDate()
Returns null if the epoch type is not 'B' or 'J'.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
SkyPoint.calculateRiseTransitSet(JulianDate jd,
BodyKind kind,
Angle latitude)
Returns an array of 3 fractions of a day, representing respectively the local times of rising, transit and
setting for the given latitude and refraction offset (h0 = -0.5667 for stars and planets, -0.8333 for the
Sun, +0.125 for the Moon).
|