Uses of Interface
org.orekit.attitudes.AttitudeRotationModel
-
Packages that use AttitudeRotationModel Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver
.org.orekit.gnss.attitude This package provides classes related to navigation satellites attitude modeling. -
-
Uses of AttitudeRotationModel in org.orekit.attitudes
Subinterfaces of AttitudeRotationModel in org.orekit.attitudes Modifier and Type Interface Description interface
AttitudeProvider
This interface represents an attitude provider model set.interface
AttitudeProviderModifier
This interface represents an attitude provider that modifies/wraps another underlying provider.interface
BoundedAttitudeProvider
This interface is intended for attitude ephemerides valid only during a time range.Classes in org.orekit.attitudes that implement AttitudeRotationModel Modifier and Type Class Description class
AggregateBoundedAttitudeProvider
ABoundedAttitudeProvider
that covers a larger time span from several constituent attitude providers that cover shorter time spans.class
AlignedAndConstrained
Attitude provider with one satellite vector aligned and another one constrained to two targets.class
AttitudesSequence
This classes manages a sequence of different attitude providers that are activated in turn according to switching events.class
AttitudesSwitcher
This classes manages a sequence of different attitude providers that are activated in turn according to switching events.class
BodyCenterPointing
This class handles body center pointing attitude provider.class
CelestialBodyPointed
This class handles a celestial body pointed attitude provider.class
FixedRate
This class handles a simple attitude provider at constant rate around a fixed axis.class
FrameAlignedProvider
This class handles an attitude provider aligned with a frame or a fixed offset to it.class
GroundPointing
Base class for ground pointing attitude providers.class
GroundPointingAttitudeModifier
Abstract class for attitude provider modifiers using an underlying ground pointing law.class
LofOffset
Attitude law defined by fixed Roll, Pitch and Yaw angles (in any order) with respect to a local orbital frame.class
LofOffsetPointing
This class provides a default attitude provider.class
NadirPointing
This class handles nadir pointing attitude provider.class
SpinStabilized
This class handles a spin stabilized attitude provider.class
TabulatedLofOffset
This class handles an attitude provider interpolating from a predefined table containing offsets from a Local Orbital Frame.class
TabulatedProvider
This class handles an attitude provider interpolating from a predefined table.class
TargetPointing
This class handles target pointing attitude provider.class
TorqueFree
This class handles torque-free motion of a general (non-symmetrical) body.class
YawCompensation
This class handles yaw compensation attitude provider.class
YawSteering
This class handles yaw steering law. -
Uses of AttitudeRotationModel in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return AttitudeRotationModel Modifier and Type Method Description AttitudeRotationModel
Maneuver. getAttitudeOverride()
Get the attitude override used for the maneuver.Constructors in org.orekit.forces.maneuvers with parameters of type AttitudeRotationModel Constructor Description Maneuver(AttitudeRotationModel attitudeOverride, ManeuverTriggers maneuverTriggers, PropulsionModel propulsionModel)
Generic maneuver constructor. -
Uses of AttitudeRotationModel in org.orekit.forces.maneuvers.propulsion
Classes in org.orekit.forces.maneuvers.propulsion that implement AttitudeRotationModel Modifier and Type Class Description class
ThrustDirectionAndAttitudeProvider
This class is used in to both manage the attitude of the satellite and the direction of thrust. -
Uses of AttitudeRotationModel in org.orekit.gnss.attitude
Subinterfaces of AttitudeRotationModel in org.orekit.gnss.attitude Modifier and Type Interface Description interface
GNSSAttitudeProvider
Attitude providers for navigation satellites.Classes in org.orekit.gnss.attitude that implement AttitudeRotationModel Modifier and Type Class Description class
BeidouGeo
Attitude providers for Beidou geostationary orbit navigation satellites.class
BeidouIGSO
Attitude providers for Beidou inclined geosynchronous orbit navigation satellites.class
BeidouMeo
Attitude providers for Beidou Medium Earth Orbit navigation satellites.class
Galileo
Attitude providers for Galileo navigation satellites.class
GenericGNSS
Attitude providers for navigation satellites for which no specialized model is known.class
Glonass
Attitude providers for Glonass navigation satellites.class
GPSBlockIIA
Attitude providers for GPS block IIA navigation satellites.class
GPSBlockIIF
Attitude providers for GPS block IIF navigation satellites.class
GPSBlockIIR
Attitude providers for GPS block IIR navigation satellites.
-