structs
Class astrometric

java.lang.Object
  extended by structs.astrometric

public class astrometric
extends java.lang.Object


Field Summary
 int flag
           
 double time
           
 double x
           
 double y
           
 
Constructor Summary
astrometric(double xx, double yy, double tt)
           
astrometric(double xx, double yy, double tt, int fl)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public double time

x

public double x

y

public double y

flag

public int flag
Constructor Detail

astrometric

public astrometric(double xx,
                   double yy,
                   double tt,
                   int fl)

astrometric

public astrometric(double xx,
                   double yy,
                   double tt)