java.lang.Object | |
↳ | com.commsignia.v2x.client.model.ManualPosition |
Represents parameters for manual positioning.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | ManualPosition.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
double |
getAltitude(LengthUnit targetUnit)
Returns the altitude value in the target unit.
| ||||||||||
double |
getAltitudeAccuracy(LengthUnit targetUnit)
Returns the altitude accuracy value in the target unit.
| ||||||||||
double |
getHeading(DegreeUnit targetUnit)
Returns the heading value in the target unit.
| ||||||||||
double |
getHeadingAccuracy(DegreeUnit targetUnit)
Returns the heading accuracy in the target unit.
| ||||||||||
long |
getLatitude()
Returns the latitude value.
| ||||||||||
long |
getLongitude()
Returns the longitude value.
| ||||||||||
double |
getSemiMajor(LengthUnit targetUnit)
Returns the semi major axis length in the target unit.
| ||||||||||
double |
getSemiMajorOrientation(DegreeUnit targetUnit)
Returns the semi major orientation in the target unit.
| ||||||||||
double |
getSemiMinor(LengthUnit targetUnit)
Returns the semi minor axis length in the target unit.
| ||||||||||
double |
getSpeed(SpeedUnit targetUnit)
Returns the speed value in the target unit.
| ||||||||||
double |
getSpeedAccuracy(SpeedUnit targetUnit)
Returns the speed accuracy in the target unit.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the altitude value in the target unit.
targetUnit | target unit |
---|
Returns the altitude accuracy value in the target unit.
targetUnit | target unit |
---|
Returns the heading value in the target unit.
targetUnit | target unit |
---|
Returns the heading accuracy in the target unit.
targetUnit | target unit |
---|
Returns the latitude value.
Returns the longitude value.
Returns the semi major axis length in the target unit.
targetUnit | target unit |
---|
Returns the semi major orientation in the target unit.
targetUnit | target unit |
---|
Returns the semi minor axis length in the target unit.
targetUnit | target unit |
---|
Returns the speed value in the target unit.
targetUnit | target unit |
---|
Returns the speed accuracy in the target unit.
targetUnit | target unit |
---|