Uses of Class
org.orekit.rugged.api.InertialFrameId
-
Packages that use InertialFrameId Package Description org.orekit.rugged.api This package provides the principal class of Rugged library API, as well as the builder for Rugged instances. -
-
Uses of InertialFrameId in org.orekit.rugged.api
Methods in org.orekit.rugged.api that return InertialFrameId Modifier and Type Method Description static InertialFrameId
InertialFrameId. valueOf(String name)
Returns the enum constant of this type with the specified name.static InertialFrameId[]
InertialFrameId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.rugged.api with parameters of type InertialFrameId Modifier and Type Method Description RuggedBuilder
RuggedBuilder. setTrajectory(InertialFrameId inertialFrameId, List<TimeStampedPVCoordinates> positionsVelocities, int pvInterpolationNumber, CartesianDerivativesFilter pvFilter, List<TimeStampedAngularCoordinates> quaternions, int aInterpolationNumber, AngularDerivativesFilter aFilter)
Set the spacecraft trajectory.
-