public class PsimuPropagationData extends Object
| Constructor and Description |
|---|
PsimuPropagationData(org.orekit.time.AbsoluteDate finalDate,
org.orekit.frames.Frame propagationFrame,
double stopAltitude)
Creates a new instance defined by final date.
|
PsimuPropagationData(double duration,
org.orekit.frames.Frame propagationFrame,
double stopAltitude)
Creates a new instance defined by duration.
|
| Modifier and Type | Method and Description |
|---|---|
org.orekit.time.AbsoluteDate |
getPropagationFinalDate(org.orekit.time.AbsoluteDate date0)
Get final propagation date.
|
org.orekit.frames.Frame |
getPropagationFrame()
Get the propagation frame.
|
double |
getStopAltitude()
Get the stop altitude.
|
public PsimuPropagationData(double duration,
org.orekit.frames.Frame propagationFrame,
double stopAltitude)
throws PsimuException
duration - propagation durationpropagationFrame - propagation framestopAltitude - the propagation is stopped when this altitude is reached (m)PsimuException - if propagation frame is not givenpublic PsimuPropagationData(org.orekit.time.AbsoluteDate finalDate,
org.orekit.frames.Frame propagationFrame,
double stopAltitude)
throws PsimuException
finalDate - the final datepropagationFrame - propagation framestopAltitude - the propagation is stopped when this altitude is reached (m)PsimuException - if inputs are wrongly givenpublic org.orekit.time.AbsoluteDate getPropagationFinalDate(org.orekit.time.AbsoluteDate date0)
throws PsimuException
date0 - the initial date (it might be null if propagation is defined by final date)PsimuException - psimu exceptionpublic org.orekit.frames.Frame getPropagationFrame()
public double getStopAltitude()
Copyright © 2017. All rights reserved.