java.lang.Object | |
↳ | com.commsignia.v2x.client.model.NavNotification |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | NavNotification.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
double |
getAltitude(LengthUnit unit)
Returns the altitude.
| ||||||||||
double |
getAltitudeAccuracy(LengthUnit unit)
Returns the accuracy of the altitude value.
| ||||||||||
double |
getHeading(DegreeUnit unit)
Returns the heading.
| ||||||||||
double |
getHeadingAccuracy(DegreeUnit unit)
Returns the accuracy of the heading value.
| ||||||||||
long |
getLatitude()
Returns the latitude in microdegrees.
| ||||||||||
long |
getLongitude()
Returns the longitude in microdegrees.
| ||||||||||
NavModeType |
getNavMode()
Returns the type of the navigation mode which is the source of navigational data.
| ||||||||||
double |
getSemiMajor(LengthUnit unit)
Returns the length of the semi major axis.
| ||||||||||
double |
getSemiMajorOrientation(DegreeUnit unit)
Returns the orientation of the semi major axis.
| ||||||||||
double |
getSemiMinor(LengthUnit unit)
Returns the length of the semi minor axis.
| ||||||||||
double |
getSpeed(SpeedUnit unit)
Returns the speed.
| ||||||||||
double |
getSpeedAccuracy(SpeedUnit unit)
Returns the accuracy of the speed value.
| ||||||||||
long |
getTimestamp()
Returns the timestamp for this notification.
| ||||||||||
boolean |
isValid()
Returns whether the data contained in this notification is valid.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the altitude.
Returns the accuracy of the altitude value.
Returns the accuracy of the heading value.
Returns the latitude in microdegrees.
Returns the longitude in microdegrees.
Returns the type of the navigation mode which is the source of navigational data.
Returns the length of the semi major axis.
Returns the orientation of the semi major axis.
Returns the length of the semi minor axis.
Returns the accuracy of the speed value.
Returns the timestamp for this notification.
Returns whether the data contained in this notification is valid.