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 |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
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
Constants
public Constants(String fileName)
readConstants
public void readConstants(String fileName)
toString
public String toString()
- Overrides:
toString
in class Object