Example usage for Java android.location GnssMeasurement fields, constructors, methods, implement or subclass
The text is from its open source code.
double | getAccumulatedDeltaRangeMeters() Gets the accumulated delta range since the last channel reset, in meters. |
int | getAccumulatedDeltaRangeState() Gets 'Accumulated Delta Range' state. |
double | getAccumulatedDeltaRangeUncertaintyMeters() Gets the accumulated delta range's uncertainty (1-Sigma) in meters. |
double | getAutomaticGainControlLevelDb() Gets the Automatic Gain Control level in dB. |
long | getCarrierCycles() The number of full carrier cycles between the satellite and the receiver. |
float | getCarrierFrequencyHz() Gets the carrier frequency of the tracked signal. |
double | getCarrierPhase() Gets the RF phase detected by the receiver. |
double | getCarrierPhaseUncertainty() Gets the carrier-phase's uncertainty (1-Sigma). |
double | getCn0DbHz() Gets the Carrier-to-noise density in dB-Hz. |
int | getConstellationType() Gets the constellation type. |
int | getMultipathIndicator() Gets a value indicating the 'multipath' state of the event. |
double | getPseudorangeRateMetersPerSecond() Gets the Pseudorange rate at the timestamp in m/s. |
double | getPseudorangeRateUncertaintyMetersPerSecond() Gets the pseudorange's rate uncertainty (1-Sigma) in m/s. |
long | getReceivedSvTimeNanos() Gets the received GNSS satellite time, at the measurement time, in nanoseconds. |
long | getReceivedSvTimeUncertaintyNanos() Gets the error estimate (1-sigma) for the received GNSS time, in nanoseconds. |
double | getSnrInDb() Gets the (post-correlation & integration) Signal-to-Noise ratio (SNR) in dB. |
int | getState() Gets per-satellite sync state. |
int | getSvid() Gets the satellite ID. |
double | getTimeOffsetNanos() Gets the time offset at which the measurement was taken in nanoseconds. |
boolean | hasAutomaticGainControlLevelDb() Returns true if #getAutomaticGainControlLevelDb() is available, false otherwise. |
boolean | hasCarrierCycles() Returns true if #getCarrierCycles() is available, false otherwise. |
boolean | hasCarrierFrequencyHz() Returns true if #getCarrierFrequencyHz() is available, false otherwise. |
boolean | hasCarrierPhase() Returns true if #getCarrierPhase() is available, false otherwise. |
boolean | hasCarrierPhaseUncertainty() Returns true if #getCarrierPhaseUncertainty() is available, false otherwise. |
boolean | hasSnrInDb() Returns true if #getSnrInDb() is available, false otherwise. |