@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Gnss extends Object implements Serializable, Cloneable, StructuredPojo
Global navigation satellite system (GNSS) object used for positioning.
Constructor and Description |
---|
Gnss() |
Modifier and Type | Method and Description |
---|---|
Gnss |
clone() |
boolean |
equals(Object obj) |
Float |
getAssistAltitude()
Optional assistance altitude, which is the altitude of the device at capture time, specified in meters above the
WGS84 reference ellipsoid.
|
List<Float> |
getAssistPosition()
Optional assistance position information, specified using latitude and longitude values in degrees.
|
Float |
getCaptureTime()
Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS
time (GPST).
|
Float |
getCaptureTimeAccuracy()
Optional value that gives the capture time estimate accuracy, in seconds.
|
String |
getPayload()
Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.
|
Boolean |
getUse2DSolver()
Optional parameter that forces 2D solve, which modifies the positioning algorithm to a 2D solution problem.
|
int |
hashCode() |
Boolean |
isUse2DSolver()
Optional parameter that forces 2D solve, which modifies the positioning algorithm to a 2D solution problem.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssistAltitude(Float assistAltitude)
Optional assistance altitude, which is the altitude of the device at capture time, specified in meters above the
WGS84 reference ellipsoid.
|
void |
setAssistPosition(Collection<Float> assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees.
|
void |
setCaptureTime(Float captureTime)
Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS
time (GPST).
|
void |
setCaptureTimeAccuracy(Float captureTimeAccuracy)
Optional value that gives the capture time estimate accuracy, in seconds.
|
void |
setPayload(String payload)
Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.
|
void |
setUse2DSolver(Boolean use2DSolver)
Optional parameter that forces 2D solve, which modifies the positioning algorithm to a 2D solution problem.
|
String |
toString()
Returns a string representation of this object.
|
Gnss |
withAssistAltitude(Float assistAltitude)
Optional assistance altitude, which is the altitude of the device at capture time, specified in meters above the
WGS84 reference ellipsoid.
|
Gnss |
withAssistPosition(Collection<Float> assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees.
|
Gnss |
withAssistPosition(Float... assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees.
|
Gnss |
withCaptureTime(Float captureTime)
Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS
time (GPST).
|
Gnss |
withCaptureTimeAccuracy(Float captureTimeAccuracy)
Optional value that gives the capture time estimate accuracy, in seconds.
|
Gnss |
withPayload(String payload)
Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.
|
Gnss |
withUse2DSolver(Boolean use2DSolver)
Optional parameter that forces 2D solve, which modifies the positioning algorithm to a 2D solution problem.
|
public void setPayload(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.public String getPayload()
Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.
public Gnss withPayload(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.public void setCaptureTime(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.public Float getCaptureTime()
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.
public Gnss withCaptureTime(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.public void setCaptureTimeAccuracy(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.public Float getCaptureTimeAccuracy()
Optional value that gives the capture time estimate accuracy, in seconds. If capture time accuracy is not specified, default value of 300 is used.
public Gnss withCaptureTimeAccuracy(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.public List<Float> getAssistPosition()
Optional assistance position information, specified using latitude and longitude values in degrees. The coordinates are inside the WGS84 reference frame.
public void setAssistPosition(Collection<Float> assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees. The coordinates are inside the WGS84 reference frame.
assistPosition
- Optional assistance position information, specified using latitude and longitude values in degrees. The
coordinates are inside the WGS84 reference frame.public Gnss withAssistPosition(Float... assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees. The coordinates are inside the WGS84 reference frame.
NOTE: This method appends the values to the existing list (if any). Use
setAssistPosition(java.util.Collection)
or withAssistPosition(java.util.Collection)
if you want
to override the existing values.
assistPosition
- Optional assistance position information, specified using latitude and longitude values in degrees. The
coordinates are inside the WGS84 reference frame.public Gnss withAssistPosition(Collection<Float> assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees. The coordinates are inside the WGS84 reference frame.
assistPosition
- Optional assistance position information, specified using latitude and longitude values in degrees. The
coordinates are inside the WGS84 reference frame.public void setAssistAltitude(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.public Float getAssistAltitude()
Optional assistance altitude, which is the altitude of the device at capture time, specified in meters above the WGS84 reference ellipsoid.
public Gnss withAssistAltitude(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.public void setUse2DSolver(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.public Boolean getUse2DSolver()
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.
public Gnss withUse2DSolver(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.public Boolean isUse2DSolver()
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.
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.