Package faa.tg.nas.route

This package provides the simulation model of Navigational Routes.

See:
          Description

Interface Summary
EndOfRouteListener EndOfRouteListener represents the callback interface for the EndOfRouteEvent.
OverRouteNodeListener OverRouteNodeListener represents the callback interface for the OverRouteNodeEvent.
Route.DescentCapturePredictor  
RouteCapturedListener  
 

Class Summary
AarCrossingLine  
AlternateArrivalRoute  
AlternateDepartureRoute  
AltitudeRestriction This class represents an altitude restriction, usually at a Route node.
AltitudeRestrictionType This class represents an altitude restrictionType, usually at a Route node.
EndOfRouteEvent  
GenericSpeedRestriction Class used to place an generic speed Restriction on a RouteNode See the source GenericSpeedRestriction.java
IndicatedAirspeedRestriction Class used to place an Indicated Airspeed Restriction on a RouteNode See the source IndicatedAirspeedRestriction.java
JetRoute JetRoute is a defined ListRoute which must be flown above 18000 ft.
MachRestriction Class used to place an Mach based Restriction on a RouteNode See the source MachRestriction.java
OffsetRoute OffsetRoute is a Route that is constructed from a base route and a route offset.
OverRouteNodeEvent  
Route Route is a class which defines a path for an aircraft to follow.
RouteCapturedEvent RouteCapturedEvent is an event notifying that an assigned route has been captured (the initial maneuvers of the RouteFollowingManeuver have been completed).
RouteNode RouteNode is an object for representing navigational position as specified in the route of a flight plan.
RouteSegment RouteSegment represents a segment of a Route containing only two sequential RouteNodes.
RouteSegmentList THIS ONLY EXISTS FOR LEGACY CODE: DO NOT USE IT FOR NEW CLASSES.
RouteWEndRadial RouteWEndRadial is a Route with a radial (as a TrueBearing) that the aircraft will follow after reaching the last RouteNode.
SidRoute SidRoute is a class which defines a sid route for an aircraft to follow.
StarRoute StarRoute is a class which defines a star route for an aircraft to follow.
TzRouteNode  
VictorRoute VictorRoute is a defined ListRoute which must be flown below 18000 ft.
 

Exception Summary
FixNotOnRouteException FixNotOnRouteException is an Exception class that throws an explicit Exception (i.e.
InvalidRouteSegmentException  
 

Package faa.tg.nas.route Description

This package provides the simulation model of Navigational Routes.