See: Description
| Class | Description |
|---|---|
| AstronomicalCalculator |
An abstract class that all sun time calculating classes extend.
|
| GeoLocation |
A class that contains location information such as latitude and longitude required for astronomical calculations.
|
| GeoLocationUtils |
A class for various location calculations
Most of the code in this class is ported from Chris Veness'
LGPL Javascript Implementation
|
| JSuntimeCalculator | Deprecated
This class is based on the NOAA algorithm but does not return calculations that match the NOAA algorithm
JavaScript implementation.
|
| NOAACalculator |
Implementation of sunrise and sunset methods to calculate astronomical times based on the NOAA algorithm.
|
| SunTimesCalculator |
Implementation of sunrise and sunset methods to calculate astronomical times.
|
| Time |
A class that represents a numeric time.
|
| Zman |
Wrapper class for an astronomical time, mostly used to sort collections of
astronomical times.
|
| ZmanimCalculator |
Implementation of sunrise and sunset methods to calculate astronomical times.
|
| ZmanimFormatter |
A class used to format both non
Date times generated by the Zmanim package as well as Dates. |
Copyright © 2004 - 2011 Eliyahu Hershfeld. All Rights Reserved. Released under the LGPL 2.1 license