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>>
Container for weather parameters around current date. Allows for thread safe use.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()Get the date.Get next parameters.Get previous parameters.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
Constructor Details
-
LocalSolarActivity
Constructor.- Parameters:
date- current date
-
-
Method Details
-
getDate
Description copied from interface:TimeStampedGet the date.- Specified by:
getDatein interfaceTimeStamped- Returns:
- current date
-
getPreviousParam
Get previous parameters.- Returns:
- previous parameters
-
getNextParam
Get next parameters.- Returns:
- next parameters
-