Uses of Class
org.orekit.data.DataSource
-
Packages that use DataSource 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.files.ccsds.ndm.adm.acm This package contains class managing CCSDS Attitude Comprehensive Message.org.orekit.files.ccsds.ndm.adm.aem This package contains class managing CCSDS Attitude Ephemeris Message.org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message.org.orekit.files.ccsds.ndm.odm.oem This package contains class managing CCSDS Orbit Ephemeris Message.org.orekit.files.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis.org.orekit.files.ccsds.utils.parsing This package contains classes related to the processing of parse tokens using the state design pattern.org.orekit.files.general This package provides interfaces for orbit file representations and corresponding parsers.org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats.org.orekit.files.rinex This package is gathers sub-packages providing parsers/writers for various RINEX files.org.orekit.files.rinex.clock This package provides classes related to navigation clock files.org.orekit.files.rinex.navigation This package provides classes related to RINEX navigation files.org.orekit.files.rinex.observation This package provides classes related to RINEX observation files.org.orekit.files.sinex This package provides classes related to station data.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.files.stk This package provides a parser for STK ephemeris files.org.orekit.gnss.antenna This package provides classes related to receiver and satellites antenna modeling.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.displacement This package provides models computing reference points displacements on Earth surface.org.orekit.models.earth.ionosphere This package provides models that simulate the impact of the ionosphere.org.orekit.models.earth.weather 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 DataSource Modifier and Type Method Description DataSource
FiltersManager. applyRelevantFilters(DataSource original)
Apply all the relevant data filters, taking care of layers.DataSource
DataFilter. filter(DataSource original)
Filter the data source.DataSource
GzipFilter. filter(DataSource original)
Filter the data source.DataSource
TruncatingFilter. filter(DataSource original)
Filter the data source.DataSource
UnixCompressFilter. filter(DataSource original)
Filter the data source.Methods in org.orekit.data with parameters of type DataSource Modifier and Type Method Description DataSource
FiltersManager. applyRelevantFilters(DataSource original)
Apply all the relevant data filters, taking care of layers.DataSource
DataFilter. filter(DataSource original)
Filter the data source.DataSource
GzipFilter. filter(DataSource original)
Filter the data source.DataSource
TruncatingFilter. filter(DataSource original)
Filter the data source.DataSource
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 DataSource Modifier and Type Method Description Acm
AcmParser. 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 DataSource Modifier and Type Method Description Aem
AemParser. 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 DataSource Modifier and Type Method Description Ocm
OcmParser. 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 DataSource Modifier and Type Method Description Oem
OemParser. 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 DataSource Modifier and Type Method Description T
MessageParser. parseMessage(DataSource source)
Parse a data source.static LexicalAnalyzer
LexicalAnalyzerSelector. select(DataSource source)
Select aLexicalAnalyzer
for aDataSource
based on content.Constructors in org.orekit.files.ccsds.utils.lexical with parameters of type DataSource Constructor Description KvnLexicalAnalyzer(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 DataSource Modifier and Type Method Description T
AbstractMessageParser. 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 DataSource Modifier and Type Method Description T
AttitudeEphemerisFileParser. parse(DataSource source)
Parse an attitude ephemeris file from a data source.T
EphemerisFileParser. 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 DataSource Modifier and Type Method Description CPF
CPFParser. parse(DataSource source)
Parse an ephemeris file from a data source.CRD
CRDParser. parse(DataSource source)
Parse a CRD file. -
Uses of DataSource in org.orekit.files.rinex
Methods in org.orekit.files.rinex that return DataSource Modifier and Type Method Description DataSource
HatanakaCompressFilter. filter(DataSource original)
Filter the data source.Methods in org.orekit.files.rinex with parameters of type DataSource Modifier and Type Method Description DataSource
HatanakaCompressFilter. 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 DataSource Modifier and Type Method Description RinexClock
RinexClockParser. parse(DataSource source)
Parse an IGS clock file from aDataSource
. -
Uses of DataSource in org.orekit.files.rinex.navigation
Methods in org.orekit.files.rinex.navigation with parameters of type DataSource Modifier and Type Method Description RinexNavigation
RinexNavigationParser. parse(DataSource source)
Parse RINEX navigation messages. -
Uses of DataSource in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation with parameters of type DataSource Modifier and Type Method Description RinexObservation
RinexObservationParser. parse(DataSource source)
Parse RINEX observations messages. -
Uses of DataSource in org.orekit.files.sinex
Constructors in org.orekit.files.sinex with parameters of type DataSource Constructor Description SinexLoader(DataSource source)
Simple constructor.SinexLoader(DataSource source, TimeScales scales)
Loads SINEX from the given input stream using the specified auxiliary data. -
Uses of DataSource in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return DataSource Modifier and Type Method Description DataSource
NsgfV00Filter. filter(DataSource original)
Filter the data source.Methods in org.orekit.files.sp3 with parameters of type DataSource Modifier and Type Method Description DataSource
NsgfV00Filter. filter(DataSource original)
Filter the data source.SP3
SP3Parser. parse(DataSource source)
-
Uses of DataSource in org.orekit.files.stk
Methods in org.orekit.files.stk with parameters of type DataSource Modifier and Type Method Description STKEphemerisFile
STKEphemerisFileParser. parse(DataSource source)
-
Uses of DataSource in org.orekit.gnss.antenna
Constructors in org.orekit.gnss.antenna with parameters of type DataSource Constructor Description AntexLoader(DataSource source, TimeScale gps)
Construct a loader by specifying the source of ANTEX auxiliary data files. -
Uses of DataSource in org.orekit.models.earth.atmosphere.data
Constructors in org.orekit.models.earth.atmosphere.data with parameters of type DataSource Constructor Description AbstractSolarActivityData(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 DataSource Modifier and Type Method Description List<OceanLoadingCoefficients>
OceanLoadingCoefficientsBlqParser. 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 DataSource Constructor Description GlobalIonosphereMapModel(TimeScale utc, 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 DataSource Constructor Description AbstractGlobalPressureTemperature(DataSource source, TimeScale utc, org.orekit.models.earth.weather.SeasonalModelType... expected)
Constructor with source of GPTn auxiliary data given by user.GlobalPressureTemperature2(DataSource source, TimeScale utc)
Constructor with source of GPT2 auxiliary data given by user.GlobalPressureTemperature2w(DataSource source, TimeScale utc)
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.
-