public class OrbitLifetimeResults extends Object
Status
(get
/ set
) to
see whether one of the limit conditions was met before finishing the calculation.
In that case, the DateOfDecay
(get
/ set
) will be equal to the ReferenceEpoch
(get
/ set
),
indicating an unknown decay date.Constructor and Description |
---|
OrbitLifetimeResults() |
Modifier and Type | Method and Description |
---|---|
JulianDate |
getDateOfDecay()
|
List<LifetimeElements> |
getElements()
Gets the list of mean element sets for the successive orbit passes.
|
ReferenceFrame |
getPropagationFrame()
Gets the frame in which the time history of the orbit was propagated.
|
JulianDate |
getReferenceEpoch()
Gets the reference time at which the orbit lifetime calculation started.
|
int |
getRevolutionCount()
|
LifetimeCalculationStatus |
getStatus()
Gets the status indicating whether the orbit has decayed or
whether the calculation finished without finding any decay.
|
void |
setDateOfDecay(JulianDate value)
|
void |
setElements(List<LifetimeElements> value)
Sets the list of mean element sets for the successive orbit passes.
|
void |
setPropagationFrame(ReferenceFrame value)
Sets the frame in which the time history of the orbit was propagated.
|
void |
setReferenceEpoch(JulianDate value)
Sets the reference time at which the orbit lifetime calculation started.
|
void |
setRevolutionCount(int value)
|
void |
setStatus(LifetimeCalculationStatus value)
Sets the status indicating whether the orbit has decayed or
whether the calculation finished without finding any decay.
|
@Nonnull public final LifetimeCalculationStatus getStatus()
public final void setStatus(@Nonnull LifetimeCalculationStatus value)
public final int getRevolutionCount()
public final void setRevolutionCount(int value)
@Nonnull public final JulianDate getReferenceEpoch()
public final void setReferenceEpoch(@Nonnull JulianDate value)
@Nonnull public final JulianDate getDateOfDecay()
public final void setDateOfDecay(@Nonnull JulianDate value)
public final ReferenceFrame getPropagationFrame()
public final void setPropagationFrame(ReferenceFrame value)
public final List<LifetimeElements> getElements()
public final void setElements(List<LifetimeElements> value)