Uses of Class
org.orekit.orbits.CartesianOrbit
Packages that use CartesianOrbit
Package
Description
This package contains class managing CCSDS Orbit Parameter Message.
This package provides classes to represent orbits.
Propagation
Top level package for analytical propagators.
-
Uses of CartesianOrbit in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm that return CartesianOrbit -
Uses of CartesianOrbit in org.orekit.orbits
Methods in org.orekit.orbits that return CartesianOrbitModifier and TypeMethodDescriptionCreate a new object representing the same physical orbital state, but attached to a different reference frame.CartesianOrbit.shiftedBy(double dt) Get a time-shifted orbit.CartesianOrbit.shiftedBy(TimeOffset dt) Get a time-shifted orbit.FieldCartesianOrbit.toOrbit()Constructors in org.orekit.orbits with parameters of type CartesianOrbitModifierConstructorDescriptionFieldCartesianOrbit(Field<T> field, CartesianOrbit op) Constructor from Field and CartesianOrbit. -
Uses of CartesianOrbit in org.orekit.propagation
Methods in org.orekit.propagation with parameters of type CartesianOrbitModifier and TypeMethodDescriptiondefault double[][]CartesianToleranceProvider.getTolerances(CartesianOrbit cartesianOrbit) Retrieve the integration tolerances given a reference Cartesian orbit. -
Uses of CartesianOrbit in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical that return CartesianOrbitModifier and TypeMethodDescriptionEcksteinHechlerPropagator.propagateOrbit(AbsoluteDate date) Extrapolate an orbit up to a specific target date.