public static interface Gnss.Builder extends SdkPojo, CopyableBuilder<Gnss.Builder,Gnss>
| Modifier and Type | Method and Description |
|---|---|
Gnss.Builder |
assistAltitude(Float assistAltitude)
Optional assistance altitude, which is the altitude of the device at capture time, specified in meters above
the WGS84 reference ellipsoid.
|
Gnss.Builder |
assistPosition(Collection<Float> assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees.
|
Gnss.Builder |
assistPosition(Float... assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees.
|
Gnss.Builder |
captureTime(Float captureTime)
Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS
time (GPST).
|
Gnss.Builder |
captureTimeAccuracy(Float captureTimeAccuracy)
Optional value that gives the capture time estimate accuracy, in seconds.
|
Gnss.Builder |
payload(String payload)
Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.
|
Gnss.Builder |
use2DSolver(Boolean use2DSolver)
Optional parameter that forces 2D solve, which modifies the positioning algorithm to a 2D solution problem.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGnss.Builder payload(String payload)
Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.
payload - Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.Gnss.Builder captureTime(Float captureTime)
Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS time (GPST). If capture time is not specified, the local server time is used.
captureTime - Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in
seconds GPS time (GPST). If capture time is not specified, the local server time is used.Gnss.Builder captureTimeAccuracy(Float captureTimeAccuracy)
Optional value that gives the capture time estimate accuracy, in seconds. If capture time accuracy is not specified, default value of 300 is used.
captureTimeAccuracy - Optional value that gives the capture time estimate accuracy, in seconds. If capture time accuracy is
not specified, default value of 300 is used.Gnss.Builder assistPosition(Collection<Float> assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees. The co-ordinates are inside the WGS84 reference frame.
assistPosition - Optional assistance position information, specified using latitude and longitude values in degrees.
The co-ordinates are inside the WGS84 reference frame.Gnss.Builder assistPosition(Float... assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees. The co-ordinates are inside the WGS84 reference frame.
assistPosition - Optional assistance position information, specified using latitude and longitude values in degrees.
The co-ordinates are inside the WGS84 reference frame.Gnss.Builder assistAltitude(Float assistAltitude)
Optional assistance altitude, which is the altitude of the device at capture time, specified in meters above the WGS84 reference ellipsoid.
assistAltitude - Optional assistance altitude, which is the altitude of the device at capture time, specified in meters
above the WGS84 reference ellipsoid.Gnss.Builder use2DSolver(Boolean use2DSolver)
Optional parameter that forces 2D solve, which modifies the positioning algorithm to a 2D solution problem. When this parameter is specified, the assistance altitude should have an accuracy of at least 10 meters.
use2DSolver - Optional parameter that forces 2D solve, which modifies the positioning algorithm to a 2D solution
problem. When this parameter is specified, the assistance altitude should have an accuracy of at least
10 meters.Copyright © 2022. All rights reserved.