public class PolygonVertex extends IMCMessage
Modifier and Type | Field and Description |
---|---|
static int |
ID_STATIC |
DEFAULT_ENTITY_ID, DEFAULT_SYSTEM_ID
Constructor and Description |
---|
PolygonVertex() |
PolygonVertex(double lat,
double lon) |
PolygonVertex(IMCDefinition defs) |
PolygonVertex(IMCMessage msg) |
Modifier and Type | Method and Description |
---|---|
static PolygonVertex |
clone(IMCMessage msg) |
static PolygonVertex |
create(java.lang.Object... values) |
double |
getLat() |
double |
getLon() |
PolygonVertex |
setLat(double lat) |
PolygonVertex |
setLon(double lon) |
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 PolygonVertex()
public PolygonVertex(IMCMessage msg)
public PolygonVertex(IMCDefinition defs)
public PolygonVertex(double lat, double lon)
public static PolygonVertex create(java.lang.Object... values)
public static PolygonVertex clone(IMCMessage msg) throws java.lang.Exception
java.lang.Exception
public double getLat()
public PolygonVertex setLat(double lat)
lat
- Latitude WGS-84 (rad)public double getLon()
public PolygonVertex setLon(double lon)
lon
- Longitude WGS-84 (rad)