Class FS2020Generator
java.lang.Object
org.deltava.util.flightplan.FlightPlanGenerator
org.deltava.util.flightplan.MSFSGenerator
org.deltava.util.flightplan.MSFSXMLGenerator
org.deltava.util.flightplan.FS2020Generator
A Flight Plan Generator for Microsoft Flight Simulator 2020.
- Since:
- 9.1
- Version:
- 9.1
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.util.flightplan.MSFSGenerator
_gateD
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.util.flightplan.MSFSXMLGenerator
generate, generateDocument, getMimeType
Methods inherited from class org.deltava.util.flightplan.MSFSGenerator
setGateD
Methods inherited from class org.deltava.util.flightplan.FlightPlanGenerator
create, getEncoding, getExtension, setAirline, setAirports, setCruiseAltitude, setNavCycle, setRoute, setSID, setSTAR
-
Constructor Details
-
FS2020Generator
public FS2020Generator()Creates the generator.
-