Uses of Class
org.orekit.orbits.FieldCartesianOrbit
Packages that use FieldCartesianOrbit
Package
Description
This package provides classes to represent orbits.
Propagation
Top level package for analytical propagators.
-
Uses of FieldCartesianOrbit in org.orekit.orbits
Methods in org.orekit.orbits that return FieldCartesianOrbitModifier and TypeMethodDescriptionCreate a new object representing the same physical orbital state, but attached to a different reference frame.FieldCartesianOrbit.shiftedBy(double dt) Get a time-shifted orbit.FieldCartesianOrbit.shiftedBy(TimeOffset dt) Get a time-shifted orbit.Get a time-shifted orbit. -
Uses of FieldCartesianOrbit in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type FieldCartesianOrbitModifier and TypeMethodDescriptiondefault <T extends CalculusFieldElement<T>>
double[][]CartesianToleranceProvider.getTolerances(FieldCartesianOrbit<T> cartesianOrbit) Retrieve the integration tolerances given a reference Cartesian orbit. -
Uses of FieldCartesianOrbit in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical that return FieldCartesianOrbitModifier and TypeMethodDescriptionFieldEcksteinHechlerPropagator.propagateOrbit(FieldAbsoluteDate<T> date, T[] parameters) Propagate an orbit up to a specific target date.