fr.cnes.genopus.attitudes
Interface GPAttitudeLawAbstract.GPAttitudeLawWithEarthShape

All Known Implementing Classes:
GPAeroAttitudeLaw, GPAttitudeLawSelector, GPBodyCenterGroundPointingAttitudeLaw, GPNadirPointingAttitudeLaw, GPTargetGroundPointingAttitudeLaw, GPYawSteeringAttitudeLaw
Enclosing class:
GPAttitudeLawAbstract

public static interface GPAttitudeLawAbstract.GPAttitudeLawWithEarthShape

Interface to be implemented by all the types of attitude law requiering the Earth Shape.

Author:
ffsm

Method Summary
 org.orekit.bodies.BodyShape getEarthShape()
          Getter for the Earth shape.
 void setEarthShape(org.orekit.bodies.BodyShape earthShape)
          Setter for the Earth shape.
 

Method Detail

getEarthShape

org.orekit.bodies.BodyShape getEarthShape()
Getter for the Earth shape.

Returns:
the Earth shape.

setEarthShape

void setEarthShape(org.orekit.bodies.BodyShape earthShape)
Setter for the Earth shape.

Parameters:
earthShape - the Earth shape.


Copyright © 2017. All rights reserved.