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:
-
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(AbstractSolarActivityDataLoader.LineParameters lineParameters) booleanCheck if the instance represents the same parameters as given line parameters.doublegetAp()Get the Ap index.doublegetF107()Get the F10.0 flux.Get the file date.inthashCode()Get a hashcode for this date.Methods inherited from class org.orekit.models.earth.atmosphere.data.AbstractSolarActivityDataLoader.LineParameters
getDateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<AbstractSolarActivityDataLoader.LineParameters>- Specified by:
compareToin classAbstractSolarActivityDataLoader.LineParameters
-
equals
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
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
-