Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.server
Class TLEManager

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.server.TLEManager

public class TLEManager
extends java.lang.Object


Constructor Summary
TLEManager(XmlParser parser)
          TLEManager.
 
Method Summary
 java.lang.String getClosestTLE(java.lang.String satellite, java.util.Date date)
          getClosestTLE.
 java.lang.String getMostRecentTLEs()
          getMostRecentTLEs.
 void start()
          start.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLEManager

public TLEManager(XmlParser parser)
           throws java.lang.Exception
TLEManager.

Throws:
java.lang.Exception
Method Detail

start

public void start()
start.


getClosestTLE

public java.lang.String getClosestTLE(java.lang.String satellite,
                                      java.util.Date date)
getClosestTLE.


getMostRecentTLEs

public java.lang.String getMostRecentTLEs()
getMostRecentTLEs.


Simulcast 4.2