Uses of Interface
org.orekit.data.DataLoader
-
Packages that use DataLoader Package Description org.orekit.data This package provide base classes for exploring the configured data directory tree and read external data that can be used by the library.org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment.org.orekit.models.earth.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices.org.orekit.models.earth.ionosphere This package provides models that simulate the impact of the ionosphere.org.orekit.models.earth.troposphere This package provides models that simulate the impact of the troposphere.org.orekit.utils This package provides useful objects. -
-
Uses of DataLoader in org.orekit.data
Methods in org.orekit.data with parameters of type DataLoader Modifier and Type Method Description boolean
AbstractListCrawler. feed(Pattern supported, DataLoader visitor, DataProvidersManager manager)
Feed a data file loader by browsing the data collection.protected boolean
AbstractSelfFeedingLoader. feed(DataLoader loader)
Feed the given loader withAbstractSelfFeedingLoader.getDataProvidersManager()
andAbstractSelfFeedingLoader.getSupportedNames()
.boolean
ClasspathCrawler. feed(Pattern supported, DataLoader visitor, DataProvidersManager manager)
Feed a data file loader by browsing the data collection.boolean
DataProvider. feed(Pattern supported, DataLoader visitor, DataProvidersManager manager)
Feed a data file loader by browsing the data collection.boolean
DataProvidersManager. feed(String supportedNames, DataLoader loader)
Feed a data file loader by browsing all data providers.boolean
DirectoryCrawler. feed(Pattern supported, DataLoader visitor, DataProvidersManager manager)
Feed a data file loader by browsing the data collection.boolean
ZipJarCrawler. feed(Pattern supported, DataLoader visitor, DataProvidersManager manager)
Feed a data file loader by browsing the data collection. -
Uses of DataLoader in org.orekit.forces.gravity.potential
Classes in org.orekit.forces.gravity.potential that implement DataLoader Modifier and Type Class Description class
AstronomicalAmplitudeReader
Parser for tides astronomical amplitude Hf.class
EGMFormatReader
This reader is adapted to the EGM Format.class
FESCHatEpsilonReader
Reader for ocean tides files following the fes2004.dat format.class
FESCnmSnmReader
Reader for ocean tides files following the fes2004_Cnm-Snm.dat format.class
GRGSFormatReader
Reader for the GRGS gravity field format.class
ICGEMFormatReader
Reader for the ICGEM gravity field format.class
OceanTidesReader
Reader for ocean tides coefficients.class
PotentialCoefficientsReader
This abstract class represents a Gravitational Potential Coefficients file reader.class
SHMFormatReader
Reader for the SHM gravity field format. -
Uses of DataLoader in org.orekit.gnss
Classes in org.orekit.gnss that implement DataLoader Modifier and Type Class Description class
SEMParser
This class reads SEM almanac files and providesGPS almanacs
.class
YUMAParser
This class reads Yuma almanac files and providesGPS almanacs
. -
Uses of DataLoader in org.orekit.models.earth
Classes in org.orekit.models.earth that implement DataLoader Modifier and Type Class Description class
GeoMagneticModelLoader
Loads geomagnetic field models from a given input stream. -
Uses of DataLoader in org.orekit.models.earth.atmosphere.data
Classes in org.orekit.models.earth.atmosphere.data that implement DataLoader Modifier and Type Class Description class
AbstractSolarActivityDataLoader<L extends AbstractSolarActivityDataLoader.LineParameters>
Abstract class for solar activity data loader.class
CssiSpaceWeatherDataLoader
This class reads solar activity data from CSSI Space Weather files for the classCssiSpaceWeatherData
.class
DtcDataLoader
This class reads solar activity data from DTCFILE files for the classJB2008SpaceEnvironmentData
.class
MarshallSolarActivityFutureEstimationLoader
This class reads solar activity data needed by atmospheric models: F107 solar flux, Ap and Kp indexes.class
SOLFSMYDataLoader
This class reads solar activity data from SOLFSMY files for the classJB2008SpaceEnvironmentData
. -
Uses of DataLoader in org.orekit.models.earth.ionosphere
Classes in org.orekit.models.earth.ionosphere that implement DataLoader Modifier and Type Class Description class
KlobucharIonoCoefficientsLoader
Loads Klobuchar-Style ionospheric coefficients a given input stream. -
Uses of DataLoader in org.orekit.models.earth.troposphere
Classes in org.orekit.models.earth.troposphere that implement DataLoader Modifier and Type Class Description class
ViennaModelCoefficientsLoader
Loads Vienna tropospheric coefficients a given input stream. -
Uses of DataLoader in org.orekit.utils
Classes in org.orekit.utils that implement DataLoader Modifier and Type Class Description class
InterpolationTableLoader
Used to read an interpolation table from a data file.
-