Uses of Class
org.orekit.data.DataSource
Packages that use DataSource
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 contains class managing CCSDS Attitude Comprehensive Message.
This package contains class managing CCSDS Attitude Ephemeris Message.
This package contains class managing CCSDS Orbit Comprehensive Message.
This package contains class managing CCSDS Orbit Ephemeris Message.
This package contains utilities for CCSDS messages lexical analysis.
This package contains classes related to the processing
of parse tokens using the state design pattern.
This package provides interfaces for orbit file representations and corresponding
parsers.
This package provides parsers and writers for Improved Interrange Vector (IIRV) messages.
This package provides parsers for laser ranging data stored in CDR and CPF formats.
This package is gathers sub-packages providing parsers/writers for various RINEX files.
This package provides classes related to navigation clock files.
This package provides classes related to RINEX navigation files.
This package provides classes related to RINEX observation files.
This package provides classes related to station data.
This package provides a parser for orbit data stored in SP3 format.
This package provides classes related to generic DAF files.
This package provides a parser for STK ephemeris files.
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 global weather conditions on Earth.
-
Uses of DataSource in org.orekit.data
Methods in org.orekit.data that return DataSourceModifier and TypeMethodDescriptionFiltersManager.applyRelevantFilters(DataSource original) Apply all the relevant data filters, taking care of layers.DataFilter.filter(DataSource original) Filter the data source.GzipFilter.filter(DataSource original) Filter the data source.TruncatingFilter.filter(DataSource original) Filter the data source.UnixCompressFilter.filter(DataSource original) Filter the data source.Methods in org.orekit.data with parameters of type DataSourceModifier and TypeMethodDescriptionFiltersManager.applyRelevantFilters(DataSource original) Apply all the relevant data filters, taking care of layers.DataFilter.filter(DataSource original) Filter the data source.GzipFilter.filter(DataSource original) Filter the data source.TruncatingFilter.filter(DataSource original) Filter the data source.UnixCompressFilter.filter(DataSource original) Filter the data source. -
Uses of DataSource in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm with parameters of type DataSourceModifier and TypeMethodDescriptionAcmParser.parse(DataSource source) Parse an attitude ephemeris file from a data source. -
Uses of DataSource in org.orekit.files.ccsds.ndm.adm.aem
Methods in org.orekit.files.ccsds.ndm.adm.aem with parameters of type DataSourceModifier and TypeMethodDescriptionAemParser.parse(DataSource source) Parse an attitude ephemeris file from a data source. -
Uses of DataSource in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type DataSourceModifier and TypeMethodDescriptionOcmParser.parse(DataSource source) Parse an ephemeris file from a data source. -
Uses of DataSource in org.orekit.files.ccsds.ndm.odm.oem
Methods in org.orekit.files.ccsds.ndm.odm.oem with parameters of type DataSourceModifier and TypeMethodDescriptionOemParser.parse(DataSource source) Parse an ephemeris file from a data source. -
Uses of DataSource in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type DataSourceModifier and TypeMethodDescriptionMessageParser.parseMessage(DataSource source) Parse a data source.static LexicalAnalyzerLexicalAnalyzerSelector.select(DataSource source) Select aLexicalAnalyzerfor aDataSourcebased on content.Constructors in org.orekit.files.ccsds.utils.lexical with parameters of type DataSourceModifierConstructorDescriptionKvnLexicalAnalyzer(DataSource source) Simple constructor.XmlLexicalAnalyzer(DataSource source) Simple constructor. -
Uses of DataSource in org.orekit.files.ccsds.utils.parsing
Methods in org.orekit.files.ccsds.utils.parsing with parameters of type DataSourceModifier and TypeMethodDescriptionAbstractMessageParser.parseMessage(DataSource source) Parse a data source. -
Uses of DataSource in org.orekit.files.general
Methods in org.orekit.files.general with parameters of type DataSourceModifier and TypeMethodDescriptionAttitudeEphemerisFileParser.parse(DataSource source) Parse an attitude ephemeris file from a data source.EphemerisFileParser.parse(DataSource source) Parse an ephemeris file from a data source. -
Uses of DataSource in org.orekit.files.iirv
Methods in org.orekit.files.iirv with parameters of type DataSourceModifier and TypeMethodDescriptionIIRVParser.parse(DataSource source) Parse an ephemeris file from a data source. -
Uses of DataSource in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs with parameters of type DataSourceModifier and TypeMethodDescriptionCPFParser.parse(DataSource source) Parse an ephemeris file from a data source.CRDParser.parse(DataSource source) Parse a CRD file. -
Uses of DataSource in org.orekit.files.rinex
Methods in org.orekit.files.rinex that return DataSourceModifier and TypeMethodDescriptionHatanakaCompressFilter.filter(DataSource original) Filter the data source.Methods in org.orekit.files.rinex with parameters of type DataSourceModifier and TypeMethodDescriptionHatanakaCompressFilter.filter(DataSource original) Filter the data source. -
Uses of DataSource in org.orekit.files.rinex.clock
Methods in org.orekit.files.rinex.clock with parameters of type DataSourceModifier and TypeMethodDescriptionRinexClockParser.parse(DataSource source) Parse an IGS clock file from aDataSource. -
Uses of DataSource in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation with parameters of type DataSourceModifier and TypeMethodDescriptionRinexObservationParser.parse(DataSource source) Parse RINEX observations messages. -
Uses of DataSource in org.orekit.files.sinex
Methods in org.orekit.files.sinex with parameters of type DataSourceModifier and TypeMethodDescriptionAbstractSinexParser.parse(DataSource... sources) Parse one or more SINEX files. -
Uses of DataSource in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return DataSourceModifier and TypeMethodDescriptionNsgfV00Filter.filter(DataSource original) Filter the data source.Methods in org.orekit.files.sp3 with parameters of type DataSourceModifier and TypeMethodDescriptionNsgfV00Filter.filter(DataSource original) Filter the data source.SP3Parser.parse(DataSource source) -
Uses of DataSource in org.orekit.files.spice.binary.daf.generic
Methods in org.orekit.files.spice.binary.daf.generic with parameters of type DataSourceModifier and TypeMethodDescriptionDAFParser.parse(DataSource source) Parse the given data source into aDAF. -
Uses of DataSource in org.orekit.files.stk
Methods in org.orekit.files.stk with parameters of type DataSource -
Uses of DataSource in org.orekit.gnss.antenna
Constructors in org.orekit.gnss.antenna with parameters of type DataSourceModifierConstructorDescriptionAntexLoader(DataSource source, TimeScale gps) Construct a loader by specifying the source of ANTEX auxiliary data files. -
Uses of DataSource in org.orekit.models.earth
Methods in org.orekit.models.earth with parameters of type DataSourceModifier and TypeMethodDescriptionGeoMagneticModelParser.parse(DataSource dataSource) Parse a model. -
Uses of DataSource in org.orekit.models.earth.atmosphere.data
Constructors in org.orekit.models.earth.atmosphere.data with parameters of type DataSourceModifierConstructorDescriptionprotectedAbstractSolarActivityData(DataSource source, D loader, TimeScale utc, int maxSlots, double maxSpan, double maxInterval, double minimumStep) Simple constructor.CssiSpaceWeatherData(DataSource source) Simple constructor which use thedefault data context.CssiSpaceWeatherData(DataSource source, CssiSpaceWeatherDataLoader loader, TimeScale utc) Simple constructor.CssiSpaceWeatherData(DataSource source, CssiSpaceWeatherDataLoader loader, TimeScale utc, int maxSlots, double maxSpan, double maxInterval) Simple constructor with customizable thread safe cache configuration.CssiSpaceWeatherData(DataSource source, TimeScale utc) Simple constructor.JB2008SpaceEnvironmentData(DataSource sourceSolfsmy, DataSource sourceDtc) Simple constructor.JB2008SpaceEnvironmentData(DataSource sourceSolfsmy, DataSource sourceDtc, TimeScale utc) Constructor that allows specifying the source of the SOLFSMY space weather file.MarshallSolarActivityFutureEstimation(DataSource source, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel) Simple constructor which use thedefault data context.MarshallSolarActivityFutureEstimation(DataSource source, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, TimeScale utc) Simple constructor.MarshallSolarActivityFutureEstimation(DataSource source, MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel, TimeScale utc, int maxSlots, double maxSpan, double maxInterval, double minimumStep) Constructor with customizable thread safe cache configuration. -
Uses of DataSource in org.orekit.models.earth.displacement
Methods in org.orekit.models.earth.displacement with parameters of type DataSourceModifier and TypeMethodDescriptionOceanLoadingCoefficientsBlqParser.parse(DataSource source) Parse a BLQ file. -
Uses of DataSource in org.orekit.models.earth.ionosphere
Constructors in org.orekit.models.earth.ionosphere with parameters of type DataSourceModifierConstructorDescriptionGlobalIonosphereMapModel(OneAxisEllipsoid earth, TimeScale utc, DataSource... ionex) Deprecated.GlobalIonosphereMapModel(OneAxisEllipsoid earth, TimeScale utc, GlobalIonosphereMapModel.TimeInterpolator interpolator, DataSource... ionex) Constructor that uses user defined data sources. -
Uses of DataSource in org.orekit.models.earth.weather
Constructors in org.orekit.models.earth.weather with parameters of type DataSourceModifierConstructorDescriptionprotectedAbstractGlobalPressureTemperature(DataSource source, SeasonalModelType... expected) Constructor with source of GPTn auxiliary data given by user.GlobalPressureTemperature2(DataSource source, TimeScales timeScales) Constructor with source of GPT2 auxiliary data given by user.GlobalPressureTemperature2w(DataSource source, TimeScales timeScales) Constructor with supported names and source of GPT2w auxiliary data given by user.GlobalPressureTemperature3(DataSource source, TimeScale utc) Constructor with source of GPT3 auxiliary data given by user.
GlobalIonosphereMapModel(OneAxisEllipsoid, TimeScale, TimeInterpolator, DataSource...)