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 TypeMethodDescriptionEquinoctialOrbitFactory.createFromDrivers()Create orbital parameters from current drivers values.Create 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.Methods in org.orekit.orbits that return types with arguments of type EquinoctialOrbitModifier and TypeMethodDescriptionEquinoctialOrbit.factory(PositionAngleType positionAngleType, double positionScale) Get a factory for the current orbit type.Constructors in org.orekit.orbits with parameters of type EquinoctialOrbitModifierConstructorDescriptionEquinoctialOrbitFactory(EquinoctialOrbit template, double positionScale, PositionAngleType positionAngleType) Simple constructor.FieldEquinoctialOrbit(Field<T> field, EquinoctialOrbit op) Constructor from Field and EquinoctialOrbit.