Class AbstractSolarActivityDataLoader.LineParameters
- java.lang.Object
-
- org.orekit.models.earth.atmosphere.data.AbstractSolarActivityDataLoader.LineParameters
-
- All Implemented Interfaces:
Serializable
,Comparable<AbstractSolarActivityDataLoader.LineParameters>
,TimeStamped
- Direct Known Subclasses:
CssiSpaceWeatherDataLoader.LineParameters
,MarshallSolarActivityFutureEstimationLoader.LineParameters
- Enclosing class:
- AbstractSolarActivityDataLoader<L extends AbstractSolarActivityDataLoader.LineParameters>
public abstract static class AbstractSolarActivityDataLoader.LineParameters extends Object implements TimeStamped, Comparable<AbstractSolarActivityDataLoader.LineParameters>, Serializable
Container class for Solar activity indexes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LineParameters(AbsoluteDate date)
Constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
compareTo(AbstractSolarActivityDataLoader.LineParameters lineParameters)
abstract boolean
equals(Object lineParameters)
Check if the instance represents the same parameters as given line parameters.AbsoluteDate
getDate()
Get the date.abstract int
hashCode()
Get a hashcode for this date.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
-
-
-
Constructor Detail
-
LineParameters
protected LineParameters(AbsoluteDate date)
Constructor.- Parameters:
date
- entry date
-
-
Method Detail
-
compareTo
public abstract int compareTo(AbstractSolarActivityDataLoader.LineParameters lineParameters)
- Specified by:
compareTo
in interfaceComparable<AbstractSolarActivityDataLoader.LineParameters>
-
equals
public abstract boolean equals(Object lineParameters)
Check if the instance represents the same parameters as given line parameters.
-
hashCode
public abstract int hashCode()
Get a hashcode for this date.
-
getDate
public AbsoluteDate getDate()
Description copied from interface:TimeStamped
Get the date.- Specified by:
getDate
in interfaceTimeStamped
- Returns:
- entry date
-
-