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.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.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.gnss This package provides classes related to GNSS applications.org.orekit.gnss.navigation This package provides classes related to RINEX navigation files. -
-
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
PythonDataFilter. 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
PythonDataFilter. 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.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.T
PythonMessageParser. 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.AttitudeEphemerisFile<?,?>
PythonAttitudeEphemerisFileParser. parse(DataSource source)
Parse an attitude ephemeris file from a data source.EphemerisFile<?,?>
PythonEphemerisFileParser. 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.sinex
Constructors in org.orekit.files.sinex with parameters of type DataSource Constructor Description SinexLoader(DataSource source)
Simple constructor.SinexLoader(DataSource source, TimeScale utc)
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 with parameters of type DataSource Modifier and Type Method Description SP3
SP3Parser. parse(DataSource source)
-
Uses of DataSource in org.orekit.gnss
Methods in org.orekit.gnss that return DataSource Modifier and Type Method Description DataSource
HatanakaCompressFilter. filter(DataSource original)
Filter the data source.Methods in org.orekit.gnss with parameters of type DataSource Modifier and Type Method Description DataSource
HatanakaCompressFilter. filter(DataSource original)
Filter the data source.Constructors in org.orekit.gnss with parameters of type DataSource Constructor Description RinexObservationLoader(DataSource source)
Simple constructor.RinexObservationLoader(DataSource source, TimeScales timeScales)
Loads RINEX from the given input stream using the specified auxiliary data. -
Uses of DataSource in org.orekit.gnss.navigation
Methods in org.orekit.gnss.navigation with parameters of type DataSource Modifier and Type Method Description RinexNavigation
RinexNavigationParser. parse(DataSource source)
Parse RINEX navigation messages.
-