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 int
compareTo(AbstractSolarActivityDataLoader.LineParameters lineParameters)
boolean
equals(Object otherInstance)
Check if the instance represents the same parameters as given line parameters.double
getAp()
Get the Ap index.double
getF107()
Get the F10.0 flux.DateComponents
getFileDate()
Get the file date.int
hashCode()
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:
compareTo
in interfaceComparable<AbstractSolarActivityDataLoader.LineParameters>
- Specified by:
compareTo
in classAbstractSolarActivityDataLoader.LineParameters
-
equals
public boolean equals(Object otherInstance)
Check if the instance represents the same parameters as given line parameters.- Specified by:
equals
in 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:
hashCode
in 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
-
-