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

Packages that use GPEventException
fr.cnes.genopus.events Package containing some widgets representing the Orekit's events detector. 
 

Uses of GPEventException in fr.cnes.genopus.events
 

Methods in fr.cnes.genopus.events that throw GPEventException
 void GPRelativeDateDetector.after(fr.cnes.genius.main.GEvent e)
          
 void GPTriggeredEventDetectorAbstract.after(fr.cnes.genius.main.GEvent e)
          
 void GPLocalTimeDetector.after(fr.cnes.genius.main.GEvent e)
          
 void GPDateDetector.after(fr.cnes.genius.main.GEvent e)
          
 void GPAOLDetector.after(fr.cnes.genius.main.GEvent e)
          
 void GPNodeDetector.after(fr.cnes.genius.main.GEvent e)
          
 void GPEventDetectorAbstract.after(fr.cnes.genius.main.GEvent e)
          
 void GPApsideDetector.after(fr.cnes.genius.main.GEvent e)
          
 void GPEclipseDetector.after(fr.cnes.genius.main.GEvent e)
          
 void GPAltitudeDetector.after(fr.cnes.genius.main.GEvent e)
          
 void GPVisibilityFromStationDetector.after(fr.cnes.genius.main.GEvent e)
          
 org.orekit.bodies.ExtendedOneAxisEllipsoid GPEventSelector.getBodyShape()
          Getter for the ExtendedOneAxisEllipsoid defining the central ellipsoid for the event detectors needing it.
 org.orekit.bodies.ExtendedOneAxisEllipsoid GPAltitudeDetector.getBodyShape()
          Getter for the ExtendedOneAxisEllipsoid defining the central ellipsoid for the event detector.
 org.orekit.bodies.ExtendedOneAxisEllipsoid GPVisibilityFromStationDetector.getBodyShape()
          Getter for the ExtendedOneAxisEllipsoid defining the central ellipsoid for the event detector.
 CustomRelativeDateDetector GPRelativeDateDetector.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 CustomLocalTimeDetector GPLocalTimeDetector.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 CustomEventDetector GPEventSelector.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 CustomAOLDetector GPAOLDetector.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 CustomNodeDetector GPNodeDetector.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
abstract  CustomEventDetector GPEventDetectorAbstract.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 CustomAltitudeDetector GPAltitudeDetector.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 CustomVisibilityFromStationDetector GPVisibilityFromStationDetector.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 org.orekit.time.AbsoluteDate GPRelativeDateDetector.getReferenceDate()
          Method to get the reference date for the relative date detector.
 org.orekit.time.AbsoluteDate GPEventSelector.getReferenceDate()
          Method to get the reference date from the relative date detector.
 org.orekit.time.TimeScale GPRelativeDateDetector.getReferenceTimeScale()
          Method to get the reference time scale.
 void GPEventSelector.setBodyShape(org.orekit.bodies.ExtendedOneAxisEllipsoid ellipsoid)
          Setter for the ExtendedOneAxisEllipsoid defining the central ellipsoid for the event detectors needing it.
 void GPAltitudeDetector.setBodyShape(org.orekit.bodies.ExtendedOneAxisEllipsoid ellipsoid)
          Setter for the ExtendedOneAxisEllipsoid defining the central ellipsoid for the event detector.
 void GPVisibilityFromStationDetector.setBodyShape(org.orekit.bodies.ExtendedOneAxisEllipsoid ellipsoid)
          Setter for the ExtendedOneAxisEllipsoid defining the central ellipsoid for the event detector.
 void GPRelativeDateDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector.
 void GPLocalTimeDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector.
 void GPDateDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector.
 void GPEventSelector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector of the widget.
 void GPAOLDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector.
 void GPNodeDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector.
abstract  void GPEventDetectorAbstract.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector.
 void GPApsideDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector.
 void GPEclipseDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector.
 void GPAltitudeDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector.
 void GPVisibilityFromStationDetector.setDefaultEventDetector(CustomEventDetector defaultEventDetector)
          Setter for the default event detector.
 void GPRelativeDateDetector.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector.
 void GPLocalTimeDetector.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector.
 void GPDateDetector.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector.
 void GPEventSelector.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector to show in the widget.
 void GPAOLDetector.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector.
 void GPNodeDetector.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector.
abstract  void GPEventDetectorAbstract.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector.
 void GPApsideDetector.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector.
 void GPEclipseDetector.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector.
 void GPAltitudeDetector.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector.
 void GPVisibilityFromStationDetector.setEventDetector(CustomEventDetector eventDetector)
          Setter for the event detector.
 void GPRelativeDateDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector.
 void GPLocalTimeDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector.
 void GPDateDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector.
 void GPEventSelector.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector of the widget.
 void GPAOLDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector.
 void GPNodeDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector.
abstract  void GPEventDetectorAbstract.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector.
 void GPApsideDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector.
 void GPEclipseDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector.
 void GPAltitudeDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector.
 void GPVisibilityFromStationDetector.setSavedEventDetector(CustomEventDetector savedEventDetector)
          Setter for the reference event detector.
 



Copyright © 2017. All rights reserved.