-
- All Implemented Interfaces:
public class CVPJumpEvent extends ApplicationEvent
CVPJumpEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
CVPJumpEvent.Builder
-
Method Summary
Modifier and Type Method Description CVPJumpTriggerValue
getTrigger()
Trigger OFFROAD for changes in the CVP go from a Matched Road location to a raw DR location Trigger SNAPBACK for changes in the CVP go from a raw DR location to a Matched Road location Double
getRawDRLat()
Insert Raw Dead Reckoning DR Latitude Double
getRawDRLon()
Insert Raw Dead Reckoning DR longitude Double
getDREHPE()
Insert Raw Dead Reckoning DR EHPE Double
getMatchedRoadLat()
Insert Matched Road latitude Double
getMatchedRoadLon()
Insert Matched Road longitude EventType
getEventType()
Get CVPJumpEvent's EventType static CVPJumpEvent.Builder
builder()
-
Methods inherited from class com.telenav.sdk.datacollector.model.event.ApplicationEvent
getEventData
-
Methods inherited from class com.telenav.sdk.datacollector.model.event.Event
getFormatType, getLogContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTrigger
CVPJumpTriggerValue getTrigger()
Trigger OFFROAD for changes in the CVP go from a Matched Road location to a raw DR location Trigger SNAPBACK for changes in the CVP go from a raw DR location to a Matched Road location
-
getRawDRLat
Double getRawDRLat()
Insert Raw Dead Reckoning DR Latitude
-
getRawDRLon
Double getRawDRLon()
Insert Raw Dead Reckoning DR longitude
-
getMatchedRoadLat
Double getMatchedRoadLat()
Insert Matched Road latitude
-
getMatchedRoadLon
Double getMatchedRoadLon()
Insert Matched Road longitude
-
getEventType
EventType getEventType()
Get CVPJumpEvent's EventType
-
builder
static CVPJumpEvent.Builder builder()
-
-
-
-