Class FixedTimeBoundaryOrbits
java.lang.Object
org.orekit.control.indirect.shooting.boundary.FixedTimeBoundaryOrbits
Defines two-point boundary values for indirect shooting methods with Cartesian coordinates.
This class represents the case where the initial and terminal times are fixed as well as the full
Cartesian coordinates (position and velocity vectors in some frame), using
The terminal condition can be anterior in time to the initial one, it just means that the shooting method will perform backward propagation. Also note that any acceleration vector passed in the
Orbit as data holder.
The terminal condition can be anterior in time to the initial one, it just means that the shooting method will perform backward propagation. Also note that any acceleration vector passed in the
Orbit is ignored.- Since:
- 12.2
- Author:
- Romain Serra
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFixedTimeBoundaryOrbits(Orbit initialOrbit, Orbit terminalOrbit) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the initial condition.Getter for the terminal condition.
-
Constructor Details
-
FixedTimeBoundaryOrbits
Constructor.- Parameters:
initialOrbit- initial conditionterminalOrbit- terminal condition
-
-
Method Details
-
getInitialOrbit
Getter for the initial condition.- Returns:
- initial condition
-
getTerminalOrbit
Getter for the terminal condition.- Returns:
- terminal condition
-