public class StreamingCpfWriter.Segment extends Object implements OrekitFixedStepHandler
| Modifier and Type | Method and Description |
|---|---|
void |
finish(SpacecraftState finalState)
Finalize propagation.
|
void |
handleStep(SpacecraftState currentState)
Handle the current step.
|
void |
writeEphemerisLine(TimeStampedPVCoordinates pv)
Write a single ephemeris line This method does not
write the velocity terms.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic void handleStep(SpacecraftState currentState)
handleStep in interface OrekitFixedStepHandlercurrentState - current state at step timepublic void finish(SpacecraftState finalState)
finish in interface OrekitFixedStepHandlerfinalState - state at propagation endpublic void writeEphemerisLine(TimeStampedPVCoordinates pv) throws IOException
pv - the time, position, and velocity to write.IOException - if the output stream throws one while writing.Copyright © 2002-2021 CS GROUP. All rights reserved.