public interface LocatedManeuver
| Modifier and Type | Method and Description |
|---|---|
ManeuverLocation |
getEndLocation()
Retrieve the position where the vehicle will end this maneuver
|
ManeuverLocation |
getManeuverLocation()
Retrieve the position of the maneuver (position that can be dragged by the user)
|
ManeuverLocation |
getStartLocation()
Retrieve the position where the vehicle will start this maneuver
|
java.util.Collection<ManeuverLocation> |
getWaypoints() |
void |
setManeuverLocation(ManeuverLocation location)
Set the maneuver's position
|
void |
translate(double offsetNorth,
double offsetEast,
double offsetDown)
Translate the position of this maneuver
|
ManeuverLocation getManeuverLocation()
ManeuverLocation getEndLocation()
ManeuverLocation getStartLocation()
void setManeuverLocation(ManeuverLocation location)
location - The new location for this maneuverjava.util.Collection<ManeuverLocation> getWaypoints()
void translate(double offsetNorth,
double offsetEast,
double offsetDown)
offsetNorth - north offset amount, in metersoffsetEast - east offset amount, in metersoffsetDown - down offset amount, in metersCopyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.