Uses of Interface
fr.cnes.genopus.main.GPPatrius

Packages that use GPPatrius
fr.cnes.genopus.attitudes Package containing some widgets representing objects of the Orekit's attitudes package. 
fr.cnes.genopus.bodies Package containing some widgets representing objects of the Orekit's bodies package. 
fr.cnes.genopus.events Package containing some widgets representing the Orekit's events detector. 
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.main Package containing the core elements of the GENOPUS library. 
fr.cnes.genopus.maneuvers Package containing some widgets representing objects of the Orekit's maneuvers package. 
fr.cnes.genopus.orbits Package containing all needed classes to create the widget for the Orekit's Orbit object. 
fr.cnes.genopus.time Package containing all needed classes to create the widget for the Orekit's AbsoluteDate object. 
fr.cnes.genopus.vehicle Package containing some widgets defining a vehicle. 
 

Uses of GPPatrius in fr.cnes.genopus.attitudes
 

Classes in fr.cnes.genopus.attitudes that implement GPPatrius
 class GPAeroAttitudeLaw
          Widget for an aero attitude law.
 class GPAttitudeLawAbstract
          Abstract class defining the default methods to be implemented by any attitude law class.
 class GPAttitudeLawSelector
          Class defining a selector of all types of attitude laws.
 class GPAttitudeSequence
          Class defining an attitude sequence widget.
 class GPAxisCoordinates
          Widget representing an OREKIT's Vector3D.
 class GPBodyCenterGroundPointingAttitudeLaw
          Widget for a body center ground pointing attitude law.
 class GPInertialAttitudeLaw
          Widget for an inertial attitude law.
 class GPLOFAttitudeLaw
          Widget for a LOF attitude law.
 class GPNadirPointingAttitudeLaw
          Widget for a nadir pointing attitude law.
 class GPRotation
          Widget for a rotation definition.
 class GPSpinStabilizedAbstract
          Abstract class defining the default methods to be implemented by any spinned stabilized attitude law class.
 class GPSunPointingAttitudeLaw
          Widget for a sun pointing attitude law.
 class GPTargetGroundPointingAttitudeLaw
          Widget for a target ground pointing attitude law.
 class GPYawSteeringAttitudeLaw
          Widget for a yaw steering attitude law.
 

Uses of GPPatrius in fr.cnes.genopus.bodies
 

Classes in fr.cnes.genopus.bodies that implement GPPatrius
 class GPCelestialBody
          Class implementing a combo box to select a celestial body.
 class GPGeodeticPoint
          Widget representing an OREKIT's GeodeticPoint.
 class GPOneAxisEllipsoid
          Widget representing an OREKIT's OneAxisEllipsoid.
 

Uses of GPPatrius in fr.cnes.genopus.events
 

Classes in fr.cnes.genopus.events that implement GPPatrius
 class GPAltitudeDetector
          Widget representing an Orekit's AltitudeDetector.
 class GPAOLDetector
          Widget representing an Orekit's AOLDetector.
 class GPApsideDetector
          Widget representing an Orekit's ApsideDetector.
 class GPDateDetector
          Widget representing an Orekit's DateDetector.
 class GPEclipseDetector
          Widget representing an Orekit's EclipseDetector.
 class GPEventDetectorAbstract
          Abstract class defining the default methods to be implemented by any class that want to define an CustomEventDetector widget.
 class GPEventSelector
          Class defining an event detector selector.
 class GPLocalTimeDetector
          Widget representing an Orekit's LocalTimeDetector.
 class GPNodeDetector
          Widget representing an Orekit's NodeDetector.
 class GPRelativeDateDetector
          Widget representing a Genopus' Relative Date Detector.
 class GPTriggeredEventDetectorAbstract
          Abstract class defining the default methods to be implemented by any class defining an CustomEventDetector widget that can be triggered after a given number of ocurrences.
 class GPVisibilityFromStationDetector
          Widget representing an Orekit's VisibilityFromStationDetector.
 

Uses of GPPatrius in fr.cnes.genopus.forces
 

Classes in fr.cnes.genopus.forces that implement GPPatrius
 class GPAeroForceModel
          Class containing the widget to define the Atmospheric force force model.
 class GPEarthPotentialForceModel
          Class containing the widget to define the Earth Potential force model.
 class GPForceModels
          Class containing force models definition widget.
 class GPOceanTidesForceModel
          Class containing the widget to define the Ocean Tides force model.
 class GPRediffusedSRPForceModel
          Class containing the widget to define the rediffused Solar Radiation Pressure force model.
 class GPSRPForceModel
          Class containing the widget to define the Solar Radiation Pressure force model.
 class GPTerrestrialTidesForceModel
          Class containing the widget to define the Terrestrial Tides force model.
 class GPThirdBodyForceModel
          Class containing the widget to define the Third body force models for the Sun, the Moon, Venus, Mars and Jupiter.
 

Uses of GPPatrius in fr.cnes.genopus.frames
 

Classes in fr.cnes.genopus.frames that implement GPPatrius
 class GPFrame
          Widget representing an OREKIT Frame.
 class GPFramesConfiguration
          Widget representing an OREKIT FramesConfiguration.
 

Uses of GPPatrius in fr.cnes.genopus.main
 

Subinterfaces of GPPatrius in fr.cnes.genopus.main
 interface GPPatriusWithObjects<T>
          Interface to be implemented by all classes returning a PATRIUS object.
 

Uses of GPPatrius in fr.cnes.genopus.maneuvers
 

Classes in fr.cnes.genopus.maneuvers that implement GPPatrius
 class GPConstantManeuver
          Widget for continuous maneuver definition.
 class GPEngine
          Widget for engine definition.
 class GPFuelTank
          Widget for fuel tank definition.
 class GPImpulseManeuver
          Widget for impulsive maneuver definition.
 class GPManeuverSelector
          Widget for general maneuver definition.
 class GPManeuverSequence
          Widget for maneuvers scenario definition.
 

Uses of GPPatrius in fr.cnes.genopus.orbits
 

Classes in fr.cnes.genopus.orbits that implement GPPatrius
 class GPApsisAltitudeParameters
          Widget representing the apsis altitude parameters of an object (hp, ha, i, pa, raan, anomaly) in a gravitational field, mu, and with an Earth equatorial radius, req.
 class GPApsisRadiusParameters
          Widget representing the apsis radius parameters of an object (rp, ra, i, pa, raan, anomaly) in a gravitational field, mu.
 class GPCartesianParameters
          Widget representing the Cartesian coordinates of an object (x, y, z, Vx, Vy, Vz) in a gravitational field, mu.
 class GPCircularParameters
          Widget representing the circular elements of an object (a, ex, ey, i, raan, AOL) in a gravitational field, mu.
 class GPEquatorialParameters
          Widget representing the equatorial elements of an orbit (a, e, lop, ix, iy, anomaly) in a gravitational field, mu.
 class GPEquinoctialParameters
          Widget representing the equinoctial elements of an object (a, ex, ey, hx, hy, longitude) in a gravitational field, mu.
 class GPKeplerianParameters
          Widget representing the keplerian elements of an object (a, e, i, raan, pa, anomaly) in a gravitational field, mu.
 class GPOrbit
          Widget representing an OREKIT Orbit.
 class GPParametersAbstract
          Abstract class defining the default methods to be implemented by any class that want to define a type of orbital parameters.
 class GPParametersAbstractWithAnomaly
          Abstract class representing any kind of orbital parameters that includes anomaly, longitude or AoL as one of them.
 class GPReentryParameters
          Widget representing the Reentry parameters of an object (alt, lat, lon, vel, fpa, azi) in a gravitational field, mu, in a central body with equatorial radius, req and flatness flat.
 

Uses of GPPatrius in fr.cnes.genopus.time
 

Classes in fr.cnes.genopus.time that implement GPPatrius
 class GPAbsoluteDate
          Widget representing an OREKIT AbsoluteDate.
 class GPDualAbsoluteDate
          Class defining a Dual date widget containing a reference date and an external date.
 

Uses of GPPatrius in fr.cnes.genopus.vehicle
 

Classes in fr.cnes.genopus.vehicle that implement GPPatrius
 class GPRadiativeIRProperty
          Widget representing an infrared radiative property.
 class GPRadiativeProperty
          Widget representing a radiative property.
 class GPVehicle
          Widger for vehicle definition panel.
 class GPVehicleAeroProps
          Widget for expert aerodynamic coefficients.
 class GPVehicleMassProps
          Widger for vehicle definition panel.
 class GPVehicleRadiativeProps
          Widget representing the vehicle radiative properties.
 class GPVehicleShape
          Widget representing a vehicle surface model.
 



Copyright © 2017. All rights reserved.