Package | Description |
---|---|
org.orekit.models.earth.atmosphere.data |
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
|
Constructor and Description |
---|
CssiSpaceWeatherData(DataSource source,
CssiSpaceWeatherDataLoader loader,
TimeScale utc)
Simple constructor.
|
CssiSpaceWeatherData(DataSource source,
CssiSpaceWeatherDataLoader loader,
TimeScale utc,
int maxSlots,
double maxSpan,
double maxInterval)
Simple constructor with customizable thread safe cache configuration.
|
CssiSpaceWeatherData(String supportedNames,
CssiSpaceWeatherDataLoader loader,
DataProvidersManager dataProvidersManager,
TimeScale utc)
Constructor that allows specifying the source of the CSSI space weather file.
|
CssiSpaceWeatherData(String supportedNames,
CssiSpaceWeatherDataLoader loader,
DataProvidersManager dataProvidersManager,
TimeScale utc,
int maxSlots,
double maxSpan,
double maxInterval)
Constructor that allows specifying the source of the CSSI space weather file and customizable thread safe cache
configuration.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.