Package faa.tg.asdi

This package contains classes to handle the TMU XML ASDI feed see ASDI_XML_ICD-v1.2.pdf

See:
          Description

Interface Summary
AsdiFeedConnect  
AsdiMessageListener  
AsdiOutputMessageListener  
ClientConnectListener  
 

Class Summary
Asdi2Db4 Class to write out Track.xml file from information provided by ASDI messages.
Asdi2TGF Class to set up TGF XML from the Asdi messages.
AsdiAirport2TGF Class to set up TGF XML from the Asdi messages.
AsdiAirportExtractor A class which will allow a user to select the start date and the end date for which he would like to have data pulled from the database for arrivals and departures from a specified airport.
AsdiClientDatabase A class which will allow a user to select the start date and the end date for which he would like to have data pulled from the database for.
AsdiClientDatabaseTracks
AsdiClientFileDataTest Usage: java faa.tg.asdi.AsdiClientObjectStreamTest
AsdiClientObjectStream Usage: java faa.tg.asdi.AsdiClientObjectStream
AsdiClientObjectStreamTest Usage: java faa.tg.asdi.AsdiClientObjectStreamTest
AsdiClientObjectStreamToFile Usage: java faa.tg.asdi.AsdiClientObjectStream
AsdiFeedConnectDB This FeedConnect will read ASDI data from TGF Data Base
AsdiFeedConnectFile This FeedConnect will read data from a file containinbg Traffic Management Unit (TMU) data
AsdiFeedConnectLive This FeedConnect will read Live data from the Traffic Management Unit (TMU) It establishes a client connection to the the TMU ASDI server.
AsdiFeedConnectObjectStream This FeedConnect will an Object Stream from a AsdiMessageService It establishes a client connection to the the TGF AsdiMessageService.
AsdiFpxFromTrackXML A class which read a Track.xml to set the start date and the end date and a list of acids for which he would like to have data pulled from the database in order to build a Fpx file from.
AsdiMessageFactory An interface that all message factories will implement.
AsdiMessageFactoryDB A message factory to take in a resultset and do something with it.
AsdiMessageFactoryDIS A Class to read messages from a DataInputStream and provide callbacks for intrested classes.
AsdiMessageFactoryOS A Class to read messages from a DataInputStream and provide callbacks for intrested classes.
AsdiOutputMessage  
AsdiServer  
AsdiServiceFileData The Class binds together a AsdiServiceFileData with a AsdiServer, the main provides a binding of a TmfLiveFeed with a TmfServer to prodvide a TMF object server Usage: java faa.tg.asdi.AsdiServiceLiveFeed -a 1
AsdiServiceLiveFeed The Class binds together a AsdiFeedConnectLive with a AsdiServer, the main provides a binding of a TmfLiveFeed with a TmfServer to prodvide a TMF object server see: http://www.fly.faa.gov/ASDI/asdi.html Usage: java faa.tg.asdi.AsdiServiceLiveFeed -a 1
AsdiStatusWindow  
ClientConnection A ClientConnection is constructed by TmfServer for each client socket connect.
SelectableDialog<T extends ManagedObject> This abstract class will provide ways of displaying, removing, configuring,saving,reading, writing, etc airspace objects.
Track2Tgf Class to set up TGF XML from Asdi messages which uses previoulsy generated Track.xml data to define the aircraft and times we are intrested in.
 

Package faa.tg.asdi Description

This package contains classes to handle the TMU XML ASDI feed see ASDI_XML_ICD-v1.2.pdf