v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.ManualPosition.Builder |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
ManualPosition.Builder()
Create a new builder instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ManualPosition |
build()
Build this manual position instance.
| ||||||||||
| ManualPosition.Builder |
withAltitude(double altitude, LengthUnit altitudeUnit)
Sets the altitude value.
| ||||||||||
| ManualPosition.Builder |
withAltitudeAccuracy(double altitudeAccuracy, LengthUnit altitudeAccuracyUnit)
Sets the altitude accuracy.
| ||||||||||
| ManualPosition.Builder |
withHeading(double heading, DegreeUnit headingUnit)
Sets the heading value.
| ||||||||||
| ManualPosition.Builder |
withHeadingAccuracy(double headingAccuracy, DegreeUnit headingAccuracyUnit)
Sets the heading accuracy.
| ||||||||||
| ManualPosition.Builder |
withLatitude(long latitude)
Sets the latitude to the specified microdegrees.
| ||||||||||
| ManualPosition.Builder |
withLongitude(long longitude)
Sets the longitude to the specified microdegrees.
| ||||||||||
| ManualPosition.Builder |
withSemiMajor(double semiMajor, LengthUnit semiMajorUnit)
Sets the semi major axis length.
| ||||||||||
| ManualPosition.Builder |
withSemiMajorOrientation(double semiMajorOrientation, DegreeUnit semiMajorOrientationUnit)
Sets the semi major orientation.
| ||||||||||
| ManualPosition.Builder |
withSemiMinor(double semiMinor, LengthUnit semiMinorUnit)
Sets the semi minor axis length.
| ||||||||||
| ManualPosition.Builder |
withSpeed(double speed, SpeedUnit speedUnit)
Sets the speed.
| ||||||||||
| ManualPosition.Builder |
withSpeedAccuracy(double speedAccuracy, SpeedUnit speedAccuracyUnit)
Sets the speed accuracy.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new builder instance.
Build this manual position instance.
Sets the altitude value.
| altitude | altitude value |
|---|---|
| altitudeUnit | altitude unit |
Sets the altitude accuracy.
| altitudeAccuracy | altitude accuracy |
|---|---|
| altitudeAccuracyUnit | altitude accuracy unit |
Sets the heading value.
| heading | heading value |
|---|---|
| headingUnit | heading unit |
Sets the heading accuracy.
| headingAccuracy | heading accuracy value |
|---|---|
| headingAccuracyUnit | heading accuracy unit |
Sets the latitude to the specified microdegrees.
| latitude | latitude in microdegress |
|---|
Sets the longitude to the specified microdegrees.
| longitude | longitude in microdegrees |
|---|
Sets the semi major axis length.
| semiMajor | semi major value |
|---|---|
| semiMajorUnit | semi major unit |
Sets the semi major orientation.
| semiMajorOrientation | semi major orientation value |
|---|---|
| semiMajorOrientationUnit | semi major orientation unit |
Sets the semi minor axis length.
| semiMinor | semi minor value |
|---|---|
| semiMinorUnit | semi minor value |
Sets the speed.
| speed | speed value |
|---|---|
| speedUnit | speed unit |
Sets the speed accuracy.
| speedAccuracy | speed accuracy value |
|---|---|
| speedAccuracyUnit | speed accuracy unit |