Coor

net.aerith.misao.util. Coordinates
+getRA() :double
+getDecl() :double
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. Coor
#ra :double
#decl :double
+ACCURACY_100M_ARCSEC :byte
+ACCURACY_10M_ARCSEC :byte
+ACCURACY_ARCSEC :byte
+ACCURACY_ROUGH_ARCSEC :byte
+ACCURACY_100M_ARCMIN :byte
+ACCURACY_100M_ARCMIN_HOURSEC :byte
+ACCURACY_ARCMIN :byte
+ACCURACY_1M_ARCSEC :byte
+Coor()
+Coor(Coordinates source_coor)
+Coor(double initial_ra, double initial_decl)
+Coor(int ra_h, int ra_m, double ra_s, boolean south_flag, int decl_d, int decl_m, double decl_s)
+getRA() :double
+getRA_h() :int
+getRA_m() :int
+getRA_s() :double
+setRA(double new_ra) :void
+getDecl() :double
+getAbsDecl_d() :int
+getAbsDecl_m() :int
+getAbsDecl_s() :double
+setDecl(double new_decl) :void
+getAngularDistanceTo(Coordinates coor) :double
+getPositionAngleTo(Coordinates coor) :double
+move(double distance, double pa) :void
+residual(Coor coor) :Coor
+convertToXyz() :Xyz
+rotate(double angle) :Coor
+precession(JulianDay src_jd, JulianDay dst_jd) :void
+create(String string) :Coor
+getAccuracy(String string) :byte
+getOutputString() :String
+getOutputStringTo100mArcsecWithUnit() :String
+getOutputStringTo100mArcsecWithoutUnit() :String
+getOutputStringTo100mArcsecWithoutSpace() :String
+getOutputStringTo1mArcsecWithUnit() :String
+getOutputStringTo1mArcsecWithoutUnit() :String
+getOutputStringTo1mArcsecWithoutSpace() :String
+getOutputStringTo10mArcsecWithUnit() :String
+getOutputStringTo10mArcsecWithoutUnit() :String
+getOutputStringTo10mArcsecWithoutSpace() :String
+getOutputStringToArcsecWithUnit() :String
+getOutputStringToArcsecWithoutUnit() :String
+getOutputStringToArcsecWithoutSpace() :String
+getOutputStringToRoughArcsecWithUnit() :String
+getOutputStringToRoughArcsecWithoutUnit() :String
+getOutputStringToRoughArcsecWithoutSpace() :String
+getOutputStringTo100mArcminWithUnit() :String
+getOutputStringTo100mArcminWithoutUnit() :String
+getOutputStringTo100mArcminHoursecWithUnit() :String
+getOutputStringTo100mArcminHoursecWithoutUnit() :String
+getOutputStringTo100mArcminHoursecWithoutSpace() :String
+getOutputStringToArcminWithUnit() :String
+getOutputStringToArcminWithoutUnit() :String
net.aerith.misao.util. AstrometricError
+AstrometricError(Vector pair_list)