public class StelaPastCyclesSolarActivityReader extends Object implements DataLoader, Serializable
| Constructor and Description |
|---|
StelaPastCyclesSolarActivityReader()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NavigableMap<Double,List<Double>> |
getSolarAPMap() |
NavigableMap<Double,List<Double>> |
getSolarFluxMap() |
void |
loadData(InputStream input,
String name)
Load data from a stream.
|
void |
setReadCompleted(boolean readCompleted) |
boolean |
stillAcceptsData()
Check if the loader still accepts new data.
|
public StelaPastCyclesSolarActivityReader()
public void loadData(InputStream input, String name) throws IOException, ParseException, PatriusException
loadData in interface DataLoaderinput - data input streamname - name of the file (or zip entry)IOException - if data can't be readParseException - if data can't be parsedPatriusException - if some data is missing
or if some loader specific error occurspublic boolean stillAcceptsData()
This method is used to speed up data loading by interrupting crawling the data sets as soon as a loader has found the data it was waiting for. For loaders that can merge data from any number of sources (for example JPL ephemerides or Earth Orientation Parameters that are split among several files), this method should always return true to make sure no data is left over.
stillAcceptsData in interface DataLoaderpublic NavigableMap<Double,List<Double>> getSolarFluxMap()
public NavigableMap<Double,List<Double>> getSolarAPMap()
public void setReadCompleted(boolean readCompleted)
Copyright © 2025 CNES. All rights reserved.