Class DtcDataLoader.LineParameters
- java.lang.Object
-
- org.orekit.models.earth.atmosphere.data.DtcDataLoader.LineParameters
-
- All Implemented Interfaces:
Serializable
,TimeStamped
- Enclosing class:
- DtcDataLoader
public static class DtcDataLoader.LineParameters extends Object implements TimeStamped, Serializable
Container class for Solar activity indexes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineParameters(AbsoluteDate date, double dtc)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbsoluteDate
getDate()
Get the date.double
getDSTDTC()
Get the DSTDTC parameter.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
-
-
-
Constructor Detail
-
LineParameters
public LineParameters(AbsoluteDate date, double dtc)
Constructor.- Parameters:
date
- entry datedtc
- Temperature correction for geomagnetic storms
-
-
Method Detail
-
getDate
public AbsoluteDate getDate()
Description copied from interface:TimeStamped
Get the date.- Specified by:
getDate
in interfaceTimeStamped
- Returns:
- date attached to the object
-
getDSTDTC
public double getDSTDTC()
Get the DSTDTC parameter.It represents the temperature correction for geomagnetic storms.
- Returns:
- dTc Temperature correction for geomagnetic storms
-
-