Package | Description |
---|---|
org.orekit.propagation |
Propagation
|
org.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).
|
Modifier and Type | Method and Description |
---|---|
protected AbstractMatricesHarvester |
AbstractPropagator.createHarvester(String stmName,
RealMatrix initialStm,
DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.
|
protected AbstractMatricesHarvester |
AbstractPropagator.getHarvester()
Get the harvester.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnalyticalMatricesHarvester
Base class harvester between two-dimensional Jacobian
matrices and analytical orbit propagator.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractMatricesHarvester |
BrouwerLyddanePropagator.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.
|
protected AbstractMatricesHarvester |
EcksteinHechlerPropagator.createHarvester(String stmName,
RealMatrix initialStm,
DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractMatricesHarvester |
TLEPropagator.createHarvester(String stmName,
RealMatrix initialStm,
DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractMatricesHarvester |
NumericalPropagator.createHarvester(String stmName,
RealMatrix initialStm,
DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.
|
Modifier and Type | Class and Description |
---|---|
class |
DSSTHarvester
Harvester between two-dimensional Jacobian matrices and one-dimensional
additional state arrays . |
Modifier and Type | Method and Description |
---|---|
protected AbstractMatricesHarvester |
DSSTPropagator.createHarvester(String stmName,
RealMatrix initialStm,
DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.