Class MarshallSolarActivityFutureEstimationLoader.LineParameters
- java.lang.Object
-
- org.orekit.models.earth.atmosphere.data.AbstractSolarActivityDataLoader.LineParameters
-
- org.orekit.models.earth.atmosphere.data.MarshallSolarActivityFutureEstimationLoader.LineParameters
-
- All Implemented Interfaces:
Serializable,Comparable<AbstractSolarActivityDataLoader.LineParameters>,TimeStamped
- Enclosing class:
- MarshallSolarActivityFutureEstimationLoader
public static class MarshallSolarActivityFutureEstimationLoader.LineParameters extends AbstractSolarActivityDataLoader.LineParameters
Container class for Solar activity indexes.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AbstractSolarActivityDataLoader.LineParameters lineParameters)booleanequals(Object otherInstance)Check if the instance represents the same parameters as given line parameters.doublegetAp()Get the Ap index.doublegetF107()Get the F10.0 flux.DateComponentsgetFileDate()Get the file date.inthashCode()Get a hashcode for this date.-
Methods inherited from class org.orekit.models.earth.atmosphere.data.AbstractSolarActivityDataLoader.LineParameters
getDate
-
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
-
-
-
-
Method Detail
-
compareTo
public int compareTo(AbstractSolarActivityDataLoader.LineParameters lineParameters)
- Specified by:
compareToin interfaceComparable<AbstractSolarActivityDataLoader.LineParameters>- Specified by:
compareToin classAbstractSolarActivityDataLoader.LineParameters
-
equals
public boolean equals(Object otherInstance)
Check if the instance represents the same parameters as given line parameters.- Specified by:
equalsin classAbstractSolarActivityDataLoader.LineParameters- Parameters:
otherInstance- other line parameters- Returns:
- true if the instance and the other line parameter contain the same parameters
-
hashCode
public int hashCode()
Get a hashcode for this date.- Specified by:
hashCodein classAbstractSolarActivityDataLoader.LineParameters- Returns:
- hashcode
-
getFileDate
public DateComponents getFileDate()
Get the file date.- Returns:
- file date
-
getF107
public double getF107()
Get the F10.0 flux.- Returns:
- f10.7 flux
-
getAp
public double getAp()
Get the Ap index.- Returns:
- Ap index
-
-