mysql
Class HipparchosDatabase.Retrieve

java.lang.Object
  extended by mysql.HipparchosDatabase.Retrieve
Enclosing class:
HipparchosDatabase

public static class HipparchosDatabase.Retrieve
extends Object

Mainly for testing.


Constructor Summary
HipparchosDatabase.Retrieve()
           
 
Method Summary
static void main(String[] arg)
          Takes the first command line argument as the central ra in degrees.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HipparchosDatabase.Retrieve

public HipparchosDatabase.Retrieve()
Method Detail

main

public static void main(String[] arg)
                 throws SQLException
Takes the first command line argument as the central ra in degrees. The second argument is the declination of the center and the third is the radius of a circular field. Queries then the database and dumps the stars retrieved to stdout.

Throws:
SQLException