| Package | Description |
|---|---|
| fr.cnes.dynvol.gentleman.gui.input |
Package including widgets for input data
|
| fr.cnes.dynvol.gentleman.gui.input.earth |
Package linked to Earth characteristics (frames and ellipsoid).
|
| fr.cnes.dynvol.gentleman.gui.input.orbit |
Package with classes linked to initial orbits.
|
| fr.cnes.dynvol.gentleman.gui.input.propagation |
Package linked to propagation widgets.
|
| fr.cnes.dynvol.gentleman.gui.input.tle |
Package with classes for TLe widgets.
|
| fr.cnes.dynvol.gentleman.gui.input.vehicle |
Package with classes linked to vehicle characteristics.
|
| fr.cnes.dynvol.gentleman.gui.main |
Package with main GUI classes.
|
| fr.cnes.dynvol.gentleman.main |
package for main classes.
|
| Modifier and Type | Method and Description |
|---|---|
T |
WidGtmObject.getGtmObject(Object... obj)
Returns the data object associated to the widget.
|
| Modifier and Type | Method and Description |
|---|---|
fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration |
WidGtmFrames.getGtmObject(Object... obj) |
fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid |
WidGtmEllipsoid.getGtmObject(Object... obj) |
| Constructor and Description |
|---|
WidGtmEllipsoid()
Constructor.
|
WidGtmFrames()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GtmLeoSimpleOrbit |
WidGtmSimpleLeoOrbit.getGtmObject(Object... obj) |
GtmGeoSimpleOrbit |
WidGtmSimpleGeoOrbit.getGtmObject(Object... obj) |
fr.cnes.sirius.patrius.orbits.Orbit |
WidGtmOrbit.getGtmObject(Object... obj) |
fr.cnes.sirius.patrius.orbits.Orbit |
WidGtmFullOrbit.getGtmObject(Object... obj) |
fr.cnes.sirius.patrius.orbits.Orbit |
WidGtmDataOrbit.getGtmObject(Object... obj) |
| Modifier and Type | Method and Description |
|---|---|
GtmPropagationData |
WidGtmPropagation.getGtmObject(Object... obj) |
| Constructor and Description |
|---|
WidGtmPropagation()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GtmBestTle |
WidGtmComp.getBestTleData()
Method to get a GtmBestTle object including data for computing a single best TLE.
|
GtmBestTlesDates |
WidGtmComp.getBestTlesDatesData()
Method to get a GtmBestTlesDates object including data for computing best Tles using dates.
|
GtmBestTlesPeriod |
WidGtmComp.getBestTlesPeriodData()
Method to get a GtmBestTlesPeriod object including data for computing best periodic Tles.
|
GtmTleGaps |
WidGtmComp.getGaps()
Method to get GtmTleGaps object including data for computing gaps
|
GtmObjectData |
WidGtmObjectData.getGtmObject(Object... obj) |
GtmSingleTle |
WidGtmCompSingleTle.getGtmObject(Object... obj) |
GtmTleNoise |
WidGtmCompNoise.getGtmObject(Object... obj) |
GtmTleGaps |
WidGtmCompGapList.getGtmObject(Object... obj)
Method to get the GtmTleGaps object corresponding to the data of the GUI
|
GtmTleGaps |
WidGtmCompGapCheck.getGtmObject(Object... obj) |
GtmBestTlesPeriod |
WidGtmCompBestTlesPeriod.getGtmObject(Object... obj) |
GtmBestTlesDates |
WidGtmCompBestTlesDates.getGtmObject(Object... obj) |
GtmBestTle |
WidGtmCompBestTle.getGtmObject(Object... obj) |
GtmSingleTle |
WidGtmComp.getSingleTleData()
Method to get a TleSingleTle object including data for computing a single TLE.
|
| Modifier and Type | Method and Description |
|---|---|
fr.cnes.sirius.patrius.assembly.Vehicle |
WidGtmVehicle.getGtmObject(Object... obj) |
fr.cnes.sirius.patrius.assembly.Vehicle |
WidGtmSimpleVehicle.getGtmObject(Object... obj) |
fr.cnes.sirius.patrius.assembly.Vehicle |
WidGtmFullVehicle.getGtmObject(Object... obj) |
| Modifier and Type | Method and Description |
|---|---|
fr.cnes.sirius.patrius.attitudes.AttitudeLaw |
WidGtmDataPanel.getAttitude()
Method to get the attitude sequence from the GUI.
|
GtmBestTle |
WidGtmDataPanel.getBestTleData()
Method to get a TleBestTle object including data for computing a single best TLE.
|
GtmBestTlesDates |
WidGtmDataPanel.getBestTlesDatesData()
Method to get a TleBestTle object including data for computing bests dated TLEs.
|
GtmBestTlesPeriod |
WidGtmDataPanel.getBestTlesPeriodData()
Method to get a TleBestTle object including data for computing bests periodic TLEs.
|
fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid |
WidGtmDataPanel.getEllipsoid()
Method to get the ellipsoid from the GUI.
|
fr.cnes.sirius.patrius.forces.ForceModelsData |
WidGtmDataPanel.getForces(fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid ellips,
fr.cnes.sirius.patrius.assembly.Assembly assembly)
Method to get the forces models from the GUI.
|
fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration |
WidGtmDataPanel.getFramesConfiguration()
Method to get the configuration frames from the GUI.
|
GtmTleGaps |
WidGtmDataPanel.getGaps()
Method to get GtmTleGaps object including data for computing gaps
|
fr.cnes.genopus.nonWidget.maneuvers.CustomManeuverSequence |
WidGtmDataPanel.getManeuvers(fr.cnes.sirius.patrius.propagation.MassProvider massModel)
Method to get the maneuvers sequence from the GUI.
|
fr.cnes.sirius.patrius.orbits.Orbit |
WidGtmDataPanel.getOrbit()
Method to get the initial orbit from the GUI.
|
GtmPropagationData |
WidGtmDataPanel.getPropagationData()
Method to get the propagation data from the GUI.
|
GtmSingleTle |
WidGtmDataPanel.getSingleTleData()
Method to get a TleSingleTle object including data for computing a single TLE.
|
GtmObjectData |
WidGtmDataPanel.getTleObjectData()
Method to get the TLE object data from the GUI.
|
fr.cnes.sirius.patrius.assembly.Vehicle |
WidGtmDataPanel.getVehicle()
Method to get the vehicle characteristics from the GUI.
|
| Constructor and Description |
|---|
WidGtm()
Constructor.
|
WidGtmDataPanel()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<fr.cnes.sirius.patrius.propagation.analytical.tle.TLE> |
GtmBatch.buildTle()
Method to build TLE(s).
|
| Constructor and Description |
|---|
GtmBatch(String inputFile,
String outputDir,
String saveSuffix)
Constructor.
|
Copyright © 2022. All rights reserved.