FileDocCategorySizeDatePackage
GpsMeasurement.javaAPI DocAndroid 5.1 API9527Sat Mar 14 14:09:58 GMT 2015android.location

GpsMeasurement

public class GpsMeasurement extends Object implements android.os.Parcelable

Fields Summary
public static final short
ADR_STATE_CYCLE_SLIP
public static final short
ADR_STATE_RESET
public static final short
ADR_STATE_UNKNOWN
public static final short
ADR_STATE_VALID
public static final android.os.Parcelable.Creator
CREATOR
public static final byte
LOSS_OF_LOCK_CYCLE_SLIP
public static final byte
LOSS_OF_LOCK_OK
public static final byte
LOSS_OF_LOCK_UNKNOWN
public static final byte
MULTIPATH_INDICATOR_DETECTED
public static final byte
MULTIPATH_INDICATOR_NOT_USED
public static final byte
MULTIPATH_INDICATOR_UNKNOWN
public static final short
STATE_BIT_SYNC
public static final short
STATE_CODE_LOCK
public static final short
STATE_SUBFRAME_SYNC
public static final short
STATE_TOW_DECODED
public static final short
STATE_UNKNOWN
Constructors Summary
GpsMeasurement()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public doublegetAccumulatedDeltaRangeInMeters()

 throw new RuntimeException("Stub!"); 
public shortgetAccumulatedDeltaRangeState()

 throw new RuntimeException("Stub!"); 
public doublegetAccumulatedDeltaRangeUncertaintyInMeters()

 throw new RuntimeException("Stub!"); 
public doublegetAzimuthInDeg()

 throw new RuntimeException("Stub!"); 
public doublegetAzimuthUncertaintyInDeg()

 throw new RuntimeException("Stub!"); 
public intgetBitNumber()

 throw new RuntimeException("Stub!"); 
public longgetCarrierCycles()

 throw new RuntimeException("Stub!"); 
public floatgetCarrierFrequencyInHz()

 throw new RuntimeException("Stub!"); 
public doublegetCarrierPhase()

 throw new RuntimeException("Stub!"); 
public doublegetCarrierPhaseUncertainty()

 throw new RuntimeException("Stub!"); 
public doublegetCn0InDbHz()

 throw new RuntimeException("Stub!"); 
public doublegetCodePhaseInChips()

 throw new RuntimeException("Stub!"); 
public doublegetCodePhaseUncertaintyInChips()

 throw new RuntimeException("Stub!"); 
public doublegetDopplerShiftInHz()

 throw new RuntimeException("Stub!"); 
public doublegetDopplerShiftUncertaintyInHz()

 throw new RuntimeException("Stub!"); 
public doublegetElevationInDeg()

 throw new RuntimeException("Stub!"); 
public doublegetElevationUncertaintyInDeg()

 throw new RuntimeException("Stub!"); 
public bytegetLossOfLock()

 throw new RuntimeException("Stub!"); 
public bytegetMultipathIndicator()

 throw new RuntimeException("Stub!"); 
public bytegetPrn()

 throw new RuntimeException("Stub!"); 
public doublegetPseudorangeInMeters()

 throw new RuntimeException("Stub!"); 
public doublegetPseudorangeRateInMetersPerSec()

 throw new RuntimeException("Stub!"); 
public doublegetPseudorangeRateUncertaintyInMetersPerSec()

 throw new RuntimeException("Stub!"); 
public doublegetPseudorangeUncertaintyInMeters()

 throw new RuntimeException("Stub!"); 
public longgetReceivedGpsTowInNs()

 throw new RuntimeException("Stub!"); 
public longgetReceivedGpsTowUncertaintyInNs()

 throw new RuntimeException("Stub!"); 
public doublegetSnrInDb()

 throw new RuntimeException("Stub!"); 
public shortgetState()

 throw new RuntimeException("Stub!"); 
public shortgetTimeFromLastBitInMs()

 throw new RuntimeException("Stub!"); 
public doublegetTimeOffsetInNs()

 throw new RuntimeException("Stub!"); 
public booleanhasAzimuthInDeg()

 throw new RuntimeException("Stub!"); 
public booleanhasAzimuthUncertaintyInDeg()

 throw new RuntimeException("Stub!"); 
public booleanhasBitNumber()

 throw new RuntimeException("Stub!"); 
public booleanhasCarrierCycles()

 throw new RuntimeException("Stub!"); 
public booleanhasCarrierFrequencyInHz()

 throw new RuntimeException("Stub!"); 
public booleanhasCarrierPhase()

 throw new RuntimeException("Stub!"); 
public booleanhasCarrierPhaseUncertainty()

 throw new RuntimeException("Stub!"); 
public booleanhasCodePhaseInChips()

 throw new RuntimeException("Stub!"); 
public booleanhasCodePhaseUncertaintyInChips()

 throw new RuntimeException("Stub!"); 
public booleanhasDopplerShiftInHz()

 throw new RuntimeException("Stub!"); 
public booleanhasDopplerShiftUncertaintyInHz()

 throw new RuntimeException("Stub!"); 
public booleanhasElevationInDeg()

 throw new RuntimeException("Stub!"); 
public booleanhasElevationUncertaintyInDeg()

 throw new RuntimeException("Stub!"); 
public booleanhasPseudorangeInMeters()

 throw new RuntimeException("Stub!"); 
public booleanhasPseudorangeUncertaintyInMeters()

 throw new RuntimeException("Stub!"); 
public booleanhasSnrInDb()

 throw new RuntimeException("Stub!"); 
public booleanhasTimeFromLastBitInMs()

 throw new RuntimeException("Stub!"); 
public booleanisUsedInFix()

 throw new RuntimeException("Stub!"); 
public voidreset()

 throw new RuntimeException("Stub!"); 
public voidresetAzimuthInDeg()

 throw new RuntimeException("Stub!"); 
public voidresetAzimuthUncertaintyInDeg()

 throw new RuntimeException("Stub!"); 
public voidresetBitNumber()

 throw new RuntimeException("Stub!"); 
public voidresetCarrierCycles()

 throw new RuntimeException("Stub!"); 
public voidresetCarrierFrequencyInHz()

 throw new RuntimeException("Stub!"); 
public voidresetCarrierPhase()

 throw new RuntimeException("Stub!"); 
public voidresetCarrierPhaseUncertainty()

 throw new RuntimeException("Stub!"); 
public voidresetCodePhaseInChips()

 throw new RuntimeException("Stub!"); 
public voidresetCodePhaseUncertaintyInChips()

 throw new RuntimeException("Stub!"); 
public voidresetDopplerShiftInHz()

 throw new RuntimeException("Stub!"); 
public voidresetDopplerShiftUncertaintyInHz()

 throw new RuntimeException("Stub!"); 
public voidresetElevationInDeg()

 throw new RuntimeException("Stub!"); 
public voidresetElevationUncertaintyInDeg()

 throw new RuntimeException("Stub!"); 
public voidresetPseudorangeInMeters()

 throw new RuntimeException("Stub!"); 
public voidresetPseudorangeUncertaintyInMeters()

 throw new RuntimeException("Stub!"); 
public voidresetSnrInDb()

 throw new RuntimeException("Stub!"); 
public voidresetTimeFromLastBitInMs()

 throw new RuntimeException("Stub!"); 
public voidset(android.location.GpsMeasurement measurement)

 throw new RuntimeException("Stub!"); 
public voidsetAccumulatedDeltaRangeInMeters(double value)

 throw new RuntimeException("Stub!"); 
public voidsetAccumulatedDeltaRangeState(short value)

 throw new RuntimeException("Stub!"); 
public voidsetAccumulatedDeltaRangeUncertaintyInMeters(double value)

 throw new RuntimeException("Stub!"); 
public voidsetAzimuthInDeg(double value)

 throw new RuntimeException("Stub!"); 
public voidsetAzimuthUncertaintyInDeg(double value)

 throw new RuntimeException("Stub!"); 
public voidsetBitNumber(int bitNumber)

 throw new RuntimeException("Stub!"); 
public voidsetCarrierCycles(long value)

 throw new RuntimeException("Stub!"); 
public voidsetCarrierFrequencyInHz(float carrierFrequencyInHz)

 throw new RuntimeException("Stub!"); 
public voidsetCarrierPhase(double value)

 throw new RuntimeException("Stub!"); 
public voidsetCarrierPhaseUncertainty(double value)

 throw new RuntimeException("Stub!"); 
public voidsetCn0InDbHz(double value)

 throw new RuntimeException("Stub!"); 
public voidsetCodePhaseInChips(double value)

 throw new RuntimeException("Stub!"); 
public voidsetCodePhaseUncertaintyInChips(double value)

 throw new RuntimeException("Stub!"); 
public voidsetDopplerShiftInHz(double value)

 throw new RuntimeException("Stub!"); 
public voidsetDopplerShiftUncertaintyInHz(double value)

 throw new RuntimeException("Stub!"); 
public voidsetElevationInDeg(double elevationInDeg)

 throw new RuntimeException("Stub!"); 
public voidsetElevationUncertaintyInDeg(double value)

 throw new RuntimeException("Stub!"); 
public voidsetLossOfLock(byte value)

 throw new RuntimeException("Stub!"); 
public voidsetMultipathIndicator(byte value)

 throw new RuntimeException("Stub!"); 
public voidsetPrn(byte value)

 throw new RuntimeException("Stub!"); 
public voidsetPseudorangeInMeters(double value)

 throw new RuntimeException("Stub!"); 
public voidsetPseudorangeRateInMetersPerSec(double value)

 throw new RuntimeException("Stub!"); 
public voidsetPseudorangeRateUncertaintyInMetersPerSec(double value)

 throw new RuntimeException("Stub!"); 
public voidsetPseudorangeUncertaintyInMeters(double value)

 throw new RuntimeException("Stub!"); 
public voidsetReceivedGpsTowInNs(long value)

 throw new RuntimeException("Stub!"); 
public voidsetReceivedGpsTowUncertaintyInNs(long value)

 throw new RuntimeException("Stub!"); 
public voidsetSnrInDb(double snrInDb)

 throw new RuntimeException("Stub!"); 
public voidsetState(short value)

 throw new RuntimeException("Stub!"); 
public voidsetTimeFromLastBitInMs(short value)

 throw new RuntimeException("Stub!"); 
public voidsetTimeOffsetInNs(double value)

 throw new RuntimeException("Stub!"); 
public voidsetUsedInFix(boolean value)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");