EphemerisRecord

java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.util. EphemerisRecord
#jd :JulianDay
#coor :Coor
#r :double
#delta :double
#elongation :double
#phase_angle :double
#magnitude :double
+EphemerisRecord(JulianDay jd, Xyz xyz)
+getJD() :JulianDay
+getCoor() :Coor
+getHeliocentricDistance() :double
+getGeocentricDistance() :double
+getElongation() :double
+getPhaseAngle() :double
+getMagnitude() :double
+setMagnitude(double magnitude) :void