public class LblEstimate extends IMCMessage
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
LblEstimate() |
LblEstimate(IMCDefinition defs) |
LblEstimate(java.lang.String beacon,
double x,
double y,
float depth,
double var_x,
double var_y) |
Modifier and Type | Method and Description |
---|---|
static LblEstimate |
clone(IMCMessage msg) |
static LblEstimate |
create(java.lang.Object... values) |
java.lang.String |
getBeacon() |
double |
getDepth() |
double |
getVarX() |
double |
getVarY() |
double |
getX() |
double |
getY() |
void |
setBeacon(java.lang.String beacon) |
void |
setDepth(double depth) |
void |
setVarX(double var_x) |
void |
setVarY(double var_y) |
void |
setX(double x) |
void |
setY(double y) |
asJSON, asXml, cloneMessage, cloneMessage, compareTo, 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, hasFlag, hexdump, isNull, isPeriodic, main, parseXml, payloadMD5, serialize, serialize, setBitMask, setDst, setDstEnt, setHeader, setMessage, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toString, validate
public static final int ID_STATIC
public LblEstimate()
public LblEstimate(IMCDefinition defs)
public LblEstimate(java.lang.String beacon, double x, double y, float depth, double var_x, double var_y)
public static LblEstimate create(java.lang.Object... values)
public static LblEstimate clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public java.lang.String getBeacon()
public double getX()
public double getY()
public double getDepth()
public double getVarX()
public double getVarY()
public void setBeacon(java.lang.String beacon)
beacon
- Beacon Namepublic void setX(double x)
x
- North position (m)public void setY(double y)
y
- East position (m)public void setDepth(double depth)
depth
- Depth (m)public void setVarX(double var_x)
var_x
- North position variance (m)public void setVarY(double var_y)
var_y
- East position variance (m)