public class

ManualPosition

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

Class Overview

Represents parameters for manual positioning.

Summary

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
From class java.lang.Object

Public Methods

public double getAltitude (LengthUnit targetUnit)

Returns the altitude value in the target unit.

Parameters
targetUnit target unit
Returns
  • altitude value in the target unit

public double getAltitudeAccuracy (LengthUnit targetUnit)

Returns the altitude accuracy value in the target unit.

Parameters
targetUnit target unit
Returns
  • altitude accuracy value in the target unit

public double getHeading (DegreeUnit targetUnit)

Returns the heading value in the target unit.

Parameters
targetUnit target unit
Returns
  • heading value in the target unit

public double getHeadingAccuracy (DegreeUnit targetUnit)

Returns the heading accuracy in the target unit.

Parameters
targetUnit target unit
Returns
  • heading accuracy in the target unit

public long getLatitude ()

Returns the latitude value.

Returns
  • latitude value in microdegrees

public long getLongitude ()

Returns the longitude value.

Returns
  • longitude value in microdegrees

public double getSemiMajor (LengthUnit targetUnit)

Returns the semi major axis length in the target unit.

Parameters
targetUnit target unit
Returns
  • semi major axis length in the target unit

public double getSemiMajorOrientation (DegreeUnit targetUnit)

Returns the semi major orientation in the target unit.

Parameters
targetUnit target unit
Returns
  • semi major orientation in the target unit

public double getSemiMinor (LengthUnit targetUnit)

Returns the semi minor axis length in the target unit.

Parameters
targetUnit target unit
Returns
  • semi minor axis length in the target unit

public double getSpeed (SpeedUnit targetUnit)

Returns the speed value in the target unit.

Parameters
targetUnit target unit
Returns
  • speed value in the target unit

public double getSpeedAccuracy (SpeedUnit targetUnit)

Returns the speed accuracy in the target unit.

Parameters
targetUnit target unit
Returns
  • speed accuracy in the target unit

public String toString ()