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.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 interfaceAttitudeProviderThis interface represents an attitude provider model set.interfaceAttitudeProviderModifierThis interface represents an attitude provider that modifies/wraps another underlying provider.interfaceBoundedAttitudeProviderThis 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 classAggregateBoundedAttitudeProviderABoundedAttitudeProviderthat covers a larger time span from several constituent attitude providers that cover shorter time spans.classAlignedAndConstrainedAttitude provider with one satellite vector aligned and another one constrained to two targets.classAttitudesSequenceThis classes manages a sequence of different attitude providers that are activated in turn according to switching events.classAttitudesSwitcherThis classes manages a sequence of different attitude providers that are activated in turn according to switching events.classBodyCenterPointingThis class handles body center pointing attitude provider.classCelestialBodyPointedThis class handles a celestial body pointed attitude provider.classFixedRateThis class handles a simple attitude provider at constant rate around a fixed axis.classFrameAlignedProviderThis class handles an attitude provider aligned with a frame or a fixed offset to it.classGroundPointingBase class for ground pointing attitude providers.classGroundPointingAttitudeModifierAbstract class for attitude provider modifiers using an underlying ground pointing law.classLofOffsetAttitude law defined by fixed Roll, Pitch and Yaw angles (in any order) with respect to a local orbital frame.classLofOffsetPointingThis class provides a default attitude provider.classNadirPointingThis class handles nadir pointing attitude provider.classSpinStabilizedThis class handles a spin stabilized attitude provider.classTabulatedLofOffsetThis class handles an attitude provider interpolating from a predefined table containing offsets from a Local Orbital Frame.classTabulatedProviderThis class handles an attitude provider interpolating from a predefined table.classTargetPointingThis class handles target pointing attitude provider.classTorqueFreeThis class handles torque-free motion of a general (non-symmetrical) body.classYawCompensationThis class handles yaw compensation attitude provider.classYawSteeringThis 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 AttitudeRotationModelManeuver. 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.gnss.attitude
Subinterfaces of AttitudeRotationModel in org.orekit.gnss.attitude Modifier and Type Interface Description interfaceGNSSAttitudeProviderAttitude providers for navigation satellites.Classes in org.orekit.gnss.attitude that implement AttitudeRotationModel Modifier and Type Class Description classBeidouGeoAttitude providers for Beidou geostationary orbit navigation satellites.classBeidouIGSOAttitude providers for Beidou inclined geosynchronous orbit navigation satellites.classBeidouMeoAttitude providers for Beidou Medium Earth Orbit navigation satellites.classGalileoAttitude providers for Galileo navigation satellites.classGenericGNSSAttitude providers for navigation satellites for which no specialized model is known.classGlonassAttitude providers for Glonass navigation satellites.classGPSBlockIIAAttitude providers for GPS block IIA navigation satellites.classGPSBlockIIFAttitude providers for GPS block IIF navigation satellites.classGPSBlockIIRAttitude providers for GPS block IIR navigation satellites.
-