KosherJava Zmanim Homepage
Includes a dynamic Zmanim calendar generator

Uses of Class
net.sourceforge.zmanim.AstronomicalCalendar

Packages that use AstronomicalCalendar
net.sourceforge.zmanim The Zmanim library is an API for a specialized calendar that can calculate different astronomical times including sunrise and sunset and Jewish zmanim or religious times for prayers and other Jewish religious dutuies.  
net.sourceforge.zmanim.util The util package contains the utility classes for the Zmanim API including classes to calculate sun based times, location information and some formatting utils. 
 

Uses of AstronomicalCalendar in net.sourceforge.zmanim
 

Subclasses of AstronomicalCalendar in net.sourceforge.zmanim
 class ComplexZmanimCalendar
          This class extends ZmanimCalendar and provides many more zmanim than available in the ZmanimCalendar.
 class ZmanimCalendar
           Description: A Java library for calculating zmanim.
 

Uses of AstronomicalCalendar in net.sourceforge.zmanim.util
 

Methods in net.sourceforge.zmanim.util with parameters of type AstronomicalCalendar
abstract  double AstronomicalCalculator.getUTCSunrise(AstronomicalCalendar astronomicalCalendar, double zenith, boolean adjustForElevation)
          A method that calculates UTC sunrise as well as any time based on an angle above or below sunrise.
abstract  double AstronomicalCalculator.getUTCSunset(AstronomicalCalendar astronomicalCalendar, double zenith, boolean adjustForElevation)
          A method that calculates UTC sunset as well as any time based on an angle above or below sunset.
 double JSuntimeCalculator.getUTCSunrise(AstronomicalCalendar astronomicalCalendar, double zenith, boolean adjustForElevation)
          Deprecated. This class is based on the NOAA algorithm but does not return calculations that match the NOAA algorithm JavaScript implementation. The calculations are about 2 minutes off. This call has been replaced by the NOAACalculator class.
 double JSuntimeCalculator.getUTCSunset(AstronomicalCalendar astronomicalCalendar, double zenith, boolean adjustForElevation)
          Deprecated. This class is based on the NOAA algorithm but does not return calculations that match the NOAAA algorithm JavaScript implementation. The calculations are about 2 minutes off. This call has been replaced by the NOAACalculator class.
 double NOAACalculator.getUTCSunrise(AstronomicalCalendar astronomicalCalendar, double zenith, boolean adjustForElevation)
           
 double NOAACalculator.getUTCSunset(AstronomicalCalendar astronomicalCalendar, double zenith, boolean adjustForElevation)
           
 double SunTimesCalculator.getUTCSunrise(AstronomicalCalendar astronomicalCalendar, double zenith, boolean adjustForElevation)
           
 double SunTimesCalculator.getUTCSunset(AstronomicalCalendar astronomicalCalendar, double zenith, boolean adjustForElevation)
           
 double ZmanimCalculator.getUTCSunrise(AstronomicalCalendar astronomicalCalendar, double zenith, boolean adjustForElevation)
           
 double ZmanimCalculator.getUTCSunset(AstronomicalCalendar astronomicalCalendar, double zenith, boolean adjustForElevation)
           
 


KosherJava Zmanim Homepage
Includes a dynamic Zmanim calendar generator

Copyright © 2004 - 2007 Eliyahu Hershfeld. All Rights Reserved.