The FPGenerator type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetDefaultFlightPlan(array<Fix>[]()[][], array<Leg>[]()[][])
Creates a Default FlightPlan according to the specified fixes and legs lists.
Public methodStatic memberGetDefaultFlightPlan(List<(Of <<'(Fix>)>>), List<(Of <<'(Leg>)>>))
Creates a Default FlightPlan according to the specified fixes and legs lists.
Public methodStatic memberGetOptimizedFlighPlan(array<Waypoint>[]()[][], ITSPAlgorithm)
Gets the optimized flight plan according to the specified waypoints and the algorithm to be used.
Public methodStatic memberGetOptimizedFlighPlan(array<Waypoint>[]()[][], TSPAlgorithmType)
Gets the optimized flight plan according to the specified waypoints and the algorithm to be used.
Public methodStatic memberGetTestFlightPlan

See Also