Class FSXGenerator
java.lang.Object
org.deltava.util.flightplan.FlightPlanGenerator
org.deltava.util.flightplan.MSFSGenerator
org.deltava.util.flightplan.FSXGenerator
A Flight Plan Generator for Microsoft Flight Simulator X.
- Since:
- 2.4
- Version:
- 9.1
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.util.flightplan.MSFSGenerator
_gateD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(Collection<NavigationDataBean> waypoints) Generates a flight plan between two airports.Returns the character encoding for flight plans generated by this Generator.Methods inherited from class org.deltava.util.flightplan.MSFSGenerator
setGateDMethods inherited from class org.deltava.util.flightplan.FlightPlanGenerator
create, getExtension, getMimeType, setAirline, setAirports, setCruiseAltitude, setNavCycle, setRoute, setSID, setSTAR
-
Constructor Details
-
FSXGenerator
public FSXGenerator()
-
-
Method Details
-
generate
Description copied from class:FlightPlanGeneratorGenerates a flight plan between two airports.- Specified by:
generatein classFlightPlanGenerator- Parameters:
waypoints- a Collection of waypoints- Returns:
- the generated flight plan file
-
getEncoding
Description copied from class:FlightPlanGeneratorReturns the character encoding for flight plans generated by this Generator.- Overrides:
getEncodingin classFlightPlanGenerator- Returns:
- the encoding
-