Package | Description |
---|---|
org.orekit.bodies |
This package provides interface to represent the position and geometry of
space objects such as stars, planets or asteroids.
|
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.sinex |
This package provides classes related to station data.
|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
org.orekit.gnss.antenna |
This package provides classes related to receiver and satellites antenna modeling.
|
org.orekit.models.earth |
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
|
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.troposphere |
This package provides models that simulate the impact of the troposphere.
|
org.orekit.models.earth.weather |
This package provides models that simulate global weather conditions on Earth.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Constructor and Description |
---|
JPLEphemeridesLoader(String supportedNames,
JPLEphemeridesLoader.EphemerisType generateType,
DataProvidersManager dataProvidersManager,
TimeScales timeScales,
Frame gcrf)
Create a loader for JPL ephemerides binary files.
|
LazyLoadedCelestialBodies(DataProvidersManager dataProvidersManager,
TimeScales timeScales,
Frame gcrf)
Create a celestial body factory with the given auxiliary data sources.
|
Modifier and Type | Method and Description |
---|---|
protected DataProvidersManager |
AbstractSelfFeedingLoader.getDataProvidersManager()
Get the data provider manager.
|
DataProvidersManager |
LazyLoadedDataContext.getDataProvidersManager()
Get the provider of auxiliary data for this data context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataProvider.feed(Pattern supported,
DataLoader visitor,
DataProvidersManager manager)
Feed a data file loader by browsing the data collection.
|
boolean |
DirectoryCrawler.feed(Pattern supported,
DataLoader visitor,
DataProvidersManager manager)
Feed a data file loader by browsing the data collection.
|
boolean |
ZipJarCrawler.feed(Pattern supported,
DataLoader visitor,
DataProvidersManager manager)
Feed a data file loader by browsing the data collection.
|
boolean |
AbstractListCrawler.feed(Pattern supported,
DataLoader visitor,
DataProvidersManager manager)
Feed a data file loader by browsing the data collection.
|
boolean |
ClasspathCrawler.feed(Pattern supported,
DataLoader visitor,
DataProvidersManager manager)
Feed a data file loader by browsing the data collection.
|
Constructor and Description |
---|
AbstractSelfFeedingLoader(String supportedNames,
DataProvidersManager manager)
Create an abstract data loader that can feed itself.
|
Constructor and Description |
---|
SinexLoader(String supportedNames,
DataProvidersManager dataProvidersManager,
TimeScales scales)
Construct a loader by specifying the source of SINEX auxiliary data files.
|
Constructor and Description |
---|
LazyLoadedGravityFields(DataProvidersManager dataProvidersManager,
TimeScale timeScale)
Create a factory for gravity fields that uses the given data manager to load the
gravity field files.
|
Modifier and Type | Method and Description |
---|---|
DataProvidersManager |
LazyLoadedEop.getDataProvidersManager()
Get the data providers manager for this instance.
|
Constructor and Description |
---|
AbstractEopLoader(String supportedNames,
DataProvidersManager manager,
Supplier<TimeScale> utcSupplier)
Simple constructor.
|
ITRFVersionLoader(String supportedNames,
DataProvidersManager dataProvidersManager)
Build a loader for ITRF version configuration file.
|
LazyLoadedEop(DataProvidersManager dataProvidersManager)
Create a new instance for loading EOP data from multiple
EopHistoryLoader s. |
Constructor and Description |
---|
SEMParser(String supportedNames,
DataProvidersManager dataProvidersManager,
TimeScales timeScales)
Create a SEM loader/parser with the given source of SEM auxiliary data files.
|
YUMAParser(String supportedNames,
DataProvidersManager dataProvidersManager,
TimeScales timeScales)
Create a YUMA loader/parser with the given source for YUMA auxiliary data files.
|
Constructor and Description |
---|
AntexLoader(String supportedNames,
DataProvidersManager dataProvidersManager,
TimeScale gps)
Construct a loader by specifying a
DataProvidersManager . |
Constructor and Description |
---|
LazyLoadedGeoMagneticFields(DataProvidersManager dataProvidersManager)
Create a factory for magnetic fields that uses the given data manager to load
magnetic field files.
|
Constructor and Description |
---|
AbstractSolarActivityData(String supportedNames,
D loader,
DataProvidersManager dataProvidersManager,
TimeScale utc,
int maxSlots,
double maxSpan,
double maxInterval,
double minimumStep) |
CssiSpaceWeatherData(String supportedNames,
CssiSpaceWeatherDataLoader loader,
DataProvidersManager dataProvidersManager,
TimeScale utc)
Constructor that allows specifying the source of the CSSI space weather file.
|
CssiSpaceWeatherData(String supportedNames,
CssiSpaceWeatherDataLoader loader,
DataProvidersManager dataProvidersManager,
TimeScale utc,
int maxSlots,
double maxSpan,
double maxInterval)
Constructor that allows specifying the source of the CSSI space weather file and customizable thread safe cache
configuration.
|
CssiSpaceWeatherData(String supportedNames,
DataProvidersManager dataProvidersManager,
TimeScale utc)
Constructor that allows specifying the source of the CSSI space weather file.
|
JB2008SpaceEnvironmentData(String supportedNamesSOL,
String supportedNamesDTC,
DataProvidersManager dataProvidersManager,
TimeScale utc)
Constructor that allows specifying the source of the SOLFSMY space weather
file.
|
MarshallSolarActivityFutureEstimation(String supportedNames,
MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel,
DataProvidersManager dataProvidersManager,
TimeScale utc)
Constructor that allows specifying the source of the MSAFE auxiliary data files.
|
MarshallSolarActivityFutureEstimation(String supportedNames,
MarshallSolarActivityFutureEstimation.StrengthLevel strengthLevel,
DataProvidersManager dataProvidersManager,
TimeScale utc,
int maxSlots,
double maxSpan,
double maxInterval,
double minimumStep)
Constructor that allows specifying the source of the MSAFE auxiliary data files and customizable thread safe cache
configuration.
|
Constructor and Description |
---|
OceanLoadingCoefficientsBLQFactory(String supportedNames,
DataProvidersManager dataProvidersManager)
This constructor allows specification of the source of the BLQ auxiliary data
files.
|
Constructor and Description |
---|
GlobalIonosphereMapModel(String supportedNames,
DataProvidersManager dataProvidersManager,
TimeScale utc)
Constructor that uses user defined supported names and data context.
|
KlobucharIonoCoefficientsLoader(String supportedNames,
DataProvidersManager dataProvidersManager)
Constructor that uses user defined supported names and data context.
|
Constructor and Description |
---|
FixedTroposphericDelay(String supportedName,
DataProvidersManager dataProvidersManager)
Creates a new
FixedTroposphericDelay instance, and loads the delay values
from the given resource via the specified data manager. |
SaastamoinenModel(double t0,
double p0,
double r0,
String deltaRFileName,
DataProvidersManager dataProvidersManager)
Create a new Saastamoinen model for the troposphere using the given
environmental conditions.
|
ViennaModelCoefficientsLoader(String supportedNames,
double latitude,
double longitude,
ViennaModelType type,
DataProvidersManager dataProvidersManager)
Constructor with supported names and source of mapping function files given by the
user.
|
Constructor and Description |
---|
GlobalPressureTemperature2Model(String supportedNames,
double latitude,
double longitude,
Geoid geoid,
DataProvidersManager dataProvidersManager,
TimeScale utc)
Constructor with supported names and source of GPT2 auxiliary data given by user.
|
Constructor and Description |
---|
AGILeapSecondFilesLoader(String supportedNames,
DataProvidersManager manager)
Build a loader for LeapSecond.dat file from AGI.
|
TAIUTCDatFilesLoader(String supportedNames,
DataProvidersManager manager)
Build a loader for tai-utc.dat file from USNO.
|
UTCTAIBulletinAFilesLoader(String supportedNames,
DataProvidersManager manager)
Build a loader for IERS bulletins A files.
|
UTCTAIHistoryFilesLoader(DataProvidersManager manager)
Build a loader for UTC-TAI history file.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.