| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPForceModels.setBodyShape(org.orekit.bodies.ExtendedOneAxisEllipsoid bodyShape)
Set body's shape.
|
| Modifier and Type | Method and Description |
|---|---|
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(org.orekit.frames.configuration.FramesConfiguration defaultFrameConf)
Setter for the default frames configuration.
|
void |
GPFramesConfiguration.setDefaultFramesConfiguration(GPFramesConfiguration.GPFrameConfs defaultFactoryFrameConf)
Setter for the default frames configuration from one of the PATRIUS factory options.
|
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(org.orekit.frames.configuration.FramesConfiguration frameConf)
Frames configuration setter.
|
void |
GPFramesConfiguration.setFramesConfiguration(GPFramesConfiguration.GPFrameConfs factoryFrameConf)
Frames configuration setter from one of the PATRIUS factory options.
|
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(org.orekit.frames.configuration.FramesConfiguration savedFrameConf)
Setter for the saved frames configuration from one of the PATRIUS factory options.
|
void |
GPFramesConfiguration.setSavedFramesConfiguration(GPFramesConfiguration.GPFrameConfs savedFactoryFrameConf)
Setter for the saved frames configuration from one of the PATRIUS factory options.
|
| Modifier and Type | Method and Description |
|---|---|
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.