Uses of Class
org.orekit.data.DataProvidersManager
Packages that use DataProvidersManager
Package
Description
This package provides interface to represent the position and geometry of
space objects such as stars, planets or asteroids.
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 to handle frames and transforms between them.
This package provides classes related to GNSS applications.
This package provides classes related to receiver and satellites antenna modeling.
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 computing reference points
displacements on Earth surface.
This package provides models that simulate the impact of the ionosphere.
This package provides models that simulate the impact of the troposphere.
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
-
Uses of DataProvidersManager in org.orekit.bodies
Constructors in org.orekit.bodies with parameters of type DataProvidersManagerModifierConstructorDescriptionJPLEphemeridesLoader(String supportedNames, JPLEphemeridesLoader.EphemerisType generateType, DataProvidersManager dataProvidersManager, TimeScales timeScales, Frame gcrf, CelestialBodies celestialBodies) Create a loader for JPL ephemerides binary files.LazyLoadedCelestialBodies(DataProvidersManager dataProvidersManager, TimeScales timeScales, Frame gcrf) Create a celestial body factory with the given auxiliary data sources. -
Uses of DataProvidersManager in org.orekit.data
Methods in org.orekit.data that return DataProvidersManagerModifier and TypeMethodDescriptionprotected DataProvidersManagerAbstractSelfFeedingLoader.getDataProvidersManager()Get the data provider manager.LazyLoadedDataContext.getDataProvidersManager()Get the provider of auxiliary data for this data context.Methods in org.orekit.data with parameters of type DataProvidersManagerModifier and TypeMethodDescriptionbooleanAbstractListCrawler.feed(Pattern supported, DataLoader visitor, DataProvidersManager manager) Feed a data file loader by browsing the data collection.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.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.Constructors in org.orekit.data with parameters of type DataProvidersManagerModifierConstructorDescriptionprotectedAbstractSelfFeedingLoader(String supportedNames, DataProvidersManager manager) Create an abstract data loader that can feed itself. -
Uses of DataProvidersManager in org.orekit.forces.gravity.potential
Constructors in org.orekit.forces.gravity.potential with parameters of type DataProvidersManagerModifierConstructorDescriptionLazyLoadedGravityFields(DataProvidersManager dataProvidersManager, TimeScale timeScale) Create a factory for gravity fields that uses the given data manager to load the gravity field files. -
Uses of DataProvidersManager in org.orekit.frames
Methods in org.orekit.frames that return DataProvidersManagerModifier and TypeMethodDescriptionLazyLoadedEop.getDataProvidersManager()Get the data providers manager for this instance.Constructors in org.orekit.frames with parameters of type DataProvidersManagerModifierConstructorDescriptionAbstractEopLoader(String supportedNames, DataProvidersManager manager, Supplier<TimeScale> utcSupplier) Simple constructor.ITRFVersionLoader(String supportedNames, DataProvidersManager dataProvidersManager) Build a loader for ITRF version configuration file.LazyLoadedEop(DataProvidersManager dataProvidersManager) Create a new instance for loading EOP data from multipleEopHistoryLoaders. -
Uses of DataProvidersManager in org.orekit.gnss
Constructors in org.orekit.gnss with parameters of type DataProvidersManagerModifierConstructorDescriptionSEMParser(String supportedNames, DataProvidersManager dataProvidersManager, TimeScales timeScales) Create a SEM loader/parser with the given source of SEM auxiliary data files.YUMAParser(String supportedNames, DataProvidersManager dataProvidersManager, TimeScales timeScales) Create a YUMA loader/parser with the given source for YUMA auxiliary data files. -
Uses of DataProvidersManager in org.orekit.gnss.antenna
Constructors in org.orekit.gnss.antenna with parameters of type DataProvidersManagerModifierConstructorDescriptionAntexLoader(String supportedNames, DataProvidersManager dataProvidersManager, TimeScale gps) Construct a loader by specifying aDataProvidersManager. -
Uses of DataProvidersManager in org.orekit.models.earth
Constructors in org.orekit.models.earth with parameters of type DataProvidersManagerModifierConstructorDescriptionLazyLoadedGeoMagneticFields(DataProvidersManager dataProvidersManager) Create a factory for magnetic fields that uses the given data manager to load magnetic field files. -
Uses of DataProvidersManager in org.orekit.models.earth.atmosphere.data
Constructors in org.orekit.models.earth.atmosphere.data with parameters of type DataProvidersManagerModifierConstructorDescriptionprotectedAbstractSolarActivityData(String supportedNames, D loader, DataProvidersManager dataProvidersManager, TimeScale utc, int maxSlots, double maxSpan, double maxInterval, double minimumStep) Constructor.CssiSpaceWeatherData(String supportedNames, 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) 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.JB2008SpaceEnvironmentData(String supportedNamesSOL, String supportedNamesDTC, DataProvidersManager dataProvidersManager, TimeScale utc) Constructor that allows specifying the source of the SOLFSMY space weather file.MarshallSolarActivityFutureEstimation(String supportedNames, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, DataProvidersManager dataProvidersManager, TimeScale utc) Constructor that allows specifying the source of the MSAFE auxiliary data files.MarshallSolarActivityFutureEstimation(String supportedNames, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, DataProvidersManager dataProvidersManager, TimeScale utc, int maxSlots, double maxSpan, double maxInterval, double minimumStep) Constructor that allows specifying the source of the MSAFE auxiliary data files and customizable thread safe cache configuration. -
Uses of DataProvidersManager in org.orekit.models.earth.displacement
Constructors in org.orekit.models.earth.displacement with parameters of type DataProvidersManagerModifierConstructorDescriptionOceanLoadingCoefficientsBLQFactory(String supportedNames, DataProvidersManager dataProvidersManager) This constructor allows specification of the source of the BLQ auxiliary data files. -
Uses of DataProvidersManager in org.orekit.models.earth.ionosphere
Constructors in org.orekit.models.earth.ionosphere with parameters of type DataProvidersManagerModifierConstructorDescriptionGlobalIonosphereMapModel(OneAxisEllipsoid earth, String supportedNames, DataProvidersManager dataProvidersManager, TimeScale utc) Deprecated.GlobalIonosphereMapModel(OneAxisEllipsoid earth, String supportedNames, DataProvidersManager dataProvidersManager, TimeScale utc, GlobalIonosphereMapModel.TimeInterpolator interpolator) Constructor that uses user defined supported names and data context.KlobucharIonoCoefficientsLoader(String supportedNames, DataProvidersManager dataProvidersManager) Constructor that uses user defined supported names and data context. -
Uses of DataProvidersManager in org.orekit.models.earth.troposphere
Constructors in org.orekit.models.earth.troposphere with parameters of type DataProvidersManagerModifierConstructorDescriptionFixedTroposphericDelay(String supportedName, DataProvidersManager dataProvidersManager) Creates a newFixedTroposphericDelayinstance, and loads the delay values from the given resource via the specified data manager.ModifiedSaastamoinenModel(PressureTemperatureHumidityProvider pth0Provider, String deltaRFileName, DataProvidersManager dataProvidersManager) Create a new Saastamoinen model for the troposphere using the given environmental conditions.ViennaModelCoefficientsLoader(String supportedNames, double latitude, double longitude, ViennaModelType type, DataProvidersManager dataProvidersManager) Constructor with supported names and source of mapping function files given by the user. -
Uses of DataProvidersManager in org.orekit.time
Constructors in org.orekit.time with parameters of type DataProvidersManagerModifierConstructorDescriptionAGILeapSecondFilesLoader(String supportedNames, DataProvidersManager manager) Build a loader for LeapSecond.dat file from AGI.TAIUTCDatFilesLoader(String supportedNames, DataProvidersManager manager) Build a loader for tai-utc.dat file from USNO.UTCTAIBulletinAFilesLoader(String supportedNames, DataProvidersManager manager) Build a loader for IERS bulletins A files.Build a loader for UTC-TAI history file.
GlobalIonosphereMapModel(OneAxisEllipsoid, String, DataProvidersManager, TimeScale, TimeInterpolator)