Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AbstractGtmPropagator - Class in fr.cnes.dynvol.gentleman.calc.propagation
Astract class including common attributes and methods allowing to numerically propagate an orbit with maneuver sequence then to get corresponding TLEs.
AbstractGtmPropagator() - Constructor for class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Constructor.
AbstractGtmSimpleOrbit - Class in fr.cnes.dynvol.gentleman.calc.data.orbit
Class to define simple LEO orbits data.
AbstractGtmSimpleOrbit(AbsoluteDate, double) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.orbit.AbstractGtmSimpleOrbit
Constructor
addDorb(GtmDOrbParams) - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParamsSynthesis
Method to add a difference (DOrbParams object) to the list.
after(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
after(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
after(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmObjectData
 
after(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
after(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
after(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
 
after(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidPlots
 
assembly - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Assembly (from the vehicle)
attitudeLaw - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Attitude law

B

before(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
before(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
before(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmObjectData
 
before(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
before(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
before(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
 
before(GEvent) - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidPlots
 
buildOrbit() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.AbstractGtmSimpleOrbit
Method to build the initial orbit initialization.
buildOrbit() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.GtmGeoSimpleOrbit
Method to build the initial equinoctial orbit corresponding to the required hp/ha/inc and longitude.
buildOrbit() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.GtmLeoSimpleOrbit
Method to build the initial ApsisOrbit orbit corresponding to the required hp/ha/inc.
buildTle() - Method in class fr.cnes.dynvol.gentleman.main.GtmBatch
Method to build TLE(s).

C

changeDateInterval(WidGtmDate, AbsoluteDate) - Static method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Static method allowing to change the validity interval or a WidGtmDate widget
clear() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
 
compareListOfTlesToListOfStates(List<TLE>, List<Integer>, List<SpacecraftState>) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmCompare
Static method to compare a list of TLEs to a list of Spacecraft states
compareOneTleToListOfStates(TLE, int, List<SpacecraftState>) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmCompare
Static method to compare a TLE with a Spacecraftstate list
compareOneTleToOneState(TLE, List<SpacecraftState>, int) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmCompare
Static method to compare a TLE to a Spacecraftstate.
computeBestTle(GtmBestTle, int, int, boolean) - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to compute an optimal (thanks to precision) TLE vs a sublist of SpacecraftStates
computeBestTles(GtmBestTlesDates, boolean) - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to compute an optimal (thanks to precision) TLE vs a list of Spacecraft states
computeBestTles(GtmBestTlesPeriod, boolean) - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to compute an optimal (thanks to precision) TLE vs a periodic TLEs demand
computeGapsList(List<TLE>, List<AbsoluteDate>, List<AbsoluteDate>) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmGap
Method to gap TLEs
computeNoise(TLE, double, double, double) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmNoise
Static method to compute noise on a TLE
computeNoiseList(List<TLE>, List<Double>, List<Double>, List<Double>) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmNoise
Static method to compute noise on a list of TLEs
computeTle(GtmSingleTle, int, int, boolean) - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to compute a TLE vs a sublist of Spacecraft states
CONST_UNITS - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
Constraint to be sure that units menu is sticked to the input field
customPostProcessManagement() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtm
 
customPreProcessManagement() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtm
 

D

date - Variable in class fr.cnes.dynvol.gentleman.calc.data.orbit.AbstractGtmSimpleOrbit
Date of the orbit
DATE_MAX - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Maximum authorized date
DATE_MIN - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Minimum authorized date
DEF_DIF_FILE - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
By default difference file name
DEF_INI_FILE - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
By default context file names
DEF_LOG_FILE - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
By default log file name
DEF_MAX_ITER - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
By default maximum amount of iteration
DEF_POS_TOL - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
By default maximum position tolerance (m)
DEF_SQL_FILE - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
By default name of the output Sqlite file
DEF_SUFFIX - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
By default suffix
DIF_FILE_PREFIX - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Prefix for difference file names
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmEllipsoid
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmFrames
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmDataOrbit
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmFullOrbit
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOnlyDateOrbit
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.propagation.WidGtmPropagation
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTle
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesPeriod
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapCheck
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapItem
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapList
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompNoise
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompSingleTle
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmObjectData
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidDiffPlot
 
display() - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidPlots
 
DREF - Static variable in class fr.cnes.dynvol.gentleman.calc.data.forces.GtmSimpleForces
Solar radiative pressure constant

E

ellips - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Earth ellipsoid

F

FLAT - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
By default FLAT value
forces - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Forces
fr.cnes.dynvol.gentleman.calc - package fr.cnes.dynvol.gentleman.calc
Package including pure computation and data class
fr.cnes.dynvol.gentleman.calc.data - package fr.cnes.dynvol.gentleman.calc.data
Data package
fr.cnes.dynvol.gentleman.calc.data.dorb - package fr.cnes.dynvol.gentleman.calc.data.dorb
package linked to Dorb classes.
fr.cnes.dynvol.gentleman.calc.data.forces - package fr.cnes.dynvol.gentleman.calc.data.forces
package linked to forces data
fr.cnes.dynvol.gentleman.calc.data.orbit - package fr.cnes.dynvol.gentleman.calc.data.orbit
Package linked to initial orbit characteristics
fr.cnes.dynvol.gentleman.calc.data.propagation - package fr.cnes.dynvol.gentleman.calc.data.propagation
Package for propagation data
fr.cnes.dynvol.gentleman.calc.data.tle - package fr.cnes.dynvol.gentleman.calc.data.tle
Package linked to TLE data.
fr.cnes.dynvol.gentleman.calc.data.vehicle - package fr.cnes.dynvol.gentleman.calc.data.vehicle
Package for vehicle characteristics.
fr.cnes.dynvol.gentleman.calc.propagation - package fr.cnes.dynvol.gentleman.calc.propagation
Simulation package
fr.cnes.dynvol.gentleman.calc.tles - package fr.cnes.dynvol.gentleman.calc.tles
Package linked to building TLEs
fr.cnes.dynvol.gentleman.calc.util - package fr.cnes.dynvol.gentleman.calc.util
Utilities package.
fr.cnes.dynvol.gentleman.enums - package fr.cnes.dynvol.gentleman.enums
Enums used for GUI only.
fr.cnes.dynvol.gentleman.exceptions - package fr.cnes.dynvol.gentleman.exceptions
Package devoted to the exceptions.
fr.cnes.dynvol.gentleman.exceptions.calc - package fr.cnes.dynvol.gentleman.exceptions.calc
* Package devoted to the exceptions of computation part.
fr.cnes.dynvol.gentleman.exceptions.gui - package fr.cnes.dynvol.gentleman.exceptions.gui
Package including GUI exceptions
fr.cnes.dynvol.gentleman.gui - package fr.cnes.dynvol.gentleman.gui
Package including GUI classes.
fr.cnes.dynvol.gentleman.gui.input - package fr.cnes.dynvol.gentleman.gui.input
Package including widgets for input data
fr.cnes.dynvol.gentleman.gui.input.date - package fr.cnes.dynvol.gentleman.gui.input.date
package devoted to date widget
fr.cnes.dynvol.gentleman.gui.input.earth - package fr.cnes.dynvol.gentleman.gui.input.earth
Package linked to Earth characteristics (frames and ellipsoid).
fr.cnes.dynvol.gentleman.gui.input.forces - package fr.cnes.dynvol.gentleman.gui.input.forces
Package devoted to the force models (due to the fact that it is not possible to use directtly GPForceModels).
fr.cnes.dynvol.gentleman.gui.input.orbit - package fr.cnes.dynvol.gentleman.gui.input.orbit
Package with classes linked to initial orbits.
fr.cnes.dynvol.gentleman.gui.input.propagation - package fr.cnes.dynvol.gentleman.gui.input.propagation
Package linked to propagation widgets.
fr.cnes.dynvol.gentleman.gui.input.tle - package fr.cnes.dynvol.gentleman.gui.input.tle
Package with classes for TLe widgets.
fr.cnes.dynvol.gentleman.gui.input.vehicle - package fr.cnes.dynvol.gentleman.gui.input.vehicle
Package with classes linked to vehicle characteristics.
fr.cnes.dynvol.gentleman.gui.main - package fr.cnes.dynvol.gentleman.gui.main
Package with main GUI classes.
fr.cnes.dynvol.gentleman.gui.plots - package fr.cnes.dynvol.gentleman.gui.plots
Package for plots
fr.cnes.dynvol.gentleman.gui.util - package fr.cnes.dynvol.gentleman.gui.util
Utilities classes.
fr.cnes.dynvol.gentleman.main - package fr.cnes.dynvol.gentleman.main
package for main classes.

G

GAP_BOTTOM - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmConstants
Standard vertical gap bottom
GAP_LEFT - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmConstants
Standard horizontal gap
GAP_TOP - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmConstants
Standard vertical gap top
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmEllipsoid
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmFrames
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.forces.GPForceModelsLocal
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmDataOrbit
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmFullOrbit
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOnlyDateOrbit
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmSimpleGeoOrbit
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmSimpleLeoOrbit
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.propagation.WidGtmPropagation
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTle
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesPeriod
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapCheck
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapItem
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapList
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompNoise
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompSingleTle
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmObjectData
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidDiffPlot
 
generic() - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidPlots
 
getAmountOfPoints() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the amount of points in the list of S/C states
getAmountOfPoints() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the amount of points in the computed ephemeris
getAssembly() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the assembly.
getAttitude() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the attitude sequence from the GUI.
getBestMeanList() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the list of mean value of error after optimization of the amount of points for fitting TLE
getBestNbPtsList() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the list of best amount of points for fitting TLE
getBestStdDevList() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the list of standard deviation value of error after optimization of the amount of points for fitting TLE
getBestTleData() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get a GtmBestTle object including data for computing a single best TLE.
getBestTleData() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get a TleBestTle object including data for computing a single best TLE.
getBestTlesDates() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get the widget for computing best Tles using dates (needed for observation).
getBestTlesDatesData() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get a GtmBestTlesDates object including data for computing best Tles using dates.
getBestTlesDatesData() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get a TleBestTle object including data for computing bests dated TLEs.
getBestTlesPeriodData() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get a GtmBestTlesPeriod object including data for computing best periodic Tles.
getBestTlesPeriodData() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get a TleBestTle object including data for computing bests periodic TLEs.
getClassification() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Method to get the classification
getCurrentDateInterval() - Method in class fr.cnes.dynvol.gentleman.gui.input.date.WidGtmDate
Method to get the current date interval
getDate() - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParams
Method to get the date of the original orbital parameters
getDate() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.AbstractGtmSimpleOrbit
Method to get the date of the orbit.
getDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmDataOrbit
Get absolute date (Patrius object).
getDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmFullOrbit
Get absolute date (Patrius object).
getDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOnlyDateOrbit
Get absolute date (Patrius object).
getDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
Get absolute date (Patrius object).
getDefaultSeedEpsilon() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Method to get the default seed
getDescription() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Method to get the satellite description
getDha() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.GtmGeoSimpleOrbit
Method to get the delta vs GEO orbit on the apogee altitude.
getDhp() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.GtmGeoSimpleOrbit
Method to get the delta vs GEO orbit on the perigee altitude.
getDuration() - Method in class fr.cnes.dynvol.gentleman.calc.data.propagation.GtmPropagationData
Method to get the duration of the propagation
getElementNumber() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Method to get the element number for the first TLE
getEllipsoid() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the ellipsoid.
getEllipsoid() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the ellipsoid from the GUI.
getEndDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapItem
Method to get the end date
getEngineList() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
 
getEngineList() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
getEngineList() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
getEnum(int) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingMethods
 
getEnum(int) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingTypes
 
getEnum(int) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmGapEndDateType
 
getEnum(int) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseDistributionTypes
 
getEnum(int) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseTypes
 
getEnum(int) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitDataTypes
 
getEnum(int) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitTypes
 
getEnum(int) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmSeed
 
getEnum(int) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmVehicleDataTypes
 
getFirstDate() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTle
Method to get the first date to compute the TLE at the same epoch
getFirstDate() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTlesPeriod
Method to get the first date to compute the TLE at the same epoch
getFirstDate() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmSingleTle
Method to get the first date to compute the TLE at the same epoch
getFlagManeuvers() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get the flag to take into account maneuvers or not
getFlagManeuvers() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the flag to take into account maneuvers or not
getForces() - Method in class fr.cnes.dynvol.gentleman.calc.data.forces.GtmSimpleForces
Method to get the build forces models object
getForces(ExtendedOneAxisEllipsoid, Assembly) - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the forces models from the GUI.
getFramesConfiguration() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the configuration frames from the GUI.
getFuelTankList() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
 
getFuelTankList() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
getFuelTankList() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
getFullVehicle() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
Method to get the FullVehicle widget (needed for Observer pattern)
getGappedTleList(List<TLE>) - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleGaps
Method to gap Tles
getGaps() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get GtmTleGaps object including data for computing gaps
getGaps() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get GtmTleGaps object including data for computing gaps
getGPDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmDataOrbit
Get the absolute date widget.
getGPDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmFullOrbit
Get absolute date widget.
getGPDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOnlyDateOrbit
Get absolute date widget.
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmEllipsoid
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmFrames
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmDataOrbit
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmFullOrbit
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmSimpleGeoOrbit
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmSimpleLeoOrbit
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.propagation.WidGtmPropagation
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTle
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesPeriod
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapCheck
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapList
Method to get the GtmTleGaps object corresponding to the data of the GUI
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompNoise
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompSingleTle
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmObjectData
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
getGtmObject(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
getGtmObject(Object...) - Method in interface fr.cnes.dynvol.gentleman.gui.input.WidGtmObject
Returns the data object associated to the widget.
getHa() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.GtmLeoSimpleOrbit
Method to get the apogee altitude.
getHp() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.GtmLeoSimpleOrbit
Method to get the perigee altitude.
getInc() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.AbstractGtmSimpleOrbit
Method to get the inclination of the orbit.
getIndex() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingMethods
 
getIndex() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingTypes
 
getIndex() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmGapEndDateType
 
getIndex() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseDistributionTypes
 
getIndex() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseTypes
 
getIndex() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitDataTypes
 
getIndex() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitTypes
 
getIndex() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmSeed
 
getIndex() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmVehicleDataTypes
 
getIndexes() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingMethods
Method to get the table of indexes.
getIndexes() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingTypes
Method to get the table of indexes.
getIndexes() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmGapEndDateType
Method to get the table of indexes.
getIndexes() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseDistributionTypes
Method to get the table of indexes.
getIndexes() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseTypes
Method to get the table of indexes.
getIndexes() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitDataTypes
Method to get the table of indexes.
getIndexes() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitTypes
Method to get the table of indexes.
getIndexes() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmSeed
Method to get the table of indexes.
getIndexes() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmVehicleDataTypes
Method to get the table of indexes.
getIndexMax() - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbStats
Method to get the index in the spacecraft list corresponding to the maximum difference
getIndexMin() - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbStats
Method to get the index in the spacecraft list corresponding to the minimum difference
getIniOrbit() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the initial orbit.
getIniVariables() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the list of variables of the first point of the ephemeris
getIntegData() - Method in class fr.cnes.dynvol.gentleman.calc.data.propagation.GtmPropagationData
Method to get the integrator data needed by PSIMU.
getLabel() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingMethods
 
getLabel() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingTypes
 
getLabel() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmGapEndDateType
 
getLabel() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseDistributionTypes
 
getLabel() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseTypes
 
getLabel() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitDataTypes
 
getLabel() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitTypes
 
getLabel() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmParamTypes
 
getLabel() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmSeed
 
getLabel() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmVehicleDataTypes
 
getLabels() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingMethods
Method to get the table of labels.
getLabels() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingTypes
Method to get the table of labels.
getLabels() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmGapEndDateType
Method to get the table of labels.
getLabels() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseDistributionTypes
Method to get the table of labels.
getLabels() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseTypes
Method to get the table of labels.
getLabels() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitDataTypes
Method to get the table of labels.
getLabels() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitTypes
Method to get the table of labels.
getLabels() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmSeed
Method to get the table of labels.
getLabels() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmVehicleDataTypes
Method to get the table of labels.
getLastBestMean() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the last mean value of error after optimization of the amount of points for fitting TLE
getLastBestNbPts() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the last best amount of points for fitting TLE
getLastBestStdDev() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the last standard deviation value of error after optimization of the amount of points for fitting TLE
getLastNbPts() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the last amount of points after fitting a single TLE
getLastNbPtsToCompare() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the last amount of points used for comparison
getLastVariables() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the list of variables of the last point of the ephemeris
getLaunchNumber() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Method to get the launch number
getLaunchPiece() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Method to get the launch piece
getLaunchYear() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Method to get the launch year
getListOfDates() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTlesDates
Method to get the list of dates for updating TLE
getListOfDates(GtmBestTlesPeriod, AbsoluteDate) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmDates
Static method to get a list of spacecraft states from a periodic TLE demand.
getListOfDorb() - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParamsSynthesis
Method to get the list of differences
getListOfEngines() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the list of engine characteristics.
getListOfManeuverDates(String, String) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmDates
Method to get list of maneuver dates.
getListOfTanks() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the list of tank characteristics.
getLoadedFileName() - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidPlots
Method to get the name of the file loaded to plot
getLongi() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.GtmGeoSimpleOrbit
Method to get the longitude vs ITRF of the orbit.
getLongName() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmCommandLineOpt
Get the long name of the option.
getManeuvers(MassProvider) - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the maneuvers sequence from the GUI.
getMassModel() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the mass model.
getMax() - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbStats
Method to get the maximum difference
getMaxIter() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
method to get the maximum amount of iterations
getMean() - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbStats
Method to get the mean difference
getMethod() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Method to get the type of method to use (Differential or LevenbergMarquardt)
getMin() - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbStats
Method to get the minimum difference
getMinDuration() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTlesDates
Method to get the minimum duration for updating TLE.
getMinDuration() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTlesPeriod
Method to get the minimum duration for updating TLE.
getName() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmCommandLineOpt
Get the name of the option.
getNbMaxForBest() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonDataBest
Method to get the maximum amount of points to find the optimum in the spacecraft list
getNbPts() - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParamsSynthesis
Method to get the amount of points used to fit the TLE
getNbPts() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmSingleTle
Method to get the amount of points in the spacecraft list
getNbPtsToCompareList() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the list of amount of points used for comparison
getNbToCompare() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTle
Method to get the amount of points to compute differences
getNoise() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get GtmTleNoise object including data for computing noise
getNoise() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompNoise
method to get the GtmTleNoise object corresponding to the data of the GUI
getNoise() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get GtmTleNoise object including data for computing noise
getNoisedTleList(List<TLE>) - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
 
getOption() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmCommandLineOpt
Return the configured option.
getOrbit() - Method in class fr.cnes.dynvol.gentleman.calc.data.orbit.AbstractGtmSimpleOrbit
Method to get the orbit.
getOrbit() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the initial orbit from the GUI.
getOrbitChoice() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
getOrbitChoice() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the orbit choice (LEO/GEO)
getOutput() - Method in class fr.cnes.dynvol.gentleman.calc.data.propagation.GtmPropagationData
Method to get the output configuration object needed by PSIMU.
getParam(GtmParamTypes) - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParams
Method to get one of the parameters defined by the Params list
getParam(GtmParamTypes) - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParamsSynthesis
Method to get one of the parameters defined by the Params list
getPeriod() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTlesPeriod
Method to get the period to update TLEs
getPosTol() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Method to get the position tolerance
getPosTol() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get the position precision (m)
getPropagationData() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the propagation data from the GUI.
getPsimu() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the PSIMU object (needed fo other getters)
getRevolutionNumberAtEpoch() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Method to get the revolution number at epoch of the first TLE
getSatNum() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Method to get the satellite number
getSimpleVehicle() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
Method to get the SimpleVehicle widget (needed for Observer pattern)
getSingleTleData() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get a TleSingleTle object including data for computing a single TLE.
getSingleTleData() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get a TleSingleTle object including data for computing a single TLE.
getSpacecraftStateList() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the list of S/C states
getStartDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapItem
Method to get the start date
getStdHighA() - Static method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Method to get the standard deviation of the noise on the semi-major axis for a high level of noise
getStdHighE() - Static method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Method to get the standard deviation of the noise on the eccentricity for a high level of noise
getStdHighI() - Static method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Method to get the standard deviation of the noise on the eccentricity for a high level of noise
getStdMediumA() - Static method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Method to get the standard deviation of the noise on the semi-major axis for a medium level of noise
getStdMediumE() - Static method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Method to get the standard deviation of the noise on the eccentricity for a medium level of noise
getStdMediumI() - Static method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Method to get the standard deviation of the noise on the eccentricity for a medium level of noise
getStdWeakA() - Static method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Method to get the standard deviation of the noise on the semi-major axis for a weak level of noise
getStdWeakE() - Static method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Method to get the standard deviation of the noise on the eccentricity for a weak level of noise
getStdWeakI() - Static method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Method to get the standard deviation of the noise on the inclination for a weak level of noise
getStoreDir() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Method to get the name of the directory where to store the TLE file
getTleObjectData() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the TLE object data from the GUI.
getTypeOfComputation() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get the type of computation selected
getTypeOfComputation() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the type of computation semlected
getUnit() - Method in enum fr.cnes.dynvol.gentleman.enums.GtmParamTypes
 
getVariables(int) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to get the list of variables with a given index in the ephemeris
getVehicle() - Method in class fr.cnes.dynvol.gentleman.calc.data.vehicle.GtmSimpleVehicle
Method to get the Vehicle object
getVehicle() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the vehicle characteristics from the GUI.
getWidDateChoice() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapItem
Method to get the choice to define the end date
getWidDates() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
Method to get list of dates widgets
getWidDuration() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapItem
Method to get the duration
getWidFirstDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTle
Method to get the first date widget
getWidFirstDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesPeriod
Method to get the first date widget
getWidFirstDate() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompSingleTle
Method to get the first date widget
getWidPlots() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the plots widget.
getWithGaps() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the flag to take into account gaps or not
getWithNoise() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get the flag to take into account noise or not
getWithNoise() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompNoise
Method to get the flag to take into account noise or not
getWithNoise() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Method to get the flag to take into account noise or not
GPForceModelsLocal - Class in fr.cnes.dynvol.gentleman.gui.input.forces
Class to override the GENOPUS GPForceModels one.
GPForceModelsLocal(String, GPEarthPotentialForceModel.AttractionModelsEnum, GPEarthPotentialForceModel.AttractionModelsEnum[], boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class fr.cnes.dynvol.gentleman.gui.input.forces.GPForceModelsLocal
Creates a new instance where the shown forces are customized.
GtmApp - Class in fr.cnes.dynvol.gentleman.main
Class to manage execution of the tool.
GtmArgException - Exception in fr.cnes.dynvol.gentleman.exceptions
Class defining exceptions when initializing data.
GtmArgException(String, Throwable) - Constructor for exception fr.cnes.dynvol.gentleman.exceptions.GtmArgException
Constructor for exception due to initialization.
GtmBatch - Class in fr.cnes.dynvol.gentleman.main
Class for the batch mode.
GtmBatch(String, String, String) - Constructor for class fr.cnes.dynvol.gentleman.main.GtmBatch
Constructor.
GtmBestTle - Class in fr.cnes.dynvol.gentleman.calc.data.tle
Class to define data for computing a single Tle with optimization.
GtmBestTle(AbsoluteDate, int, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTle
Constructor with only three arguments(other values taken by default).
GtmBestTle(AbsoluteDate, int, int, double, boolean, boolean, GtmBuildingMethods, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTle
Constructor with full arguments.
GtmBestTlesDates - Class in fr.cnes.dynvol.gentleman.calc.data.tle
Class defining data for computing best Tles with list of dates.
GtmBestTlesDates(List<AbsoluteDate>, double, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTlesDates
Constructor with only four arguments (other values taken by default).
GtmBestTlesDates(List<AbsoluteDate>, double, int, double, boolean, boolean, GtmBuildingMethods, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTlesDates
Constructor with full arguments.
GtmBestTlesPeriod - Class in fr.cnes.dynvol.gentleman.calc.data.tle
Class defining data for computing best periodic Tles.
GtmBestTlesPeriod(AbsoluteDate, double, boolean, double, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTlesPeriod
Constructor with only four arguments (other values taken by default).
GtmBestTlesPeriod(AbsoluteDate, double, boolean, double, int, double, boolean, boolean, GtmBuildingMethods, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTlesPeriod
Constructor with full arguments.
GtmBuilder - Class in fr.cnes.dynvol.gentleman.calc.tles
Class to define how to build TLEs from a spacecraft states list.
GtmBuilder(GtmObjectData, List<SpacecraftState>, List<AbsoluteDate>) - Constructor for class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Constructor.
GtmBuilder(GtmObjectData, List<SpacecraftState>) - Constructor for class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Constructor without list of maneuvers.
GtmBuildException - Exception in fr.cnes.dynvol.gentleman.exceptions.calc
Class defining exceptions when building a TLE.
GtmBuildException(String, Throwable) - Constructor for exception fr.cnes.dynvol.gentleman.exceptions.calc.GtmBuildException
Constructor for exception due to building TLE.
GtmBuildingMethods - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration for TLE building methods
GtmBuildingTypes - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration for types of TLE build.
GtmCommandLineOpt - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration of available options
GtmCommonData - Class in fr.cnes.dynvol.gentleman.calc.data.tle
Class defining common data for TLE computation.
GtmCommonData() - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Constructor without arguments (so, using by default values).
GtmCommonData(double, boolean, boolean, GtmBuildingMethods, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Constructor.
GtmCommonDataBest - Class in fr.cnes.dynvol.gentleman.calc.data.tle
Class to define common data for computing Tle(s) with optimization.
GtmCommonDataBest(int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonDataBest
Constructor with only two arguments (other values taken by default).
GtmCommonDataBest(int, double, boolean, boolean, GtmBuildingMethods, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonDataBest
Constructor with full arguments.
GtmCompare - Class in fr.cnes.dynvol.gentleman.calc.util
Class including static methods for Spacecraft states / TLE comparisons.
GtmConstants - Class in fr.cnes.dynvol.gentleman.calc.util
Utility class with common constants.
GtmDates - Class in fr.cnes.dynvol.gentleman.calc.util
Class including static methods for managing list of dates.
GtmDOrbParams - Class in fr.cnes.dynvol.gentleman.calc.data.dorb
Class including data about differences on some orbital parameters between a spacecraft state and a TLE.
GtmDOrbParams(AbsoluteDate, double, double, double, double, double, double, double, double) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParams
Constructor with arguments
GtmDOrbParamsSynthesis - Class in fr.cnes.dynvol.gentleman.calc.data.dorb
Class defining data for a synthesis of differences.
GtmDOrbParamsSynthesis() - Constructor for class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParamsSynthesis
Constructor.
GtmDOrbStats - Class in fr.cnes.dynvol.gentleman.calc.data.dorb
Class including data corresponding to statisticsfor differences on a given orbital parameter
GtmDOrbStats(int, int, double, double, double) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbStats
Constructor.
GtmGap - Class in fr.cnes.dynvol.gentleman.calc.util
Class including static methods to gap TLEs.
GtmGapEndDateType - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration for end date type for gaps.
GtmGeoPropagator - Class in fr.cnes.dynvol.gentleman.calc.propagation
Class allowing to numerically propagate a GEO orbit with maneuver sequence then to get corresponding TLEs.
GtmGeoPropagator() - Constructor for class fr.cnes.dynvol.gentleman.calc.propagation.GtmGeoPropagator
Constructor.
GtmGeoSimpleOrbit - Class in fr.cnes.dynvol.gentleman.calc.data.orbit
Class to define simple GEO orbits data.
GtmGeoSimpleOrbit(AbsoluteDate, double, double, double, double) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.orbit.GtmGeoSimpleOrbit
Constructor
GtmGuiException - Exception in fr.cnes.dynvol.gentleman.exceptions.gui
Class defining exceptions coming from GUI.
GtmGuiException(String, Throwable) - Constructor for exception fr.cnes.dynvol.gentleman.exceptions.gui.GtmGuiException
Constructor for exception due to GUI.
GtmInitException - Exception in fr.cnes.dynvol.gentleman.exceptions.calc
Class defining exceptions when initializing data.
GtmInitException(String, Throwable) - Constructor for exception fr.cnes.dynvol.gentleman.exceptions.calc.GtmInitException
Constructor for exception due to initialization.
GtmIO - Class in fr.cnes.dynvol.gentleman.calc.util
Class including static methods for printing or reading.
GtmLeoPropagator - Class in fr.cnes.dynvol.gentleman.calc.propagation
Example allowing to numerically propagate a LEO orbit with maneuver sequence then to get corresponding TLEs.
GtmLeoPropagator() - Constructor for class fr.cnes.dynvol.gentleman.calc.propagation.GtmLeoPropagator
Constructor.
GtmLeoSimpleOrbit - Class in fr.cnes.dynvol.gentleman.calc.data.orbit
Class to define simple LEO orbits data.
GtmLeoSimpleOrbit(AbsoluteDate, double, double, double) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.orbit.GtmLeoSimpleOrbit
Constructor
GtmLogger - Class in fr.cnes.dynvol.gentleman.calc.util
Class including static methods for loggers.
GtmNoise - Class in fr.cnes.dynvol.gentleman.calc.util
Class including static methods to noise TLEs.
GtmNoiseDistributionTypes - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration for types of noise distribution.
GtmNoiseException - Exception in fr.cnes.dynvol.gentleman.exceptions.calc
Class defining exceptions when noising Tles.
GtmNoiseException(String, Throwable) - Constructor for exception fr.cnes.dynvol.gentleman.exceptions.calc.GtmNoiseException
Constructor for exception due to noising TLE.
GtmNoiseTypes - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration for the level of noise.
GtmObjectData - Class in fr.cnes.dynvol.gentleman.calc.data.tle
Class to define how to build TLEs from a spacecraft states list.
GtmObjectData(String, int, char, int, int, String, int, int, String, boolean) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Constructor.
GtmOrbitDataTypes - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration for orbit data types
GtmOrbitTypes - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration for Orbit types
GtmParamTypes - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration for types of TLE build.
GtmPlotException - Exception in fr.cnes.dynvol.gentleman.exceptions.gui
Class defining exceptions when plotting data.
GtmPlotException(String, Throwable) - Constructor for exception fr.cnes.dynvol.gentleman.exceptions.gui.GtmPlotException
Constructor for exception due to plots.
GtmPrintException - Exception in fr.cnes.dynvol.gentleman.exceptions.gui
Class defining exceptions coming when printing results.
GtmPrintException(String, Throwable) - Constructor for exception fr.cnes.dynvol.gentleman.exceptions.gui.GtmPrintException
Constructor for exception coming when printing results.
GtmPropagationData - Class in fr.cnes.dynvol.gentleman.calc.data.propagation
Class defining integrator data.
GtmPropagationData(double, double, double, double, double, double, double, double) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.propagation.GtmPropagationData
Constructor.
GtmPropException - Exception in fr.cnes.dynvol.gentleman.exceptions.calc
Class defining exceptions when propagating a trajectory.
GtmPropException(String, Throwable) - Constructor for exception fr.cnes.dynvol.gentleman.exceptions.calc.GtmPropException
Constructor for exception due to propagation.
GtmSeed - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration for seeds.
GtmSimpleForces - Class in fr.cnes.dynvol.gentleman.calc.data.forces
Class to define more simply a forces models objects.
GtmSimpleForces(int, int, boolean, boolean, boolean, boolean, boolean, Assembly, ExtendedOneAxisEllipsoid) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.forces.GtmSimpleForces
Constructor.
GtmSimpleVehicle - Class in fr.cnes.dynvol.gentleman.calc.data.vehicle
Class to define more simply a vehicle (a main shape as a sphere, only one tank and one engine, ...).
GtmSimpleVehicle(double, double, double, double, double, double, double, double, double) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.vehicle.GtmSimpleVehicle
Constructor with aerodynamic properties.
GtmSimpleVehicle(double, double, double, double, double, double, double, double) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.vehicle.GtmSimpleVehicle
Constructor without aerodynamic properties.
GtmSingleTle - Class in fr.cnes.dynvol.gentleman.calc.data.tle
Class to define data for computing a single Tle without optimization.
GtmSingleTle(AbsoluteDate, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmSingleTle
Constructor with only two arguments (other values taken by default).
GtmSingleTle(AbsoluteDate, int, double, boolean, boolean, GtmBuildingMethods, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmSingleTle
Constructor with full arguments.
GtmTleGaps - Class in fr.cnes.dynvol.gentleman.calc.data.tle
Class defining data for computing gaps with list of start and end dates.
GtmTleGaps(List<AbsoluteDate>, List<AbsoluteDate>) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleGaps
Constructor using fields.
GtmTleNoise - Class in fr.cnes.dynvol.gentleman.calc.data.tle
Class to compute noise on the semi-major axis of a given TLE
GtmTleNoise(GtmNoiseTypes, GtmNoiseDistributionTypes) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Constructor.
GtmTleNoise(GtmNoiseTypes, GtmNoiseDistributionTypes, GtmSeed, double, double, double, int) - Constructor for class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Constructor with full arguments
GtmUncaughtException - Class in fr.cnes.dynvol.gentleman.exceptions.gui
Specific tool exception (GENIUS need).
GtmUncaughtException() - Constructor for class fr.cnes.dynvol.gentleman.exceptions.gui.GtmUncaughtException
 
GtmVehicleDataTypes - Enum in fr.cnes.dynvol.gentleman.enums
Enumeration for vehicle data types

H

HOUR - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Amount of seconds in a hour

I

inc - Variable in class fr.cnes.dynvol.gentleman.calc.data.orbit.AbstractGtmSimpleOrbit
Inclination (rad)
INI_FILE_PREFIX - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Prefix for context file names
INI_FILE_SUFFIX - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Suffix for context file names
iniLog4j(String, boolean) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmLogger
Static method to initialize Log4j
iniOrbit - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Initial orbit
integData - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Integrator data
isAbsoluteValues() - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParamsSynthesis
Method to know if there is absolute values (false fefore V1.2)
isFlagMan() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTlesPeriod
Method to know if maneuvers are taken into account
isGaps() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Method to get the flag to take into account gaps or not
isGaps() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapCheck
Method to get the flag to take into account gaps or not
isHierarchical() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmObjectData
Method to know which kind of organization to store TLe (flat or hierarchical)
isPositionOnly() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Method to know if criteria only in position is selected.
isPositionOnly() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get if the criteria is only on position
isTleBetweenStartAndEnd(TLE, AbsoluteDate, AbsoluteDate) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmGap
Method to check if a tle is in between two dates.
isWithBStar() - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Method to know if BStar is used.
isWithBStar() - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to get if the drag is taken into account (via Bstar parameter)

L

listOfevents - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
List of events
LOCAL_DIR - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Local dir
LOG_FILE_PREFIX - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Prefix for log file names
LOG_FILE_SUFFIX - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Suffix for log file names
LOGGER - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Logger of the application
LOGGER - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmIO
Logger of the application
LOGGER - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmLogger
Logger of the application
LOGGER - Static variable in class fr.cnes.dynvol.gentleman.main.GtmApp
Logger of the application

M

main(String[]) - Static method in class fr.cnes.dynvol.gentleman.main.GtmApp
Main method
maneuverSequence - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Maneuvers sequence
massModel - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Mass model (from the Assembly)
maxIter - Variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Maximum number of iterations for fitting
meanMotionToSma(double) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmNoise
Method to turn mean motion into semi-major axis
method - Variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Type of method to use (Differential or LevenbergMarquardt)
MU - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
By default MU value

N

NAME - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
SW name
NAME_ENGINE - Static variable in class fr.cnes.dynvol.gentleman.calc.data.vehicle.GtmSimpleVehicle
By default name of the single engine
NAME_TANK - Static variable in class fr.cnes.dynvol.gentleman.calc.data.vehicle.GtmSimpleVehicle
By default name of the single tank
nbMaxForBest - Variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonDataBest
Maximum amount of points to find the optimum
nbToCompare - Variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmBestTle
Amount of points to compute differences
notify(Object, Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.forces.GPForceModelsLocal
 
notify(Object, Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
notify(Object, Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
 
notify(Object, Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
 
notify(Object, Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
notifyObservers(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmEllipsoid
 
notifyObservers(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.forces.GPForceModelsLocal
 
notifyObservers(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
notifyObservers(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
notifyObservers(Object...) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 

O

orbit - Variable in class fr.cnes.dynvol.gentleman.calc.data.orbit.AbstractGtmSimpleOrbit
Initial orbit
output - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Output configuration

P

PATH_WIDTH - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmConstants
Width of the input area for file or directory name
positionOnly - Variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Only position precision research if true
posTol - Variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Position precision (m)
PREF - Static variable in class fr.cnes.dynvol.gentleman.calc.data.forces.GtmSimpleForces
Solar radiative pressure constant
printConsole(GtmObjectData, List<TLE>) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmIO
Private method to print results on console.
printResultsInFile(String, List<GtmDOrbParamsSynthesis>) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmIO
Method to print results (differences on orbital parameters and amount of points) in a MADONA like file.
printResultsInFile(String, List<GtmDOrbParamsSynthesis>, boolean) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmIO
Method to print results (differences on orbital parameters and amount of points) in a MADONA like file.
printTleInFile(boolean, GtmObjectData, List<TLE>, String) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmIO
Private method to print TLEs in file.
propagate() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to propagate the trajectory using PSIMU
propagate() - Method in class fr.cnes.dynvol.gentleman.main.GtmBatch
Method used to propagate and so, ceate a spececraft list.
psimu - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
PSIMU object

R

read() - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmEllipsoid
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmFrames
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmDataOrbit
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmFullOrbit
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOnlyDateOrbit
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.propagation.WidGtmPropagation
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTle
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesPeriod
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapCheck
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapItem
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapList
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompNoise
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompSingleTle
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmObjectData
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
read() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Overriding the read method.
readDiffInFile(String) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmIO
Method to read differences on orbital parameters in a MADONA like file
registerObserver(GObserver) - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmEllipsoid
 
registerObserver(GObserver) - Method in class fr.cnes.dynvol.gentleman.gui.input.forces.GPForceModelsLocal
 
registerObserver(GObserver) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
registerObserver(GObserver) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
registerObserver(GObserver) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
REQ - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
By default REQ value
resetData() - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidDiffPlot
Method to reset data
resetData() - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidPlots
Method to reset data

S

saveFilesManagement() - Method in class fr.cnes.dynvol.gentleman.gui.main.WidGtm
 
SEED_EPSILON - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Default seed of rngEpsilon
setAbsoluteValues(boolean) - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParamsSynthesis
Method to tell if there are absolute values or not (before V1.2).
setAttitude(AttitudeLaw) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to initialize attitude laws
setCurrentDateInterval(GPDateInterval) - Method in class fr.cnes.dynvol.gentleman.gui.input.date.WidGtmDate
Method to set the current date interval
setDefaultAttitude() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to initialize default attitude law
setDefaultAttitude() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.GtmGeoPropagator
Method to initialized attitude laws
setDefaultAttitude() - Method in class fr.cnes.dynvol.gentleman.calc.propagation.GtmLeoPropagator
Method to initialize default attitude law
setEllipsoid(ExtendedOneAxisEllipsoid) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to initialize the WGS 84 Earth ellipsoid
setEllipsoid(ExtendedOneAxisEllipsoid) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
Setting a new ellipsoid
setEvents(List<CustomEventDetector>) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to initialize the list of events.
setForces(ForceModelsData) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to initialize the forces models
setFramesConfiguration(FramesConfiguration) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to set the frames configuration
setIniOrbit(Orbit) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Initial orbit initialization with a complete Orbit object
setManeuvers(CustomManeuverSequence) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to initialize the sequence of maneuvers (up to now, empty).
setMaxIter(int) - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Method to set the maximum amount of iterations.
setMethod(GtmBuildingMethods) - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Method to set the TLE method.
setNbPts(int) - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParamsSynthesis
Method to set the amount of points used to fit the TLE
setOutputDir(String) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to set the output directory.
setParam(GtmParamTypes, GtmDOrbStats) - Method in class fr.cnes.dynvol.gentleman.calc.data.dorb.GtmDOrbParamsSynthesis
Method to set one of the parameters defined by the Params list
setPositionOnly(boolean) - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Method to set the criteria "only in position".
setPositionOnly(boolean) - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to set the criteria on position
setPosTol(double) - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Method to set the position tolerance.
setPosTol(double) - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to set the position precision (m)
setPropagationData(double, double) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to initialize the numerical integration data only with duration and output step.
setPropagationData(GtmPropagationData) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Method to initialize the numerical integration data with full data.
setPropagationData(double, double) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.GtmGeoPropagator
Method to initialize the numerical integration data.
setPropagationData(double, double) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.GtmLeoPropagator
Method to initialize the numerical integration data.
setVehicle(Vehicle) - Method in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Vehicle initialization with a complete Vehicle object
setWithBStar(boolean) - Method in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Method to set the criteria "using BStar".
setWithBStar(boolean) - Method in class fr.cnes.dynvol.gentleman.calc.tles.GtmBuilder
Method to set if the drag is taken into account (via Bstar parameter)
smaToMeanMotion(double) - Static method in class fr.cnes.dynvol.gentleman.calc.util.GtmNoise
Method to turn semi-major axis into mean motion
SPAN_INF - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmConstants
When we want to span all the cells ...
SQL_FILE_PREFIX - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Prefix for Sqlite file names
SQL_FILE_SUFFIX - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Suffix for Sqlite file names
STD_HIGH_A - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Standard deviation for high noise on semi-major axis (m)
STD_HIGH_E - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Standard deviation for high noise on eccentricity
STD_HIGH_I - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Standard deviation for high noise on inclination (rad)
STD_MEDIUM_A - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Standard deviation for medium noise on semi-major axis (m)
STD_MEDIUM_E - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Standard deviation for medium noise on eccentricity
STD_MEDIUM_I - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Standard deviation for medium noise on inclination (rad)
STD_WEAK_A - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Standard deviation for weak noise on semi-major axis (m)
STD_WEAK_E - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Standard deviation for weak noise on eccentricity
STD_WEAK_I - Static variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmTleNoise
Standard deviation for weak noise on inclination (rad)
STR_DEG - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
"deg" String
STR_KM - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
"km" String
sun - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Sun ephemeris

T

TO_KM - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
To convert from m to km
TO_M - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
To convert from km to m
TOL_ABS_MAS - Static variable in class fr.cnes.dynvol.gentleman.calc.data.propagation.GtmPropagationData
Absolute tolerance on velocity
TOL_DATE - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Tolerance on dates difference in seconds
TOL_REL_MAS - Static variable in class fr.cnes.dynvol.gentleman.calc.data.propagation.GtmPropagationData
Relative tolerance on velocity
TOOL_NAME - Static variable in class fr.cnes.dynvol.gentleman.gui.main.WidGtm
Tool name
TXT_FILE_SUFFIX - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Suffix for text file names

U

uncaughtException(Throwable) - Method in class fr.cnes.dynvol.gentleman.exceptions.gui.GtmUncaughtException
Method sending a log.
UNITS_ACCELERATION - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for acceleration
UNITS_ANGLE - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for angle
UNITS_ANGULAR_ROTATION - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for angular rotation
UNITS_BALLISTIC_COEF - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for ballistic coefficient
UNITS_DENSITY - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for density
UNITS_DISTANCE - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for distance
UNITS_DURATION - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for duration
UNITS_FORCE - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for force
UNITS_GRAV - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for gravitational constant
UNITS_INV_BALLISTIC_COEF - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for inverse of ballistic coefficient
UNITS_MASS - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for mass
UNITS_METERS - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for meters only
UNITS_METERS_PER_S - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for meters per seconds only
UNITS_PERCENTAGE - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for percentages
UNITS_SECONDS - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for seconds only
UNITS_SURFACE - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for surface
UNITS_VELOCITY - Static variable in class fr.cnes.dynvol.gentleman.gui.util.WidGtmUnits
List of units for velocity
unregisterObserver(GObserver) - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmEllipsoid
 
unregisterObserver(GObserver) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
unregisterObserver(GObserver) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
unregisterObserver(GObserver) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmEllipsoid
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmFrames
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmDataOrbit
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmFullOrbit
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmSimpleGeoOrbit
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmSimpleLeoOrbit
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.propagation.WidGtmPropagation
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTle
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesPeriod
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapItem
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapList
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompNoise
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompSingleTle
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmObjectData
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
updateCondensedStatus(GCondensedStatus) - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
updateData(List<GtmDOrbParamsSynthesis>) - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidDiffPlot
Method to update data with a list of synthesis objects.
updateData(GtmDOrbParamsSynthesis) - Method in class fr.cnes.dynvol.gentleman.gui.plots.WidDiffPlot
Method to update data with a single synthesis object.
UTC - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
UTC time scale

V

valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmCommandLineOpt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmGapEndDateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseDistributionTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitDataTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmParamTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmSeed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmVehicleDataTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmBuildingTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmCommandLineOpt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmGapEndDateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseDistributionTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmNoiseTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitDataTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmOrbitTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmParamTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmSeed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum fr.cnes.dynvol.gentleman.enums.GtmVehicleDataTypes
Returns an array containing the constants of this enum type, in the order they are declared.
VDATE - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Version date
vehicle - Variable in class fr.cnes.dynvol.gentleman.calc.propagation.AbstractGtmPropagator
Vehicle characteristics
VNUM - Static variable in class fr.cnes.dynvol.gentleman.calc.util.GtmConstants
Version number

W

widDate - Variable in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOnlyDateOrbit
Date widget
WidDiffPlot - Class in fr.cnes.dynvol.gentleman.gui.plots
Class to define a specific difference plot.
WidDiffPlot(GtmParamTypes, GtmParamTypes) - Constructor for class fr.cnes.dynvol.gentleman.gui.plots.WidDiffPlot
Constructor.
WidGtm - Class in fr.cnes.dynvol.gentleman.gui.main
main class for GUI.
WidGtm() - Constructor for class fr.cnes.dynvol.gentleman.gui.main.WidGtm
Constructor.
WidGtmComp - Class in fr.cnes.dynvol.gentleman.gui.input.tle
Class for TLE computation data
WidGtmComp() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
Constructor.
WidGtmCompBestTle - Class in fr.cnes.dynvol.gentleman.gui.input.tle
Class to define best TLE computation data
WidGtmCompBestTle() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTle
Constructor.
WidGtmCompBestTlesDates - Class in fr.cnes.dynvol.gentleman.gui.input.tle
Class to define best TLEs with dates computation data
WidGtmCompBestTlesDates() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
Constructor.
WidGtmCompBestTlesPeriod - Class in fr.cnes.dynvol.gentleman.gui.input.tle
Class to define best periodic TLEs computation data
WidGtmCompBestTlesPeriod() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesPeriod
Constructor.
WidGtmCompGapCheck - Class in fr.cnes.dynvol.gentleman.gui.input.tle
Class defining if computing gaps.
WidGtmCompGapCheck() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapCheck
Constructor.
WidGtmCompGapItem - Class in fr.cnes.dynvol.gentleman.gui.input.tle
Class to define gap item of the GComponentList
WidGtmCompGapItem() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapItem
Constructor.
WidGtmCompGapList - Class in fr.cnes.dynvol.gentleman.gui.input.tle
Class defining data for computing gaps with list of start and end dates.
WidGtmCompGapList() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapList
Constructor.
WidGtmCompNoise - Class in fr.cnes.dynvol.gentleman.gui.input.tle
Class to define noise data
WidGtmCompNoise() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompNoise
Constructor.
WidGtmCompSingleTle - Class in fr.cnes.dynvol.gentleman.gui.input.tle
Class to define single TLE computation data
WidGtmCompSingleTle() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompSingleTle
Constructor.
WidGtmConstants - Class in fr.cnes.dynvol.gentleman.gui.util
Class containing CRASH GUI constants.
WidGtmDataOrbit<T extends WidGtmOnlyDateOrbit> - Class in fr.cnes.dynvol.gentleman.gui.input.orbit
Class to define the orbit data.
WidGtmDataOrbit(T) - Constructor for class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmDataOrbit
Constructor.
WidGtmDataPanel - Class in fr.cnes.dynvol.gentleman.gui.main
Class regrouping all data/main widgets that will be set in Tabbed panes.
WidGtmDataPanel() - Constructor for class fr.cnes.dynvol.gentleman.gui.main.WidGtmDataPanel
Constructor.
WidGtmDate - Class in fr.cnes.dynvol.gentleman.gui.input.date
Class to encapsulate GPAbsoluteDate mainly to include it in a GComponentList.
WidGtmDate() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.date.WidGtmDate
Constructor (used for GComponentList).
WidGtmDate(String) - Constructor for class fr.cnes.dynvol.gentleman.gui.input.date.WidGtmDate
Constructor.
WidGtmEllipsoid - Class in fr.cnes.dynvol.gentleman.gui.input.earth
Class to encapsulate the GPOneAxisEllipsoid GContainer in a GPanel.
WidGtmEllipsoid() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmEllipsoid
Constructor.
WidGtmFrames - Class in fr.cnes.dynvol.gentleman.gui.input.earth
Class to encapsulate the WidTleFrames GContainer in a GPanel.
WidGtmFrames() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmFrames
Constructor.
WidGtmFullOrbit - Class in fr.cnes.dynvol.gentleman.gui.input.orbit
Class to encapsulate a GENOPUS GPOrbit.
WidGtmFullOrbit() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmFullOrbit
Constructor.
WidGtmFullVehicle - Class in fr.cnes.dynvol.gentleman.gui.input.vehicle
Class to encapsulate a GENOPUS GPVehicle.
WidGtmFullVehicle() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
Constructor.
WidGtmObject<T> - Interface in fr.cnes.dynvol.gentleman.gui.input
Interface allowing to build an object linked to its widget object
WidGtmObjectData - Class in fr.cnes.dynvol.gentleman.gui.input.tle
Class to define TLE characteristics.
WidGtmObjectData() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmObjectData
Constructor.
WidGtmOnlyDateOrbit - Class in fr.cnes.dynvol.gentleman.gui.input.orbit
Class to define at least a date widget for orbits widget.
WidGtmOnlyDateOrbit() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOnlyDateOrbit
Constructor.
WidGtmOrbit - Class in fr.cnes.dynvol.gentleman.gui.input.orbit
Class to define the initial orbit widget.
WidGtmOrbit() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
Constructor.
WidGtmPropagation - Class in fr.cnes.dynvol.gentleman.gui.input.propagation
Class defining the propagaiton data widget.
WidGtmPropagation() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.propagation.WidGtmPropagation
Constructor.
WidGtmSimpleGeoOrbit - Class in fr.cnes.dynvol.gentleman.gui.input.orbit
Class to define simple data for GEO orbits.
WidGtmSimpleGeoOrbit() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmSimpleGeoOrbit
Constructor.
WidGtmSimpleLeoOrbit - Class in fr.cnes.dynvol.gentleman.gui.input.orbit
Class to define simple data for LEO orbits.
WidGtmSimpleLeoOrbit() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmSimpleLeoOrbit
Constructor.
WidGtmSimpleVehicle - Class in fr.cnes.dynvol.gentleman.gui.input.vehicle
Class to define a simple vehicle.
WidGtmSimpleVehicle() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
Constructor.
WidGtmUnits - Class in fr.cnes.dynvol.gentleman.gui.util
Class containing static tables of units.
WidGtmVehicle - Class in fr.cnes.dynvol.gentleman.gui.input.vehicle
Class to define the vehicle widget.
WidGtmVehicle() - Constructor for class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
Constructor.
WidPlots - Class in fr.cnes.dynvol.gentleman.gui.plots
Class to manage plots.
WidPlots() - Constructor for class fr.cnes.dynvol.gentleman.gui.plots.WidPlots
Constructor.
withBStar - Variable in class fr.cnes.dynvol.gentleman.calc.data.tle.GtmCommonData
Using drag evaluation if true
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmEllipsoid
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.earth.WidGtmFrames
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmDataOrbit
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmFullOrbit
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOnlyDateOrbit
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.orbit.WidGtmOrbit
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.propagation.WidGtmPropagation
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmComp
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTle
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesDates
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompBestTlesPeriod
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapCheck
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapItem
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompGapList
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompNoise
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmCompSingleTle
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.tle.WidGtmObjectData
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmFullVehicle
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmSimpleVehicle
 
write() - Method in class fr.cnes.dynvol.gentleman.gui.input.vehicle.WidGtmVehicle
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.