v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.TracePathPoint |
Represents a point in a trace path. Each trace describes a set of consecutive positions leading to the event position.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
TracePathPoint()
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| Long |
getDeltaAltitude()
Returns the delta altitude value.
| ||||||||||
| Long |
getDeltaLatitude()
Returns the delta latitude value.
| ||||||||||
| Long |
getDeltaLongitude()
Returns the delta longitude value.
| ||||||||||
| Long |
getDeltaTime()
Returns the delta time.
| ||||||||||
| int | hashCode() | ||||||||||
| void |
setDeltaAltitude(Long deltaAltitude)
Sets the delta altitude value.
| ||||||||||
| void |
setDeltaLatitude(Long deltaLatitude)
Sets the delta latitude value.
| ||||||||||
| void |
setDeltaLongitude(Long deltaLongitude)
Sets the delta longitude value.
| ||||||||||
| void |
setDeltaTime(Long pathDeltaTime)
Sets the recorded or estimated travel time separated between points to a predefined reference position.
| ||||||||||
| void |
setPoint(Long deltaLatitude, Long deltaLongitude, Long deltaAltitude)
Create a new instance.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance.
Returns the delta altitude value.
Returns the delta latitude value.
Returns the delta longitude value.
Returns the delta time.
Sets the delta altitude value.
| deltaAltitude | defines an offset deltaAltitude with regards to a specific elevation value in cenitmeters. |
|---|
Sets the delta latitude value.
| deltaLatitude | defines offset deltaLatitude with regards to a specific deltaLatitude value in 0.1 microdegrees |
|---|
Sets the delta longitude value.
| deltaLongitude | defines an offset deltaLongitude with regards to a specific deltaLongitude value in 0.1 microdegrees. |
|---|
Sets the recorded or estimated travel time separated between points to a predefined reference position.
| pathDeltaTime | path delta time in units of 10 milliseconds |
|---|
Create a new instance.
| deltaLatitude | defines offset deltaLatitude with regards to a specific deltaLatitude value in 0.1 microdegrees |
|---|---|
| deltaLongitude | defines an offset deltaLongitude with regards to a specific deltaLongitude value in 0.1 microdegrees |
| deltaAltitude | defines an offset deltaAltitude with regards to a specific elevation value in cenitmeters |