Uses of Class
org.orekit.attitudes.GroundPointing
-
Packages that use GroundPointing Package Description org.orekit.attitudes This package provides classes to represent simple attitudes. -
-
Uses of GroundPointing in org.orekit.attitudes
Subclasses of GroundPointing in org.orekit.attitudes Modifier and Type Class Description class
BodyCenterPointing
This class handles body center pointing attitude provider.class
GroundPointingAttitudeModifier
Abstract class for attitude provider modifiers using an underlying ground pointing law.class
LofOffsetPointing
This class provides a default attitude provider.class
NadirPointing
This class handles nadir pointing attitude provider.class
TargetPointing
This class handles target pointing attitude provider.class
YawCompensation
This class handles yaw compensation attitude provider.class
YawSteering
This class handles yaw steering law.Methods in org.orekit.attitudes that return GroundPointing Modifier and Type Method Description GroundPointing
GroundPointingAttitudeModifier. getUnderlyingAttitudeProvider()
Getter for underlying ground pointing law.Constructors in org.orekit.attitudes with parameters of type GroundPointing Constructor Description GroundPointingAttitudeModifier(Frame inertialFrame, Frame bodyFrame, GroundPointing groundPointingLaw)
Constructor.YawCompensation(Frame inertialFrame, GroundPointing groundPointingLaw)
Creates a new instance.YawSteering(Frame inertialFrame, GroundPointing groundPointingLaw, PVCoordinatesProvider sun, Vector3D phasingAxis)
Creates a new instance.
-