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.void
GNSSLeastSquaresPositionAndVelocityEstimator.estimate
(GNSSEstimation result) Estimates new ECEF user position and velocity as well as clock offset and drift.boolean
GNSSKalmanFilteredEstimator.propagate
(double timestamp) Propagates Kalman filter state held by this estimator at provided timestamp.boolean
GNSSKalmanFilteredEstimator.propagate
(com.irurueta.units.Time timestamp) Propagates Kalman filter state held by this estimator at provided timestamp.boolean
GNSSKalmanFilteredEstimator.updateMeasurements
(Collection<GNSSMeasurement> measurements, double timestamp) Updates GNSS measurements of this estimator when new satellite measurements are available.boolean
GNSSKalmanFilteredEstimator.updateMeasurements
(Collection<GNSSMeasurement> measurements, com.irurueta.units.Time timestamp) Updates GNSS measurements of this estimator when new satellite measurements are available.