public abstract class AbstractSolarActivityDataLoader<L extends AbstractSolarActivityDataLoader.LineParameters> extends Object implements DataLoader
Modifier and Type | Class and Description |
---|---|
static class |
AbstractSolarActivityDataLoader.LineParameters
Container class for Solar activity indexes.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractSolarActivityDataLoader(TimeScale utc)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract SortedSet<L> |
getDataSet()
Get the data set.
|
AbsoluteDate |
getMaxDate()
Gets the available data range maximum date.
|
AbsoluteDate |
getMinDate()
Gets the available data range minimum date.
|
TimeScale |
getUTC()
Get the UTC timescale.
|
void |
setMaxDate(AbsoluteDate date)
Set the available data range maximum date.
|
void |
setMinDate(AbsoluteDate date)
Set the available data range minimum date.
|
boolean |
stillAcceptsData()
Check if the loader still accepts new data.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadData
protected AbstractSolarActivityDataLoader(TimeScale utc)
utc
- UTC time scalepublic 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 DataLoader
public TimeScale getUTC()
public AbsoluteDate getMinDate()
public AbsoluteDate getMaxDate()
public void setMinDate(AbsoluteDate date)
date
- available data range minimum datepublic void setMaxDate(AbsoluteDate date)
date
- available data range maximum dateCopyright © 2002-2023 CS GROUP. All rights reserved.