| Package | Description |
|---|---|
| pt.up.fe.dceg.neptus.imc | |
| pt.up.fe.dceg.neptus.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static MapPoint |
MapPoint.clone(IMCMessage msg) |
static MapPoint |
MapPoint.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<MapPoint> |
MapFeature.getFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapFeature.setFeature(java.util.Collection<MapPoint> feature) |
| Constructor and Description |
|---|
MapFeature(java.lang.String id,
short feature_type,
short rgb_red,
short rgb_green,
short rgb_blue,
java.util.Collection<MapPoint> feature) |
| Modifier and Type | Method and Description |
|---|---|
MapPoint |
ImcSysState.lastMapPoint()
Retrieve the last
MapPoint or null if no message of that type was received yet. |
MapPoint |
ImcSysState.lastMapPoint(java.lang.String entityName)
Retrieve the last
MapPoint generated by the given entityName or null if no such message was received yet. |
MapPoint |
ImcSysState.pollMapPoint(long timeoutMillis)
Wait and retrieve the next
MapPoint. |
MapPoint |
ImcSysState.pollMapPoint(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
MapPoint generated by given entity. |