Uses of Package
org.orekit.propagation.conversion
-
Packages that use org.orekit.propagation.conversion Package Description org.orekit.estimation.leastsquares The leastsquares package provides an implementation of a batch least squares estimator engine to perform an orbit determination.org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination.org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftState
into another propagator. -
Classes in org.orekit.propagation.conversion used by org.orekit.estimation.leastsquares Class Description OrbitDeterminationPropagatorBuilder Base class for orbit determination model builders. -
Classes in org.orekit.propagation.conversion used by org.orekit.estimation.sequential Class Description DSSTPropagatorBuilder Builder for DSST propagator.NumericalPropagatorBuilder Builder for numerical propagator.OrbitDeterminationPropagatorBuilder Base class for orbit determination model builders.PropagatorBuilder This interface is the top-level abstraction to build propagators for conversion. -
Classes in org.orekit.propagation.conversion used by org.orekit.propagation.conversion Class Description AbstractPropagatorBuilder Base class for propagator builders.AbstractPropagatorConverter Common handling ofPropagatorConverter
methods for propagators conversions.DSSTPropagatorBuilder Builder for DSST propagator.NumericalPropagatorBuilder Builder for numerical propagator.ODEIntegratorBuilder This interface is the top-level abstraction to build first order integrators for propagators conversion.OrbitDeterminationPropagatorBuilder Base class for orbit determination model builders.PropagatorBuilder This interface is the top-level abstraction to build propagators for conversion.PropagatorConverter This interface is the top-level abstraction for propagators conversions.