Uses of Interface
org.orekit.forces.drag.atmosphere.DTM2000InputParameters
-
Packages that use DTM2000InputParameters Package Description org.orekit.forces.drag.atmosphere This package provides the atmosphere model interface and several implementations.org.orekit.forces.drag.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices. -
-
Uses of DTM2000InputParameters in org.orekit.forces.drag.atmosphere
Constructors in org.orekit.forces.drag.atmosphere with parameters of type DTM2000InputParameters Constructor Description DTM2000(DTM2000InputParameters parameters, PVCoordinatesProvider sun, BodyShape earth)
Simple constructor for independent computation. -
Uses of DTM2000InputParameters in org.orekit.forces.drag.atmosphere.data
Classes in org.orekit.forces.drag.atmosphere.data that implement DTM2000InputParameters Modifier and Type Class Description class
MarshallSolarActivityFutureEstimation
This class reads and provides solar activity data needed by atmospheric models: F107 solar flux, Ap and Kp indexes.
-