Class XP9Generator
java.lang.Object
org.deltava.util.flightplan.FlightPlanGenerator
org.deltava.util.flightplan.XPGenerator
org.deltava.util.flightplan.XP9Generator
A Flight Plan Generator for X-Plane 9.
- Since:
- 2.8
- Version:
- 7.0
- Author:
- Luke
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate
(Collection<NavigationDataBean> waypoints) Generates an X-Plane 9 flight plan between two airports.Returns the file extension of flight plans generated by this Generator.Methods inherited from class org.deltava.util.flightplan.XPGenerator
getNavaidType
Methods inherited from class org.deltava.util.flightplan.FlightPlanGenerator
create, getEncoding, getMimeType, setAirline, setAirports, setCruiseAltitude, setNavCycle, setRoute, setSID, setSTAR
-
Constructor Details
-
XP9Generator
public XP9Generator()
-
-
Method Details
-
generate
Generates an X-Plane 9 flight plan between two airports.- Specified by:
generate
in classFlightPlanGenerator
- Parameters:
waypoints
- a Collection of waypoints- Returns:
- the generated flight plan file
-
getExtension
Description copied from class:FlightPlanGenerator
Returns the file extension of flight plans generated by this Generator.- Overrides:
getExtension
in classFlightPlanGenerator
- Returns:
- the file extension
-