Class AbstractSolarActivityData.LocalSolarActivity
- java.lang.Object
-
- org.orekit.models.earth.atmosphere.data.AbstractSolarActivityData.LocalSolarActivity
-
- All Implemented Interfaces:
TimeStamped
- Enclosing class:
- AbstractSolarActivityData<L extends AbstractSolarActivityDataLoader.LineParameters,D extends AbstractSolarActivityDataLoader<L>>
protected class AbstractSolarActivityData.LocalSolarActivity extends Object implements TimeStamped
Container for weather parameters around current date. Allows for thread safe use.
-
-
Constructor Summary
Constructors Constructor Description LocalSolarActivity(AbsoluteDate date)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbsoluteDate
getDate()
Get the date.L
getNextParam()
L
getPreviousParam()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
-
-
-
Constructor Detail
-
LocalSolarActivity
public LocalSolarActivity(AbsoluteDate date)
Constructor.- Parameters:
date
- current date
-
-
Method Detail
-
getDate
public AbsoluteDate getDate()
Description copied from interface:TimeStamped
Get the date.- Specified by:
getDate
in interfaceTimeStamped
- Returns:
- current date
-
getPreviousParam
public L getPreviousParam()
- Returns:
- previous parameters
-
getNextParam
public L getNextParam()
- Returns:
- next parameters
-
-