|
KosherJava Zmanim Homepage | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |