public class EstimatedStreamVelocity extends IMCMessage
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
EstimatedStreamVelocity() |
EstimatedStreamVelocity(double x,
double y,
double z) |
EstimatedStreamVelocity(IMCDefinition defs) |
EstimatedStreamVelocity(IMCMessage msg) |
Modifier and Type | Method and Description |
---|---|
static EstimatedStreamVelocity |
clone(IMCMessage msg) |
static EstimatedStreamVelocity |
create(java.lang.Object... values) |
double |
getX() |
double |
getY() |
double |
getZ() |
EstimatedStreamVelocity |
setX(double x) |
EstimatedStreamVelocity |
setY(double y) |
EstimatedStreamVelocity |
setZ(double z) |
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 EstimatedStreamVelocity()
public EstimatedStreamVelocity(IMCMessage msg)
public EstimatedStreamVelocity(IMCDefinition defs)
public EstimatedStreamVelocity(double x, double y, double z)
public static EstimatedStreamVelocity create(java.lang.Object... values)
public static EstimatedStreamVelocity clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public double getX()
public EstimatedStreamVelocity setX(double x)
x
- X component (North) (m/s)public double getY()
public EstimatedStreamVelocity setY(double y)
y
- Y component (East) (m/s)public double getZ()
public EstimatedStreamVelocity setZ(double z)
z
- Z component (Down) (m/s)