Class CurrentTime

java.lang.Object
  extended by CurrentTime

public final class CurrentTime
extends java.lang.Object


Field Summary
static double DUT1
           
static double errorUT1
           
static double leap
           
 
Constructor Summary
CurrentTime()
           
 
Method Summary
static double GPST()
           
static double LST(double longitude)
           
static void refreshData()
           
static double TAI()
           
static double TCG()
           
static double TT()
           
static double UT1()
           
static double UT2()
           
static double UTC()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DUT1

public static double DUT1

errorUT1

public static double errorUT1

leap

public static double leap
Constructor Detail

CurrentTime

public CurrentTime()
Method Detail

TT

public static double TT()

UTC

public static double UTC()

LST

public static double LST(double longitude)

UT1

public static double UT1()

UT2

public static double UT2()

TAI

public static double TAI()

GPST

public static double GPST()

TCG

public static double TCG()

refreshData

public static void refreshData()