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.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.ionosphere |
This package provides models that simulate the impact of the ionosphere.
|
Modifier and Type | Method and 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 |
UnixCompressFilter.filter(DataSource original)
Filter the data source.
|
DataSource |
TruncatingFilter.filter(DataSource original)
Filter the data source.
|
Modifier and Type | Method and 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 |
UnixCompressFilter.filter(DataSource original)
Filter the data source.
|
DataSource |
TruncatingFilter.filter(DataSource original)
Filter the data source.
|
Modifier and Type | Method and Description |
---|---|
Acm |
AcmParser.parse(DataSource source)
Parse an attitude ephemeris file from a data source.
|
Modifier and Type | Method and Description |
---|---|
Aem |
AemParser.parse(DataSource source)
Parse an attitude ephemeris file from a data source.
|
Modifier and Type | Method and Description |
---|---|
Ocm |
OcmParser.parse(DataSource source)
Parse an ephemeris file from a data source.
|
Modifier and Type | Method and Description |
---|---|
Oem |
OemParser.parse(DataSource source)
Parse an ephemeris file from a data source.
|
Modifier and Type | Method and Description |
---|---|
T |
MessageParser.parseMessage(DataSource source)
Parse a data source.
|
static LexicalAnalyzer |
LexicalAnalyzerSelector.select(DataSource source)
Select a
LexicalAnalyzer for a DataSource based on content. |
Constructor and Description |
---|
KvnLexicalAnalyzer(DataSource source)
Simple constructor.
|
XmlLexicalAnalyzer(DataSource source)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractMessageParser.parseMessage(DataSource source)
Parse a data source.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CRD |
CRDParser.parse(DataSource source)
Parse a CRD file.
|
CPF |
CPFParser.parse(DataSource source)
Parse an ephemeris file from a data source.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
HatanakaCompressFilter.filter(DataSource original)
Filter the data source.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
HatanakaCompressFilter.filter(DataSource original)
Filter the data source.
|
Modifier and Type | Method and Description |
---|---|
RinexNavigation |
RinexNavigationParser.parse(DataSource source)
Parse RINEX navigation messages.
|
Modifier and Type | Method and Description |
---|---|
RinexObservation |
RinexObservationParser.parse(DataSource source)
Parse RINEX observations messages.
|
Constructor and Description |
---|
SinexLoader(DataSource source)
Simple constructor.
|
SinexLoader(DataSource source,
TimeScales scales)
Loads SINEX from the given input stream using the specified auxiliary data.
|
Modifier and Type | Method and Description |
---|---|
SP3 |
SP3Parser.parse(DataSource source) |
Modifier and Type | Method and Description |
---|---|
STKEphemerisFile |
STKEphemerisFileParser.parse(DataSource source) |
Constructor and Description |
---|
AntexLoader(DataSource source,
TimeScale gps)
Construct a loader by specifying the source of ANTEX auxiliary data files.
|
Constructor and 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 the
default 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 the
default 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.
|
Constructor and Description |
---|
GlobalIonosphereMapModel(TimeScale utc,
DataSource... ionex)
Constructor that uses user defined data sources.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.