Uses of Class
org.orekit.orbits.EquinoctialOrbit
Packages that use EquinoctialOrbit
-
Uses of EquinoctialOrbit in org.orekit.orbits
Methods in org.orekit.orbits that return EquinoctialOrbitModifier and TypeMethodDescriptionCreate a new object representing the same physical orbital state, but attached to a different reference frame.EquinoctialOrbit.shiftedBy(double dt) Get a time-shifted orbit.EquinoctialOrbit.shiftedBy(TimeOffset dt) Get a time-shifted orbit.FieldEquinoctialOrbit.toOrbit()Transforms the FieldOrbit instance into an Orbit instance.EquinoctialOrbit.withCachedPositionAngleType(PositionAngleType positionAngleType) Creates a new instance with the provided type used for caching.EquinoctialOrbit.withKeplerianRates()Creates a new instance such thatPositionAngleBased.hasNonKeplerianRates()is false.Constructors in org.orekit.orbits with parameters of type EquinoctialOrbitModifierConstructorDescriptionFieldEquinoctialOrbit(Field<T> field, EquinoctialOrbit op) Constructor from Field and EquinoctialOrbit.