Class FS9Generator
java.lang.Object
org.deltava.util.flightplan.FlightPlanGenerator
org.deltava.util.flightplan.MSFSGenerator
org.deltava.util.flightplan.FS9Generator
A Flight Plan Generator for Microsoft Flight Simulator 2004.
- 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
setGateD
Methods inherited from class org.deltava.util.flightplan.FlightPlanGenerator
create, getExtension, getMimeType, setAirline, setAirports, setCruiseAltitude, setNavCycle, setRoute, setSID, setSTAR
-
Constructor Details
-
FS9Generator
public FS9Generator()
-
-
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
-
getEncoding
Description copied from class:FlightPlanGenerator
Returns the character encoding for flight plans generated by this Generator.- Overrides:
getEncoding
in classFlightPlanGenerator
- Returns:
- the encoding
-