public class FollowSystem extends IMCMessage
Modifier and Type | Class and Description |
---|---|
static class |
FollowSystem.SPEED_UNITS |
static class |
FollowSystem.Z_UNITS |
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
FollowSystem() |
FollowSystem(IMCDefinition defs) |
FollowSystem(IMCMessage msg) |
FollowSystem(int system,
int duration,
float speed,
FollowSystem.SPEED_UNITS speed_units,
float x,
float y,
float z,
FollowSystem.Z_UNITS z_units) |
Modifier and Type | Method and Description |
---|---|
static FollowSystem |
clone(IMCMessage msg) |
static FollowSystem |
create(java.lang.Object... values) |
int |
getDuration() |
double |
getSpeed() |
FollowSystem.SPEED_UNITS |
getSpeedUnits() |
java.lang.String |
getSpeedUnitsStr() |
short |
getSpeedUnitsVal() |
int |
getSystem() |
double |
getX() |
double |
getY() |
double |
getZ() |
FollowSystem.Z_UNITS |
getZUnits() |
java.lang.String |
getZUnitsStr() |
short |
getZUnitsVal() |
FollowSystem |
setDuration(int duration) |
FollowSystem |
setSpeed(double speed) |
FollowSystem |
setSpeedUnits(FollowSystem.SPEED_UNITS speed_units) |
FollowSystem |
setSpeedUnitsStr(java.lang.String speed_units) |
FollowSystem |
setSpeedUnitsVal(short speed_units) |
FollowSystem |
setSystem(int system) |
FollowSystem |
setX(double x) |
FollowSystem |
setY(double y) |
FollowSystem |
setZ(double z) |
FollowSystem |
setZUnits(FollowSystem.Z_UNITS z_units) |
FollowSystem |
setZUnitsStr(java.lang.String z_units) |
FollowSystem |
setZUnitsVal(short z_units) |
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 FollowSystem()
public FollowSystem(IMCMessage msg)
public FollowSystem(IMCDefinition defs)
public FollowSystem(int system, int duration, float speed, FollowSystem.SPEED_UNITS speed_units, float x, float y, float z, FollowSystem.Z_UNITS z_units)
public static FollowSystem create(java.lang.Object... values)
public static FollowSystem clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public int getSystem()
public FollowSystem setSystem(int system)
system
- System To Followpublic int getDuration()
public FollowSystem setDuration(int duration)
duration
- Duration (s)public double getSpeed()
public FollowSystem setSpeed(double speed)
speed
- Speedpublic FollowSystem.SPEED_UNITS getSpeedUnits()
public java.lang.String getSpeedUnitsStr()
public short getSpeedUnitsVal()
public FollowSystem setSpeedUnits(FollowSystem.SPEED_UNITS speed_units)
speed_units
- Speed Units (enumerated)public FollowSystem setSpeedUnitsStr(java.lang.String speed_units)
speed_units
- Speed Units (as a String)public FollowSystem setSpeedUnitsVal(short speed_units)
speed_units
- Speed Units (integer value)public double getX()
public FollowSystem setX(double x)
x
- Offset -- Xpublic double getY()
public FollowSystem setY(double y)
y
- Offset -- Ypublic double getZ()
public FollowSystem setZ(double z)
z
- Coordinate -- Zpublic FollowSystem.Z_UNITS getZUnits()
public java.lang.String getZUnitsStr()
public short getZUnitsVal()
public FollowSystem setZUnits(FollowSystem.Z_UNITS z_units)
z_units
- Z Units (enumerated)public FollowSystem setZUnitsStr(java.lang.String z_units)
z_units
- Z Units (as a String)public FollowSystem setZUnitsVal(short z_units)
z_units
- Z Units (integer value)