Uses of Class
com.irurueta.navigation.gnss.GNSSException
Packages that use GNSSException
-
Uses of GNSSException in com.irurueta.navigation.gnss
Methods in com.irurueta.navigation.gnss that throw GNSSExceptionModifier and TypeMethodDescriptionGNSSLeastSquaresPositionAndVelocityEstimator.estimate()Estimates new ECEF user position and velocity as well as clock offset and drift.voidGNSSLeastSquaresPositionAndVelocityEstimator.estimate(GNSSEstimation result) Estimates new ECEF user position and velocity as well as clock offset and drift.booleanGNSSKalmanFilteredEstimator.propagate(double timestamp) Propagates Kalman filter state held by this estimator at provided timestamp.booleanGNSSKalmanFilteredEstimator.propagate(com.irurueta.units.Time timestamp) Propagates Kalman filter state held by this estimator at provided timestamp.booleanGNSSKalmanFilteredEstimator.updateMeasurements(Collection<GNSSMeasurement> measurements, double timestamp) Updates GNSS measurements of this estimator when new satellite measurements are available.booleanGNSSKalmanFilteredEstimator.updateMeasurements(Collection<GNSSMeasurement> measurements, com.irurueta.units.Time timestamp) Updates GNSS measurements of this estimator when new satellite measurements are available.