Java android.location GnssMeasurement fields, constructors, methods, implement or subclass

Example usage for Java android.location GnssMeasurement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.location GnssMeasurement.

The text is from its open source code.

Method

doublegetAccumulatedDeltaRangeMeters()
Gets the accumulated delta range since the last channel reset, in meters.
intgetAccumulatedDeltaRangeState()
Gets 'Accumulated Delta Range' state.
doublegetAccumulatedDeltaRangeUncertaintyMeters()
Gets the accumulated delta range's uncertainty (1-Sigma) in meters.
doublegetAutomaticGainControlLevelDb()
Gets the Automatic Gain Control level in dB.
longgetCarrierCycles()
The number of full carrier cycles between the satellite and the receiver.
floatgetCarrierFrequencyHz()
Gets the carrier frequency of the tracked signal.
doublegetCarrierPhase()
Gets the RF phase detected by the receiver.
doublegetCarrierPhaseUncertainty()
Gets the carrier-phase's uncertainty (1-Sigma).
doublegetCn0DbHz()
Gets the Carrier-to-noise density in dB-Hz.
intgetConstellationType()
Gets the constellation type.
intgetMultipathIndicator()
Gets a value indicating the 'multipath' state of the event.
doublegetPseudorangeRateMetersPerSecond()
Gets the Pseudorange rate at the timestamp in m/s.
doublegetPseudorangeRateUncertaintyMetersPerSecond()
Gets the pseudorange's rate uncertainty (1-Sigma) in m/s.
longgetReceivedSvTimeNanos()
Gets the received GNSS satellite time, at the measurement time, in nanoseconds.
longgetReceivedSvTimeUncertaintyNanos()
Gets the error estimate (1-sigma) for the received GNSS time, in nanoseconds.
doublegetSnrInDb()
Gets the (post-correlation & integration) Signal-to-Noise ratio (SNR) in dB.
intgetState()
Gets per-satellite sync state.
intgetSvid()
Gets the satellite ID.
doublegetTimeOffsetNanos()
Gets the time offset at which the measurement was taken in nanoseconds.
booleanhasAutomaticGainControlLevelDb()
Returns true if #getAutomaticGainControlLevelDb() is available, false otherwise.
booleanhasCarrierCycles()
Returns true if #getCarrierCycles() is available, false otherwise.
booleanhasCarrierFrequencyHz()
Returns true if #getCarrierFrequencyHz() is available, false otherwise.
booleanhasCarrierPhase()
Returns true if #getCarrierPhase() is available, false otherwise.
booleanhasCarrierPhaseUncertainty()
Returns true if #getCarrierPhaseUncertainty() is available, false otherwise.
booleanhasSnrInDb()
Returns true if #getSnrInDb() is available, false otherwise.