46 const TimePoint& getTime()
const {
return time_; }
47 double getSMA()
const {
return modOrbElem_.getSMA(); }
48 double getEcc()
const {
return modOrbElem_.getEcc(); }
49 double getInc()
const {
return modOrbElem_.getInc(); }
50 double getRAAN()
const {
return modOrbElem_.getRAAN(); }
51 double getArgPeri()
const {
return modOrbElem_.getArgPeri(); }
52 double getTrueAnomaly()
const {
return modOrbElem_.getTrueAnomaly(); }
53 double getMeanAnomaly()
const {
return modOrbElem_.getMeanAnomaly(); }
54 double getEccAnomaly()
const {
return modOrbElem_.getEccAnomaly(); }
55 double getArgLat()
const {
return modOrbElem_.getArgLat(); }
56 double getApoAlt()
const {
return modOrbElem_.getApoAlt(bodyRadius_); }
57 double getApoRad()
const {
return modOrbElem_.getApoRad(); }
58 double getPeriAlt()
const {
return modOrbElem_.getPeriAlt(bodyRadius_); }
59 double getPeriRad()
const {
return modOrbElem_.getPeriRad(); }
60 double getMeanMotion()
const {
return modOrbElem_.getMeanMotion(gm_); }
62 double getTimePastAscNode()
const {
return modOrbElem_.getTimePastAscNode(gm_); }
63 double getTimePastPeri()
const {
return modOrbElem_.getTimePastPeri(gm_); }
64 double getPeriod()
const {
return modOrbElem_.getPeriod(gm_); }
65 double getLongitudeOfPeri()
const {
return modOrbElem_.getLongitudeOfPeri(); }
66 double getMeanLongitude()
const {
return modOrbElem_.getMeanLongitude(); }