Uses of Class
fr.cnes.genopus.exception.GPFrameException

Packages that use GPFrameException
fr.cnes.genopus.bodies Package containing some widgets representing objects of the Orekit's bodies package. 
fr.cnes.genopus.forces Package containing all needed classes to create the widget to define the forces. 
fr.cnes.genopus.frames Package containing all needed classes to create the widget for the Orekit's Frame object. 
fr.cnes.genopus.maneuvers Package containing some widgets representing objects of the Orekit's maneuvers package. 
 

Uses of GPFrameException in fr.cnes.genopus.bodies
 

Methods in fr.cnes.genopus.bodies that throw GPFrameException
 org.orekit.bodies.ExtendedOneAxisEllipsoid GPOneAxisEllipsoid.getPatriusObject()
          Getter for the OneAxisEllipsoid defined in the widget.
 void GPOneAxisEllipsoid.setAvailableFrames(GPFrame.GPRefFrame... framesToShow)
          Setter for the list of frames available in the widget.
 void GPOneAxisEllipsoid.setDefaultEllipsoid(org.orekit.bodies.ExtendedOneAxisEllipsoid defaultEllipsoid)
          Setter for the default one axis ellipsoid.
 void GPOneAxisEllipsoid.setEllipsoid(org.orekit.bodies.ExtendedOneAxisEllipsoid ellipsoid)
          Setter for the one axis ellipsoid.
 void GPOneAxisEllipsoid.setSavedEllipsoid(org.orekit.bodies.ExtendedOneAxisEllipsoid savedEllipsoid)
          Setter for the saved one axis ellipsoid.
 

Uses of GPFrameException in fr.cnes.genopus.forces
 

Methods in fr.cnes.genopus.forces that throw GPFrameException
 void GPForceModels.setBodyShape(org.orekit.bodies.ExtendedOneAxisEllipsoid bodyShape)
          Set body's shape.
 

Uses of GPFrameException in fr.cnes.genopus.frames
 

Methods in fr.cnes.genopus.frames that throw GPFrameException
 void GPFrame.after(fr.cnes.genius.main.GEvent e)
          
 org.orekit.frames.Frame GPFrame.getPatriusObject()
          Frame getter.
 org.orekit.frames.configuration.FramesConfiguration GPFramesConfiguration.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 void GPFramesConfiguration.setAvailableFrameConfs(GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
          Setter for the list of frame configurations available in the widget.
 void GPFrame.setDefaultFrame(org.orekit.time.AbsoluteDate defaultH0, Double defaultN, Double defaultLon)
          Frame setter for the default frame being a H0-n reference frame..
 void GPFrame.setDefaultFrame(org.orekit.frames.Frame defaultFrame)
          Setter for the default frame.
 void GPFramesConfiguration.setDefaultFramesConfiguration(GPFramesConfiguration.GPFrameConfs defaultFrameConf)
          Setter for the default frames configuration.
 void GPFrame.setFrame(org.orekit.time.AbsoluteDate h0, Double n, Double lon)
          Frame setter.
 void GPFrame.setFrame(org.orekit.frames.Frame frame)
          Frame setter.
 void GPFramesConfiguration.setFramesConfiguration(GPFramesConfiguration.GPFrameConfs frameConf)
          Frames configuration setter.
 void GPFrame.setSavedFrame(org.orekit.time.AbsoluteDate savedH0, Double savedN, Double savedLon)
          Frame setter for the saved frame being a H0-n reference frame.
 void GPFrame.setSavedFrame(org.orekit.frames.Frame savedFrame)
          Setter for the saved frame.
 void GPFramesConfiguration.setSavedFramesConfiguration(GPFramesConfiguration.GPFrameConfs savedFrameConf)
          Setter for the saved frames configuration.
 

Uses of GPFrameException in fr.cnes.genopus.maneuvers
 

Methods in fr.cnes.genopus.maneuvers that throw GPFrameException
 org.orekit.frames.Frame GPManeuverFrame.getInertialFrame()
          Getter for the inertial frame.
 void GPManeuverFrame.setDefaultValue(org.orekit.frames.Frame inertialFrame, org.orekit.frames.LOFType lofFrame)
          Setter for the default status of the widget.
 void GPManeuverFrame.setSavedValue(org.orekit.frames.Frame inertialFrame, org.orekit.frames.LOFType lofFrame)
          Setter for the saved status of the widget.
 void GPManeuverFrame.setValue(org.orekit.frames.Frame inertialFrame, org.orekit.frames.LOFType lofFrame)
          Setter for the widget.
 



Copyright © 2017. All rights reserved.