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