public class StreamingCpfWriter.Segment extends Object implements OrekitFixedStepHandler
Modifier and Type | Method and Description |
---|---|
void |
finish(SpacecraftState finalState)
完成传播。
|
void |
handleStep(SpacecraftState currentState)
处理当前步骤。
|
void |
writeEphemerisLine(TimeStampedPVCoordinates pv)
写星历线。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init
public void handleStep(SpacecraftState currentState)
handleStep
在接口 OrekitFixedStepHandler
currentState
- 步长时间的当前状态
public void finish(SpacecraftState finalState)
finish
在接口 OrekitFixedStepHandler
finalState
- 传播结束时的状态
public void writeEphemerisLine(TimeStampedPVCoordinates pv) throws IOException
如果velocityFlag
等于true,则同时写入位置和速度记录。否则,仅使用位置数据。
pv
- 要写入的时间、位置和速度。
IOException
- 如果输出流在写入时抛出异常。
Copyright © 2002-2023 CS GROUP. All rights reserved.