The FPGenerator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetDefaultFlightPlan(array<Fix>[]()[][], array<Leg>[]()[][]) |
Creates a Default FlightPlan according to the specified fixes and legs lists.
|
![]() ![]() | GetDefaultFlightPlan(List<(Of <<'(Fix>)>>), List<(Of <<'(Leg>)>>)) |
Creates a Default FlightPlan according to the specified fixes and legs lists.
|
![]() ![]() | GetOptimizedFlighPlan(array<Waypoint>[]()[][], ITSPAlgorithm) |
Gets the optimized flight plan according to the specified waypoints and the algorithm to be used.
|
![]() ![]() | GetOptimizedFlighPlan(array<Waypoint>[]()[][], TSPAlgorithmType) |
Gets the optimized flight plan according to the specified waypoints and the algorithm to be used.
|
![]() ![]() | GetTestFlightPlan |