GnssMeasurement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing a GNSS satellite measurement, containing raw and computed information.
[Android.Runtime.Register("android/location/GnssMeasurement", ApiSince=24, DoNotGenerateAcw=true)]
public sealed class GnssMeasurement : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/location/GnssMeasurement", ApiSince=24, DoNotGenerateAcw=true)>]
type GnssMeasurement = class
inherit Object
interface IParcelable
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Inheritance
- Attributes
- Implements
Remarks
A class representing a GNSS satellite measurement, containing raw and computed information.
Java documentation for android.location.GnssMeasurement
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
AdrStateCycleSlip |
Obsolete.
The state of the |
AdrStateHalfCycleReported |
Obsolete.
Reports whether the flag |
AdrStateHalfCycleResolved |
Obsolete.
Reports whether the value |
AdrStateReset |
Obsolete.
The state of the |
AdrStateUnknown |
Obsolete.
The state of the value |
AdrStateValid |
Obsolete.
The state of the |
MultipathIndicatorDetected |
Obsolete.
The measurement shows signs of multi-path. |
MultipathIndicatorNotDetected |
Obsolete.
The measurement shows no signs of multi-path. |
MultipathIndicatorUnknown |
Obsolete.
The indicator is not available or the presence or absence of multipath is unknown. |
State2ndCodeLock |
Obsolete.
This GNSS measurement's tracking state has secondary code lock. |
StateBdsD2BitSync |
Obsolete.
This Beidou measurement's tracking state has D2 bit sync. |
StateBdsD2SubframeSync |
Obsolete.
This Beidou measurement's tracking state has D2 sub-frame sync. |
StateBitSync |
Obsolete.
This GNSS measurement's tracking state has bit sync. |
StateCodeLock |
Obsolete.
This GNSS measurement's tracking state has code lock. |
StateGalE1bcCodeLock |
Obsolete.
This Galileo measurement's tracking state has E1B/C code lock. |
StateGalE1bPageSync |
Obsolete.
This Galileo measurement's tracking state has E1B page sync. |
StateGalE1c2ndCodeLock |
Obsolete.
This Galileo measurement's tracking state has E1C secondary code lock. |
StateGloStringSync |
Obsolete.
This Glonass measurement's tracking state has string sync. |
StateGloTodDecoded |
Obsolete.
This Glonass measurement's tracking state has time-of-day decoded. |
StateGloTodKnown |
Obsolete.
This Glonass measurement's tracking state has time-of-day known, possibly not decoded over the air but has been determined from other sources. |
StateMsecAmbiguous |
Obsolete.
This GNSS measurement's tracking state contains millisecond ambiguity. |
StateSbasSync |
Obsolete.
This SBAS measurement's tracking state has whole second level sync. |
StateSubframeSync |
Obsolete.
This GNSS measurement's tracking state has sub-frame sync. |
StateSymbolSync |
Obsolete.
This GNSS measurement's tracking state has symbol sync. |
StateTowDecoded |
Obsolete.
This GNSS measurement's tracking state has time-of-week decoded. |
StateTowKnown |
Obsolete.
This GNSS measurement's tracking state has time-of-week known, possibly not decoded over the air but has been determined from other sources. |
StateUnknown |
Obsolete.
This GNSS measurement's tracking state is invalid or unknown. |
Properties
AccumulatedDeltaRangeMeters |
Gets the accumulated delta range since the last channel reset, in meters. |
AccumulatedDeltaRangeState |
Gets 'Accumulated Delta Range' state. |
AccumulatedDeltaRangeUncertaintyMeters |
Gets the accumulated delta range's uncertainty (1-Sigma) in meters. |
AutomaticGainControlLevelDb |
Gets the Automatic Gain Control level in dB. |
BasebandCn0DbHz |
Gets the baseband carrier-to-noise density in dB-Hz. |
CarrierCycles |
The number of full carrier cycles between the satellite and the receiver. |
CarrierFrequencyHz |
Gets the carrier frequency of the tracked signal. |
CarrierPhase |
Gets the RF phase detected by the receiver. |
CarrierPhaseUncertainty |
Gets the carrier-phase's uncertainty (1-Sigma). |
Class |
Returns the runtime class of this |
Cn0DbHz |
Gets the Carrier-to-noise density in dB-Hz. |
CodeType |
Gets the GNSS measurement's code type. |
ConstellationType |
Gets the constellation type. |
Creator | |
FullInterSignalBiasNanos |
Gets the GNSS measurement's inter-signal bias in nanoseconds with sub-nanosecond accuracy. |
FullInterSignalBiasUncertaintyNanos |
Gets the GNSS measurement's inter-signal bias uncertainty (1 sigma) in nanoseconds with sub-nanosecond accuracy. |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
HasAutomaticGainControlLevelDb |
Returns |
HasBasebandCn0DbHz |
Returns |
HasCarrierCycles |
Returns |
HasCarrierFrequencyHz |
Returns |
HasCarrierPhase |
Returns |
HasCarrierPhaseUncertainty |
Returns |
HasCodeType |
Returns |
HasFullInterSignalBiasNanos |
Returns |
HasFullInterSignalBiasUncertaintyNanos |
Returns |
HasSatelliteInterSignalBiasNanos |
Returns |
HasSatelliteInterSignalBiasUncertaintyNanos |
Returns |
HasSnrInDb |
Returns |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
MultipathIndicator |
Gets a value indicating the 'multipath' state of the event. |
PeerReference | (Inherited from Object) |
PseudorangeRateMetersPerSecond |
Gets the Pseudorange rate at the timestamp in m/s. |
PseudorangeRateUncertaintyMetersPerSecond |
Gets the pseudorange's rate uncertainty (1-Sigma) in m/s. |
ReceivedSvTimeNanos |
Gets the received GNSS satellite time, at the measurement time, in nanoseconds. |
ReceivedSvTimeUncertaintyNanos |
Gets the error estimate (1-sigma) for the received GNSS time, in nanoseconds. |
SatelliteInterSignalBiasNanos |
Gets the GNSS measurement's satellite inter-signal bias in nanoseconds with sub-nanosecond accuracy. |
SatelliteInterSignalBiasUncertaintyNanos |
Gets the GNSS measurement's satellite inter-signal bias uncertainty (1 sigma) in nanoseconds with sub-nanosecond accuracy. |
SnrInDb |
Gets the (post-correlation & integration) Signal-to-Noise ratio (SNR) in dB. |
State |
Gets per-satellite-signal sync state. |
Svid |
Gets the satellite ID. |
ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
TimeOffsetNanos |
Gets the time offset at which the measurement was taken in nanoseconds. |
Methods
Clone() |
Creates and returns a copy of this object. (Inherited from Object) |
DescribeContents() | |
Dispose() | (Inherited from Object) |
Dispose(Boolean) | (Inherited from Object) |
Equals(Object) |
Indicates whether some other object is "equal to" this one. (Inherited from Object) |
GetHashCode() |
Returns a hash code value for the object. (Inherited from Object) |
JavaFinalize() |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. (Inherited from Object) |
Notify() |
Wakes up a single thread that is waiting on this object's monitor. (Inherited from Object) |
NotifyAll() |
Wakes up all threads that are waiting on this object's monitor. (Inherited from Object) |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
ToArray<T>() | (Inherited from Object) |
ToString() |
Returns a string representation of the object. (Inherited from Object) |
UnregisterFromRuntime() | (Inherited from Object) |
Wait() |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>. (Inherited from Object) |
Wait(Int64) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Wait(Int64, Int32) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
WriteToParcel(Parcel, ParcelableWriteFlags) |
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |