public class

EventPoint

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.EventPoint

Class Overview

Describes a point of an event.

Summary

Nested Classes
class EventPoint.Builder  
Public Methods
Long getDeltaAltitude()
Returns the delta altitude in centimeters.
Long getDeltaLatitude()
Returns the delta latitude in microdegrees.
Long getDeltaLongitude()
Returns the delta longitude in microdegrees.
Long getEventDeltaTime()
Returns the event delta time specified in milliseconds.
Long getInformationQuality()
Returns the information quality.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Long getDeltaAltitude ()

Returns the delta altitude in centimeters.

Returns
  • delta altitude in centimeters

public Long getDeltaLatitude ()

Returns the delta latitude in microdegrees.

Returns
  • delta latitude in microdegrees

public Long getDeltaLongitude ()

Returns the delta longitude in microdegrees.

Returns
  • delta longitude in microdegrees

public Long getEventDeltaTime ()

Returns the event delta time specified in milliseconds.

Returns
  • milliseconds in the past

public Long getInformationQuality ()

Returns the information quality.

Returns
  • information quality, 0 is unavailable, 1 being the lowst, 7 being the highest