Home | History | Annotate | Download | only in i18n

Lines Matching full:calendarastronomer

21  * <code>CalendarAstronomer</code> is a class that can perform the calculations to
29 * at a given moment in time. Accordingly, each <code>CalendarAstronomer</code>
54 class U_I18N_API CalendarAstronomer : public UMemory {
72 * @see CalendarAstronomer.Equatorial
73 * @see CalendarAstronomer.Horizon
141 * @see CalendarAstronomer.Ecliptic
142 * @see CalendarAstronomer.Horizon
215 * @see CalendarAstronomer.Ecliptic
216 * @see CalendarAstronomer.Equatorial
288 * Construct a new <code>CalendarAstronomer</code> object that is initialized to
292 CalendarAstronomer();
295 * Construct a new <code>CalendarAstronomer</code> object that is initialized to
299 CalendarAstronomer(UDate d);
302 * Construct a new <code>CalendarAstronomer</code> object with the given
315 CalendarAstronomer(double longitude, double latitude);
321 ~CalendarAstronomer();
328 * Set the current date and time of this <code>CalendarAstronomer</code> object. All
342 * Set the current date and time of this <code>CalendarAstronomer</code> object. All
354 * Set the current date and time of this <code>CalendarAstronomer</code> object. All
370 * Get the current time of this <code>CalendarAstronomer</code> object,
381 * Get the current time of this <code>CalendarAstronomer</code> object,
648 virtual double eval(CalendarAstronomer&) = 0;
658 virtual void eval(Equatorial& result, CalendarAstronomer&) = 0;