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.drag.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices.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.propagation.analytical.tle This package provides classes to read and extrapolate tle's.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 booleanClasspathCrawler. feed(Pattern supported, DataLoader visitor)Feed a data file loader by browsing the data collection.booleanDataProvider. feed(Pattern supported, DataLoader visitor)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)Feed a data file loader by browsing the data collection.booleanNetworkCrawler. feed(Pattern supported, DataLoader visitor)Feed a data file loader by browsing the data collection.booleanZipJarCrawler. feed(Pattern supported, DataLoader visitor)Feed a data file loader by browsing the data collection. -
Uses of DataLoader in org.orekit.forces.drag.atmosphere.data
Classes in org.orekit.forces.drag.atmosphere.data that implement DataLoader Modifier and Type Class Description classMarshallSolarActivityFutureEstimationThis class reads and provides solar activity data needed by atmospheric models: F107 solar flux, Ap and Kp indexes. -
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 classRinexLoader.ParserParser for rinex files.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.classKlobucharIonoCoefficientsLoaderLoads Klobuchar-Style ionospheric coefficients a given input stream.classViennaModelCoefficientsLoaderLoads Vienna tropospheric coefficients a given input stream. -
Uses of DataLoader in org.orekit.propagation.analytical.tle
Classes in org.orekit.propagation.analytical.tle that implement DataLoader Modifier and Type Class Description classTLESeriesDeprecated.as of 9.0, this class is deprecated without replacement. -
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.
-