-
@Serializable() public final class GnssSatelliteMeasurementIndividual satellite measurement with calculated pseudorange and satellite position.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integersvidprivate final Integerconstellationprivate final DoubletimeOffsetNanosprivate final Integerstateprivate final LongreceivedSvTimeNanosprivate final LongreceivedSvTimeUncertaintyNanosprivate final Doublecn0DbHzprivate final DoublepseudorangeRateMetersPerSecondprivate final DoublepseudorangeRateUncertaintyMetersPerSecondprivate final DoubleaccumulatedDeltaRangeMetersprivate final IntegeraccumulatedDeltaRangeStateprivate final DoublecarrierFrequencyHzprivate final DoublecarrierPhaseprivate final DoublecarrierPhaseUncertaintyprivate final StringcodeTypeprivate final DoublecodePhaseprivate final DoublepseudorangeMetersprivate final DoublepseudorangeUncertaintyMetersprivate final Vector3DsatellitePositionECEFprivate final Vector3DsatelliteVelocityECEFprivate final DoublesatelliteClockBiasprivate final DoublesatelliteClockDrift
-
Constructor Summary
Constructors Constructor Description GnssSatelliteMeasurement(Integer svid, Integer constellation, Double timeOffsetNanos, Integer state, Long receivedSvTimeNanos, Long receivedSvTimeUncertaintyNanos, Double cn0DbHz, Double pseudorangeRateMetersPerSecond, Double pseudorangeRateUncertaintyMetersPerSecond, Double accumulatedDeltaRangeMeters, Integer accumulatedDeltaRangeState, Double carrierFrequencyHz, Double carrierPhase, Double carrierPhaseUncertainty, String codeType, Double codePhase, Double pseudorangeMeters, Double pseudorangeUncertaintyMeters, Vector3D satellitePositionECEF, Vector3D satelliteVelocityECEF, Double satelliteClockBias, Double satelliteClockDrift)
-
Method Summary
Modifier and Type Method Description final IntegergetSvid()final IntegergetConstellation()final DoublegetTimeOffsetNanos()final IntegergetState()final LonggetReceivedSvTimeNanos()final LonggetReceivedSvTimeUncertaintyNanos()final DoublegetCn0DbHz()final DoublegetPseudorangeRateMetersPerSecond()final DoublegetPseudorangeRateUncertaintyMetersPerSecond()final DoublegetAccumulatedDeltaRangeMeters()final IntegergetAccumulatedDeltaRangeState()final DoublegetCarrierFrequencyHz()final DoublegetCarrierPhase()final DoublegetCarrierPhaseUncertainty()final StringgetCodeType()final DoublegetCodePhase()final DoublegetPseudorangeMeters()final DoublegetPseudorangeUncertaintyMeters()final Vector3DgetSatellitePositionECEF()final Vector3DgetSatelliteVelocityECEF()final DoublegetSatelliteClockBias()final DoublegetSatelliteClockDrift()-
-
Constructor Detail
-
GnssSatelliteMeasurement
GnssSatelliteMeasurement(Integer svid, Integer constellation, Double timeOffsetNanos, Integer state, Long receivedSvTimeNanos, Long receivedSvTimeUncertaintyNanos, Double cn0DbHz, Double pseudorangeRateMetersPerSecond, Double pseudorangeRateUncertaintyMetersPerSecond, Double accumulatedDeltaRangeMeters, Integer accumulatedDeltaRangeState, Double carrierFrequencyHz, Double carrierPhase, Double carrierPhaseUncertainty, String codeType, Double codePhase, Double pseudorangeMeters, Double pseudorangeUncertaintyMeters, Vector3D satellitePositionECEF, Vector3D satelliteVelocityECEF, Double satelliteClockBias, Double satelliteClockDrift)
-
-
Method Detail
-
getConstellation
final Integer getConstellation()
-
getTimeOffsetNanos
final Double getTimeOffsetNanos()
-
getReceivedSvTimeNanos
final Long getReceivedSvTimeNanos()
-
getReceivedSvTimeUncertaintyNanos
final Long getReceivedSvTimeUncertaintyNanos()
-
getCn0DbHz
final Double getCn0DbHz()
-
getPseudorangeRateMetersPerSecond
final Double getPseudorangeRateMetersPerSecond()
-
getPseudorangeRateUncertaintyMetersPerSecond
final Double getPseudorangeRateUncertaintyMetersPerSecond()
-
getAccumulatedDeltaRangeMeters
final Double getAccumulatedDeltaRangeMeters()
-
getAccumulatedDeltaRangeState
final Integer getAccumulatedDeltaRangeState()
-
getCarrierFrequencyHz
final Double getCarrierFrequencyHz()
-
getCarrierPhase
final Double getCarrierPhase()
-
getCarrierPhaseUncertainty
final Double getCarrierPhaseUncertainty()
-
getCodeType
final String getCodeType()
-
getCodePhase
final Double getCodePhase()
-
getPseudorangeMeters
final Double getPseudorangeMeters()
-
getPseudorangeUncertaintyMeters
final Double getPseudorangeUncertaintyMeters()
-
getSatellitePositionECEF
final Vector3D getSatellitePositionECEF()
-
getSatelliteVelocityECEF
final Vector3D getSatelliteVelocityECEF()
-
getSatelliteClockBias
final Double getSatelliteClockBias()
-
getSatelliteClockDrift
final Double getSatelliteClockDrift()
-
-
-
-