public class StreamingCpfWriter.Segment extends Object implements OrekitFixedStepHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleStep(SpacecraftState currentState,
boolean isLast)
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, boolean isLast)
handleStep in interface OrekitFixedStepHandlercurrentState - current state at step timeisLast - if true, this is the last integration steppublic 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-2020 CS GROUP. All rights reserved.