public class CssiSpaceWeatherDataLoader extends AbstractSolarActivityDataLoader<CssiSpaceWeatherDataLoader.LineParameters>
CssiSpaceWeatherData
类。
数据通过CSSI/AGI提供的空间天气文件检索。可以在 AGI 的 FTP 上检索数据。该文件根据 Celestrak 空间天气数据文档 中提到的多个来源多次更新。
Modifier and Type | Class and Description |
---|---|
static class |
CssiSpaceWeatherDataLoader.LineParameters
太阳活动指数的容器类。
|
Constructor and Description |
---|
CssiSpaceWeatherDataLoader(TimeScale utc)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
SortedSet<CssiSpaceWeatherDataLoader.LineParameters> |
getDataSet()
获取数据集。
|
AbsoluteDate |
getLastDailyPredictedDate()
获取最后一个每日数据条目的日期(数据开始时)。
|
AbsoluteDate |
getLastObservedDate()
获取最后一个观测到的数据条目的日期(数据开始时)。
|
void |
loadData(InputStream input, String name)
从流中加载数据。
|
getMaxDate, getMinDate, getUTC, setMaxDate, setMinDate, stillAcceptsData
public CssiSpaceWeatherDataLoader(TimeScale utc)
utc
- UTC 时间标度
public void loadData(InputStream input, String name) throws IOException, ParseException, OrekitException
input
- 数据输入流
name
- 文件(或 zip 条目)的名称
IOException
- 如果无法读取数据
ParseException
- 如果无法解析数据或发生某些特定于加载程序的错误
OrekitException
public SortedSet<CssiSpaceWeatherDataLoader.LineParameters> getDataSet()
public AbsoluteDate getLastDailyPredictedDate()
public AbsoluteDate getLastObservedDate()
Copyright © 2002-2023 CS GROUP. All rights reserved.