Uses of Class
org.orekit.propagation.StateCovariance
-
Packages that use StateCovariance Package Description org.orekit.propagation Propagation -
-
Uses of StateCovariance in org.orekit.propagation
Methods in org.orekit.propagation that return StateCovariance Modifier and Type Method Description StateCovariance
StateCovariance. changeCovarianceFrame(Orbit orbit, Frame frameOut)
Get the covariance in the output frame.StateCovariance
StateCovariance. changeCovarianceFrame(Orbit orbit, LOFType lofOut)
Get the covariance in a given local orbital frame.StateCovariance
StateCovariance. changeCovarianceType(Orbit orbit, OrbitType outOrbitType, PositionAngle outAngleType)
Get the covariance matrix in another orbit type.StateCovariance
StateCovarianceMatrixProvider. getStateCovariance(SpacecraftState state)
Get the state covariance.StateCovariance
StateCovarianceMatrixProvider. getStateCovariance(SpacecraftState state, Frame frame)
Get the state covariance expressed in a given frame.StateCovariance
StateCovarianceMatrixProvider. getStateCovariance(SpacecraftState state, OrbitType orbitType, PositionAngle angleType)
Get the state covariance expressed in a given orbit type.StateCovariance
StateCovariance. shiftedBy(Orbit orbit, double dt)
Get a time-shifted covariance matrix.Constructors in org.orekit.propagation with parameters of type StateCovariance Constructor Description StateCovarianceMatrixProvider(String additionalName, String stmName, MatricesHarvester harvester, OrbitType stmOrbitType, PositionAngle stmAngleType, StateCovariance covInit)
Constructor.
-