public enum MeanOrbitPropagationModel extends Enum<MeanOrbitPropagationModel>
| Enum Constant and Description |
|---|
ECKSTEIN_HECHLER
Eckstein-Hechler.
|
LYDDANE_LONG_PERIOD
Lyddane long period.
|
LYDDANE_SECULAR
Lyddane secular.
|
| Modifier and Type | Method and Description |
|---|---|
abstract fr.cnes.sirius.patrius.propagation.MeanOsculatingElementsProvider |
buildModel(fr.cnes.sirius.patrius.orbits.Orbit meanOrbit,
double req,
double mu,
double j2,
double j3,
double j4,
double j5,
double j6,
fr.cnes.sirius.patrius.propagation.ParametersType parametersType)
Build PATRIUS mean orbit propagation model.
|
static MeanOrbitPropagationModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeanOrbitPropagationModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeanOrbitPropagationModel LYDDANE_SECULAR
public static final MeanOrbitPropagationModel LYDDANE_LONG_PERIOD
public static final MeanOrbitPropagationModel ECKSTEIN_HECHLER
public static MeanOrbitPropagationModel[] values()
for (MeanOrbitPropagationModel c : MeanOrbitPropagationModel.values()) System.out.println(c);
public static MeanOrbitPropagationModel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract fr.cnes.sirius.patrius.propagation.MeanOsculatingElementsProvider buildModel(fr.cnes.sirius.patrius.orbits.Orbit meanOrbit,
double req,
double mu,
double j2,
double j3,
double j4,
double j5,
double j6,
fr.cnes.sirius.patrius.propagation.ParametersType parametersType)
throws fr.cnes.sirius.patrius.utils.exception.PatriusException
meanOrbit - mean orbitreq - Earth equatorial radiusmu - Earth muj2 - Earth potential J2j3 - Earth potential J3j4 - Earth potential J4j5 - Earth potential J5j6 - Earth potential J6parametersType - parameters typefr.cnes.sirius.patrius.utils.exception.PatriusException - thrown if conversion failedCopyright © 2025. All rights reserved.