|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uwcse.location.core.LocationReport
A location report contains the location of an object and the uncertainty of that location.
| Constructor Summary | |
LocationReport()
Create an empty location report. |
|
LocationReport(LocationReport report)
Create a location report as a copy of the given one. |
|
LocationReport(Tracker tracker)
Create a location report for the given tracker. |
|
| Method Summary | |
Measurement |
getLastMeasurement()
Get the most recent sensor measurement about the object prior to this location report, or null if the information is not available. |
abstract State |
getMostLikelyState()
Get the most likely State of the object. |
long |
getTimestamp()
Get the timestamp in milliseconds since epoch associated with this location report. |
String |
toString()
Return a string representation of this location report. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LocationReport()
public LocationReport(Tracker tracker)
public LocationReport(LocationReport report)
| Method Detail |
public abstract State getMostLikelyState()
public Measurement getLastMeasurement()
public long getTimestamp()
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||