Uses of Interface
org.orekit.models.earth.atmosphere.DTM2000InputParameters
-
Packages that use DTM2000InputParameters Package Description org.orekit.models.earth.atmosphere This package provides the atmosphere model interface and several implementations.org.orekit.models.earth.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices. -
-
Uses of DTM2000InputParameters in org.orekit.models.earth.atmosphere
Constructors in org.orekit.models.earth.atmosphere with parameters of type DTM2000InputParameters Constructor Description DTM2000(DTM2000InputParameters parameters, PVCoordinatesProvider sun, BodyShape earth)
Simple constructor for independent computation.DTM2000(DTM2000InputParameters parameters, PVCoordinatesProvider sun, BodyShape earth, TimeScale utc)
Simple constructor for independent computation. -
Uses of DTM2000InputParameters in org.orekit.models.earth.atmosphere.data
Classes in org.orekit.models.earth.atmosphere.data that implement DTM2000InputParameters Modifier and Type Class Description class
AbstractSolarActivityData<L extends AbstractSolarActivityDataLoader.LineParameters,D extends AbstractSolarActivityDataLoader<L>>
Abstract class for solar activity data.class
CssiSpaceWeatherData
This class provides three-hourly and daily solar activity data needed by atmospheric models: F107 solar flux, Ap and Kp indexes.class
MarshallSolarActivityFutureEstimation
This class provides solar activity data needed by atmospheric models: F107 solar flux, Ap and Kp indexes.
-