Class Constants

java.lang.Object
  |
  +--Constants

public class Constants
extends Object


Field Summary
protected static double Dmin
          minimum transition time in seconds
protected static double Hs
          altitude of the satellite in meters
protected static double Vr
          speed of rotation of the satellite on itself in radians per second
 
Constructor Summary
Constants(String fileName)
           
 
Method Summary
 void readConstants(String fileName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

Hs

protected static double Hs
altitude of the satellite in meters

Vr

protected static double Vr
speed of rotation of the satellite on itself in radians per second

Dmin

protected static double Dmin
minimum transition time in seconds
Constructor Detail

Constants

public Constants(String fileName)
Method Detail

readConstants

public void readConstants(String fileName)

toString

public String toString()
Overrides:
toString in class Object