Class Transits

java.lang.Object
  extended by Transits
All Implemented Interfaces:
java.io.Serializable

public class Transits
extends java.lang.Object
implements java.io.Serializable

Test program for planetary transits. See class swisseph.SwissEph.

Invoke with parameter -h to get the help text.

See Also:
SwissEph, Serialized Form

Constructor Summary
Transits()
           
 
Method Summary
static void main(java.lang.String[] argv)
          See -h parameter for help on all parameters.
 int startCalculations(java.lang.String[] argv)
          If you want to use this class in your own programs, you would just call this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transits

public Transits()
Method Detail

main

public static void main(java.lang.String[] argv)
See -h parameter for help on all parameters.


startCalculations

public int startCalculations(java.lang.String[] argv)
If you want to use this class in your own programs, you would just call this method. All output will go to stdout only (so far).

Parameters:
argv - array of Strings containing all parameters like on the command line.
Returns:
nothing so far