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 booleanAbstractListCrawler. feed(Pattern supported, DataLoader visitor, DataProvidersManager manager)Feed a data file loader by browsing the data collection.protected booleanAbstractSelfFeedingLoader. feed(DataLoader loader)Feed the given loader withAbstractSelfFeedingLoader.getDataProvidersManager()andAbstractSelfFeedingLoader.getSupportedNames().booleanClasspathCrawler. feed(Pattern supported, DataLoader visitor, DataProvidersManager manager)Feed a data file loader by browsing the data collection.booleanDataProvider. feed(Pattern supported, DataLoader visitor, DataProvidersManager manager)Feed a data file loader by browsing the data collection.booleanDataProvidersManager. feed(String supportedNames, DataLoader loader)Feed a data file loader by browsing all data providers.booleanDirectoryCrawler. feed(Pattern supported, DataLoader visitor, DataProvidersManager manager)Feed a data file loader by browsing the data collection.booleanZipJarCrawler. 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 classAstronomicalAmplitudeReaderParser for tides astronomical amplitude Hf.classEGMFormatReaderThis reader is adapted to the EGM Format.classFESCHatEpsilonReaderReader for ocean tides files following the fes2004.dat format.classFESCnmSnmReaderReader for ocean tides files following the fes2004_Cnm-Snm.dat format.classGRGSFormatReaderReader for the GRGS gravity field format.classICGEMFormatReaderReader for the ICGEM gravity field format.classOceanTidesReaderReader for ocean tides coefficients.classPotentialCoefficientsReaderThis abstract class represents a Gravitational Potential Coefficients file reader.classSHMFormatReaderReader 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 classSEMParserThis class reads SEM almanac files and providesGPS almanacs.classYUMAParserThis 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 classGeoMagneticModelLoaderLoads 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 classAbstractSolarActivityDataLoader<L extends AbstractSolarActivityDataLoader.LineParameters>Abstract class for solar activity data loader.classCssiSpaceWeatherDataLoaderThis class reads solar activity data from CSSI Space Weather files for the classCssiSpaceWeatherData.classDtcDataLoaderThis class reads solar activity data from DTCFILE files for the classJB2008SpaceEnvironmentData.classMarshallSolarActivityFutureEstimationLoaderThis class reads solar activity data needed by atmospheric models: F107 solar flux, Ap and Kp indexes.classSOLFSMYDataLoaderThis 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 classKlobucharIonoCoefficientsLoaderLoads 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 classViennaModelCoefficientsLoaderLoads 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 classInterpolationTableLoaderUsed to read an interpolation table from a data file.
-