v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.ivi.GeographicLocationContainer |
Model representation of Geograpical Location Container (GLC)
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GeographicLocationContainer() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Double |
getHeading(DegreeUnit unit)
Returns the heading in the specified units.
| ||||||||||
| Double |
getHeadingConfidence(DegreeUnit confidenceUnit)
Returns the heading confidence value.
| ||||||||||
| List<GlcPart> |
getParts()
Returns the GLC parts.
| ||||||||||
| ReferencePos |
getReferencePosition()
Returns the reference position.
| ||||||||||
| Date |
getReferencePositionTime()
Returns the reference position time.
| ||||||||||
| Double |
getSpeed(SpeedUnit unit)
Returns the speed in the specified unit.
| ||||||||||
| Double |
getSpeedConfidence(SpeedUnit confidenceUnit)
Returns the speed confidence value.
| ||||||||||
| void |
setHeading(double heading, DegreeUnit headingUnit, double confidenceWithin, DegreeUnit confidenceUnit)
Sets the heading
| ||||||||||
| void |
setHeading(double heading, DegreeUnit headingUnit)
Sets the heading
| ||||||||||
| void |
setParts(List<GlcPart> parts)
Sets the glc parts.
| ||||||||||
| void |
setReferencePosition(ReferencePos referencePosition)
Set the reference position
| ||||||||||
| void | setReferencePositionTime(Date referencePositionTime) | ||||||||||
| void |
setSpeed(double speed, SpeedUnit speedUnit)
Sets the speed.
| ||||||||||
| void |
setSpeed(double speed, SpeedUnit speedUnit, double confidenceWithin, SpeedUnit confidenceUnit)
Sets the speed.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the heading in the specified units.
| unit | target unit |
|---|
Returns the heading confidence value.
Returns the reference position.
Returns the reference position time.
Returns the speed in the specified unit.
| unit | target unit |
|---|
Returns the speed confidence value.
| confidenceUnit | target measurement unit |
|---|
Sets the heading
| heading | heading value |
|---|---|
| headingUnit | heading unit |
| confidenceWithin | heading confidence equal or within this value |
| confidenceUnit | unit of heading confidence |
Sets the heading
| heading | heading value |
|---|---|
| headingUnit | heading unit |
Sets the glc parts.
| parts | as the list of glc parts |
|---|
Set the reference position
| referencePosition | is the reference position |
|---|
Sets the speed.
| speed | speed value |
|---|
Sets the speed.
| speed | speed value |
|---|---|
| speedUnit | speed unit |
| confidenceWithin | speed confidence equal or within this value |
| confidenceUnit | unit of speed confidence |