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.
|
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 |
UnixCompressFilter.filter(DataSource original)
Filter the data source.
|
DataSource |
GzipFilter.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 |
UnixCompressFilter.filter(DataSource original)
Filter the data source.
|
DataSource |
GzipFilter.filter(DataSource original)
Filter the 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 |
EphemerisFileParser.parse(DataSource source)
Parse an ephemeris file from a data source.
|
T |
AttitudeEphemerisFileParser.parse(DataSource source)
Parse an attitude 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.
|
Constructor and Description |
---|
SinexLoader(DataSource source)
Simple constructor.
|
SinexLoader(DataSource source,
TimeScale utc)
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 |
---|---|
DataSource |
HatanakaCompressFilter.filter(DataSource original)
Filter the data source.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
HatanakaCompressFilter.filter(DataSource original)
Filter the data source.
|
Constructor and Description |
---|
RinexObservationLoader(DataSource source)
Simple constructor.
|
RinexObservationLoader(DataSource source,
TimeScales timeScales)
Loads RINEX from the given input stream using the specified auxiliary data.
|
Modifier and Type | Method and Description |
---|---|
RinexNavigation |
RinexNavigationParser.parse(DataSource source)
Parse RINEX navigation messages.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.