| Package | Description |
|---|---|
| fr.cnes.dynvol.gentleman.calc.data.tle |
Package linked to TLE data.
|
| fr.cnes.dynvol.gentleman.enums |
Enums used for GUI only.
|
| Modifier and Type | Field and Description |
|---|---|
protected GtmBuildingMethods |
GtmCommonData.method
Type of method to use (Differential or LevenbergMarquardt)
|
| Modifier and Type | Method and Description |
|---|---|
GtmBuildingMethods |
GtmCommonData.getMethod()
Method to get the type of method to use (Differential or LevenbergMarquardt)
|
| Modifier and Type | Method and Description |
|---|---|
void |
GtmCommonData.setMethod(GtmBuildingMethods type)
Method to set the TLE method.
|
| Constructor and Description |
|---|
GtmBestTle(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
int nbMaxForBest,
int nbToCompare,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
Constructor with full arguments.
|
GtmBestTlesDates(List<fr.cnes.sirius.patrius.time.AbsoluteDate> listOfDates,
double minDuration,
int nbMaxForBest,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
Constructor with full arguments.
|
GtmBestTlesPeriod(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
double period,
boolean flagMan,
double minDuration,
int nbMaxForBest,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
Constructor with full arguments.
|
GtmCommonData(double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
Constructor.
|
GtmCommonDataBest(int nbMaxForBest,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
Constructor with full arguments.
|
GtmSingleTle(fr.cnes.sirius.patrius.time.AbsoluteDate firstDate,
int nbPts,
double posTol,
boolean positionOnly,
boolean withBStar,
GtmBuildingMethods type,
int maxIter)
Constructor with full arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static GtmBuildingMethods |
GtmBuildingMethods.getEnum(int index) |
static GtmBuildingMethods |
GtmBuildingMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GtmBuildingMethods[] |
GtmBuildingMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.