public class GtmDOrbParams extends Object
| Constructor and Description |
|---|
GtmDOrbParams(fr.cnes.sirius.patrius.time.AbsoluteDate date,
double sma,
double ecc,
double inc,
double lon,
double da,
double de,
double di,
double dl)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
fr.cnes.sirius.patrius.time.AbsoluteDate |
getDate()
Method to get the date of the original orbital parameters
|
double |
getParam(GtmParamTypes param)
Method to get one of the parameters defined by the Params list
|
public GtmDOrbParams(fr.cnes.sirius.patrius.time.AbsoluteDate date,
double sma,
double ecc,
double inc,
double lon,
double da,
double de,
double di,
double dl)
date - Date of the initial orbital parameterssma - Semi major axis (m)ecc - Eccentricityinc - Inclination (rad)lon - "Longitude" (rad)da - Difference on the semi major axis (m)de - Difference on the eccentricitydi - Difference on the inclination (rad)dl - Difference on the "longitude" (rad)public fr.cnes.sirius.patrius.time.AbsoluteDate getDate()
public double getParam(GtmParamTypes param)
param - type of parameterCopyright © 2022. All rights reserved.