Uses of Interface
org.orekit.data.DataLoader
Packages that use DataLoader
Package
Description
This package provide base classes for exploring the configured data
directory tree and read external data that can be used by the library.
This package provides classes to read gravity field files and supports several
different formats.
This package provides classes related to GNSS applications.
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
This package provides models that simulate the impact of the ionosphere.
This package provides models that simulate the impact of the troposphere.
This package provides useful objects.
-
Uses of DataLoader in org.orekit.data
Methods in org.orekit.data with parameters of type DataLoaderModifier and TypeMethodDescriptionbooleanAbstractListCrawler.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 DataLoaderModifier and TypeClassDescriptionclassParser for tides astronomical amplitude Hf.classThis reader is adapted to the EGM Format.classReader for ocean tides files following the fes2004.dat format.classReader for ocean tides files following the fes2004_Cnm-Snm.dat format.classReader for the GRGS gravity field format.classReader for the ICGEM gravity field format.classReader for ocean tides coefficients.classThis abstract class represents a Gravitational Potential Coefficients file reader.classReader for the SHA gravity field format.classReader for the SHM gravity field format. -
Uses of DataLoader in org.orekit.gnss
Classes in org.orekit.gnss that implement DataLoaderModifier and TypeClassDescriptionclassThis class reads SEM almanac files and providesGPS almanacs.classThis class reads Yuma almanac files and providesGPS almanacs. -
Uses of DataLoader in org.orekit.models.earth
Classes in org.orekit.models.earth that implement DataLoaderModifier and TypeClassDescriptionclassLoads 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 DataLoaderModifier and TypeClassDescriptionclassAbstract class for solar activity data loader.classThis class reads solar activity data from CSSI Space Weather files for the classCssiSpaceWeatherData.classThis class reads solar activity data from DTCFILE files for the classJB2008SpaceEnvironmentData.classThis class reads solar activity data needed by atmospheric models: F107 solar flux, Ap and Kp indexes.classThis 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 DataLoaderModifier and TypeClassDescriptionclassLoads 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 DataLoaderModifier and TypeClassDescriptionclassLoads Vienna tropospheric coefficients a given input stream. -
Uses of DataLoader in org.orekit.utils
Classes in org.orekit.utils that implement DataLoaderModifier and TypeClassDescriptionclassUsed to read an interpolation table from a data file.