public class GroupStreamVelocity extends IMCMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
GroupStreamVelocity() |
GroupStreamVelocity(double x,
double y,
double z) |
GroupStreamVelocity(IMCDefinition defs) |
GroupStreamVelocity(IMCMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
static GroupStreamVelocity |
clone(IMCMessage msg) |
static GroupStreamVelocity |
create(java.lang.Object... values) |
double |
getX() |
double |
getY() |
double |
getZ() |
GroupStreamVelocity |
setX(double x) |
GroupStreamVelocity |
setY(double y) |
GroupStreamVelocity |
setZ(double z) |
asJSON, asXml, cloneMessage, cloneMessage, compareTo, copyFrom, decodeTupleList, dump, encodeTupleList, get, getAbbrev, getAsNumber, getAsString, getBitmask, getDate, getDouble, getDst, getDstEnt, getFieldNames, getFloat, getHeader, getHeaderValue, getInteger, getLong, getLongFieldName, getLongName, getMessage, getMessage, 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, parseXml, payloadMD5, serialize, serialize, setBitMask, setDst, setDstEnt, setHeader, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validatepublic static final int ID_STATIC
public GroupStreamVelocity()
public GroupStreamVelocity(IMCMessage msg)
public GroupStreamVelocity(IMCDefinition defs)
public GroupStreamVelocity(double x,
double y,
double z)
public static GroupStreamVelocity create(java.lang.Object... values)
public static GroupStreamVelocity clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic double getX()
public double getY()
public double getZ()
public GroupStreamVelocity setX(double x)
x - X component (North) (m/s)public GroupStreamVelocity setY(double y)
y - Y component (East) (m/s)public GroupStreamVelocity setZ(double z)
z - Z component (Down) (m/s)