|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnumal.JulianDate2
public class JulianDate2
Field Summary | |
---|---|
static double |
HALFSECOND
|
static int |
JGREG
Returns the Julian day number that begins at noon of this day, Positive year signifies A.D., negative year B.C. |
Constructor Summary | |
---|---|
JulianDate2()
|
Method Summary | |
---|---|
static int[] |
fromJulian(double injulian)
Converts a Julian day to a calendar date ref : Numerical Recipes in C, 2nd ed., Cambridge University Press 1992 |
static double |
toJulian(int[] ymd)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int JGREG
public static double HALFSECOND
Constructor Detail |
---|
public JulianDate2()
Method Detail |
---|
public static double toJulian(int[] ymd)
public static int[] fromJulian(double injulian)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |