Uses of Class
faa.tg.nas.airport.runway.Runway

Packages that use Runway
faa.tg.aidl This package provides classes for exporting TGF Aircraft state to AIDL. 
faa.tg.aircraft This package provides an interface to the xml Traffic Management Feed and associated utilities 
faa.tg.aircraft.adm.airframe This package provides the adm model of the Aircraft's airframe . 
faa.tg.aircraft.adm.dynamics This package provides the simulators adm model of the Aircraft's dynamics . 
faa.tg.aircraft.adm.group   
faa.tg.aircraft.adm.guidance This package provides the simulators adm model of the Aircraft's guidance system. 
faa.tg.aircraft.adm.guidance.latguidance This package provides the lateral components of the simulators adm model of the Aircraft's guidance system. 
faa.tg.aircraft.adm.guidance.longuidance This package provides the lateral components of the simulators adm model of the Aircraft's guidance system. 
faa.tg.aircraft.transition   
faa.tg.atcview.display   
faa.tg.atcview.displayobjects   
faa.tg.atcview.gui   
faa.tg.departure.client This package provides the Departure GUI for controlling departing aircraft. 
faa.tg.departure.core This package contains classes that are used to manage departing aircraft. 
faa.tg.ground.airport   
faa.tg.nas.airport This package provides the simulation model of a Airport 
faa.tg.nas.airport.runway This package provides the simulations model of a Runway 
faa.tg.nas.airport.runway.ils   
faa.tg.nas.airspace This package provides the simulation model of the NAS airspace. 
faa.tg.nas.flight This package provides the simulation model of a Flight, this is the basic management Class for Aircraft in the Simulation. 
faa.tg.nas.procedures   
faa.tg.recording.state This package contains state information about objects, events, conditions, and changes of state in a simulation. 
faa.tg.scenario.importer This package provides the classes used to read data for the Scenario. 
faa.tg.scenario.manager This package contains managers of Aircraft,Routes,Fixs etc.. 
faa.tg.simevent.action This package provides the package for Simulation Actions 
faa.tg.sp.cmd This package contains classes that implement Commands to the aircraft 
faa.tg.util.convertertool This package contains utility classes for airspeed GUI calculator. 
 

Uses of Runway in faa.tg.aidl
 

Methods in faa.tg.aidl with parameters of type Runway
 AidlGlideSlope AidlObjectMgr.addGlideSlope(AidlFix outerMarkerFix, Runway runway, AircraftState acState)
          Add a glide slope
 

Constructors in faa.tg.aidl with parameters of type Runway
AidlGlideSlope(AidlFix fix, Runway runway, Position acPosition, int index)
          Constructor
 

Uses of Runway in faa.tg.aircraft
 

Methods in faa.tg.aircraft that return Runway
 Runway AircraftStateInputInterface.getArrivalRunway()
           
 

Methods in faa.tg.aircraft with parameters of type Runway
 void Controller.captureLocalizer(Runway arrRwy)
          Must override to allow aircraft to capture the localizer.
 void Controller.clearForILSApproach(Runway arrRwy)
          Must override to allow aircraft to perform the ILS Approach.
 void Controller.clearForRNavApproach(Aircraft aircraft, Runway arrRwy)
          Must override to allow aircraft to perform the RNav Approach.
 void Controller.descendGlideSlope(Runway arrRwy)
          Must override to allow aircraft to descend the glide slope.
 void Aircraft.newAirport(Airport theAirport, Runway theRunway)
          Method to assign a new airport and runway as the aircraft's destination.
 void Aircraft.newRunway(Runway theRunway)
          Method to assign a new runway as the aircraft's destination.
 void Aircraft.setArrivalRunway(Runway theRunway)
          Method to assign a new runway as the aircraft's destination.
 void Aircraft.setDepartureRunway(Runway theRunway)
          Method to assign a new runway departure runway The aircraft's plannedRoute will not be modified.
 

Uses of Runway in faa.tg.aircraft.adm.airframe
 

Methods in faa.tg.aircraft.adm.airframe with parameters of type Runway
static AirframeDragDeviceSettings DragDeviceController.determineDragDeviceSettings(AirframeDragDeviceSettings previousDragDevices, GuidanceResult guidanceResult, Route route, Runway arrivalRunway, Airframe airframe, AircraftWeight updatedAcWeight, Coefficient updatedCoefficientOfLift, Engine engine, Drag updatedDrag, Altitude groundAltitude, FlyingStatus updatedFlyingStatus, LocalAtm updatedLocalAtm, TrueAirspeed updatedTAS, TrueHeading updatedHeading, Position currPos)
          This determines the drag device settings for an aircraft based on the aircraft's state.
 

Uses of Runway in faa.tg.aircraft.adm.dynamics
 

Methods in faa.tg.aircraft.adm.dynamics that return Runway
 Runway ADMDynamics.getArrivalRunway()
           
 

Methods in faa.tg.aircraft.adm.dynamics with parameters of type Runway
 void ADMDynamics.initialize(Position initialPosition, TrueHeading heading, GenericSpeed startSpeed, Altitude desiredAlt, GenericSpeed cruiseSpeed, RollAngle rollAngle, Runway departureRunway)
          Method to initialize the state of this Aircraft.
 

Constructors in faa.tg.aircraft.adm.dynamics with parameters of type Runway
ADMDynamics(NavigationEquipment navigationEquip, AircraftTypeProfile profile, Aircraft aircraft, Position initialPosition, TrueHeading heading, GenericSpeed startSpeed, Altitude desiredAlt, GenericSpeed cruiseSpeed, RollAngle rollAngle, Runway departureRunway)
           
 

Uses of Runway in faa.tg.aircraft.adm.group
 

Methods in faa.tg.aircraft.adm.group with parameters of type Runway
 void GroupGuidance.captureLocalizer(Runway arrRwy)
           
 void GroupGuidance.clearForILSApproach(Runway runway)
          First, cancels group guidance and uses a standard controller; then performs the given approach.
 void GroupGuidance.clearForRNavApproach(Aircraft ac, Runway runway)
          First, cancels group guidance and uses a standard controller; then changes to RNAV approach state and prepares for an RNAV approach.
 void GroupGuidance.descendGlideSlope(Runway arrRwy)
           
 

Uses of Runway in faa.tg.aircraft.adm.guidance
 

Methods in faa.tg.aircraft.adm.guidance with parameters of type Runway
 void Guidance.captureLocalizer(Runway arrRwy)
          Directs the aircraft to capture the localizer.
private  void Guidance.captureLocalizer(Runway rwy, TrueHeading interceptHeading)
          Directs the aircraft to capture the localizer.
 void Guidance.clearForILSApproach(Runway runway)
          The aircraft received clearance and will perform the given Approach.
 void Guidance.clearForRNavApproach(Aircraft ac, Runway runway)
          Change to RNAV approach state and prepare for an RNAV approach.
private  void Guidance.clearForRNavApproachHelper(Runway runway, Route currRoute, FlyingStatus flyingStatus, TrueHeading currentHeading)
          Create a RNAV landing profile for this aircraft.
 void Guidance.descendGlideSlope(Runway arrRwy)
          Directs the aircraft to descend the glide slope.
 void Guidance.makeDepartureProfile(Runway runway, IndicatedAirspeed rotationSpd, GenericSpeed desiredSpd, Altitude desiredAlt, Route route)
          Makes the initial profile for the aircraft if it is departing from a runway.
 void ADMController.makeDepartureProfile(Runway runway, IndicatedAirspeed rotationSpd, GenericSpeed desiredSpd, Altitude desiredAlt, Route route)
          Makes the initial profile for the aircraft if it is departing from a runway.
 

Uses of Runway in faa.tg.aircraft.adm.guidance.latguidance
 

Methods in faa.tg.aircraft.adm.guidance.latguidance with parameters of type Runway
 void LateralGuidance.climbToManeuverAltitude(Runway runway, Altitude altitude)
          Handle lateral guidance when departing a runway and climbing to maneuver altitude: so that the aircraft follows the runway heading.
 

Uses of Runway in faa.tg.aircraft.adm.guidance.longuidance
 

Fields in faa.tg.aircraft.adm.guidance.longuidance declared as Runway
private  Runway LandingMan.runway
           
 

Methods in faa.tg.aircraft.adm.guidance.longuidance that return Runway
 Runway LandingMan.getRunway()
          Returns the runway for this landing maneuver.
 

Methods in faa.tg.aircraft.adm.guidance.longuidance with parameters of type Runway
 void LongitudinalGuidance.clearForILSApproach(Runway runway, LandingVelocityProfile landingProfile, Position estimatedPos)
          Create a landing profile for this aircraft.
static SpdAltProfile SpdAltProfileMutator.makeLandingProfile(Altitude previousDesiredAlt, GenericSpeed speedRestriction, Runway runway, LandingVelocityProfile landingProfile, AircraftEventBus aircraftEventBus, Position estimatedPos)
          Returns a landing profile.
 

Constructors in faa.tg.aircraft.adm.guidance.longuidance with parameters of type Runway
LandingMan(Altitude originalDesiredAlt, GenericSpeed speedRestrictionIfAny, Runway runway, LandingVelocityProfile velocityProfile)
          Constructs a maneuver for an aircraft to descend a glide slope.
 

Uses of Runway in faa.tg.aircraft.transition
 

Methods in faa.tg.aircraft.transition with parameters of type Runway
private  MagneticHeading TransitionDynamics.calculateDesiredMagneticHeading(Runway runway)
           
 

Uses of Runway in faa.tg.atcview.display
 

Methods in faa.tg.atcview.display that return types with arguments of type Runway
protected  Manager<Runway> RunwayDisplayManager.getManager()
           
 

Methods in faa.tg.atcview.display with parameters of type Runway
protected  DisplayAble RunwayDisplayManager.makeDisplayAble(Runway obj)
           
 

Uses of Runway in faa.tg.atcview.displayobjects
 

Constructors in faa.tg.atcview.displayobjects with parameters of type Runway
IlsApproachDisplay(ILS ils, Runway runway)
          Constructor
RNavApproachDisplay(RNavApproach rNavApproach, Runway runway)
          Constructor
RunwayDisplay(Runway runway, ColorAndNameDisplaySettings settings)
          Constructor
 

Uses of Runway in faa.tg.atcview.gui
 

Fields in faa.tg.atcview.gui with type parameters of type Runway
private  ObjectDisplayManager<Runway,ColorAndNameDisplaySettings> AirportMenu.runwayManager
           
 

Uses of Runway in faa.tg.departure.client
 

Fields in faa.tg.departure.client declared as Runway
private  Runway RunwayBtn.rwy
           
 

Constructors in faa.tg.departure.client with parameters of type Runway
RunwayBtn(Runway rwy, DepartureGUIInterface gui)
          Constructor
 

Uses of Runway in faa.tg.departure.core
 

Methods in faa.tg.departure.core with parameters of type Runway
 void DepartureMgr.placeHold(Runway runway)
          Stops all departures from a given runway
 void DepartureMgr.removeHold(Runway runway)
          removes holds placed on a runway
 

Constructors in faa.tg.departure.core with parameters of type Runway
GateHoldPlacedEvent(java.lang.Object source, Runway theRunway, Scenario scenario)
           
GateHoldRemovedEvent(java.lang.Object source, Runway theRunway, Scenario scenario)
           
 

Uses of Runway in faa.tg.ground.airport
 

Fields in faa.tg.ground.airport declared as Runway
private  Runway RunwayOverlay.runway
           
 

Methods in faa.tg.ground.airport that return Runway
 Runway RunwayOverlay.equivalent()
           
 Runway GroundRunway.equivalent()
           
 

Methods in faa.tg.ground.airport with parameters of type Runway
 GroundRunway GroundAirport.convert(Runway runway)
           
 GroundRunway AirportOverlay.convert(Runway runway)
           
 GroundRunway AirportOverlay.RunwayMap.get(Runway rwy)
           
 

Constructors in faa.tg.ground.airport with parameters of type Runway
RunwayOverlay(AirportOverlay airport, Runway runway, GroundPath groundRoute, Distance holdShortDistance)
           
 

Uses of Runway in faa.tg.nas.airport
 

Fields in faa.tg.nas.airport with type parameters of type Runway
private  java.util.List<Runway> Airport.runwayList
          OBSOLETE: can delete when no longer need recordings made before 5/20/2008.
protected  java.util.List<Runway> Airport.runways
          List of Runways which are at this airport.
 

Methods in faa.tg.nas.airport that return Runway
 Runway Airport.getRunwayByAirportRwyId(AirportRwyID rwyAptRwyId)
          Search the RunwayList for a Runway and return it, or null;
 Runway Airport.getRunwayByName(java.lang.String runwayName)
          Search the RunwayList for a Runway and return it.
 

Methods in faa.tg.nas.airport that return types with arguments of type Runway
 java.util.List<Runway> Airport.getRunways()
          Returns a Vector containing the Runways of this airport.
 

Methods in faa.tg.nas.airport with parameters of type Runway
 void Airport.addRunway(Runway rwy)
          Adds a runway to the airport.
 

Constructor parameters in faa.tg.nas.airport with type arguments of type Runway
Airport(java.lang.String airportName, Position pos, MagneticDeclination magDec, java.util.List<Runway> runways)
          Constructor for Airport.
 

Uses of Runway in faa.tg.nas.airport.runway
 

Methods in faa.tg.nas.airport.runway with parameters of type Runway
 boolean Runway.equals(Runway otherRwy)
          Returns the RunwayID representation of the runway name.
 

Uses of Runway in faa.tg.nas.airport.runway.ils
 

Fields in faa.tg.nas.airport.runway.ils declared as Runway
private  Runway ILS.runway
           
 

Methods in faa.tg.nas.airport.runway.ils with parameters of type Runway
static GlideSlope ILS.getDefaultGlideSlope(Runway appRunway)
           
static ILS ILS.getDefaultIls(Runway appRunway)
           
static Localizer ILS.getDefaultLocalizer(Runway appRunway)
           
static Marker ILS.getDefaultOuterMarker(Runway appRunway)
           
 void Localizer.initializeRoute(Runway runway)
          This method initializes the localizer route.
 

Constructors in faa.tg.nas.airport.runway.ils with parameters of type Runway
ILS(Airport aprt, Runway runwy)
          Constructor for ILS.
ILS(Airport apt, Runway rwy, Localizer loc, GlideSlope gs, Marker outerMarker)
          Constructor for ILS.
 

Uses of Runway in faa.tg.nas.airspace
 

Methods in faa.tg.nas.airspace with parameters of type Runway
 GroundRunway Airspace.convert(Runway runway, Airport airport)
           
 

Uses of Runway in faa.tg.nas.flight
 

Fields in faa.tg.nas.flight declared as Runway
private  Runway Flight.arrivalRunway
          The Runway at which the Flight is planned to land.
private  Runway Flight.departureRunway
          The Runway from which the Flight is planned to depart.
 

Methods in faa.tg.nas.flight that return Runway
 Runway Flight.getArrivalRunway()
          Returns the Runway at which the flight is planned to land or null if the Flight is not planned to land in the Simulation.
 Runway Flight.getDepartureRunway()
          Returns the Runway at which the flight is planned to depart or null if the Flight is not planned to depart in the Simulation.
 

Methods in faa.tg.nas.flight with parameters of type Runway
 void Flight.setArrivalRunway(Runway arrivalRunway)
           
private  void Flight.GroundPart.setArrivalRunway(Runway runway)
           
 void Flight.setDepartureRunway(Runway departureRunway)
           
private  void Flight.GroundPart.setDepartureRunway(Runway runway)
           
 

Uses of Runway in faa.tg.nas.procedures
 

Fields in faa.tg.nas.procedures declared as Runway
private  Runway LOCApproach.runway
          The Aircraft will capture the Localizer but not the GlideSlope
private  Runway ILSApproach.runway
          ils is an ILS for approach to a runway
 

Methods in faa.tg.nas.procedures that return Runway
 Runway LOCApproach.getRunway()
           
 Runway ILSApproach.getRunway()
           
 

Constructors in faa.tg.nas.procedures with parameters of type Runway
ILSApproach(Runway runway)
          Constructor.
LOCApproach(Runway runway)
          Constructor.
 

Uses of Runway in faa.tg.recording.state
 

Fields in faa.tg.recording.state declared as Runway
private  Runway FlightState.arrRunway
           
private  Runway FlightState.depRunway
           
 

Methods in faa.tg.recording.state that return Runway
 Runway FlightState.getArrRunway()
           
 Runway FlightState.getDepRunway()
           
 

Constructors in faa.tg.recording.state with parameters of type Runway
FlightState(Acid acid, AcType acType, SimulationTime startTime, java.lang.String routeString, Ufp ufp, SimulationTime simTime, Runway arrRwy, Airport depAirport, Runway depRwy)
          Creates the FlightState with a standard set of initialization fields.
 

Uses of Runway in faa.tg.scenario.importer
 

Fields in faa.tg.scenario.importer with type parameters of type Runway
private  java.util.Enumeration<Runway> XmlRunwayImporter.runwayEnumeration
           
private  java.util.Enumeration<Runway> NfdcRunwayImporter.rwyEnumeration
           
private  java.util.Hashtable<java.lang.String,Runway> NfdcRunwayImporter.rwyHash
           
 

Methods in faa.tg.scenario.importer that return Runway
 Runway XmlRunwayImporter.getNextRunway()
          RunwayImporter Interface
 Runway RunwayImporter.getNextRunway()
          Returns the next Runway; null if no runway remain.
 Runway NfdcRunwayImporter.getNextRunway()
          This method returns the next runway.
 

Methods in faa.tg.scenario.importer with parameters of type Runway
private  ILS XmlApproachImporter.createIlsFromElement(org.w3c.dom.Element ilsElement, Runway rwy, Airport airport)
          Creates an ILS object from the ILS element
 void XmlApproachImporter.importApproach(Runway runway, org.w3c.dom.Element approachElement, Airport airport)
          This method reads the given approach element as an approach object and adds it to the given runway
 

Uses of Runway in faa.tg.scenario.manager
 

Methods in faa.tg.scenario.manager that return Runway
 Runway AirportMgr.getRunwayByAirportRwyID(AirportRwyID aptRunway)
          Given the name of a runway this method will return the runway, or null.
 Runway AirportMgr.getRunwayByName(java.lang.String theRunwayName)
          Given the name of a runway this method will return the runway, or null.
 

Method parameters in faa.tg.scenario.manager with type arguments of type Runway
 void RNavApproachMgr.handleObjectAddedEvent(ObjectAddedEvent<? extends Runway> event)
           
 

Uses of Runway in faa.tg.simevent.action
 

Constructors in faa.tg.simevent.action with parameters of type Runway
ChangeDepartureRwyAction(Flight flight, Runway runway)
          Construct a ChangeDepartureRwyAction with theRunway.
PlaceGateHoldRunwayAction(Runway runway)
          Construct a PlaceGateHoldRunwayAction with theRunway.
RemoveGateHoldRunwayAction(Runway runway)
          Construct a RemoveGateHoldRunwayAction with theRunway.
 

Uses of Runway in faa.tg.sp.cmd
 

Methods in faa.tg.sp.cmd with parameters of type Runway
static java.lang.String VoiceCmdUtil.getFormatedRunwayName(Runway runway)
          Returns the name of the runway formated for use with voice response
 

Uses of Runway in faa.tg.util.convertertool
 

Constructors in faa.tg.util.convertertool with parameters of type Runway
StereoMapPositionConverter(Runway to, Runway from)
          Creates a mapping between from and to.