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 EquinoctialOrbit
EquinoctialOrbit. shiftedBy(double dt)
Get a time-shifted orbit.EquinoctialOrbit
EquinoctialOrbit. shiftedBy(TimeOffset dt)
Get a time-shifted orbit.EquinoctialOrbit
FieldEquinoctialOrbit. toOrbit()
Transforms the FieldOrbit instance into an Orbit instance.EquinoctialOrbit
EquinoctialOrbit. withCachedPositionAngleType(PositionAngleType positionAngleType)
Creates a new instance with the provided type used for caching.EquinoctialOrbit
EquinoctialOrbit. withFrame(Frame inertialFrame)
Create a new object representing the same physical orbital state, but attached to a different reference frame.EquinoctialOrbit
EquinoctialOrbit. 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.
-