Uses of Interface
org.orekit.models.earth.atmosphere.JB2008InputParameters
-
Packages that use JB2008InputParameters 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 JB2008InputParameters in org.orekit.models.earth.atmosphere
Constructors in org.orekit.models.earth.atmosphere with parameters of type JB2008InputParameters Constructor Description JB2008(JB2008InputParameters parameters, PVCoordinatesProvider sun, BodyShape earth)
Constructor with space environment information for internal computation.JB2008(JB2008InputParameters parameters, PVCoordinatesProvider sun, BodyShape earth, TimeScale utc)
Constructor with space environment information for internal computation. -
Uses of JB2008InputParameters in org.orekit.models.earth.atmosphere.data
Classes in org.orekit.models.earth.atmosphere.data that implement JB2008InputParameters Modifier and Type Class Description class
JB2008SpaceEnvironmentData
This class provides a container for the solar indices data required by the JB2008 atmospheric model.
-