Package | Description |
---|---|
pt.lsts.util |
Modifier and Type | Method and Description |
---|---|
PlanUtilities.Waypoint |
PlanUtilities.Waypoint.copy() |
static PlanUtilities.Waypoint |
PlanUtilities.getStartLocation(Maneuver m)
Compute the start location for a given maneuver
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<PlanUtilities.Waypoint> |
PlanUtilities.computeWaypoints(Maneuver m)
Similar to
PlanUtilities.computeLocations(Maneuver) but in this case returning
waypoint structures |
static java.util.List<PlanUtilities.Waypoint> |
PlanUtilities.computeWaypoints(PlanSpecification plan)
This method parses an IMC plan and calculates its waypoints.
|