Class Sweclips
java.lang.Object
Sweclips
- All Implemented Interfaces:
- java.io.Serializable
public class Sweclips
- extends java.lang.Object
- implements java.io.Serializable
Test program for solar and lunar eclipses, rises, sets, and meridian
transits for planets and fixed stars.
See class swisseph.SwissEph.
Invoke with parameter -h to get the help text.
- See Also:
SwissEph,
Serialized Form
|
Method Summary |
static void |
main(java.lang.String[] argv)
See -h parameter for help on all parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMOD_LUNAR
public static final int SMOD_LUNAR
- See Also:
- Constant Field Values
SMOD_HOW
public static final int SMOD_HOW
- See Also:
- Constant Field Values
SMOD_SOLAR
public static final int SMOD_SOLAR
- See Also:
- Constant Field Values
SMOD_LOCAL
public static final int SMOD_LOCAL
- See Also:
- Constant Field Values
SMOD_TOTAL
public static final int SMOD_TOTAL
- See Also:
- Constant Field Values
SMOD_ANNULAR
public static final int SMOD_ANNULAR
- See Also:
- Constant Field Values
SMOD_ANNTOT
public static final int SMOD_ANNTOT
- See Also:
- Constant Field Values
SMOD_PARTIAL
public static final int SMOD_PARTIAL
- See Also:
- Constant Field Values
SMOD_ALL
public static final int SMOD_ALL
- See Also:
- Constant Field Values
SMOD_OCCULT
public static final int SMOD_OCCULT
- See Also:
- Constant Field Values
SMOD_RISE
public static final int SMOD_RISE
- See Also:
- Constant Field Values
SMOD_METR
public static final int SMOD_METR
- See Also:
- Constant Field Values
SMOD_HOCAL
public static final int SMOD_HOCAL
- See Also:
- Constant Field Values
J2000
public static final double J2000
- See Also:
- Constant Field Values
BIT_ROUND_SEC
public static final int BIT_ROUND_SEC
- See Also:
- Constant Field Values
BIT_ROUND_MIN
public static final int BIT_ROUND_MIN
- See Also:
- Constant Field Values
BIT_ZODIAC
public static final int BIT_ZODIAC
- See Also:
- Constant Field Values
ECL_LUN_PENUMBRAL
public static final int ECL_LUN_PENUMBRAL
- See Also:
- Constant Field Values
ECL_LUN_PARTIAL
public static final int ECL_LUN_PARTIAL
- See Also:
- Constant Field Values
ECL_LUN_TOTAL
public static final int ECL_LUN_TOTAL
- See Also:
- Constant Field Values
ECL_SOL_PARTIAL
public static final int ECL_SOL_PARTIAL
- See Also:
- Constant Field Values
ECL_SOL_ANNULAR
public static final int ECL_SOL_ANNULAR
- See Also:
- Constant Field Values
ECL_SOL_TOTAL
public static final int ECL_SOL_TOTAL
- See Also:
- Constant Field Values
main
public static void main(java.lang.String[] argv)
- See -h parameter for help on all parameters.