static VehicleFormation |
VehicleFormation.clone(IMCMessage msg) |
static VehicleFormation |
VehicleFormation.create(java.lang.Object... values) |
VehicleFormation |
VehicleFormation.setCustom(java.util.LinkedHashMap<java.lang.String,?> custom) |
VehicleFormation |
VehicleFormation.setCustom(java.lang.String custom) |
VehicleFormation |
VehicleFormation.setLat(double lat) |
VehicleFormation |
VehicleFormation.setLon(double lon) |
VehicleFormation |
VehicleFormation.setParticipants(java.util.Collection<VehicleFormationParticipant> participants) |
VehicleFormation |
VehicleFormation.setPoints(java.util.Collection<TrajectoryPoint> points) |
VehicleFormation |
VehicleFormation.setSpeed(double speed) |
VehicleFormation |
VehicleFormation.setSpeedUnits(VehicleFormation.SPEED_UNITS speed_units) |
VehicleFormation |
VehicleFormation.setSpeedUnitsStr(java.lang.String speed_units) |
VehicleFormation |
VehicleFormation.setSpeedUnitsVal(short speed_units) |
VehicleFormation |
VehicleFormation.setStartTime(double start_time) |
VehicleFormation |
VehicleFormation.setZ(double z) |
VehicleFormation |
VehicleFormation.setZUnits(VehicleFormation.Z_UNITS z_units) |
VehicleFormation |
VehicleFormation.setZUnitsStr(java.lang.String z_units) |
VehicleFormation |
VehicleFormation.setZUnitsVal(short z_units) |