public class GetImageCoords extends IMCMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID| Constructor and Description |
|---|
GetImageCoords() |
GetImageCoords(IMCDefinition defs) |
GetImageCoords(IMCMessage msg) |
GetImageCoords(short camId,
int x,
int y) |
| Modifier and Type | Method and Description |
|---|---|
static GetImageCoords |
clone(IMCMessage msg) |
static GetImageCoords |
create(java.lang.Object... values) |
short |
getCamId() |
int |
getX() |
int |
getY() |
GetImageCoords |
setCamId(short camId) |
GetImageCoords |
setX(int x) |
GetImageCoords |
setY(int y) |
asJSON, asJSON, asMap, asXml, asXmlStripped, cloneMessage, cloneMessage, compareTo, copyFrom, copyToClipoard, 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, makeImmutable, parseJson, parseXml, pasteFromClipoard, payloadMD5, serialize, serialize, serialize, serializePayload, setBitMask, setDst, setDstEnt, setHeader, setMessageInfo, setMessageList, setSrc, setSrcEnt, setTimestamp, setTimestampMillis, setType, setValue, setValues, toByteArray, toByteArray, toString, validatepublic static final int ID_STATIC
public GetImageCoords()
public GetImageCoords(IMCMessage msg)
public GetImageCoords(IMCDefinition defs)
public GetImageCoords(short camId,
int x,
int y)
public static GetImageCoords create(java.lang.Object... values)
public static GetImageCoords clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exceptionpublic short getCamId()
public GetImageCoords setCamId(short camId)
camId - Camera Identifierpublic int getX()
public GetImageCoords setX(int x)
x - X (px)public int getY()
public GetImageCoords setY(int y)
y - Y (px)