KosherJava Zmanim Homepage

Uses of Class
net.sourceforge.zmanim.util.AstronomicalCalculator

Packages that use AstronomicalCalculator
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 AstronomicalCalculator in net.sourceforge.zmanim
 

Methods in net.sourceforge.zmanim that return AstronomicalCalculator
 AstronomicalCalculator AstronomicalCalendar.getAstronomicalCalculator()
          A method to return the current AstronomicalCalculator set.
 

Methods in net.sourceforge.zmanim with parameters of type AstronomicalCalculator
 void AstronomicalCalendar.setAstronomicalCalculator(AstronomicalCalculator astronomicalCalculator)
          A method to set the AstronomicalCalculator used for astronomical calculations.
 

Uses of AstronomicalCalculator in net.sourceforge.zmanim.util
 

Subclasses of AstronomicalCalculator in net.sourceforge.zmanim.util
 class JSuntimeCalculator
          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.
 class NOAACalculator
          Implementation of sunrise and sunset methods to calculate astronomical times based on the NOAA algorithm.
 class SunTimesCalculator
          Implementation of sunrise and sunset methods to calculate astronomical times.
 class ZmanimCalculator
          Implementation of sunrise and sunset methods to calculate astronomical times.
 

Methods in net.sourceforge.zmanim.util that return AstronomicalCalculator
static AstronomicalCalculator AstronomicalCalculator.getDefault()
          getDefault method returns the default sun times calculation engine.
 


KosherJava Zmanim Homepage

Copyright © 2004 - 2011 Eliyahu Hershfeld. All Rights Reserved. Released under the GPL 2 license