Class XP11Generator
java.lang.Object
org.deltava.util.flightplan.FlightPlanGenerator
org.deltava.util.flightplan.XPGenerator
org.deltava.util.flightplan.XP11Generator
A Flight Plan Generator for X-Plane 11/12.
- Since:
- 10.6
- Version:
- 10.6
- Author:
- Luke
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate
(Collection<NavigationDataBean> waypoints) Generates a 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
-
XP11Generator
public XP11Generator()
-
-
Method Details
-
generate
Description copied from class:FlightPlanGenerator
Generates a 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
-