Imports text files generated by NAS (National Airspace System) Host
DART (Data Analysis and Reduction Tool)
See the Source:
DartDataFileReaderPanel.java
DateFilter is a AbstractFilter; it listens for Filterables, checks to
see if the events are from the requested date, and
if so sends those events to listeners registered for that class.
DayOfMonthFilter is a AbstractFilter; it listens for Filterables, checks to
see if the events are from the requested day, and
if so sends those events to listeners registered for that class.
Typical logic to use this class: please check 'public static void main (String args[] )'
and do not forget to execute 'closeStatementAndConnection()' after you done.
DecFmt is a class that is used to format floating point values; it
provides a set of static methods to format a number and returns the
formatted value as a String.
DecFmt() -
Constructor for class faa.tg.net.structs.DecFmt
Removed an aircraft that has taken off late from the gateHoldsHash
adds one to the number of departure delays, and adds the delay time
to the duration of departure delay
Constructs object listener that prints all DelimWritable objects received
to delimited value reports, named according to the file name template and
the type of object.
Constructs object listener that prints all DelimWritable objects received
to delimited value reports, named according to the file name template and
the type of object, and using a properties file to determine.
DepartureAirportFilter is a AbstractFilter; it listens for Filterables,
checks to see if the events are from the requested airport, and
if so sends those events to listeners registered for that airport.
This class defines DepartureGUIInterface which is used to send
DepartureGUIEvents to the different components of the Departure GUI as well
as the DepartureClientMgr
This class defines DepartureTableInterface which is an interface used to
get the currently selected row in the DepartureTable without give
access to the entire table
The current desired altitude to specify to the control logic for the
next timestep; starts at the initial altitude of the maneuver and
changes to final altitude when top of descent is reached.
desiredAlt -
Variable in class faa.tg.aircraft.adm.guidance.longuidance.LandingMan
DestinationAirportFilter is a AbstractFilter; it listens for Filterables,
checks to see if the events are from the requested airport, and
if so sends those events to listeners registered for that airport.
Determines the nearest RouteSegment for capture, satisfying criteria 1
and criteria 2 (See the analysis for the Lateral Guidance System
for complete details).
Determines the nearest RouteSegment for capture, satisfying criteria 1
and criteria 2 (See the analysis for the Lateral Guidance System
for complete details).
DEV -
Static variable in class faa.tg.dra.attributes.TgfMessages
DEV -
Static variable in class faa.tg.net.structs.TgfMessages
Reads a file containing Laboratory Device Names and creates a preliminary LaboratorDevices.xml file
usage: java faa.tg.bytex.util.DeviceTypesToXml -i DeviceTypes.txt -o DeviceTypes.xml
See the source: DeviceTypesToXml.java