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

Packages that use GPOrbitException
fr.cnes.genopus.orbits Package containing all needed classes to create the widget for the Orekit's Orbit object. 
 

Uses of GPOrbitException in fr.cnes.genopus.orbits
 

Methods in fr.cnes.genopus.orbits that throw GPOrbitException
protected abstract  void GPParametersAbstract.aditionalActionsAfter1(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstract, to be implemented by its sub-classes.
protected  void GPCartesianParameters.aditionalActionsAfter1(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstract, to be implemented by its sub-classes.
protected  void GPParametersAbstractWithAnomaly.aditionalActionsAfter1(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstract, to be implemented by its sub-classes.
protected  void GPReentryParameters.aditionalActionsAfter1(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstract, to be implemented by its sub-classes.
protected  void GPEquatorialParameters.aditionalActionsAfter2(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstractWithAnomaly, to be implemented by its sub-classes.
protected  void GPApsisRadiusParameters.aditionalActionsAfter2(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstractWithAnomaly, to be implemented by its sub-classes.
protected  void GPKeplerianParameters.aditionalActionsAfter2(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstractWithAnomaly, to be implemented by its sub-classes.
protected  void GPApsisAltitudeParameters.aditionalActionsAfter2(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstractWithAnomaly, to be implemented by its sub-classes.
protected abstract  void GPParametersAbstractWithAnomaly.aditionalActionsAfter2(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstractWithAnomaly, to be implemented by its sub-classes.
protected  void GPEquinoctialParameters.aditionalActionsAfter2(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstractWithAnomaly, to be implemented by its sub-classes.
protected  void GPCircularParameters.aditionalActionsAfter2(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the after() method of class GPParametersAbstractWithAnomaly, to be implemented by its sub-classes.
protected abstract  void GPParametersAbstract.aditionalActionsBefore1(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the before() method of class GPParametersAbstract, to be implemented by its sub-classes.
protected  void GPApsisAltitudeParameters.aditionalActionsBefore1(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the before() method of class GPParametersAbstract, to be implemented by its sub-classes.
protected  void GPReentryParameters.aditionalActionsBefore1(fr.cnes.genius.main.GEvent e)
          Additional actions to be performed by the before() method of class GPParametersAbstract, to be implemented by its sub-classes.
 void GPParametersAbstract.after(fr.cnes.genius.main.GEvent e)
          
 void GPOrbit.after(fr.cnes.genius.main.GEvent e)
           
 void GPParametersAbstract.before(fr.cnes.genius.main.GEvent e)
          
protected  double[] GPEquatorialParameters.computeParamsArray(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Computes the orbital parameters array in the same order as shown in the widget .
protected abstract  double[] GPParametersAbstract.computeParamsArray(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Computes the orbital parameters array in the same order as shown in the widget .
protected  double[] GPApsisRadiusParameters.computeParamsArray(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Computes the orbital parameters array in the same order as shown in the widget .
protected  double[] GPKeplerianParameters.computeParamsArray(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Computes the orbital parameters array in the same order as shown in the widget .
protected  double[] GPCartesianParameters.computeParamsArray(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Computes the orbital parameters array in the same order as shown in the widget .
protected  double[] GPApsisAltitudeParameters.computeParamsArray(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Computes the orbital parameters array in the same order as shown in the widget .
protected abstract  double[] GPParametersAbstractWithAnomaly.computeParamsArray(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Computes the orbital parameters array in the same order as shown in the widget .
protected  double[] GPEquinoctialParameters.computeParamsArray(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Computes the orbital parameters array in the same order as shown in the widget .
protected  double[] GPReentryParameters.computeParamsArray(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Computes the orbital parameters array in the same order as shown in the widget .
protected  double[] GPCircularParameters.computeParamsArray(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Computes the orbital parameters array in the same order as shown in the widget .
static org.orekit.orbits.Orbit GPOrbit.createOrbit(org.orekit.orbits.orbitalparameters.IOrbitalParameters params, org.orekit.frames.Frame frame, org.orekit.time.AbsoluteDate date)
          Method to create une orbit from a set of orbital parameters, a frame and an absolute date.
 org.orekit.orbits.orbitalparameters.IOrbitalParameters GPEquatorialParameters.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
abstract  org.orekit.orbits.orbitalparameters.IOrbitalParameters GPParametersAbstract.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 org.orekit.orbits.orbitalparameters.IOrbitalParameters GPApsisRadiusParameters.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 org.orekit.orbits.orbitalparameters.IOrbitalParameters GPKeplerianParameters.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 org.orekit.orbits.orbitalparameters.IOrbitalParameters GPCartesianParameters.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 org.orekit.orbits.Orbit GPOrbit.getPatriusObject()
          Getter for the Orekit's orbit defined in the widget.
 org.orekit.orbits.orbitalparameters.IOrbitalParameters GPApsisAltitudeParameters.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 org.orekit.orbits.orbitalparameters.IOrbitalParameters GPEquinoctialParameters.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 org.orekit.orbits.orbitalparameters.IOrbitalParameters GPReentryParameters.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 org.orekit.orbits.orbitalparameters.IOrbitalParameters GPCircularParameters.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
protected  boolean GPParametersAbstract.handleOrbitCopyPasteEvent(fr.cnes.genius.main.GEvent event)
          Handles the orbit copy-paste event if possible.
 void GPParametersAbstractWithAnomaly.onButtonForcePivot()
          Actions when the event comes from the pivot button.
protected  void GPParametersAbstract.onGEntryRealParams(fr.cnes.genius.main.GEvent e)
          Actions when the event comes from any of the first 6 parameters GEntryReals.
protected  void GPParametersAbstractWithAnomaly.onGEntryRealParams(fr.cnes.genius.main.GEvent e)
          Actions when the event comes from any of the first 6 parameters GEntryReals.
protected  void GPEquatorialParameters.recomputeAnomaliesMap()
          Recomputes the three types of anomaly/longitude/AoL by creating an auxiliary orbit.
protected  void GPApsisRadiusParameters.recomputeAnomaliesMap()
          Recomputes the three types of anomaly/longitude/AoL by creating an auxiliary orbit.
protected  void GPKeplerianParameters.recomputeAnomaliesMap()
          Recomputes the three types of anomaly/longitude/AoL by creating an auxiliary orbit.
protected  void GPApsisAltitudeParameters.recomputeAnomaliesMap()
          Recomputes the three types of anomaly/longitude/AoL by creating an auxiliary orbit.
protected abstract  void GPParametersAbstractWithAnomaly.recomputeAnomaliesMap()
          Recomputes the three types of anomaly/longitude/AoL by creating an auxiliary orbit.
protected  void GPEquinoctialParameters.recomputeAnomaliesMap()
          Recomputes the three types of anomaly/longitude/AoL by creating an auxiliary orbit.
protected  void GPCircularParameters.recomputeAnomaliesMap()
          Recomputes the three types of anomaly/longitude/AoL by creating an auxiliary orbit.
 void GPCentralBodyRadius.recomputeParams()
          Method to recalculate the orbital parameters when the central body equatorial radius has changed.
 void GPCentralBodyFlatness.recomputeParams()
          Method to recalculate the orbital parameters when the central body flatness has changed.
 void GPApsisAltitudeParameters.recomputeParams()
          Method to recalculate the orbital parameters when the central body equatorial radius has changed.
 void GPReentryParameters.recomputeParams()
          Method to recalculate the orbital parameters when the central body equatorial radius has changed.
protected  void GPParametersAbstractWithAnomaly.recomputePivot()
          Recompute the pivot anomaly/AoL/longitude from the specified data in the widget.
 void GPOrbit.setAvailableFrames(GPFrame.GPRefFrame... framesToShow)
          Setter for the list of frames available in the widget.
 void GPOrbit.setAvailableParamsTypes(GPOrbit.GPParamsType... paramsTypesToShow)
          Setter for the list of frames available in the widget.
 void GPOrbit.setDefaultOrbit(org.orekit.orbits.Orbit defaultOrbit)
          Setter for the default orbit (shown in Clear).
 void GPParametersAbstract.setDefaultParams(org.orekit.orbits.orbitalparameters.IOrbitalParameters defaultParams)
          Sets the default orbital parameters.
 void GPParametersAbstractWithAnomaly.setDefaultParams(org.orekit.orbits.orbitalparameters.IOrbitalParameters defaultParams)
          Sets the default orbital parameters.
 void GPParametersAbstractWithAnomaly.setDefaultParams(org.orekit.orbits.orbitalparameters.IOrbitalParameters defaultParams, org.orekit.orbits.PositionAngle anomalyType)
          Sets the default orbital parameters.
 void GPOrbit.setOrbit(org.orekit.orbits.Orbit orbit)
          Orbit setter.
 void GPParametersAbstract.setParams(double[] params)
          Sets the specified orbital parameters in the widget.
 void GPParametersAbstractWithAnomaly.setParams(double[] params)
          Sets the specified orbital parameters in the widget.
 void GPParametersAbstractWithAnomaly.setParams(double[] params, org.orekit.orbits.PositionAngle anomalyType)
          Setter for the widget parameters.
 void GPParametersAbstract.setParams(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Sets the specified orbital parameters in the widget.
 void GPParametersAbstractWithAnomaly.setParams(org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Sets the specified orbital parameters in the widget.
 void GPParametersAbstractWithAnomaly.setParams(org.orekit.orbits.orbitalparameters.IOrbitalParameters params, org.orekit.orbits.PositionAngle anomalyType)
          Sets the specified orbital parameters in the widget.
 void GPOrbit.setSavedOrbit(org.orekit.orbits.Orbit savedOrbit)
          Setter for the saved orbit (used as reference to check for modifications).
 void GPParametersAbstract.setSavedParams(org.orekit.orbits.orbitalparameters.IOrbitalParameters savedParams)
          Sets the saved orbital parameters.
 void GPParametersAbstractWithAnomaly.setSavedParams(org.orekit.orbits.orbitalparameters.IOrbitalParameters savedParams)
          Sets the saved orbital parameters.
 void GPParametersAbstractWithAnomaly.setSavedParams(org.orekit.orbits.orbitalparameters.IOrbitalParameters savedParams, org.orekit.orbits.PositionAngle anomalyType)
          Sets the saved orbital parameters.
 

Constructors in fr.cnes.genopus.orbits that throw GPOrbitException
GPApsisAltitudeParameters(String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPApsisAltitudeParameters(String widgetId, String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPApsisRadiusParameters(String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPApsisRadiusParameters(String widgetId, String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPCartesianParameters(String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPCartesianParameters(String widgetId, String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPCircularParameters(String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPCircularParameters(String widgetId, String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPEquatorialParameters(String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPEquatorialParameters(String widgetId, String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPEquinoctialParameters(String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPEquinoctialParameters(String widgetId, String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPKeplerianParameters(String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPKeplerianParameters(String widgetId, String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPReentryParameters(String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
GPReentryParameters(String widgetId, String label, org.orekit.orbits.orbitalparameters.IOrbitalParameters params)
          Constructor.
 



Copyright © 2017. All rights reserved.