| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AstronomicalCalculator |
AstronomicalCalendar.getAstronomicalCalculator()
A method that returns the currently set AstronomicalCalculator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AstronomicalCalendar.setAstronomicalCalculator(AstronomicalCalculator astronomicalCalculator)
A method to set the
AstronomicalCalculator used for astronomical calculations. |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static AstronomicalCalculator |
AstronomicalCalculator.getDefault()
getDefault method returns the default sun times calculation engine.
|
Copyright © 2004 - 2011 Eliyahu Hershfeld. All Rights Reserved. Released under the LGPL 2.1 license