public class FollowTrajectory extends Maneuver
Modifier and Type | Class and Description |
---|---|
static class |
FollowTrajectory.SPEED_UNITS |
static class |
FollowTrajectory.Z_UNITS |
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
FollowTrajectory() |
FollowTrajectory(IMCDefinition defs) |
FollowTrajectory(IMCMessage msg) |
FollowTrajectory(int timeout,
double lat,
double lon,
float z,
FollowTrajectory.Z_UNITS z_units,
float speed,
FollowTrajectory.SPEED_UNITS speed_units,
java.util.Collection<TrajectoryPoint> points,
java.lang.String custom) |
asJSON, asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAgeInSeconds, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getEntityName, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, getMessageInfo, getMessageList, getMessageList, getMessageType, getMgid, getPayloadSize, getProtocolFactory, getRawData, getSize, getSourceName, getSrc, getSrcEnt, getString, getString, getTimestamp, getTimestampMillis, getTupleList, getTypeOf, getUnitsOf, getValue, getValues, hasFlag, hexdump, isNull, isPeriodic, main, makeImmutable, parseJson, parseXml, payloadMD5, serialize, serialize, serialize, serializePayload, setBitMask, setDst, setDstEnt, setHeader, setMessageInfo, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validate
public static final int ID_STATIC
public FollowTrajectory()
public FollowTrajectory(IMCMessage msg)
public FollowTrajectory(IMCDefinition defs)
public FollowTrajectory(int timeout, double lat, double lon, float z, FollowTrajectory.Z_UNITS z_units, float speed, FollowTrajectory.SPEED_UNITS speed_units, java.util.Collection<TrajectoryPoint> points, java.lang.String custom)
public static FollowTrajectory create(java.lang.Object... values)
public static FollowTrajectory clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public int getTimeout()
public FollowTrajectory setTimeout(int timeout)
timeout
- Timeout (s)public double getLat()
public FollowTrajectory setLat(double lat)
lat
- Latitude WGS-84 (rad)public double getLon()
public FollowTrajectory setLon(double lon)
lon
- Longitude WGS-84 (rad)public double getZ()
public FollowTrajectory setZ(double z)
z
- Z Reference (m)public FollowTrajectory.Z_UNITS getZUnits()
public java.lang.String getZUnitsStr()
public short getZUnitsVal()
public FollowTrajectory setZUnits(FollowTrajectory.Z_UNITS z_units)
z_units
- Z Units (enumerated)public FollowTrajectory setZUnitsStr(java.lang.String z_units)
z_units
- Z Units (as a String)public FollowTrajectory setZUnitsVal(short z_units)
z_units
- Z Units (integer value)public double getSpeed()
public FollowTrajectory setSpeed(double speed)
speed
- Speedpublic FollowTrajectory.SPEED_UNITS getSpeedUnits()
public java.lang.String getSpeedUnitsStr()
public short getSpeedUnitsVal()
public FollowTrajectory setSpeedUnits(FollowTrajectory.SPEED_UNITS speed_units)
speed_units
- Speed Units (enumerated)public FollowTrajectory setSpeedUnitsStr(java.lang.String speed_units)
speed_units
- Speed Units (as a String)public FollowTrajectory setSpeedUnitsVal(short speed_units)
speed_units
- Speed Units (integer value)public java.util.Vector<TrajectoryPoint> getPoints()
public FollowTrajectory setPoints(java.util.Collection<TrajectoryPoint> points)
points
- Trajectory Pointspublic java.util.LinkedHashMap<java.lang.String,java.lang.String> getCustom()
public FollowTrajectory setCustom(java.util.LinkedHashMap<java.lang.String,?> custom)
custom
- Custom settings for maneuver (tuplelist)public FollowTrajectory setCustom(java.lang.String custom)