Uses of Class
org.orekit.propagation.AbstractMatricesHarvester
-
Packages that use AbstractMatricesHarvester Package Description org.orekit.propagation Propagationorg.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's.org.orekit.propagation.numerical Top level package for numerical propagators.org.orekit.propagation.semianalytical.dsst This package provides an implementation of the Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of AbstractMatricesHarvester in org.orekit.propagation
Methods in org.orekit.propagation that return AbstractMatricesHarvester Modifier and Type Method Description protected AbstractMatricesHarvester
AbstractPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.protected AbstractMatricesHarvester
AbstractPropagator. getHarvester()
Get the harvester. -
Uses of AbstractMatricesHarvester in org.orekit.propagation.analytical
Subclasses of AbstractMatricesHarvester in org.orekit.propagation.analytical Modifier and Type Class Description class
AbstractAnalyticalMatricesHarvester
Base class harvester between two-dimensional Jacobian matrices and analytical orbit propagator.Methods in org.orekit.propagation.analytical that return AbstractMatricesHarvester Modifier and Type Method Description protected AbstractMatricesHarvester
BrouwerLyddanePropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.protected AbstractMatricesHarvester
EcksteinHechlerPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.protected AbstractMatricesHarvester
Ephemeris. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.protected AbstractMatricesHarvester
KeplerianPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator. -
Uses of AbstractMatricesHarvester in org.orekit.propagation.analytical.tle
Methods in org.orekit.propagation.analytical.tle that return AbstractMatricesHarvester Modifier and Type Method Description protected AbstractMatricesHarvester
TLEPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator. -
Uses of AbstractMatricesHarvester in org.orekit.propagation.numerical
Methods in org.orekit.propagation.numerical that return AbstractMatricesHarvester Modifier and Type Method Description protected AbstractMatricesHarvester
NumericalPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator. -
Uses of AbstractMatricesHarvester in org.orekit.propagation.semianalytical.dsst
Subclasses of AbstractMatricesHarvester in org.orekit.propagation.semianalytical.dsst Modifier and Type Class Description class
DSSTHarvester
Harvester between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
.
-