Uses of Class
org.orekit.attitudes.GroundPointing

Packages that use GroundPointing
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
 class BodyCenterGroundPointing
          This class handles body center pointing attitude provider; the difference between BodyCenterPointing and this class is that the target point of the former is the body center, while that of the latter is the corresponding point on the ground.
 class GroundPointingWrapper
          This class leverages common parts for compensation modes around ground pointing attitudes.
 class LofOffsetPointing
          This class provides a default attitude provider.
 class NadirPointing
          This class handles nadir pointing attitude provider.
 class TargetGroundPointing
          This class handles target pointing attitude provider; while the class TargetPointing does not guarantee the target point belongs to the body surface, this class always provides a ground point target.
 class YawCompensation
          This class handles yaw compensation attitude provider.
 class YawSteering
          This class handles yaw steering law.
 

Constructors in org.orekit.attitudes with parameters of type GroundPointing
GroundPointingWrapper(GroundPointing pGroundPointingLaw)
          Creates a new instance.
YawCompensation(GroundPointing groundPointingLaw)
          Creates a new instance.
YawSteering(GroundPointing groundPointingLaw, PVCoordinatesProvider sun, Vector3D phasingAxis)
          Creates a new instance.
 



Copyright © 2016 CNES. All Rights Reserved.