Uses of Class
org.orekit.orbits.FieldEquinoctialOrbit
-
Packages that use FieldEquinoctialOrbit Package Description org.orekit.orbits This package provides classes to represent orbits. -
-
Uses of FieldEquinoctialOrbit in org.orekit.orbits
Methods in org.orekit.orbits that return FieldEquinoctialOrbit Modifier and Type Method Description FieldEquinoctialOrbit<T>
FieldEquinoctialOrbit. shiftedBy(double dt)
Get a time-shifted instance.FieldEquinoctialOrbit<T>
FieldEquinoctialOrbit. shiftedBy(T dt)
Get a time-shifted orbit.FieldEquinoctialOrbit<T>
FieldEquinoctialOrbit. withCachedPositionAngleType(PositionAngleType positionAngleType)
Creates a new instance with the provided type used for caching.FieldEquinoctialOrbit<T>
FieldEquinoctialOrbit. withFrame(Frame inertialFrame)
Create a new object representing the same physical orbital state, but attached to a different reference frame.FieldEquinoctialOrbit<T>
FieldEquinoctialOrbit. withKeplerianRates()
Creates a new instance such thatPositionAngleBased.hasNonKeplerianRates()
is false.
-