Uses of Class
fr.cnes.genopus.frames.GPFrame.GPRefFrame

Packages that use GPFrame.GPRefFrame
fr.cnes.genopus.bodies Package containing some widgets representing objects of the Orekit's bodies package. 
fr.cnes.genopus.frames Package containing all needed classes to create the widget for the Orekit's Frame object. 
fr.cnes.genopus.orbits Package containing all needed classes to create the widget for the Orekit's Orbit object. 
 

Uses of GPFrame.GPRefFrame in fr.cnes.genopus.bodies
 

Methods in fr.cnes.genopus.bodies that return GPFrame.GPRefFrame
 GPFrame.GPRefFrame[] GPOneAxisEllipsoid.getAvailableFrames()
          Getter for the list of frames available in the widget.
 

Methods in fr.cnes.genopus.bodies with parameters of type GPFrame.GPRefFrame
 void GPOneAxisEllipsoid.setAvailableFrames(GPFrame.GPRefFrame... framesToShow)
          Setter for the list of frames available in the widget.
 

Constructors in fr.cnes.genopus.bodies with parameters of type GPFrame.GPRefFrame
GPOneAxisEllipsoid(String label, org.orekit.bodies.ExtendedOneAxisEllipsoid ellipsoid, GPFrame.GPRefFrame... framesToShow)
          Constructor.
GPOneAxisEllipsoid(String label, GPFrame.GPRefFrame... framesToShow)
          Constructor.
GPOneAxisEllipsoid(String widgetId, String label, org.orekit.bodies.ExtendedOneAxisEllipsoid ellipsoid, GPFrame.GPRefFrame... framesToShow)
          Constructor.
GPOneAxisEllipsoid(String widgetId, String label, GPFrame.GPRefFrame... framesToShow)
          Constructor.
 

Uses of GPFrame.GPRefFrame in fr.cnes.genopus.frames
 

Methods in fr.cnes.genopus.frames that return GPFrame.GPRefFrame
 GPFrame.GPRefFrame[] GPFrame.getAvailableFrames()
          Getter for the list of frames available in the widget.
static GPFrame.GPRefFrame GPFrame.GPRefFrame.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GPFrame.GPRefFrame[] GPFrame.GPRefFrame.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.genopus.frames with parameters of type GPFrame.GPRefFrame
 void GPFrame.setAvailableFrames(GPFrame.GPRefFrame... framesToShow)
          Setter for the list of frames available in the widget.
 

Constructors in fr.cnes.genopus.frames with parameters of type GPFrame.GPRefFrame
GPFrame(String label, org.orekit.frames.Frame frame, GPFrame.GPRefFrame... framesToShow)
          Constructor.
GPFrame(String label, GPFrame.GPRefFrame... framesToShow)
          Constructor without frame.
GPFrame(String widgetId, String label, org.orekit.time.AbsoluteDate h0, double n, double lon, GPFrame.GPRefFrame... framesToShow)
          Specific constructor to initialize the widget with an H0-n reference frame.
GPFrame(String widgetId, String label, org.orekit.frames.Frame frame, GPFrame.GPRefFrame... framesToShow)
          Constructor.
GPFrame(String widgetId, String label, GPFrame.GPRefFrame... framesToShow)
          Constructor without frame.
 

Uses of GPFrame.GPRefFrame in fr.cnes.genopus.orbits
 

Methods in fr.cnes.genopus.orbits that return GPFrame.GPRefFrame
 GPFrame.GPRefFrame[] GPOrbit.getAvailableFrames()
          Getter for the list of frames available in the widget.
 

Methods in fr.cnes.genopus.orbits with parameters of type GPFrame.GPRefFrame
 void GPOrbit.setAvailableFrames(GPFrame.GPRefFrame... framesToShow)
          Setter for the list of frames available in the widget.
 

Constructors in fr.cnes.genopus.orbits with parameters of type GPFrame.GPRefFrame
GPOrbit(String label, GPFrame.GPRefFrame[] framesToShow, GPOrbit.GPParamsType[] paramsTypesToShow)
          Constructor without orbit.
GPOrbit(String label, GPFrame.GPRefFrame[] framesToShow, GPOrbit.GPParamsType[] paramsTypesToShow, org.orekit.orbits.Orbit orbit)
          Constructor.
GPOrbit(String widgetId, String label, GPFrame.GPRefFrame[] framesToShow, GPOrbit.GPParamsType[] paramsTypesToShow)
          Constructor.
GPOrbit(String widgetId, String label, GPFrame.GPRefFrame[] framesToShow, GPOrbit.GPParamsType[] paramsTypesToShow, org.orekit.orbits.Orbit orbit)
          Constructor.
 



Copyright © 2017. All rights reserved.